You are on page 1of 4

Esc201T: Introduction to Electronics

Quiz-11
Question #1: Let X be your Roll No. Y is the decimal
number obtained by dividing your Roll No by 100. E.g. if
your Roll No is 170989, then Y is 1709.89.
Write Y in
a) Binary number (upto fourth place of decimal)
b) Octal number (upto fourth place of decimal)
c) Hexadecimal number (upto fourth place of decimal)

You must show all the steps. If answer is written without all the
steps shown, zero marks will be awarded. [10 marks]
Question #2: Compute and write the answer is 2’s
complement form [10 marks]
a) 1210 + AB16 – 768 -10101012
b) 111012 - E816 -438 + 2310
where 1210 denotes number 12 in decimal system, 768
denotes the number 76 in octal number system and so on
Question #3: Let us consider a Boolean function of three
variables, x, y and z. The function takes value of one if
sum of the variables x, y and z is one and zero otherwise.
a) Draw the truth table
b) Write down the Boolean expression in sum of product
form
c) Write down the Boolean expression in product of sum
form
d) Implement the Boolean function using two inputs NAND
gates.
e) Implement the Boolean function using two inputs NOR
gates
f) Simplify the expression using K-map.
[10 marks]

You might also like