wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

HDL basics

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

It a type of approach in digital design where it involves designing a digital system or circuit by first defining its overall architecture and functionality at a high level, and then progressively refining the design by breaking it down into smaller modules.

a)

Top-down

b)

Bottom-up

c)

Top-bottom

d)

Bottom-top

2.

It a type of approach in digital design where it Involves designing a digital system or circuit by first creating smaller, basic components or modules and then integrating them together to form larger, more complex modules and eventually the entire system.

a)

Top-down

b)

Bottom-up

c)

Top-bottom

d)

Bottom-top

3.

It can be inserted in the Verilog code for readability and documentation.

a)

Keywords

b)

Identifiers

c)

Comments

d)

Whitespace

4.

It is ignored by Verilog except when it separates tokens.

a)

Comments

b)

Whitespace

c)

Identifiers

d)

Keywords

5.

It is written and used as an object reference.

a)

Keywords

b)

Identifiers

c)

Comments

d)

Whitespace

6.

It is composed of special identifiers reserved to define the language constructs.

a)

Identifiers

b)

Comments

c)

Whitespace

d)

Keywords

7.

Identifiers MUST start with a:

a)

Number

b)

Letter

c)

Dollar Sign

d)

Hash Sign

8.

Keywords are typed:

a)

starting with a dollar sign

b)

in lowercase

c)

starting with a hash sign

d)

capitalized for the first letter of the word

9.

It is an operator that includes *, /, +, -, %.

a)

Equality operators

b)

Conditional operators

c)

Unary operators

d)

Arithmetic operators

10.

It is a sequence of characters that are enclosed by double quotes and must be contained in a single line.

a)

Module

b)

Digit

c)

Port

d)

String