wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Kiến trúc máy tính

Total questions: 62

Worksheet time: 31mins

Name
Class
Date
1.

What is computer architecture mainly related to?

a)

The physical components of a computer

b)

How to write programs

c)

The visible properties for programmers

d)

Only storing data

2.

What does computer organization focus on?

a)

Instruction set design

b)

Details of hardware implementation

c)

Programming languages

d)

User interface

3.

Among the basic functions of a computer, which function is NOT?

a)

Data processing

b)

Data storage

c)

Data movement

d)

Data encryption

4.

Which component controls the operation of the computer?

a)

Main memory

b)

ALU

c)

Control unit

d)

I/O module

5.

Which component temporarily stores data inside the CPU?

a)

Cache memory

b)

Registers

c)

Hard drive

d)

Main memory

6.

What is the main idea of von Neumann architecture?

a)

Parallel execution

b)

Stored program concept

c)

Multiple processors

d)

Distributed memory

7.

In the IAS computer, where are instructions and data stored?

a)

Separate memory

b)

Only cache memory

c)

Main memory

d)

Registers

8.

Which register holds the address of the next instruction?

a)

IR

b)

MAR

c)

PC

d)

MBR

9.

What does the Instruction Register (IR) store?

a)

Data from memory

b)

Address of the instruction

c)

Current instruction

d)

Result of the operation

10.

Which generation of computers used vacuum tubes?

a)

First generation

b)

Second generation

c)

Third generation

d)

Fourth generation

11.

In which generation was the transistor introduced?

a)

First generation

b)

Second generation

c)

Third generation

d)

Fourth generation

12.

Which generation does the integrated circuit (IC) belong to?

a)

First generation

b)

Second generation

c)

Third generation

d)

Fifth generation

13.

Moore's Law states that:

a)

The clock speed doubles every year

b)

The memory size doubles every year

c)

The number of transistors doubles per cycle

d)

Power consumption is halved every year

14.

What factor limits the increase in clock speed?

a)

Instruction

b)

Power and heat

c)

Buffer size

d)

Software

15.

CPI stands for:

a)

Cycle on command

b)

Cost per command

c)

Control program index

d)

Central processing interface

16.

Which formula represents execution time?

a)

T = CPI × Clock frequency

b)

T = Number of instructions / CPI

c)

T = Number of instructions × CPI × Clock cycle time

d)

T = Clock frequency / CPI

17.

Which architecture uses multiple cores on a chip?

a)

Single core

b)

Multi-core

c)

Distributed

d)

Sequential

18.

The most suitable task for a GPU is:

a)

Sequential tasks

b)

Control operations

c)

Parallel data processing

d)

File management

19.

What does CISC emphasize?

a)

Simple instructions

b)

Reduced instruction set

c)

Complex instructions

d)

Parallel execution

20.

What is a main feature of the x86 architecture?

a)

Based on RISC

b)

Backward compatibility

c)

Single instruction format

d)

Fixed-length instructions

21.

Embedded systems are designed to:

a)

Run multiple programs

b)

Perform a dedicated function

c)

Replace desktop computers

d)

Support gaming

22.

What is a typical constraint of embedded systems?

a)

Unlimited memory

b)

High power consumption

c)

Real-time feedback

d)

Large screen

23.

The ARM processor is famous for:

a)

High power consumption

b)

CISC architecture

c)

Low power consumption

d)

Large instruction set

24.

What is the purpose of performance tests?

a)

Improve hardware

b)

Measure performance

c)

Store data

d)

Control execution

25.

The SPEC tests are primarily used to:

a)

Test graphics

b)

Measure processor performance

c)

Design hardware

d)

Compile programs

26.

Amdahl's law describes what?

a)

Memory performance

b)

Instruction execution

c)

Limits of parallel speedup

d)

Cache efficiency

27.

Little's Law relates to:

a)

Buffer size and speed

b)

Arrival rate and response time

c)

Command mix

d)

Clock speed

28.

Which bus carries the memory address?

a)

Data bus

b)

Control bus

c)

Address bus

d)

System bus

29.

Which bus controls the timing and operations?

a)

Data bus

b)

Control bus

c)

Address bus

d)

I/O bus

30.

What is DMA mainly used for?

a)

Decoding instructions

b)

Controlling the CPU

c)

Direct I/O–memory transfer

d)

Buffer management

31.

What happens in the fetch cycle?

a)

Execute the command

b)

Decode the command

c)

Fetch the command from memory

d)

Store the result

32.

What is the purpose of interrupts?

a)

Stop the CPU permanently

b)

Improve graphics

c)

Handle external events

d)

Increase clock speed

33.

Which interrupt is generated by I/O devices?

a)

Program interrupt

b)

Timer

34.

What are interrupts used for:

a)

To stop the CPU permanently

b)

To improve graphics

c)

To handle external events

d)

To increase clock speed

35.

Which interrupt is generated by I/O devices?

a)

Program interrupt

b)

Timer interrupt

c)

I/O interrupt

d)

Hardware interrupt

36.

What is the main disadvantage of a shared bus?

a)

High cost

b)

Low scalability

c)

Complex design

d)

High latency memory

37.

Connecting point to point improves:

a)

Power consumption

b)

Software efficiency

c)

Bandwidth and scalability

d)

Command decoding

38.

What data transmission method does QPI use?

a)

Parallel signal

b)

Shared bus

c)

Packet-based transmission

d)

Analog signal

39.

How is PCI Express best described?

a)

Shared bus

b)

Point-to-point serial connection

c)

Parallel bus

d)

Memory-only interface

40.

The PCIe transaction layer is responsible for:

a)

Electrical signals

b)

Error correction

c)

Creating and processing requests

d)

Routing paths

41.

Which layer handles error detection in PCIe?

a)

Physical layer

b)

Data link layer

c)

Transaction layer

d)

Application layer

42.

Which statement is CORRECT?

a)

The speed of the clock alone determines performance

b)

Multi-core always doubles performance

c)

Architecture and organization both affect performance

d)

Software has no impact on performance

43.

Which component performs arithmetic and logic operations?

a)

Control unit

b)

Main memory

c)

ALU

d)

I/O module

44.

Which component provides communication between the CPU, memory, and I/O?

a)

Buffer

b)

Registers

c)

System bus

d)

Control unit

45.

Computer organization is more concerned with:

a)

What computers do

b)

How computers are programmed

c)

How computers are built

d)

How users interact with computers

46.

Which register holds data to be written to or read from memory?

a)

PC

b)

IR

c)

MAR

d)

MBR

47.

What happens after the fetch stage in the instruction cycle?

a)

Store

b)

Decode

c)

Interrupt

d)

Stop

48.

Which register stores the address of the memory being accessed?

a)

PC

b)

IR

c)

MAR

d)

AC

49.

What type of interrupt is generated by division by zero?

a)

Timer interrupt

b)

I/O interrupt

c)

Program interrupt

d)

Hardware interrupt

50.

Why are interrupts important?

a)

They stop program execution

b)

They improve CPU speed

c)

They allow the CPU to respond to events

d)

They increase memory size

51.

Which bus determines the number of bits that can be transmitted at one time?

a)

Control bus

b)

Address bus

c)

Data bus

d)

System bus

52.

Increasing the width of the data bus mainly improves:

a)

Memory size

b)

Data transmission speed

c)

Instruction set

d)

Energy efficiency

53.

Which bus carries command signals and timing?

a)

Data bus

b)

Address bus

c)

Control bus

d)

Expansion bus

54.

What is the main limitation of a single shared bus architecture?

a)

High cost

b)

Low reliability

c)

Bus content

d)

Complex software

55.

What is the main advantage of multi-bus systems?

a)

Lower cost

b)

Better scalability and performance

c)

Simpler design

d)

Less hardware

56.

Which type of connection replaces traditional shared buses?

a)

Parallel bus

b)

System bus

c)

Point-to-point connection

d)

Address bus

57.

QPI stands for:

a)

Fast parallel interface

b)

Fast path connection

c)

Quality performance interface

d)

Queue path connection

58.

Which QPI layer handles packet routing?

a)

Physical layer

b)

Link layer

c)

Routing layer

d)

Protocol layer

59.

PCI Express transmits data using:

a)

Parallel signals

b)

Shared wires

c)

Serial lanes

d)

Optical signals

60.

Which PCIe layer is responsible for flow control and error detection?

a)

Transaction layer

b)

Data link layer

c)

Physical layer

d)

Application layer

61.

The main benefit of serial connections like PCIe is what?

a)

Simpler software

b)

Lower clock speeds

c)

Higher bandwidth and scalability

d)

Larger instruction sets

62.

Which statement best describes overall system performance?

a)

It only depends on CPU speed

b)

It only depends on memory

c)

It is affected by CPU, memory, and connectivity

d)

It only depends on software