Advanced Computers and Microprocessors Quiz

Computers and Microprocessors Quiz – Set 2

Attempt each question, then click “Show answer” to reveal the correct option and a brief explanation.

1. Which of the following is an example of non-volatile memory?

  • A. RAM
  • B. Cache
  • C. ROM
  • D. CPU registers
Correct answer: C. ROM — Read Only Memory retains its contents even when power is switched off.

2. The “program counter” (PC) in a microprocessor holds:

  • A. The result of the last arithmetic operation
  • B. The address of the next instruction to be executed
  • C. The total count of executed instructions
  • D. The base address of RAM
Correct answer: B. The address of the next instruction — The PC is updated after each fetch to point to the upcoming instruction.

3. Which of the following best describes “pipelining” in processors?

  • A. Executing only one instruction at a time
  • B. Overlapping different stages of multiple instructions to improve throughput
  • C. Storing instructions in external pipelines
  • D. Increasing word size by adding more bits
Correct answer: B. Overlapping stages — Pipelining allows fetch, decode, and execute stages of different instructions to occur simultaneously.

4. The term “bit” is a contraction of:

  • A. Binary term
  • B. Binary digit
  • C. Byte unit
  • D. Basic integer
Correct answer: B. Binary digit — A bit is the smallest unit of data, representing 0 or 1.

5. Which number system is used internally by computers for all operations?

  • A. Decimal
  • B. Binary
  • C. Octal
  • D. Hexadecimal
Correct answer: B. Binary — Computers represent and process data using 0s and 1s.

6. In a typical microprocessor, “general purpose registers” are used to:

  • A. Store only input device addresses
  • B. Temporarily hold data and intermediate results during execution
  • C. Store the operating system permanently
  • D. Hold the MAC address of the network card
Correct answer: B. Temporarily hold data — Registers provide the fastest form of storage inside the CPU.

7. “Interrupts” in microprocessors are used to:

  • A. Permanently stop program execution
  • B. Indicate arithmetic overflow only
  • C. Signal the CPU to temporarily suspend current tasks and service more urgent events
  • D. Clear the contents of memory
Correct answer: C. Service urgent events — Interrupts improve responsiveness to external or internal events.

8. Which of the following is a characteristic of “virtual memory”?

  • A. It replaces the need for RAM entirely.
  • B. It uses part of secondary storage to simulate additional main memory.
  • C. It is a type of ROM.
  • D. It refers to memory used only by virtual machines.
Correct answer: B. Uses secondary storage — Virtual memory allows programs to use more memory than physically available RAM.

9. In terms of computer generations, microprocessors are primarily associated with:

  • A. First generation (vacuum tubes)
  • B. Second generation (transistors)
  • C. Third generation (integrated circuits)
  • D. Fourth generation (microprocessors)
Correct answer: D. Fourth generation — Microprocessors led to personal computers and modern systems.

10. Which of the following is NOT a type of computer network?

  • A. LAN
  • B. WAN
  • C. MAN
  • D. PANIC
Correct answer: D. PANIC — LAN, MAN, WAN, and PAN (Personal Area Network) are valid; “PANIC” is not.

11. The main purpose of an operating system is to:

  • A. Design microprocessor chips
  • B. Manage hardware resources and provide a platform for applications
  • C. Only connect computers to the internet
  • D. Store user documents permanently
Correct answer: B. Manage hardware and provide services — The OS coordinates CPU, memory, devices, and user programs.

12. In microprocessor systems, “DMA” (Direct Memory Access) allows:

  • A. The CPU to perform all memory transfers manually
  • B. I/O devices to transfer data directly to/from memory without continuous CPU involvement
  • C. Only read operations from memory
  • D. Only write operations to memory
Correct answer: B. Direct device–memory transfers — DMA improves performance for large data transfers.

13. Which of the following is a key advantage of 64-bit processors over 32-bit processors?

  • A. They consume no power.
  • B. They cannot run 32-bit applications.
  • C. They can address a much larger memory space and process larger data words.
  • D. They do not require an operating system.
Correct answer: C. Larger address space and word size — This enables more RAM usage and improved performance for certain tasks.

14. Which logic gate outputs 1 only when all its inputs are 1?

  • A. OR gate
  • B. AND gate
  • C. NOT gate
  • D. XOR gate
Correct answer: B. AND gate — It implements logical multiplication.

15. In a typical instruction format, the “opcode” field specifies:

  • A. The address of the operand in memory
  • B. The operation to be performed by the CPU
  • C. The type of input device used
  • D. The color of the display output
Correct answer: B. Operation to be performed — The opcode tells the processor what action to carry out.

16. “Embedded systems” typically use microcontrollers or microprocessors to:

  • A. Perform general-purpose computing like desktop PCs
  • B. Control specific functions within larger devices (e.g., washing machines, cars)
  • C. Only provide internet connectivity
  • D. Replace all mechanical components everywhere
Correct answer: B. Control specific functions — Embedded systems are dedicated to particular tasks.

17. Which of the following best describes a microcontroller as compared to a microprocessor?

  • A. Microcontroller has only CPU; microprocessor has CPU plus memory.
  • B. Microcontroller integrates CPU, memory, and peripherals on a single chip for control applications.
  • C. Microcontroller is always more powerful than a supercomputer.
  • D. Microcontroller cannot be programmed.
Correct answer: B. Integrated CPU, memory, peripherals — Microcontrollers are optimized for embedded control tasks.

18. Which unit of storage is the largest?

  • A. Kilobyte
  • B. Megabyte
  • C. Gigabyte
  • D. Terabyte
Correct answer: D. Terabyte — 1 TB ≈ 10¹² bytes, larger than GB, MB, and KB.

19. In networking, the device commonly used to connect multiple computers within a LAN is:

  • A. Router
  • B. Switch
  • C. Modem
  • D. Printer
Correct answer: B. Switch — A switch forwards data between devices within a local network segment.

20. Which of the following best explains “booting” a computer?

  • A. Shutting down all programs
  • B. Loading the operating system into memory when the computer is powered on
  • C. Deleting all files from the hard disk
  • D. Updating the BIOS automatically
Correct answer: B. Loading the operating system — The boot process initializes hardware and starts the OS.

Leave a Reply

Latest News

Virus Quiz : Test your knowledge

.quiz-question { border: 1px solid #ddd; padding: 12px 16px; ...

More Articles Like This

spot_img