wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

SK1 CH11 - COMBINATIONAL LOGIC GATES

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

What is a combinational logic circuit?

a)

A circuit with memory

b)

A circuit where output depends only on present input

c)

A circuit that stores previous inputs

d)

A sequential circuit

2.

Which of the following is NOT a derived logic gate?

a)

NAND

b)

NOR

c)

XOR

d)

AND

3.

What does the small circle on a logic gate symbol represent?

a)

Addition

b)

Inversion

c)

Multiplication

d)

Exclusive operation

4.

Which gate is called a universal gate?

a)

XOR

b)

NAND

c)

OR

d)

NOT

5.

What is the Boolean function of an XOR gate?

a)

High if both inputs are high

b)

High if either input is high, but not both

c)

Low if both inputs are low

d)

Always high

6.

What is the output of a NOR gate when both inputs are 0?

a)

0

b)

1

c)

Undefined

d)

Depends on voltage

7.

Which statement is TRUE about XNOR gate?

a)

It gives high output when both inputs are different

b)

It gives high output when both inputs are same

c)

It behaves like an OR gate

d)

It behaves like a NAND gate

8.

Why are NAND and NOR gates called universal gates?

a)

They can store data

b)

They can implement any Boolean function

c)

They are used only in ALU

d)

They require no power

9.

Which truth table represents an XOR gate?

a)

A B | Y
0 0 | 0
0 1 | 1
1 0 | 1
1 1 | 0

b)

A B | Y
0 0 | 1
0 1 | 0
1 0 | 0
1 1 | 1

c)

A B | Y
0 0 | 0
0 1 | 0
1 0 | 0
1 1 | 1

d)

None of the above

10.

If you only have NAND gates, how can you create an OR gate?

a)

By connecting two NAND gates in series

b)

By using three NAND gates with proper wiring

c)

By using one NAND gate and one NOT gate

d)

It is not possible