1. The output of a logic gate is 1 when all the input are at logic 0 as shown below:

INPUT OUTPUT 

A B C

0 0 1

0 1 0

1 0 0

1 1 0

INPUT OUTPUT

A B C

0 0 1

0 1 0

1 0 0

1 1 1

The gate is either _________

a) A NAND or an EX-OR

b) An OR or an EX-NOR

c) An AND or an EX-OR

d) A NOR or an EX-NOR

View Answer

Answer: d

Explanation: The output of a logic gate is 1 when all inputs are at logic 0. The gate is NOR. The output

of a logic gate is 1 when all inputs are at logic 0 or all inputs are at logic 1, then it is EX-NOR. (The

truth tables for NOR and EX-NOR Gates are shown in above table).


2. The code where all successive numbers differ from their preceding number by single bit is

__________

a) Alphanumeric Code

b) BCD

c) Excess 3

d) Gray

View Answer

Answer: d

Explanation: The code where all successive numbers differ from their preceding number by single bit

is gray code. It is an unweighted code. The most important characteristic of this code is that only a

single bit change occurs when going from one code number to next. BCD Code is one in which

decimal digits are represented by a group of 4-bits each, whereas, in Excess-3 Code, the decimal

numbers are incremented by 3 and then written in their BCD format.


3. The following switching functions are to be implemented using a decoder:

f1 = ∑m(1, 2, 4, 8, 10, 14) f2 = ∑m(2, 5, 9, 11) f3 = ∑m(2, 4, 5, 6, 7)

The minimum configuration of decoder will be __________

a) 2 to 4 line

b) 3 to 8 line

c) 4 to 16 line

d) 5 to 32 line

View Answer

Answer: c

Explanation: 4 to 16 line decoder as the minterms are ranging from 1 to 14.


4. How many AND gates are required to realize Y = CD + EF + G?

a) 4

b) 5

c) 3

d) 2

View Answer

Answer: d

Explanation: To realize Y = CD + EF + G, two AND gates are required and two OR gates are required.


5. The NOR gate output will be high if the two inputs are __________

a) 00

b) 01

c) 10

d) 11

View Answer

Answer: a

Explanation: In 01, 10 or 11 output is low if any of the I/P is high. So, the correct option will be 00


6. How many two-input AND and OR gates are required to realize Y = CD+EF+G?

a) 2, 2

b) 2, 3

c) 3, 3

d) 3, 2

View Answer

Answer: a

Explanation: Y = CD + EF + G

The number of two input AND gate = 2

The number of two input OR gate = 2.


7. A universal logic gate is one which can be used to generate any logic function. Which of the

following is a universal logic gate?

a) OR

b) AND

c) XOR

d) NAND

View Answer

Answer: d

Explanation: An Universal Logic Gate is one which can generate any logic function and also the three

basic gates: AND, OR and NOT. Thus, NOR and NAND can generate any logic function and are thus

Universal Logic Gates.


8. A full adder logic circuit will have __________

a) Two inputs and one output

b) Three inputs and three outputs

c) Two inputs and two outputs

d) Three inputs and two outputs

View Answer

Answer: d

Explanation: A full adder circuit will add two bits and it will also accounts the carry input generated in

the previous stage. Thus three inputs and two outputs (Sum and Carry) are there. In case of half

adder circuit, there are only two inputs bits and two outputs (SUM and CARRY).


9. How many two input AND gates and two input OR gates are required to realize Y = BD + CE + AB?

a) 3, 2

b) 4, 2

c) 1, 1

d) 2, 3

View Answer

Answer: a

Explanation: There are three product terms. So, three AND gates of two inputs are required. As only

two input OR gates are available, so two OR gates are required to get the logical sum of three

product terms.


10. Which of following are known as universal gates?

a) NAND & NOR

b) AND & OR

c) XOR & OR

d) EX-NOR & XOR

View Answer

Answer: a

Explanation: The NAND & NOR gates are known as universal gates because any digital circuit can be

realized completely by using either of these two gates, and also they can generate the 3 basic gates

AND, OR and NOT.


11. The gates required to build a half adder are __________

a) EX-OR gate and NOR gate

b) EX-OR gate and OR gate

c) EX-OR gate and AND gate

d) EX-NOR gate and AND gate

View Answer

Answer: c

Explanation: The gates required to build a half adder are EX-OR gate and AND gate. EX-OR outputs

the SUM of the two input bits whereas AND outputs the CARRY of the two input bits.

LDCO >> Topic 1 >> Next

2 Comments

Post a Comment