GATE Online Test 1 - Digital Circuits | Computer Science(CS)
GATE Online practice Test computer Science - Digital Circuits
Questions
Two nibble adder can be implemented by (without initial carry)
- 4 full adderscomplementary
- 3 full adder and a half adder
- 4 half adder
- 2 half and 2 full adders
How many bits does the decimal number 52.39 require for representing in radix 2 number system?
- 12
- 14
- 16
- 18
To implement $F= A \bar B+ AB \bar C + ABCD + ABC \bar D$ using only two input NAND gates, the minimum number of gates required is
- 8
- 0
- 2
- 4
The MSB of binary and of its gray code is
- complementary
- equal
- any of above
- insufficient data
In the binary number 110.101, the fractional part has value
- 0.625
- 0.5
- 0.101
- 0.875
Zero has two representations in
- sign magnitude
- 1’s complement
- 2’s complement
- None of these
The octal value of hexadecimal AB123 is
- (2540443)8
- (2540423)8
- (2530443)8
- (2440443)8
For the digital circuit shown in the given figure the output $ Q_3Q_2Q_1Q_0 = 0001 $initially. After a clock pulse appear, the output $Q_3Q_2Q_1Q_0 $ will be

- 0001
- 0011
- 0111
- 1111
The function realized by the MUX is

- $(A+\bar B)(A +C)+B$
- $A + B + C$
- Both (1) and (2)
- None of these
How many gates (minimum) are needed for a 3-bit up counter using standard binary and using T flip-flop?
Assume unlimited fan-in.
- 4
- 3
- 2
- 1
The following circuit is a

- serial subtractor
- serial adder
- any of above
- None of these
Minimum SOP of $\bar X \bar Y \bar Z + \bar X \bar Y Z + \bar XYZ + X \bar YZ+ XYZ$ is
- $XY+\bar XZ$
- $\bar X \bar Y+ YZ + XZ$
- $\bar X \bar Y + Z$
- None of these
The number of full and half address required to add 16-bit numbers is
- 8 half adder, 8 full adder
- 1 half adder, 15-full adder
- 16 half adder, 0 full adder
- 4 half adder, 12 full adder
In the following expression, AND and OR are arithmetic operators (42 OR 72) AND 55.
The value of this expression is
- 15
- 85
- 34
- 59
What should A and B be in order to make this circuit behave like a T-flop flop?

- A - AND
B - AND - A - NAND
B - NAND - A - AND
B - OR - A - NOR
B - OR
The combinational circuit given below is implemented with two NAND gates. To which of the following individual gates is it equivalent?

- NOT
- XOR
- AND
- OR
A sequential circuit has one input and one output. In the input sequence whenever a pattern 010 or 0001 is detected, the output becomes 1 when the last symbol of the pattern is received. Otherwise, the output equals to 0. What will be the minimum number of states of the equivalent state diagram of this synchronous sequential circuit?
- 4
- 5
- 6
- 7
Let $F(A, B) = \bar A + B$. Simplified expression for function $F(f(x+y, y), z)$ is
- $\bar x + z$
- $xyz$
- $x \bar y + z$
- None of there
Identify the logic function performed by the circuit shown below:

- EX-OR
- EX-NOR
- NAND
- NOR
In the given network of AND and OR gates

$\rho$ can be written as
- $x_0x_1x_2.....x_n + z_1x_2 ... x_n+ x_2x_3....x_n....x_n$
- $x_0x_1 + x_2x_3 + ...... x_{n-1}x_n$
- $x_0 + x_1 + x_2 + .....x_n$
- $x_0x_1x_3....x_{n-2} + x_2x_3x_5.....x_{n-1} + ........ +x_{n-2}x_{n-1}+x_n$
