MCQ
Paper - II (viii) — Digital Logic Systems MCQ - Practice Questions with Answers
Solve 45 Paper - II (viii) — Digital Logic Systems questions for RAS/RPSC preparation.
Practice questions
Q1A full adder has inputs A, B and Cin. Which pair correctly gives its Sum and Carry output?
A full adder adds three one-bit inputs. The Sum bit is 1 for an odd number of 1s, hence A ⊕ B ⊕ Cin. The Carry bit is 1 whenever at least two inputs are 1, represented by AB + ACin + BCin.
Q2Which step is essential when designing a synchronous sequential system from a state diagram?
A state diagram must be converted into hardware by encoding states, building the state table, selecting flip-flops, deriving excitation or next-state equations, and then realizing those equations with combinational logic feeding commonly clocked storage elements.
Q3For a half-subtractor with minuend A and subtrahend B, which pair gives Difference and Borrow respectively?
A half-subtractor compares A - B. The difference bit is 1 when the inputs differ, giving A ⊕ B. Borrow is needed only for A = 0 and B = 1, which is represented by A̅B.
Q4In a full subtractor with inputs A, B and Bin, what is the correct expression for the Difference output?
A full subtractor computes A minus B minus Bin for one bit. The Difference output is the modulo-2 result, so it is 1 when an odd number of A, B and Bin inputs are 1. That is represented by A XOR B XOR Bin; borrow logic is handled by a separate output.
Q5In a full adder with inputs A, B, and Cin, which pair correctly represents Sum and Carry-out?
A full adder adds three one-bit inputs. The Sum bit is 1 for an odd number of 1s, giving A xor B xor Cin. The Carry-out is 1 when two or three inputs are 1, so it is the majority term AB + BCin + ACin.
You've seen 5 of 45 sample questions
Unlimited practice on Paper - II (viii) — Digital Logic Systems comes with the RAS Test Series + Practice pack or Gate Pass.
More questions
6For a three-variable function F(A,B,C) = Σm(1,3,5,7), what is the minimal SOP expression obtained from a K-map?
7Why is a NAND gate called a universal gate in combinational logic design?
8A JK flip-flop is used in a synchronous counter. Which input condition makes it toggle on the active clock edge?
9Which statement best compares standard CMOS and TTL logic families in normal digital IC usage?
10A synchronous sequential circuit is to be designed using D flip-flops. If the required next-state equation for one state bit is Q_next = XQ' + X'Q, what should be connected to the D input of that flip-flop?
11Which statement best compares CMOS and TTL logic families in ordinary digital circuit design?
12A 4:1 multiplexer has select inputs S1S0. If D0 = 0, D1 = 1, D2 = A and D3 = A', which function of A, S1 and S0 appears at the output?
13In K-map simplification, a don't-care cell should be included in a group only when it:
14In a synchronous sequential circuit, what is the immediate design purpose of using a common clock for all flip-flops?
15When minimizing a sum-of-products expression with a Karnaugh map, which grouping rule is correct?
