wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Digital Electronics (Weekend Assignment - 3)

Total questions: 20

Worksheet time: 48mins

Name
Class
Date
1.

From a given tautology, another tautology can be derived by interchanging

a)

0 and 1

b)

AND and OR

c)

0 and 1; AND and OR

d)

impossible to always drive

2.

If # is a Boolean operation defined as x # y = x'y + xy'.

Consider z = x # y, then z # x is?

a)

x

b)

y

c)

0

d)

1

3.
a)

a

b)

b

c)

c

d)

d

4.

How many minimum number of gates required to implement the Boolean function (A + BC) if you have to use only 2-input NOR gate?

a)

2

b)

3

c)

4

d)

5

5.

Consider the following Boolean function of four variables

f(A, B, C, D)=Σ(1, 3, 4, 5, 6, 7, 12, 14)f\left(A,\ B,\ C,\ D\right)=\Sigma\left(1,\ 3,\ 4,\ 5,\ 6,\ 7,\ 12,\ 14\right)  

The function is

a)

independent of 1 variable

b)

independent of 2 variables

c)

independent of 3 variables

d)

independent of all variables

6.

Operator $ is defined as x $ y = x' + y. Let z = x $ y. The value of z $ x

a)

x' + y

b)

x

c)

0

d)

1

7.

The Boolean variables x, y, z that satisfy Boolean expression xy+x'y=1 and xz+y=0 is

a)

1, 0, 0

b)

0, 1, 1

c)

1, 0, 1

d)

0, 0, 1

8.

The output of the given MUX can be represented by

a)

AB + BC' + C'A + BC

b)

A + B + C

c)

A + B

d)

A'B'C + A'BC' ABC

9.

The Boolean expression for the output f is?

a)
b)
c)
d)
10.

Find out the Boolean expression of f

a)

(P+Q)'

b)

(Q+R)'

c)

(P+R)'

d)

(P+Q+R)'

11.

A subtractor is not usually present in a computer system because

a)

it is expensive

b)

it is not possible to design it

c)

the adder will take care of subtraction

d)

comparator can take care of subtraction

12.

The output F is given by

a)

1

b)

0

c)

X

d)

X'

13.

Which of the following expressions does NOT represent exclusive NOR of x and y?

a)

xy+x'y'

b)

x <XOR> yx\ <XOR>\ y'

c)

x' <XOR> y

d)

x' <XOR> y'

14.

The give Karnaugh Map of 4 Boolean function F is given. A, B, C are don't care conditions. What value of A, B, C will result in the minimal expression?

a)

A = B = C = 1

b)

B = C = 1; A = 0

c)

A = C = 1; B = 0

d)

A = B = 1; C = 0

15.

The working of a staircase switch is a typical example of the logical operation

a)

OR

b)

AND

c)

Exclusive - OR

d)

Exclusive - NOR

16.

What is the minimal form of the given k-map?

a)

b'd'

b)

b'd'+b'c'

c)

b'd'+ab'c'd

d)

b'd'+b'c'+c'd'

17.

The total number of Boolean functions of three variables X, Y, and Z such that f (X, Y, Z) = f (X', Y', Z') is

a)

8

b)

16

c)

32

d)

64

18.

In order to make the given circuit a tautology, the '?' box should be replaced with.

Note: This is a multi select type question.

a)

an OR gate

b)

an AND gate

c)

a NAND gate

d)

a NOR gate

19.

The Boolean expression for the given diagram

a)

a tautology

b)

an inconsistency

c)

independent of A

d)

independent of B

20.

The truth table represents the function

a)

X

b)

X + Y

c)

X <XOR> Y

d)

Y