wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

DECO-1st unit

Total questions: 15

Worksheet time: 8mins

Name
Class
Date
1.

Which of the following logic expressions represents the logic diagram shown?

a)

X=AB’+A’B

b)

X=(AB)’+A’B’

c)

X=(A'B)’+AB

d)

X=A’B’+AB

2.

Which of the following circuits in figure (a to d) is the sum-of-products implementation of figure (e)?

a)
Circuit a
b)
Circuit d
c)
Circuit c
d)
Circuit b
3.

Which of the following represents a NAND gate?

a)

X = AB

b)

X = (AB)’

c)

X = A + B

d)

X = A’B’

4.

In a truth table, how many rows are there for a circuit with three inputs?

a)

4

b)

6

c)

8

d)

16

5.

The expression for the truth table given below in POS form is given by:

a)

AB'C+ABC'

b)

(A+B+C')(A'+B'+C')

c)

A'B'C+ABC

d)

(A+B'+C')(A'+B'+C')

6.

What is the canonical SOP form?

a)

A logic expression where each term consists of a product of literals

b)

A logic expression where each term consists of a sum of literals

c)

A logic expression where each term includes all the variables in the system

d)

A logic expression consisting only of minterms

7.

Given the following truth table, what is the corresponding SOP expression?

a)

AB+A′B′

b)

A′B+A′B′

c)

A′B+AB

d)

A′B′+AB′

8.

From the following truth table, which minterms correspond to the SOP form?

a)

m(0,1,3,7)

b)

m(2,4,5,6)

c)

m(1,2,3,5)

d)

m(2,3,4,6)

9.

Which of the following is true for a canonical POS form?

a)

The variables in each term are always in the uncomplemented form

b)

Each term represents a minterm

c)

It contains fewer terms than a non-canonical form

d)

The expression is written as a product of sum terms, where each sum represents a maxterm.

10.

What is the maximum number of variables that can be easily handled by a 4x4 K-map?

a)

2

b)

3

c)

4

d)

5

11.

Which of the following represents the correct grouping rule in a K-map for simplification?

a)

Groups should consist of only one cell

b)

Groups should consist of 2, 4, 8, or 16 cells

c)

Groups must be diagonal

d)

Groups must include at least one minterm

12.

In a 3-variable K-map, how many cells are present?

a)

4

b)

8

c)

16

d)

32

13.

How should adjacent 1's be grouped in a K-map?

a)

Only in single cells

b)

In groups of 5 cells

c)

In groups of 3 cells

d)

In groups of powers of 2 (1, 2, 4, 8, etc.)

14.

For the following Boolean function F(A,B,C,D)=∑m(12,14,8,10) what is the minimal expression using K-map reduction?

a)

F=A′C+BD

b)

F=AD'

c)

F=A′C+B′D

d)

F=A′C′D+BCD

15.

What is the SSOP form for the function:

f(a,b,c)=ab+abc'+bc

a)

a'b+bc

b)

a'bc+abc+a'b'c

c)

abc+abc'+a'bc

d)

abc+abc'+a'b'c