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: Boolean Operations ". These 30 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.
Consider a carry look-ahead adder for adding two n-bit integers, built using gates of fan-in at most two. The time to perform addition using this adder is:
Detailed Solution: Question 1
Consider an eight-bit ripple-carry adder for computing the sum of A and B, where A and B are integers represented in 's complement form. If the decimal value of A is one, the decimal value of B that leads to the longest latency for the sum to stabilize is ___________
Detailed Solution: Question 2
An N-bit carry lookahead adder, where N is a multiple of 4, employs ICs 74181 (4 bit ALU) and 74182 ( 4 bit carry lookahead generator).
The minimum addition time using the best architecture for this adder is
Detailed Solution: Question 3
The number of full and half-adders required to add 16-bit numbers is:
Detailed Solution: Question 4
A 4-bit carry look ahead adder, which adds two 4-bit numbers, is designed using AND, OR, NOT, NAND, NOR gates only.Assuming that all the inputs are available in both complemented and uncomplemented forms and the delay of each gate is one time unit, what is the overall propagation delay of the adder? Assume that the carry network has been implemented using two-level AND-OR logic.
Detailed Solution: Question 5
The maximum gate delay for any output to appear in an array multiplier for multiplying two-bit numbers is:
Detailed Solution: Question 6
Consider an array multiplier for multiplying two n bit numbers. If each gate in the circuit has a unit delay, the total delay of the multiplier is:
Detailed Solution: Question 7
are Boolean variables,
operator.
Which one of the following must always be TRUE?
Detailed Solution: Question 8
The total number of Boolean functions which can be realised with four variables is:
Detailed Solution: Question 9
The simultaneous equations on the Boolean variables x, y, z and w,

have the following solution for x, y, z and w, respectively:
Detailed Solution: Question 10
Consider the Boolean operator # with the following properties :
Detailed Solution: Question 11
Detailed Solution: Question 12
Find values of Boolean variables A,B,C which satisfy the following equations:
Detailed Solution: Question 13
Detailed Solution: Question 14
In boolean algebra, the OR operation is performed by which properties?
Detailed Solution: Question 15
Detailed Solution: Question 16
Detailed Solution: Question 17
The function AB’C + A’BC + ABC’ + A’B’C + AB’C’ is equivalent to
Detailed Solution: Question 18
Detailed Solution: Question 19
Define the connective
Consider the following expressions
Which of the following is TRUE?
Detailed Solution: Question 20
Detailed Solution: Question 21
In boolean algebra, the OR operation is performed by which properties?
Detailed Solution: Question 22
Which one of the following expressions does NOT represent exclusive NOR of x and y?
Detailed Solution: Question 23
denote the exclusive OR (XOR) operation. Let '1' and '0' denote the binary constants. Consider the following Boolean expression for F over two variables P and Q:
The equivalent expression for is
The equivalent expression for F is
Detailed Solution: Question 24
If are Boolean variables, then which one of the following is INCORRECT?
Detailed Solution: Question 25
Choose the correct alternatives (more than one may be correct) and write the corresponding letters only: The operation which is commutative but not associative is:
Detailed Solution: Question 26
Detailed Solution: Question 27
When multiplicand Y is multiplied by multiplierusing bit-pair recoding in Booth's algorithm, partial products are generated according to the following table.
The partial products for rows 5 and 8 are
Detailed Solution: Question 28
Booth’s algorithm for integer multiplication gives worst performance when the multiplier pattern is
Detailed Solution: Question 29
Detailed Solution: Question 30