You are on page 1of 6

The output of an AND gate with three inputs, A, B, and C, is HIGH when ________.

A. A = 1, B = 1, C = 0

B. A = 0, B = 0, C = 0

C. A = 1, B = 1, C = 1

D. A = 1, B = 0, C = 1
If A is LOW or B is LOW or BOTH are LOW, then X is LOW. If A is HIGH and B is HIGH, then X is
HIGH. These rules specify the operation of a(n) ________.
A. AND gate

B. OR gate

C. NAND gate

D. XOR gate
The output of an XOR gate is HIGH only when ________.
A. both inputs = 0

B. both inputs = 1

C. the two inputs are unequal

D. both inputs are undefined


The number of input combinations for a 4-input gate is ________.
A. 9

B. 8

C. 15

D. 16
Draw the circuit and the truth table for the following Boolean algebra

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


CONVERTION

1) Do the following Conversion:-


(4)

1. Binary to Decimal:- 2. Decimal to Binary:-


a) 1101101002 b) 19510

2) Do the following Conversion:-


(4)
Binary to Hexadecimal Hexadecimal to Binary

10010101000001111110101 AB45F6
5. Complete the Missing values of the Truth Table for the given Logic Gates:
(4)

NAND Gate:
A B Y = A.B

0
1

OR Gate:
A B Y= A+B

You might also like