wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Computer Organization and Architecture Quiz

Total questions: 30

Worksheet time: 21mins

Name
Class
Date
1.

Computer organization primarily focuses on the:

a)

Logical design of a system

b)

Physical components and how they interact

c)

Instruction set visible to programmers

d)

Ways software is developed

2.

Computer architecture mainly deals with:

a)

Memory addressing and logic design

b)

Physical wiring of peripherals

c)

Number of registers a CPU has

d)

Internal circuit connections

3.

Which of the following is visible to the programmer?

a)

Control signals

b)

Instruction Set Architecture (ISA)

c)

Register wiring

d)

Bus width

4.

“The art of designing a machine that will be a pleasure to work with.” refers to:

a)

Baer’s definition

b)

Hayes’ definition

c)

Foster’s definition

d)

Hennessy & Patterson’s definition

5.

Which of the following is NOT an attribute of computer architecture?

a)

Addressing techniques

b)

Data representation

c)

Control signals

d)

I/O mechanisms

6.

Which definition best describes computer organization?

a)

Operation of hardware components

b)

Design of system specification

c)

Structure visible to software

d)

Instruction cycles

7.

The number of CPU registers refers to a concept in:

a)

Architecture

b)

Organization

c)

Software engineering

d)

Algorithms

8.

Software-to-hardware interaction is part of:

a)

Computer architecture

b)

Computer organization

c)

Control signals

d)

Von Neumann cycle

9.

Which describes hardware interfaces?

a)

They are used only by the CPU

b)

They connect buses and I/O devices

c)

They set memory addressing formats

d)

They provide programmer-level abstraction

10.

Software interfaces include:

a)

ALU operations

b)

Register interconnections

c)

OS communicating with hardware

d)

Physical circuit designs

11.

Which is NOT part of the Von Neumann model?

a)

Memory unit

b)

Control unit

c)

System bus

d)

ALU

12.

The control unit:

a)

Stores data permanently

b)

Performs arithmetic operations

c)

Coordinates all hardware activities

d)

Translates instructions

13.

The system bus consists of:

a)

Data, address, control

b)

CPU, ALU, CU

c)

RAM, ROM, Registers

d)

Input, output, storage

14.

The data bus is responsible for:

a)

Choosing memory addresses

b)

Sending control signals

c)

Carrying actual data

d)

Setting clock speeds

15.

The address bus:

a)

Carries data

b)

Determines where data should go

c)

Sends timing signals

d)

Supplies power

16.

Which bus is bi-directional?

a)

Control bus

b)

Power bus

c)

Data bus

d)

Address bus

17.

Which component ensures correct timing of instructions?

a)

ALU

b)

Memory unit

c)

Control bus

d)

Control unit

18.

The Northbridge connects CPU to:

a)

Slow I/O devices

b)

BIOS

c)

High-speed channels (RAM, PCIe)

d)

Storage devices only

19.

Which replaced vacuum tubes?

a)

Flip-flops

b)

Transistors

c)

Capacitors

d)

Microcontrollers

20.

ASCII uses how many bits?

a)

4

b)

6

c)

7

d)

8

21.

Which coding system is used mostly by IBM mainframes?

a)

ASCII

b)

Unicode

c)

EBCDIC

d)

BCD

22.

BCD uses how many bits per digit?

a)

2

b)

3

c)

4

d)

8

23.

Which level of integration holds 10,000+ gates?

a)

SSI

b)

MSI

c)

LSI

d)

VLSI

24.

In hexadecimal, the digit A represents:

a)

8

b)

9

c)

10

d)

11

25.

Base of the binary system:

a)

4

b)

8

c)

10

d)

2

26.

What is 1011₂ in decimal?

a)

9

b)

10

c)

11

d)

13

27.

Convert 74₁₀ to binary (from the module example).

a)

01001010

b)

10001011

c)

1001010

d)

111010

28.

4A₁₆ in decimal:

a)

64

b)

74

c)

84

d)

94

29.

Grouping binary digits in sets of 3 is used when converting to:

a)

Hex

b)

Octal

c)

Decimal

d)

BCD

30.

Convert 112₈ to decimal.

a)

64

b)

72

c)

74

d)

76