wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

DDCO_LAB_QUIZ- By Gururaj Surampalli

Total questions: 15

Worksheet time: 11mins

Name
Class
Date
1.

Given a 4-variable logic expression, which techniques can be used to simplify it?

a)

Karnaugh Map (K-Map)

b)

Boolean Algebra

c)

De Morgan's Theorems

d)

Tabular Method

2.

Which of the following only gate can be used to implement a simplified 4-variable logic expression?

a)

AND gate

b)

OR gate

c)

NOT gate

d)

NAND gate

3.

Which gates are used in the design of a 4-bit full adder?

a)

AND gate

b)

OR gate

c)

XOR gate

d)

NOR gate

4.

What components are necessary to design a 4-bit subtractor?

a)

Full adder circuits

b)

XOR gates

c)

NOT gates

d)

Multiplexers

5.

Which modeling styles are used in Verilog HDL to implement simple circuits?

a)

Structural model

b)

Gate-level mode

c)

Behavioral model

d)

Data flow model

6.

Which constructs are commonly used in the structural model of Verilog HDL?

a)

Modules

b)

Instances

c)

Continuous assignments

d)

Initial blocks

7.

Which components are essential for implementing a binary adder-subtractor using Verilog HDL?

a)

Half adder

b)

Full adder

c)

Half subtractor

d)

Full subtractor

8.

Which operations can a binary adder-subtractor perform?

a)

Sum

b)

Difference

c)

Mod Operation

d)

Negation

9.

What are key components of a decimal adder in Verilog HDL?

a)

BCD (Binary-Coded Decimal) adder

b)

Carry look-ahead adder

c)

Ripple carry adder

d)

Multiplexer

10.

Which types of multiplexers can be implemented using Verilog HDL?

a)

2:1 multiplexer

b)

8:1 multiplexer

c)

Octal to Binary

d)

BCD to 7 segment

11.

What are the key parameters to define a multiplexer in Verilog HDL?

a)

Number of inputs

b)

Select lines

c)

Clock signal

d)

Output

12.

Which types of converter can be implemented using Verilog HDL?

a)

BCD to Octal

b)

Binary to Hex

c)

BCD to 7 Segment

d)

Priority Encoder

13.

What types of flip-flops can be implemented using Verilog HDL?

a)

SR flip-flop

b)

JK flip-flop

c)

D flip-flop

d)

T flip-flop

14.

Which signals are commonly associated with flip-flops in Verilog HDL?

a)

Clock signal

b)

Reset signal

c)

Data input

d)

Preset

15.

Which characteristics distinguish different types of flip-flops?

a)

Propagation delay

b)

Output

c)

Input

d)

Action