Computer Organization and Architecture (Part-7)

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

A Pause execution
B Execute multiple instructions
C Transfer data
D Increase CPU speed

What does Direct Memory Access (DMA) allow?

A Data transfer to RAM
B CPU to control memory
C Store data permanently
D Data transfer without CPU

In which addressing mode are operands specified directly by a constant value?

A Register
B Immediate
C Direct
D Indirect

What is the purpose of microprogramming in computer systems?

A Manage memory access
B Handle data transfers
C Control the CPU’s operations
D Execute instructions directly

Which addressing mode uses a register to store the address of the operand?

A Register
B Direct
C Immediate
D Indirect

What does an exception handling mechanism in a computer system do?

A Manage memory allocation
B Handle errors or abnormal events
C Increase processor speed
D Store data permanently

In which addressing mode does the operand’s address appear in memory?

A Direct
B Immediate
C Register
D Indirect

What is the main advantage of Direct Memory Access (DMA)?

A Increases memory capacity
B Stores data permanently
C Reduces CPU workload
D Accelerates processor speed

Which addressing mode is commonly used to access data in a loop with an incremented index?

A Indexed
B Register
C Direct
D Immediate

Which of the following is typically associated with microprogramming?

A Machine language instructions
B Software interrupts
C Control word generation
D Direct memory access

What is the function of the interrupt vector table?

A Store memory addresses
B Map interrupts to handlers
C Control program execution
D Transfer data between devices

Which addressing mode is used when an operand is specified by a combination of a base register and an index?

A Direct
B Immediate
C Indexed
D Register

What happens when a processor encounters an interrupt during normal execution?

A It ignores the interrupt
B It stops executing instructions
C It performs a reset
D It finishes the current instruction and handles the interrupt

Which of the following best describes the immediate addressing mode?

A Operand is a constant value
B Operand is a memory address
C Operand is stored in a register
D Operand is indirectly referenced

What does an exception represent in a computer system?

A Normal system operation
B A form of input
C A fault or abnormal condition
D Data transfer event