You can prepare effectively for Computer Science Engineering (CSE) GATE Computer Science Engineering(CSE) 2027 Mock Test Series with this dedicated MCQ Practice Test (available with solutions) on the important topic of "Test: Digital Circuits & Flip Flops ". These 15 questions have been designed by the experts with the latest curriculum of Computer Science Engineering (CSE) 2026, to help you master the concept.
Test Highlights:
Sign up on EduRev for free to attempt this test and track your preparation progress.
A logic network has two data inputs A and B, and two control inputs C0 and C1. It implements the function F according to the following table.
Implement the circuit using one 4 to 1 Multiplexer, one 2-input Exclusive OR gate, one 2-input AND gate, one 2-input OR gate and one Inverter.
Detailed Solution: Question 1
In the following truth table, V = 1 if and only if the input is valid.
What function does the truth table represent?
Detailed Solution: Question 2
Consider the following combinational function block involving four Boolean variables x,y,a,b where x,a,b are inputs and y is the output.
if(x, a,b,y)
{
if( x is 1) y=a;
else y=b;
}
Which one of the following digital logic blocks is the most suitable for implementing this function?
Detailed Solution: Question 3
How many pulses are needed to change the contents of a 8-bit up counter from 10101100 to 00100111 (rightmost bit is the LSB)?
Detailed Solution: Question 4
The minimum number of D flip-flops needed to design a mod-258 counter is
Detailed Solution: Question 5
Let = k = 2n. A circuit is built by giving the output of an n-bit binary counter as input to an n- to-2n bit decoder. This circuit is equivalent to a
Detailed Solution: Question 6
Consider a 4-bit Johnson counter with an initial value of 0000. The counting sequence of this counter is
Detailed Solution: Question 7
The next state table of a 2-bit saturating up-counter is given below.
The counter is built as a synchronous sequential circuit using T flip-flops. The expressions for are
Detailed Solution: Question 8
The dual of a Boolean function written as
is the same expression as that of F with + and swapped. F is said to be self-dual if
. The number of self-dual functions with Boolean variables is
Detailed Solution: Question 9
Latches constructed with NOR and NAND gates tend to remain in the latched condition due to which configuration feature?
Detailed Solution: Question 10
Find the maximum clock frequency at which the counter in the figure below can be operated. Assume that the propagation delay through each flip flop and each AND gate is 10 ns. Also assume that the setup time for the J K inputs of the flip flops is negligible.
Detailed Solution: Question 11
The exponent of a floating-point number is represented in excess-N code so that:
Detailed Solution: Question 12
The following is a scheme for floating point number representation using 16 bits
Let s, e, and m be the numbers represented in binary in the sign, exponent, and mantissa fields respectively. Then the floating point number represented is:
What is the maximum difference between two successive real numbers representable in this system?
Detailed Solution: Question 13
Consider the following floating-point format.
Mantissa is a pure fraction in sign-magnitude form.
The decimal number has the following hexadecimal representation (without normalization and rounding off):
Detailed Solution: Question 14
Consider the following floating-point format.
Mantissa is a pure fraction in sign-magnitude form.
The normalized representation for the above format is specified as follows. The mantissa has an implicit 1 preceding the binary (radix) point. Assume that only 0’s are padded in while shifting a field.
The normalized representation of the above number
Detailed Solution: Question 15