Sample Paper Cs 302
Sample Paper Cs 302
FINALTERM EXAMINATION
Fall 2022
CS302 – Digital Logic Design
Time: 90 min
Marks: 60
A. Continuous Quantity
B. Digital Quantity
C. Discrete Quantity
D. Digital & Discrete both
The Sum-of-Weights method can be used to convert a Binary number of any magnitude to its
equivalent.
A. Hexadecimal representation
B. Octal representation
C. Decimal representation
D. Binary representation
In Binary to Hexadecimal Conversion, the Binary string is divided into small groups of
___________ starting from the least significant bit.
A. 1-bits
B. 2-bits
C. 3-bits
D. 4-bits
Question No: 4 (Marks: 01) - Please choose the correct option
A. 1111
B. 1011
C. 0011
D. 0000
A. Y = A.B
B. Y = A+B
C. Y = A-B
D. Y = A/B
The logic NOR function is the combination of two logic functions that are ___________logics.
A. OR & NOT
B. AND & NOT
C. OR & AND
D. NOT & XOR
The output of a NAND is ___________ when all inputs to the NAND gate are 1s.
A. 1
B. 00
C. 10
D. 0
Demorgan’s First Theorem states that the complement of a ___________ of variables is equal to
the sum of the complements of the variables.
A. Sum
B. Subtraction
C. Product
D. Division
Question No: 9 (Marks: 01) - Please choose the correct option
A. F = A.B.C.D
B. F = A+B+C+D
C. F = ̅A.̅B.C.D
D. F = A.B.C+D
A. 8
B. 16
C. 24
D. 32
A K-map for ___________ variables can be constructed by using two 4-variable K-maps.
A. 5
B. 8
C. 15
D. 30
A. POS
B. SOS
C. POP
D. SOP
XOR and ___________ gates are used to implement the Odd-Parity Generator Circuit
A. OR
B. XNOR
C. NOR
D. NAND
The 2’s complement of any number is obtained by taking the 1’s complement of a number and
then ___________ a 1 to the 1’s complement.
A. Adding
B. Subtracting
C. Multiplying
D. Dividing
The Decimal-to-BCD Encoder has ___________ inputs, for the decimal digits 0 to 9 and four
outputs corresponding to the 4-bit BCD output.
A. Two
B. Eight
C. Ten
D. Sixteen
A. Two
B. Three
C. Four
D. Several
Question No: 18 (Marks: 01) - Please choose the correct option
In this figure of Standard PAL Numbering, 8 at the last indicates
A. Eight Inputs
B. Eight Outputs
C. Eight bits
D. Eight Decimals
A. !
B. &
C. #
D. $
A. !A
B. A&B
C. A#B
D. A$B
A. 1
B. 0
C. Inverted
D. Don’t care
The truth table for an S-R flip-flop has how many VALID entries?
A. 1
B. 2
C. 3
D. 4
A. Two inverters
B. Two comparators
C. Two amplifiers
D. Two adders
Question No: 25 (Marks: 01) - Please choose the correct option
A. Distant
B. Data
C. Desired
D. Delay
A. 3
B. 4
C. 5
D. 2
A. Serial-in Parallel-out
B. Parallel-in Serial-out
C. Serial-in Serial-out
D. Serial-In Peripheral-Out
The group of bits 10110111 is serially shifted (right-most bit first) into an 8-bit parallel output
shift register with an initial state of 11110000. After two clock pulses, the register contains
______________?
A. 10111000
B. 10110111
C. 11110000
D. 11111100
Question No: 30 (Marks: 01) - Please choose the correct option
What type of register would have a complete binary number shifted in one bit at a time and have
all the stored bits shifted out one at a time?
A. Parallel-in Parallel-out
B. Parallel-in Serial-out
C. Serial-in Serial-out
D. Serial-in Parallel-out
A. RAM
B. ROM
C. Flag
D. Registers
A. RAM
B. ROM
C. PLA
D. PLD
A. Disable
B. Enable
C. High Impedance
D. Saturation
A. The register is capable of shifting information either to the right or to the left
B. The register is capable of shifting information to another register
C. The register is capable of shifting information to the left only
D. The register is capable of shifting information to the right only
Which circuit is generated from D flip-flop due to the addition of an inverter by causing the
reduction in the number of inputs?
A. Gated D-latch
B. Gated T-latch
C. Gated JK-latch
D. Gated SR-latch
A. 5 NAND gates
B. 4 NAND gates
C. 3 NAND gates
D. 2 NAND gates
A. 4
B. 6
C. 8
D. 2
Convert the following hexadecimal number into an equivalent octal number. Also, write
down all the steps.
(A10)16
Convert the following binary number into an equivalent decimal number. Also, write down
all the steps.
(1111111)2
Consider a memory can store 32K nibbles then how many bytes a memory can store?
Justify your answer with mathematical proof.
Apply the shift right operation on the given below 4-bit input and write the output.
Consider the 3 clock pulses and write the steps for each pulse.
A = 1011
12
Consider the following actions that have been executed and write the final state of the
stack.
push 7
pop
pop
Make the function table for segment ‘d’ for the 7-segment display.
Question No: 48 (Marks: 05)
Input Output
I1 I0 O0 O1 O2 O3
0 0
0 1
1 0
1 1
Consider the following Boolean expression and write the equivalent ABEL expression.
F = AB’C + ABC + BD + CD + A’B’C’
Consider the Gated S-R Latch and complete the following table
Input Output
EN S R
0 x x
1 0 0
1 0 1
1 1 0
1 1 1