wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Boolean Algebra Quiz

Total questions: 27

Worksheet time: 14mins

Name
Class
Date
1.

What is the binary equivalent of the decimal number 25?

a)

11001

b)

10110

c)

10011

d)

11101

2.

Which of the following is NOT a valid hexadecimal digit?

a)

A

b)

G

c)

F

d)

9

3.

What is the octal equivalent of the binary number 110110?

a)

32

b)

66

c)

54

d)

56

4.

Which base is used in the hexadecimal number system?

a)

2

b)

8

c)

10

d)

16

5.

According to De Morgan's Theorem, what is the complement of (A + B)?

a)

A' + B'

b)

A . B

c)

A' . B'

d)

A + B'

6.

Which Boolean law states that A + 0 = A?

a)

Idempotent Law

b)

Domination Law

c)

Identity Law

d)

Complement Law

7.

What is the result of A + A'?

a)

0

b)

1

c)

A

d)

A'

8.

Which law is represented by A . (B + C) = A . B + A . C?

a)

Associative Law

b)

Distributive Law

c)

Absorption Law

d)

Idempotent Law

9.

Which logic gate outputs HIGH only if all inputs are HIGH?

a)

OR

b)

AND

c)

NAND

d)

XOR

10.

The output of an XOR gate is HIGH when:

a)

Both inputs are HIGH

b)

Both inputs are LOW

c)

Inputs are different

d)

Inputs are the same

11.

What is the complement of an AND gate?

a)

OR gate

b)

NOR gate

c)

NAND gate

d)

XOR gate

12.

Which logic gate has an output of LOW when at least one input is HIGH?

a)

NOR

b)

AND

c)

NAND

d)

OR

13.

Which gate can be used to implement any Boolean function?

a)

AND

b)

OR

c)

NOR

d)

XOR

14.

In which form is a Boolean expression represented in the Sum of Product (SOP) method?

a)

AND of OR terms

b)

OR of AND terms

c)

XOR of AND terms

d)

NOR of OR terms

15.

Which of the following is an example of SOP?

a)

(A + B) . (A + C)

b)

AB + AC

c)

A + BC

d)

A . (B + C)

16.

What is the primary advantage of SOP over other forms?

a)

Requires fewer gates

b)

Easier to simplify

c)

Directly implementable using AND-OR logic

d)

Requires fewer logic levels

17.

In Product of Sum (POS), a Boolean function is expressed as:

a)

OR of AND terms

b)

AND of OR terms

c)

XOR of AND terms

d)

NOR of AND terms

18.

Which of the following is an example of POS?

a)

(A + B) . (A + C)

b)

AB + AC

c)

A + BC

d)

(A . B) + (A . C)

19.

What is the decimal equivalent of the binary number 10101?

a)

19

b)

20

c)

21

d)

22

20.

How many bits are required to represent the decimal number 31 in binary?

a)

4

b)

5

c)

6

d)

7

21.

Which of the following is a valid representation of 15 in hexadecimal?

a)

F

b)

E

c)

1F

d)

0F

22.

What is the binary equivalent of the hexadecimal number 3A?

a)

111010

b)

110110

c)

00111010

d)

110011

23.

Which Boolean law is represented by the equation A + A = A?

a)

Idempotent Law

b)

Absorption Law

c)

Identity Law

d)

Associative Law

24.

What is the complement of the Boolean expression A . (A + B)?

a)

A + B

b)

A' + B'

c)

A'

d)

A' . B'

25.

The Absorption Law states that:

a)

A + A . B = A

b)

A + A' = 1

c)

A + 0 = A

d)

A . A' = 0

26.

What is the result of (A + B)' using De Morgan's theorem?

a)

A' . B'

b)

A' + B'

c)

A + B

d)

A . B

27.

The Boolean expression for a NOR gate with inputs A and B is:

a)

A + B

b)

(A + B)'

c)

A . B

d)

(A . B)'