Font size
WorksheetsLogic Circuit Design - Comp. Viva
Total questions: 100
Worksheet time: 50mins
1.0
A
A'
0
The code written in a Verilog test bench is ___
Synthesizable
Non-synthesizable
Implementable
None of the above
What is the difference between combinational logic and sequential logic?
Combinational circuits are not triggered by timing pulses, sequential circuits are triggered by timing pulses
Combinational and sequential circuits are both triggered by timing pulses
Neither circuit is triggered by timing pulses.
If the inputs to a full adder are A=1, B=0, CIN=1 what will be the logic states on the outputs S and COUT?
S = 0, COUT= 0
S = 0, COUT= 1
S = 1, COUT= 0
S = 1, COUT= 1
Which of the following is the fastest, smallest, and cheapest per unit to implement a given complex circuit in large volume?
FPGA
ASIC
PLA
CPLD
How many flip-flops are required to design MOD-32 counter?
6
3
45
5
Combinational logic is implemented on FPGAs using __.
Robotic Arm
Look Up Tables (LUTs)
Microcontrollers (uCs)
Multiplexers (MUXs)
