Conversion of Numbers: (A) 2 (B) 0 (C) 1 (D) None of These
Conversion of Numbers: (A) 2 (B) 0 (C) 1 (D) None of These
Conversion of Numbers: (A) 2 (B) 0 (C) 1 (D) None of These
1) The decimal value equivalent of the hexa decimal number ‘A0’ is_____
a) 80 b) 100 c) 120 d) 160
Explanation:
A0
(10*161) +0(*160)
160+0=160
F3
(15*161) + (3*160)
240+3=243
3) What is the hexadecimal equivalent of a binary number10101111___
a) AF b) 9E c) 8C d) All of the above
GATES
1) In which of the following gates, the output is 1, if and only if at least one input is 1?
Explanation :
In OR gate we need atleast one bit to be equal to 1 to generate the output as 1 because OR
means any of the condition out of two is equal to 1 which means if atleast one input is 1 then it
shows output as 1 . Number of 1's in input may be more than one but the output will always be 1
in OR gate. So the answer is 'C'.
2) What is the minimum number of two-input NAND gates used to perform the function of two
input OR gate ?
Explanation :
Y=A+B. This is the equation of OR gate. We require 3 NAND gates to create OR gate. We can
also write
Explanation:
a) Zero voltage b) lower voltage level c) higher voltage level d) negative voltage
Explanation:
For XOR gate complements the sinlge input eg if input 1 is given then you get 1 in output and
vice versa This is called toggling.
Nand and NOR are universal gates and can be used to design XOR gate so they can also
perform toggle operation.
Therefore correct answer is AND gate.
Explanation:
For XOR gate complements the sinlge input eg if input 1 is given then you get 1 in output and
vice versa This is called toggling.
Nand and NOR are universal gates and can be used to design XOR gate so they can also
perform toggle operation.
Therefore correct answer is AND gate.
is:
(A) (A+C).D+B
(B) (A+B).C+D
(C) (A+D).C+B
(D) (A+C).B+D
Answer: (A)