1
2
3
4
5
100

Which type of circuit has no memory element?

Combinational circuit.

100

Which axis in a Verilog waveform represents time?

X-axis.

100

Which logic gate output is 0 only when all inputs are 1?

NAND gate.

100

Which device is mainly used to implement digital systems in hardware?

FPGA.

100

Which adder reduces carry propagation delay?

Carry Look Ahead Adder.

200

Which output in a D flip-flop stores the current state?

Q output.

200

Which testbench statement pauses simulation for some time?

Delay statement (#).

200

Which counter uses the same clock for all flip-flops?

Synchronous counter.

200

Which output bit remains same in Binary-to-Gray conversion?

MSB.

200

Which Verilog construct is used for repetitive hardware generation?

Generate block. 

300

Which component is used to detect binary sequences?

State Machine.

300

Which arithmetic operation is performed using repeated addition?

Multiplication.

300

Which coding style describes gate-level connections directly?

Structural modeling.

300

In waveform analysis, logic unknown is represented by which symbol?

X

300

Which Verilog statement is used for conditional branching?

if statement.

400

Which flip-flop stores one bit of data using D input?

D Flip-Flop.

400

Which logic operation is used in Gray to Binary conversion?

XOR operation.

400

Which counter is also called a Ripple Counter?

Asynchronous Counter.

400

Which FPGA software is used for synthesis in the LAB?

Quartus Prime.

400

Which signal resets a counter to zero?

Reset signal.

500

Which signal controls state transitions in sequential circuits?

Clock signal.

500

Which counter operation occurs on every clock pulse?

Increment.

500

Which state machine output depends only on the present state?

Moore Machine.

500

Which block is sensitive to signal changes in Verilog?

always block.

500

Which Verilog data type stores values inside always blocks?

reg.