Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 16

TUTORIAL-1

(Number System and Logic Gates)


Qn. 1 Convert these numbers
a. (37)10 = (_____)2
b. (266)10 = (_____)8
c. (423)10 = (______)16
Qn. 2 Convert these BCD numbers into decimal equivalent
a. (110100000111001)BCD = (_____)10

b. (11111000001)BCD = (_____)10
Qn. 3 Base ‘r’: What is the value of r if (222)r=(116)7
Qn. 4 Convert directly these Hex and Oct numbers in to binary equivalent
a. (9F2)16 = (_____)2

b. (472)8 = (_____)2
Qn. 5 How many bytes are needed to represent the decimal value 846569 in BCD.
Qn. 6
Qn. 7
Qn. 8
Qn. 9
Qn. 10
Qn. 11 Write the Boolean expression for output x in the given
Figure.
Qn. 12 Write the Boolean expression for output x in the given
Figure. What is the logic level of x if A=0,B=0,C=1,D=1,E=1
Qn. 13 Derive XOR from NAND gates only
Qn. 14
Qn. 15 How can you implement a NOT circuit using a two-input EX-OR gate?

Refer to the truth table of a two-input EX-OR gate It is clear from the truth table that, if one of
the inputs of the gate is permanently tied to logic ‘1’ level, then the other input and output
perform the function of a NOT circuit.

You might also like