wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

assemblyLanguageChap2

Total questions: 10

Worksheet time: 4mins

Name
Class
Date
1.

sync the internal operations of the CPU with other system components

a)

register

b)

clock

c)

ALU

d)

CU

2.

perform arithmetic operations

& logical operations

a)

CU

b)

clock

c)

register

d)

ALU

3.

a group of parallel wires that transfer data from one port of computer to another

a)

data bus

b)

I/O bus

c)

control bus

d)

address bus

e)

bus

4.

status flags are updated after this step.

a)

instruction fetch

b)

instruction decode

c)

operation execution

d)

store results

5.

operand are fetched from registers and memory

a)

instruction fetch

b)

instruction decode

c)

operation execution

d)

store results

6.

There are __ 32-bit general purpose registers

a)

4

b)

8

c)

16

d)

14

7.

__ is used for loop counter

a)

EAX

b)

EBX

c)

ECX

d)

EDX

8.

__ is commonly used for accumulator

a)

EAX

b)

EBX

c)

ECX

d)

EDX

9.

Which flag is set after this calculation?

mov al, 1000 1100b

add al, 0000 0010b

a)

Carry Flag

b)

Overflow Flag

c)

Zero Flag

d)

Parity Flag

10.

two unsigned 8 bit numbers (264, 230) were added and saved in an 8 bit register. Which flag will be set?

a)

Carry flag

b)

Overflow flag

c)

Auxiliary Carry flag

d)

Parity flag