wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Computer-System Organization Quiz

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

請問以下那些屬於電腦系統組成要件?(複選)

a)

User

b)

OS

c)

Application Programs

d)

Computer hardware

e)

computer

chassis

2.

以下何者為作業系統用途?(複選)

a)

作為使用者與硬體的中間溝通程式

b)

儲存使用者資料

c)

提供強大計算能力

d)

當作資源分配者,來提高電腦運作效率

e)

監控user Program執行狀況

3.

Device controller上包含有哪些儲存區? (複選)

a)

main memory

b)

Device register

c)

Local Buffer

d)

Device driver

4.

硬碟、印表機與鍵盤等硬體設備如要與CPU溝通,會透過何種機制?

a)

作業系統

b)

中斷

c)

CPU排班

5.

中斷發生時,CPU會執行OS中的何種機制?

a)

interrupt-request line

b)

Interrupt Service routine

c)

computer reboot

6.

請問Interrupt Service routine (ISR) 位置在哪裡?

a)

user program

b)

OS

c)

CPU register

7.

發生中斷過程,ISR為何需要儲存與復原程式執行的狀態?

a)

因為作業系統會重新執行原本執行的程式。

b)

因為中斷過程中,可能會變動到CPU中register的值,影響原來程式執行。

c)

因為記憶體中的資料不會保存太久。

8.

Program必須先載入哪裡,CPU才能執行?

a)

Hard disk

b)

memory

c)

buffer

9.

資料存放在哪裡時,CPU可以處理速度最快?

a)

cache

b)

main memory

c)

register

d)

hard disk

10.

下列何種I/O方式最沒效率?

a)

輪詢(interrupted) I/O

b)

中斷(Interrupted) I/O

c)

直接記憶體存取(DMA,Direct Memory Access) I/O