This Is A Basic Information Technology Quiz On Computers!

Approved & Edited by ProProfs Editorial Team
The editorial team at ProProfs Quizzes consists of a select group of subject experts, trivia writers, and quiz masters who have authored over 10,000 quizzes taken by more than 100 million users. This team includes our in-house seasoned quiz moderators and subject matter experts. Our editorial experts, spread across the world, are rigorously trained using our comprehensive guidelines to ensure that you receive the highest quality quizzes.
Learn about Our Editorial Process
| By Mike_morganelli_
M
Mike_morganelli_
Community Contributor
Quizzes Created: 4 | Total Attempts: 438
Questions: 10 | Attempts: 116

SettingsSettingsSettings
This Is A Basic Information Technology Quiz On Computers! - Quiz

Welcome, this is a basic information technology quiz on computers. The introduction of computers reduced the amount of time that it takes to complete some jobs that could take hours to accomplish. Have you undergone a course on some of the basics when it comes to tech advancements on computers? The quiz below is designed to measure just how much you understood so far. Give it a try and share what score you get.


Questions and Answers
  • 1. 

    The operating system is a set of _______________ that interface between an application program and the hardware.

    • A.

      Computer chips

    • B.

      Sectors

    • C.

      System software services

    • D.

      Binary operation codes

    Correct Answer
    C. System software services
    Explanation
    The operating system acts as a mediator between an application program and the hardware. It provides a range of system software services that enable the application program to interact with the underlying hardware efficiently. These services include managing memory, scheduling tasks, handling input/output operations, and providing a user interface. By providing these services, the operating system abstracts the complexities of the hardware from the application program, allowing it to focus on its specific tasks without needing to directly interact with the hardware components.

    Rate this question:

  • 2. 

    Which of the following is NOT an advantage of viewing the system as a set of layers?

    • A.

      It allows you to see the details and inner workings within an object

    • B.

      It allows a simplified view of an object

    • C.

      It allows you to focus on the interfaces between the layers

    • D.

      It simplifies the view of the system so that it can be better understood

    Correct Answer
    A. It allows you to see the details and inner workings within an object
    Explanation
    Viewing the system as a set of layers does not allow you to see the details and inner workings within an object. Instead, it focuses on the interfaces between the layers and provides a simplified view of the object. This approach simplifies the understanding of the system as a whole, but it does not provide a deep insight into the inner workings of individual objects.

    Rate this question:

  • 3. 

    A byte consists of

    • A.

      1 bit

    • B.

      8 bits

    • C.

      1 word

    • D.

      8 word

    Correct Answer
    B. 8 bits
    Explanation
    A byte consists of 8 bits. In computer systems, a bit is the smallest unit of information that can be stored or manipulated. It can have a value of either 0 or 1. A byte, on the other hand, is a group of 8 bits. It is commonly used as the basic unit of storage in computer systems and is capable of representing a wider range of values. Therefore, the correct answer is 8 bits.

    Rate this question:

  • 4. 

    Bytes or words are the basic addressable units of memory. In order for the processor to be able to access the byte or word, it is assigned a unique ________.

    • A.

      Value

    • B.

      Address

    • C.

      Name

    • D.

      Serial number

    Correct Answer
    B. Address
    Explanation
    In order for the processor to access a byte or word in memory, it needs to be assigned a unique address. This address serves as a location identifier, allowing the processor to locate and retrieve the desired data from memory. The address acts as a reference point for the processor, enabling it to access and manipulate data in the memory system.

    Rate this question:

  • 5. 

    In the processor, the Instruction Counter contains:

    • A.

      The data that is being manipulated

    • B.

      The instruction that is being executed

    • C.

      The address of the next data item to be fetched

    • D.

      The address of the next instruction to be fetched

    Correct Answer
    D. The address of the next instruction to be fetched
    Explanation
    The Instruction Counter in the processor holds the address of the next instruction to be fetched. This means that it keeps track of the location in memory where the next instruction resides. By storing the address of the next instruction, the processor knows where to fetch the instruction from in order to continue executing the program.

    Rate this question:

  • 6. 

    Files on a hard disk are stored in one or more

    • A.

      Memory cells

    • B.

      Channels

    • C.

      Sectors

    • D.

      AND gates

    Correct Answer
    C. Sectors
    Explanation
    Files on a hard disk are stored in one or more sectors. A sector is a small, fixed-size unit of storage on a hard disk. It is the basic unit used for reading and writing data on the disk. Each sector can hold a specific amount of data, typically 512 bytes or 4 kilobytes. The sectors are organized in a circular pattern on the disk's platters, and the operating system keeps track of the location of each sector using a file system. This allows for efficient storage and retrieval of files on the hard disk.

    Rate this question:

  • 7. 

    A hard disk has a directory to store file information. Each directory entry contains the following information about a file:

    • A.

      The file's size and starting track number

    • B.

      The file's name and starting track number

    • C.

      The file's name and starting sector number

    • D.

      The file's size and starting sector number

    Correct Answer
    C. The file's name and starting sector number
    Explanation
    The correct answer is "the file's name and starting sector number". This is because the directory entry needs to store information about the file's name and the starting sector number where the file is located on the hard disk. The file's name is important for identifying the file, and the starting sector number is necessary for locating the file's data on the disk. The file's size and starting track number are not sufficient on their own to uniquely identify and locate the file.

    Rate this question:

  • 8. 

    On a mainframe computer, peripheral devices are connected to the system through a ___________ and a ____________.

    • A.

      Channel , I/O control unit

    • B.

      Interface board , buffer

    • C.

      Channel , interface board

    • D.

      Interface board, I/O control unit

    Correct Answer
    A. Channel , I/O control unit
    Explanation
    Peripheral devices on a mainframe computer are connected to the system through a channel and an I/O control unit. The channel acts as a communication pathway between the mainframe and the peripheral devices, allowing data to be transferred back and forth. The I/O control unit is responsible for managing and controlling the input and output operations of the peripheral devices, ensuring efficient and reliable data transfer. Together, the channel and I/O control unit enable seamless integration and interaction between the mainframe and the peripheral devices.

    Rate this question:

  • 9. 

    The binary number 1011 is equivalent to which decimal number and which hex number?

    • A.

      12 decimal and C hex

    • B.

      11 decimal and C hex

    • C.

      12 decimal and B hex

    • D.

      11 decimal and B hex

    • E.

      None of the above

    Correct Answer
    D. 11 decimal and B hex
    Explanation
    The binary number 1011 is equivalent to the decimal number 11 because the binary number system is a base-2 system, meaning each digit represents a power of 2. In this case, the leftmost digit represents 2^3 (which is 8), the second leftmost digit represents 2^2 (which is 4), the third leftmost digit represents 2^1 (which is 2), and the rightmost digit represents 2^0 (which is 1). Adding these values together (8 + 2 + 1) gives us 11. The binary number 1011 is equivalent to the hex number B because in the hexadecimal system, each digit represents a power of 16. In this case, the leftmost digit represents 16^1 (which is 16) and the rightmost digit represents 16^0 (which is 1). Adding these values together (16 + 1) gives us B.

    Rate this question:

  • 10. 

    Secondary storage consists of devices such as the hard disk and CD-ROM. Which of the following is NOT a characteristic of secondary storage?

    • A.

      It is high capacity; it typically holds much more than main memory

    • B.

      It is non-volatile

    • C.

      It is intended for long term storage of files and data

    • D.

      The computer can execute a program directly on the secondary storage.

    Correct Answer
    D. The computer can execute a program directly on the secondary storage.
    Explanation
    Secondary storage refers to devices like hard disks and CD-ROMs that are used for long-term storage of files and data. It is known for its high capacity, typically holding more data than main memory. It is also non-volatile, meaning it retains data even when the power is turned off. However, the computer cannot directly execute a program from secondary storage. Programs need to be loaded into main memory before they can be executed.

    Rate this question:

Quiz Review Timeline +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Mar 20, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Sep 25, 2009
    Quiz Created by
    Mike_morganelli_
Back to Top Back to top
Advertisement
×

Wait!
Here's an interesting quiz for you.

We have other quizzes matching your interest.