wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Chapter 4: Logic Gates and Boolean Functions

Total questions: 50

Worksheet time: 37mins

Name
Class
Date
1.

What is the primary function of a logic gate?

a)

To store data

b)

To perform a specific logical operation

c)

To convert between number systems

d)

To minimize Boolean functions

2.

Which of the following is NOT a basic logic gate?

a)

NANDOR

b)

OR

c)

AND

d)

XOR

3.

What is the output of a NOT gate when the input is 1?

a)

0

b)

1

c)

Undefined

d)

High

4.

In Boolean algebra, what does the operator '+' represent?

a)

AND operation

b)

XOR operation

c)

OR operation

d)

NOT operation

5.

What is the truth table output for an AND gate with inputs 1 and 1?

a)

1

b)

0

c)

Undefined

d)

High

6.

Which law states that A + 1 = 1?

a)

Commutative Law

b)

Idempotent Law

c)

Distributive Law

d)

Law of Union

7.

What is the output of a 3-input AND gate when any input is 0?

a)

High

b)

1

c)

0

d)

Undefined

8.

Which theorem states that (A + B) • (A + C) = A + BC?

a)

DeMorgan's Theorem

b)

Distributive Theorem

c)

Absorption Theorem

d)

Involution Theorem

9.

What is the output of an OR gate with inputs 0 and 0?

a)

0

b)

High

c)

1

d)

Undefined

10.

Which of the following is a characteristic of a truth table?

a)

It shows the physical layout of a circuit

b)

It lists all permutations of inputs and their corresponding outputs

c)

It is used to design sequential circuits

d)

It only applies to AND gates

11.

What does the XOR gate output when both inputs are the same?

a)

Undefined

b)

1

c)

High

d)

0

12.

Which Boolean operator is represented by the symbol '•'?

a)

XOR

b)

AND

c)

OR

d)

NOT

13.

What is the result of the operation A • A?

a)

Undefined

b)

1

c)

0

d)

A

14.

In a truth table, how many outputs are there for a 2-input gate?

a)

8

b)

2

c)

1

d)

4

15.

What is the output of a NAND gate when both inputs are 1?

a)

High

b)

Undefined

c)

1

d)

0

16.

Which theorem states that (A + B) • (A + C) = A + BC?

a)

DeMorgan's Theorem

b)

Distributive Theorem

c)

Absorption Theorem

d)

Involution Theorem

17.

What does the XOR gate output when both inputs are the same?

a)

Undefined

b)

1

c)

High

d)

0

18.

What is the result of the operation A • A?

a)

Undefined

b)

1

c)

0

d)

A

19.

What will the circuit's output be?

a)

1

b)

0

20.

List the pulse train at the output of this logic gate

a)

a = 1,b = 0,c = 0,d = 1,e = 0,f = 0,g = 1

b)

a = 0,b = 1,c = 1,d = 0,e = 0,f = 1,g = 1

c)

a = 1,b = 0,c = 0,d = 1,e = 1,f = 0,g = 0

d)

a = 0,b = 0,c = 0,d = 1,e = 1,f = 0,g = 1

21.

What is the output Y of this logic cricuit if A = 1, B = 1, and C = 1

a)

0

b)

1

22.

What is the output Z of this logic cricuit if A = 1 and B = 1

a)

0

b)

1

23.
What kind of gate does this Truth Table represent?
a)
AND
b)
NOT
c)
OR
d)
NAND
24.

What kind of gate does this Truth Table represent?

a)

NOR

b)

NOT

c)

OR

d)

NAND

25.

What kind of gate does this Truth Table represent?

a)

NAND

b)

AND

c)

NOR

d)

OR

26.

Which of the following is a binary code?

a)

10010110

b)

a + b = c;

c)

E = mc2

d)

int a = 5;

27.

In computing 1's and 0's often also means _________.

a)

10

b)

2

c)

True and False

d)

None of the above

28.

What are the three boolean operations in Boolean Algebra?

a)

NOT, AND and XOR

b)

NOT, AND and OR

c)

ADDITION, SUBTRACTION AND MULTIPLICATION

d)

X, Y AND Z

29.

Which is the truth table for the AND gate?

a)

b)

c)

d)

e)

30.

Diagram shows a logic gate.

Which of the following will function similar to the logic gate?

a)
b)
c)
d)
31.

Define logic gate

a)

combinational circuit that converts mechanical signal to electrical signal

b)

electronic circuit that operate with one or more inputs to get one output

c)

a circuit that change code into signals

d)

electronic circuit that multiply amplitudes of two input signals

32.

XNOR GATE.

a)
b)
c)
33.
What kind of gate does this Truth Table represent?
a)
XOR
b)
OR
c)
NOT
d)
AND
34.

What is the output Y of this logic cricuit if A = 1, B = 1, and C = 1

a)

0

b)

1

35.

Which logic gate is represented by this truth table?

a)
b)
c)
d)
36.

Two transistors in series is a:

a)

Not Gate

b)

AND Gate

c)

OR Gate

d)

NAND Gate

37.

Which gate is represented by this boolean expression

a)

NAND

b)

NOT

c)

NOR

d)

NXOR

38.

A+A=A+\overline{A}=  

a)

A

b)

1

c)

0

d)

2A

39.

A + 1 =

a)

1

b)

0

c)

A

d)

A\overline{A}

40.

A \overline{A\ }  +  A\overline{A}  =

a)

A

b)

A\overline{A}  

c)

1

d)

0

41.

(1 + A + A) =

a)

A

b)

~A

c)

1

d)

0

e)

Dirty dishes

42.

A + (B * A) =

a)

A

b)

~A

c)

B

d)

1

e)

Your mama

43.
X . ( Y . Z )
is the same as 
a)
X . Y + Z
b)
( X + Y ) + Z
c)
( X . Y ) . Z
d)
( X . Z ) + Y
44.
A . ( B + C )
is the same as
a)
___________
A + B + C
b)
( A + B ) ( A + C)
c)
A . B . C
d)
( A . B ) + ( A . C )
45.

Which of these are logic gates?

a)

AND

b)

OR

c)

NOT

d)

IF

e)

ELSE

46.

What is the output Z of this logic cricuit if A = 1 and B = 1

a)

0

b)

1

47.

_     _
A  .   B
is the same as

a)
_______
A + B
b)
A . B
c)
B . A
d)
______
A . B
48.

Which law is this an example of:

A(B+C) = (A.B)+(A.C)

A+(B.C) = (A+B).(A+C)

a)

Associative

b)

Commutative

c)

Absorption

d)

Distributive

49.

Choose 2 forms of Boolean expression

a)

SOP and POS

b)

Combination and multiples

c)

AND and OR gate

d)

Input of A and B

50.

Select the true function of Karnaugh Map (K-Map):

i. Solve difficult expression

ii. Simplified Boolean expression

iii. Develop truth table of combinational circuit

iv. Differentiate SOP and POS

a)

i, ii, iii, iv

b)

i, ii, iii

c)

i, ii, iv

d)

ii, iii, iv