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

In basic architecture, which unit mainly stores the operating system files and user documents permanently even after shutdown

A CPU registers
B Cache memory
C Control unit
D Secondary storage

When the CPU reads an instruction from memory, the address used for that fetch is taken from the

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

In a simple CPU, which register is most directly loaded with the instruction fetched from memory

A Memory Address Register
B Program Counter
C Instruction Register
D Stack Pointer

During a memory read operation, which pair correctly matches register roles for address and data

A MAR=address, MDR=data
B IR=address, PC=data
C MDR=address, MAR=data
D PC=address, IR=data

A computer bus is best described as

A Cooling fan path
B Shared communication pathway
C Printer ink channel
D Battery charging wire

Which bus type is mainly responsible for carrying control commands like read, write, and interrupt signals

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

In a standard system bus, which bus selects the memory location that will be accessed

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

Which unit mainly performs arithmetic and logical comparisons inside the CPU

A Cache controller
B ALU
C Output unit
D Input unit

Which CPU component primarily decodes instructions and issues control signals to execute them

A Secondary storage
B Output unit
C Data bus
D Control unit

A register is best described as

A Fast CPU storage
B Slow long-term storage
C External input device
D Network connection cable

Which register commonly holds intermediate results from ALU operations in many basic CPU designs

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

Word length of a CPU mainly affects

A Printer quality
B Mouse pointer speed
C Monitor brightness
D Bits processed together

Clock speed is best defined as

A Cycles per second
B Memory size in GB
C Disk rotation time
D Cache line length

In the instruction cycle, fetch stage mainly

A Executes arithmetic work
B Writes result to disk
C Reads instruction from memory
D Clears CPU registers

Which stage of instruction cycle interprets opcode and prepares the required micro-operations

A Fetch
B Decode
C Execute
D Store

The execute stage of an instruction typically

A Performs required operation
B Displays output only
C Increments disk sectors
D Formats memory cells

The store or write-back stage mainly

A Turns off CPU power
B Removes cache memory
C Updates final destination
D Changes clock speed

A clock cycle is best explained as

A One full program
B One hard disk track
C One keyboard press
D One timing pulse

Micro-operations are best described as

A Tiny internal actions
B Large software upgrades
C Internet traffic signals
D Monitor color changes

A machine cycle commonly refers to

A Full OS installation
B Basic memory operation
C Printer paper loading
D Screen refresh cycle

The main goal of memory hierarchy is to

A Increase screen size
B Reduce keyboard keys
C Balance speed and cost
D Improve printer ink

Which memory is closest to CPU execution units and fastest to access

A Registers
B RAM
C SSD storage
D Optical disk

Which memory is non-volatile and typically stores firmware code

A RAM
B Cache
C Registers
D ROM

Cache memory mainly helps by reducing

A Disk capacity
B Monitor power use
C Average memory delay
D Printer noise level

Virtual memory works mainly by

A Using cache as disk
B Using disk as RAM
C Using ROM as RAM
D Using ALU as RAM

Throughput is best described as

A Delay before response
B Bus wire length
C Memory chip count
D Work done per time

Latency is best described as

A Waiting time delay
B Total storage size
C CPU instruction count
D Cache line size

Which factor generally increases system throughput when tasks can run in parallel

A Smaller cache size
B Lower bus width
C More CPU cores
D Slower clock rate

MIPS is a rough measure of

A Memory access latency
B Instruction rate
C Disk capacity growth
D Screen refresh speed

FLOPS mainly measures

A Floating-point speed
B Integer operations only
C Network packet rate
D Printer pages count

A bottleneck in system performance means

A CPU always fastest
B All parts equal speed
C One part limits overall
D Cache never used

Benchmarking is mainly used to

A Increase RAM size
B Repair motherboard faults
C Update BIOS settings
D Compare performance results

RISC architecture generally uses

A Complex instructions
B Simple instructions
C No instruction set
D No registers used

CISC architecture commonly provides

A Fewer addressing modes
B Only one instruction
C Complex instructions
D No memory access

An interrupt is best described as

A Signal needing attention
B CPU speed booster
C Memory storage location
D Disk formatting action

Interrupt-driven I/O mainly reduces

A Screen resolution
B RAM capacity
C CPU polling work
D Clock frequency

DMA mainly benefits I/O by

A Increasing ALU speed
B Increasing ROM size
C Lowering cache hits
D Reducing CPU involvement

Immediate addressing mode means

A Operand is constant
B Operand is pointer
C Operand in memory
D Operand in disk

Direct addressing mode means

A Operand in instruction
B Operand always in register
C Address given in instruction
D Address never used

Indirect addressing mode means

A Operand equals opcode
B Address points to address
C Data in register only
D Cache stores address

Register addressing mode uses operand from

A CPU register
B Main memory
C Disk storage
D ROM only

ISA is best described as

A Keyboard layout standard
B Monitor display protocol
C CPU instruction interface
D Disk file system type

A microprocessor is generally

A CPU on a chip
B Full computer case
C Hard disk drive
D Network router chip

A microcontroller usually contains

A Only cache memory
B CPU plus peripherals
C Only control bus
D Only ALU block

Multiprocessor basics refer to

A Multiple keyboards used
B Multiple hard disks only
C Multiple monitors attached
D Multiple CPUs working

Cache mapping is mainly about

A CPU fan positioning
B RAM module slots
C Cache placement rules
D Disk partition tables

Direct-mapped cache means a memory block can go to

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

Set-associative cache means a memory block can go into

A One fixed line
B Any cache line
C Only main memory
D One set lines

The main purpose of an I/O interface is to

A Increase ALU operations
B Connect CPU and device
C Store instructions permanently
D Reduce clock cycles

The “stored program” idea enabled computers to

A Use only ROM
B Remove the CPU
C Run different programs easily
D Stop using memory

Leave a Reply

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