Computer Organization and Architecture (Part-4)

What is the role of the Control Unit (CU) in the CPU?

A Store temporary data
B Execute program instructions
C Direct data flow
D Perform arithmetic operations

What does ALU stand for?

A Arithmetic Logic Unit
B Algorithmic Logic Unit
C Application Logic Unit
D Automated Logic Unit

What is the function of registers in a CPU?

A Store permanent data
B Control data flow
C Manage memory
D Temporarily hold data

Which of the following is stored in a CPU register during execution?

A Only data
B Data and instructions
C Control signals
D Only instructions

What is the primary difference between RISC and CISC architectures?

A Memory size
B Clock speed
C Instruction complexity
D Number of registers

What is the main purpose of the CPU’s ALU?

A Perform logical operations
B Manage memory
C Fetch instructions
D Control program flow

Which of the following is an example of volatile memory?

A Hard drive
B SSD
C ROM
D RAM

Which component fetches instructions from memory?

A Registers
B Control Unit
C ALU
D Cache

What does the term “microprogramming” refer to in computer systems?

A Writing low-level software
B Using microinstructions for control
C Managing input/output devices
D Debugging program errors

Which part of the CPU handles arithmetic and logic operations?

A ALU
B Bus
C Control Unit
D Registers

What is the role of cache memory in the CPU?

A Handle input/output
B Store data permanently
C Manage power usage
D Speed up data access

In which architecture are program and data stored separately?

A RISC
B Von Neumann
C Harvard
D CISC

Which of the following helps increase parallelism in a CPU?

A Multi-core processing
B Cache memory
C RAM
D Control Unit

What is the function of an interrupt in a computer system?

A Fetch instructions
B Pause current task
C Manage I/O
D Perform arithmetic operations

What is the primary purpose of the CPU’s registers?

A Store data permanently
B Store instructions
C Temporarily hold data
D Perform calculations