Grade 11 Test A (1)

Approved & Edited by ProProfs Editorial Team
At ProProfs Quizzes, our dedicated in-house team of experts takes pride in their work. With a sharp eye for detail, they meticulously review each quiz. This ensures that every quiz, taken by over 100 million users, meets our standards of accuracy, clarity, and engagement.
Learn about Our Editorial Process
| Written by Sahsitdept
S
Sahsitdept
Community Contributor
Quizzes Created: 6 | Total Attempts: 25,347
Questions: 12 | Attempts: 236

SettingsSettingsSettings
Grade Quizzes & Trivia

First Test for Grade 11 Information Technology students 2009 - 2010.

Remember to type your full name


Questions and Answers
  • 1. 

    Which of the following is not an operating system program?

    • A. 

      Ubuntu

    • B. 

      Lunus

    • C. 

      UNIX

    • D. 

      Windows ME

    Correct Answer
    B. Lunus
    Explanation
    Lunus is not an operating system program. Ubuntu, UNIX, and Windows ME are all examples of operating system programs, while Lunus is not a recognized operating system.

    Rate this question:

  • 2. 

    Which of the following would not be considered systems software?

    • A. 

      An unzipper program

    • B. 

      Communication software

    • C. 

      A file management utility

    • D. 

      A tax collection system

    Correct Answer
    D. A tax collection system
    Explanation
    A tax collection system is not considered systems software because it is not a program or utility that directly interacts with the computer's hardware or operating system. Systems software refers to software that manages and controls the computer system, such as operating systems, device drivers, and utility programs. In contrast, a tax collection system is an application software that is designed to handle specific tasks related to tax collection and management.

    Rate this question:

  • 3. 

    Word processing software could be said to belong to all of the following except ...

    • A. 

      Productivity software

    • B. 

      Utility

    • C. 

      General purpose software

    • D. 

      Application software

    Correct Answer
    B. Utility
    Explanation
    Word processing software is a type of application software that is specifically designed for creating, editing, and formatting text documents. It is not considered a utility because utilities are software programs that perform specific tasks to enhance the functionality or performance of a computer system, such as antivirus software or disk cleanup tools. Therefore, word processing software does not belong to the category of utility software.

    Rate this question:

  • 4. 

    What is being described here... the ability of a computer to execute two or more programs at the same time using one CPU?

    • A. 

      Multiprogramming

    • B. 

      Multiprocessing

    • C. 

      Multitasking

    • D. 

      Multirunning

    Correct Answer
    A. Multiprogramming
    Explanation
    Multiprogramming refers to the ability of a computer to execute multiple programs at the same time using one CPU. This means that the CPU can switch between different programs, allowing them to run concurrently. Multiprogramming increases the efficiency and utilization of the CPU by keeping it busy with multiple tasks, even though only one program is being executed at any given moment.

    Rate this question:

  • 5. 

    What is being described here ... the ability of a computer to execute at the same time two or more related jobs?

    • A. 

      Multiprogramming

    • B. 

      Multiprocessing

    • C. 

      Multitasking

    • D. 

      Multirunning

    Correct Answer
    C. Multitasking
    Explanation
    Multitasking refers to the ability of a computer to execute two or more related jobs simultaneously. It allows the computer to switch between tasks quickly, giving the illusion of concurrent execution. This enables users to perform multiple tasks concurrently, such as running multiple applications or processes at the same time. Multitasking improves efficiency and productivity by maximizing the utilization of computer resources.

    Rate this question:

  • 6. 

    How many bytes make a KB?

    • A. 

      1000

    • B. 

      1000 X 1000

    • C. 

      1024 X 1024

    • D. 

      1024

    Correct Answer
    D. 1024
    Explanation
    The correct answer is 1024. In computing, a kilobyte (KB) is typically defined as 1024 bytes, not 1000 bytes. This is because computers use a binary system, where numbers are based on powers of 2. Therefore, 1024 is the closest power of 2 to 1000, making it the standard unit for measuring memory and storage in computing.

    Rate this question:

  • 7. 

    In an RDBMS an attribute is analagous to ...

    • A. 

      A file

    • B. 

      A record

    • C. 

      A field

    • D. 

      A table

    Correct Answer
    C. A field
    Explanation
    In an RDBMS, an attribute is analogous to a field. In a database table, each attribute represents a specific characteristic or property of the data being stored. Just like a field in a record, an attribute holds a single value for each instance or record in the table. It defines the type of data that can be stored in that particular column of the table. Therefore, the correct answer is "a field."

    Rate this question:

  • 8. 

    Which of the following is not a valid value for the field size property for a numeric field?

    • A. 

      Decimal

    • B. 

      Real

    • C. 

      Integer

    • D. 

      Byte

    Correct Answer
    B. Real
    Explanation
    The field size property for a numeric field determines the range of values that can be stored in the field. In this question, the options "decimal," "integer," and "byte" are all valid values for the field size property as they represent different numeric data types with specific ranges. However, "real" is not a valid value for the field size property. "Real" is a term used to describe a floating-point data type, but it is not a valid option for the field size property.

    Rate this question:

  • 9. 

    The overall performance (speed) of a computer is based on the quality of several key components. Which does not belong?

    • A. 

      Keyboard

    • B. 

      RAM

    • C. 

      Processor

    • D. 

      Memory

    Correct Answer
    A. Keyboard
    Explanation
    The keyboard is not directly related to the overall performance (speed) of a computer. The other three components mentioned - RAM, processor, and memory - are all crucial in determining the speed and performance of a computer. The keyboard, although important for input, does not directly impact the overall speed and performance of a computer system.

    Rate this question:

  • 10. 

    An integrated software package ...

    • A. 

      Can transfer data from one component to another easily

    • B. 

      Costs less than individual components

    • C. 

      Takes up less disk space than individual applications

    • D. 

      A and B only

    • E. 

      A, B and C

    Correct Answer
    E. A, B and C
    Explanation
    An integrated software package can transfer data from one component to another easily, which allows for seamless communication and sharing of information between different parts of the software. Additionally, it often costs less than purchasing individual components separately, as it is bundled together as a package. Furthermore, since it combines multiple applications into one package, it takes up less disk space compared to installing and running multiple individual applications. Therefore, the correct answer is A, B, and C.

    Rate this question:

  • 11. 

    The three types of software are system software, application software and _______________

    Correct Answer
    translators
    translator
    translator software
    Explanation
    The three types of software are system software, application software, and translators. Translators are a type of software that convert code written in one programming language into code that can be understood and executed by a computer. They are essential for translating high-level programming languages into machine code that the computer can execute. Translators play a crucial role in the development and execution of software applications.

    Rate this question:

  • 12. 

    In order to set up a relational database we must create ________ between the tables in that database

    Correct Answer
    links
    relationships
    Explanation
    To set up a relational database, it is necessary to establish connections between the tables in the database. These connections are commonly referred to as links or relationships. By creating links or relationships between tables, we can define how the data in one table is related to the data in another table. This allows us to efficiently retrieve and manipulate data across multiple tables, ensuring the integrity and coherence of the database structure.

    Rate this question:

Back to Top Back to top
×

Wait!
Here's an interesting quiz for you.

We have other quizzes matching your interest.