wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Computer system architecture

Total questions: 10

Worksheet time: 9mins

Name
Class
Date
1.

The ALU carries out arithmetic and logic operations. It processes _____ numbers rather than decimal numbers.

a)

binary

b)

decimal

c)

hexadecimal

d)

All of the above

2.

An OR gate can be imagined as

a)

switches connected in series.

b)

switches connected in parallel

c)

MOS transistors connected in series

d)

All of the above

3.

A NOR gate has two or more input signals. All input must be _____ to get a high output

a)

low

b)

highC

c)

1'sD

d)

some low some high

4.

Which of the following expressions is in the sum-of-products (SOP) form?

a)

(A + B)(C + D)

b)

(A)B(CD)

c)

AB(CD)

d)

AB + CD

5.

From the truth table above , determine the standard SOP expression.

a)

A'B'C' + ABC+AB'C

b)

ABC + ABC + ABC

c)

A'B'C + A'BC + ABC'

d)

AB'C + A'BC + ABC'

6.

n Boolean algebra, A + 1 = 1.

a)

True

b)

False

7.

In Boolean algebra, A+AB= A.

a)

True

b)

False

8.

A Karnaugh map is similar to a truth table because it presents all the possible values of input variables and the resulting output of each value.

a)

True

b)

False

9.

By applying De Morgan's theorem to a NOR gate, two identical truth tables can be produced.

a)

True

b)

False

10.

How many gates would be required to implement the following Boolean expression before simplification? XY + X(X + Z) + Y(X + Z)

a)

1

b)

2

c)

4

d)

5