wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

computer organization and design-midterm review1

Total questions: 21

Worksheet time: 11mins

Name
Class
Date
1.

group of bits stored or retrieved at a time is called as

a)

memory

b)

byte

c)

word

d)

cache

2.

Convert the following 2's complement integer number to a decimal number:

111 1111 1111 1111 1111 1011

a)

-123

b)

123

c)

-5

d)

-3206

3.

What is the 2's complement of 01 0001 0101?

a)

10 1111 1111

b)

10 1110 1011

c)

11 1111 1011

d)

10 1110 1111

4.

-15 in a sign magnitude representation is

a)

10111

b)

01111

c)

11111

d)

10101

5.

For an 8 bit signed integer number, the range of integers is

a)

-32 to +31

b)

-128 to +127

c)

0 to 256

d)

-64 to +63

6.

Name component A, B and C

a)

A: Memory, B: Control Unit, C: CPU

b)

A: Control Unit, B: Memory, C: CPU

c)

A: Memory, B: CPU, C: Control Unit

d)

A: Control Unit, B: CPU, C: Memory

7.

下列關於CPU的敘述何者錯誤?

a)

CPU又稱為微處理器

b)

核心電路愈細密,晶片的體積就愈大

c)

是將控制單元、算數邏輯單元、暫存器、內部匯流排及快取記憶體等元件整合製作在一起的一個積體電路

d)

ARM架構的CPU體積較小,較適合平板電腦、智慧型手機等行動裝置

8.

下列關於CPU規格的敘述何者錯誤?

a)

工作頻率指的是CPU執行運算時處理的時鐘脈衝(或稱時脈頻率),其單位為光年

b)

型號是CPU的產品名稱

c)

32位元的CPU就是可以一次使用32位數的二進位法來進行運算

d)

多核心CPU是將多個CPU的運算核心整合在同一個CPU上

9.

What types of operations ALU is capable to perform?

a)

Comparison (>, <, =, ≠, ≥, ≤)

b)

Logical (AND, OR, NOT)

c)

Logical (AND, OR, NOT)

d)

Binary Conversion to Denary (0, 1) ; (0,1,2,3,4,5,6,7,8,9)

10.

下列哪一種程式語言對於人們是比較容易解讀的?

a)

高階語言

b)

機器語言

c)

組合語言

d)

以上皆非

11.

請問誰先提出將程式載入記憶體的理論架構,對現代電腦影響甚大?

a)

馮紐曼

b)

阿塔納索夫

c)

貝理

d)

巴貝奇

12.

下列何者不是高階程式語言?

a)

MIPS

b)

Scratch

c)

Python

d)

Java

13.

第四代電腦利用比IC更小的VLSI來處理訊號,請問VLSI的中文名稱為何?

a)

積體電路

b)

電晶體電路

c)

大型積體電路

d)

超大型積體電路

14.

有一天小明搭了時光機,回到一個電腦大到跟一間房子一樣大,而且電腦的溫度很高,時不時就有東西燒掉,請問當時的電腦由什麼組成?

a)

真空管

b)

電晶體

c)

積體電路

d)

超大型積體電路

15.

我們將電腦分成第一代、第二代、第三代、第四代、第五代等,請問劃分依據為何?

a)

用途

b)

使用之電子元件

c)

功能與速度

d)

發展的年代

16.

This component repeatedly fetches, decodes and executes instructions. Often abbreviated to CPU

a)

Central Processing Unit

b)

Stored program

c)

Process

d)

Main memory

e)

Instruction

17.

Firmware in which software and hardware are integrated on a circuit board is often used in what type of system?

a)

Point of Sales System

b)

Desktop System

c)

Embedded System

d)

Operating System

18.

Which is an example of an Embedded System:

a)

PCs

b)

Washing Machine

c)

Laptops

d)

Tablets

19.

Moore’s Law?

a)

The performance increase of computers would eventually halt in 2023

b)

That the number of cores on a processor would double every year

c)

Predicted that the number of transistors on a circuit board would double ever year

d)

Computers would be capable of thinking and learning for themselves by 2023

20.

If the processing speed goes up from 1GHZ to 4GHZ and the number of cores goes from 1 to 2 – what is the exact effect on the performance of the computer?

a)

Quadrupled

b)

Eight Times faster

c)

Sixteen times faster

d)

Doubled

21.

1.      If the processing speed goes up from 1GHZ to 4GHZ and the number of cores goes from 1 to 8 – what is the exact effect on the performance of the computer?

a)

Sixty Four times faster

b)

Sixteen times faster

c)

Eight Times faster

d)

Thirty Two times faster