1. Two 2's complement numbers having sign bits x and y are added and the sign bit of the result is z. Then, the occurrence of overflow is indicated by the Boolean function ?

xyz

x’y’z’

x’y’z + xyz’

xy + yz + zx

Answer: xy + yz + zx

Explanation:


2. The logic is said to be positive if ?

upper level is 0, lower is 1

lower level is 0, upper is 1

two levels overlap

both (a) and (b) are true

Answer: lower level is 0, upper is 1

Explanation:


3. Which of the following notations have two representations of zero 1. 1's complement with radix of number being 2. 2. 7's complement with radix of number being 8. 3. 9's complement with radix of number being 10. 4. 10's complement with radix of number being 10. Select the correct answer using the code given below ?

1, 2 and 4

1 and 3

2,3 and 4

1, 2 and 3

Answer: 1, 2 and 3

Explanation:


4. Positive logic in a logic circuit is one in which ?

logic 0 and 1 are represented by 0 and positive voltage respectively

logic 0 and 1 are represented by the negative and positive voltages respectively

logic 0 voltage level is higher than logic 1 voltage level

logic 0 voltage level is lower than logic 1 voltage level

Answer: logic 0 voltage level is lower than logic 1 voltage level

Explanation:


5. Three Boolean operators are ?

NOT, OR, AND

NOT, NAND, OR

NOR, OR, NOT

NOR, NAND, NOT

Answer: NOT, OR, AND

Explanation:


6. A three-input OR gate has output equal to 0 when ?

all its inputs are high

two of its inputs are high

all are low

one is high and the other two are low

Answer: all are low

Explanation:


7. Boolean algebra is also known as ?

Gate algebra

Transistor algebra

Switching algebra

Counting algebra

Answer: Switching algebra

Explanation:


8. In Boolean algebra A.A is equal to ?

A

2A

1

Answer: A

Explanation:


9. AND operation is equivalant to ?

Division

Union

Intersection

Both B and C

Answer: Intersection

Explanation:


10. A positive logic OR gate is the same as a negative logic ?

NOR gate

OR gate

EX-OR gate

AND gate

Answer: AND gate

Explanation: