Chapter 4: Computer Organization and Architecture (Set-4)

In basic computer organization, which unit mainly translates internal binary results into human-readable form on devices

A Output unit
B Input unit
C Control unit
D Memory unit

When a scanner converts a paper image into digital form for the computer, it is acting as part of the

A Output unit
B Control unit
C Input unit
D Memory unit

Which component is responsible for temporary high-speed storage of operands used immediately in CPU operations

A Hard disk
B Registers
C Optical drive
D Printer buffer

Which CPU register is most directly used to keep the address for the next instruction fetch during execution

A Accumulator
B Instruction Register
C Memory Data Register
D Program Counter

Which register holds the instruction currently being decoded and executed by the control unit

A Instruction Register
B Memory Address Register
C Memory Data Register
D Stack Pointer

In memory operations, which register contains the memory location address that the CPU wants to access

A MDR
B IR
C MAR
D PC

Which register commonly holds the data value being read from memory or written back to memory

A MAR
B PC
C CU
D MDR

Which ALU activity is an example of a logical operation rather than arithmetic

A Adding two numbers
B Subtracting values
C Comparing equality
D Multiplying values

Which unit generates and sends control signals needed to move data between registers and perform operations

A Control unit
B Output unit
C RAM
D Hard disk

Which statement best describes the “data path” inside a CPU

A Internet connection line
B Hardware data routes
C Printer ink channel
D Speaker wire path

Which bus carries the actual data bits between CPU, memory, and I/O devices

A Address bus
B Control bus
C Power bus
D Data bus

Which bus carries the location information needed to access a specific memory cell

A Data bus
B Control bus
C Address bus
D Audio bus

Which bus carries signals like memory read, memory write, and interrupt request

A Control bus
B Address bus
C Data bus
D USB bus

Which unit in a computer is mainly designed to store data permanently for later use

A Registers
B Secondary storage
C Cache memory
D ALU

Which memory level is usually faster than RAM but slower than CPU registers

A Hard disk
B Optical disk
C Cache memory
D Tape drive

Which memory type loses its content when power is turned off

A ROM
B SSD
C Flash ROM
D RAM

Which memory type commonly stores firmware such as BIOS/UEFI code

A ROM
B RAM
C Cache
D Registers

Virtual memory mainly helps when

A Cache is full
B Monitor is large
C RAM is insufficient
D CPU is idle

Memory access time generally refers to

A Screen refresh delay
B Time to read/write
C Keyboard typing speed
D Disk storage size

Memory bandwidth is best described as

A Data transfer rate
B Storage capacity total
C CPU temperature rise
D Instruction length size

In the instruction cycle, which step loads the next instruction from memory into the CPU

A Decode
B Execute
C Fetch
D Store

During decoding, the CPU mainly identifies

A Disk file names
B Monitor pixel depth
C Printer page size
D Opcode meaning

The execute stage of an instruction often involves

A Instruction printing
B Screen calibration
C ALU operation
D Disk cleanup

The store or write-back stage usually means

A Saving result output
B Powering off CPU
C Clearing cache lines
D Formatting memory blocks

A clock cycle is best understood as

A One program run
B One timing tick
C One disk sector
D One network frame

A machine cycle commonly refers to

A Full software install
B Screen refresh event
C Basic CPU action
D Battery charging step

Micro-operations are mainly used to describe

A Small internal actions
B Printer servicing steps
C File encryption methods
D Monitor brightness changes

Which performance factor increases when a CPU has more cores and software can run tasks in parallel

A Latency
B Pixel density
C Disk fragmentation
D Throughput

Latency mainly measures

A Task completion count
B Total cache capacity
C Delay before response
D CPU fan speed

Which term roughly measures million instructions executed per second

A FLOPS
B MIPS
C DPI
D RPM

FLOPS is mainly used for measuring performance in

A Floating-point math
B Text editing tasks
C Printing speed
D Keyboard response

A bottleneck in a computer system means

A More memory added
B CPU always idle
C One part slows all
D Cache always empty

Benchmarking is mainly done to

A Clean system files
B Fix hardware damage
C Increase memory size
D Compare system speed

RISC architecture generally emphasizes

A Complex decoding
B Simple instructions
C No registers used
D Slow clock cycles

CISC architecture is known for

A Few addressing modes
B No memory access
C Complex instructions
D Only simple opcodes

An I/O interface is primarily used to

A Connect devices safely
B Increase CPU speed
C Store firmware code
D Improve monitor contrast

DMA allows devices to

A Execute instructions
B Increase cache hits
C Decode opcodes faster
D Transfer data directly

A hardware interrupt is usually generated by

A OS update process
B File rename action
C Device event signal
D Text editor command

Software interrupts are commonly used for

A Cooling control
B System calls
C Screen rendering
D Disk partitioning

Immediate addressing mode means the operand is

A In memory only
B In disk sector
C A constant value
D In cache line

Direct addressing mode means the instruction contains

A Operand address itself
B Operand in register
C Cache replacement rule
D CPU clock timing

Indirect addressing mode uses

A Fixed cache line
B Pointer to address
C Operand in opcode
D Address in ALU

Register addressing mode means the operand is located in

A RAM chip
B SSD block
C ROM page
D CPU register

The stored-program concept mainly states that

A Programs stored on disk
B Programs stored on printer
C Programs stored in memory
D Programs stored in keyboard

Instruction Set Architecture (ISA) defines

A Software-hardware interface
B Cooling fan design
C Screen color depth
D Network addressing rules

A microprocessor is typically

A RAM inside case
B Disk storage method
C Monitor control board
D CPU on one chip

A microcontroller usually includes

A Only ALU block
B Only cache memory
C CPU plus memory
D Only output ports

Multiprocessor systems are mainly used to

A Reduce storage cost
B Run tasks in parallel
C Lower monitor size
D Remove interrupts

Direct-mapped cache places each memory block into

A One fixed line
B Any cache line
C Any cache set
D Any register slot

Set-associative cache allows a memory block to be stored in

A One line only
B Only main memory
C One set lines
D Only ROM area

Leave a Reply

Your email address will not be published. Required fields are marked *