IHDL_Semi-Final Quiz

IHDL_Semi-Final Quiz

Professional Development

20 Qs

quiz-placeholder

Similar activities

EPCS Quiz1

EPCS Quiz1

Professional Development

17 Qs

PTS KJD

PTS KJD

University - Professional Development

20 Qs

Datatypes and Flowcontrol

Datatypes and Flowcontrol

Professional Development

15 Qs

Introduction to PHP

Introduction to PHP

Professional Development

15 Qs

IoT 2: Everything is Programmable

IoT 2: Everything is Programmable

12th Grade - Professional Development

15 Qs

Machine Learning 101

Machine Learning 101

University - Professional Development

20 Qs

first round quiz

first round quiz

Professional Development

20 Qs

Gate-Level Modeling in Verilog Quiz

Gate-Level Modeling in Verilog Quiz

Professional Development

25 Qs

IHDL_Semi-Final Quiz

IHDL_Semi-Final Quiz

Assessment

Quiz

Computers

Professional Development

Easy

Created by

Mel Bautista

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is behavioral modeling in Verilog?

Describes circuit functionality using gates.

Describes circuit behavior using high-level constructs.

Describes circuit connections using structural code.

Describes physical layout of a circuit.

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which Verilog keyword is used to start a behavioral modeling block?

module

initial

always

Both b and c

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the purpose of the always block in behavioral modeling?

To define hardware gates explicitly.

To describe how outputs change in response to inputs.

To connect components structurally.

To define physical pin locations.

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

In behavioral modeling, what is the sensitivity list in an always block?

A list of variables declared as outputs.

A list of signals that trigger the block to execute.

A list of gates used in the design.

A list of test cases for the module.

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is a valid sensitivity list for an always block?

always @ (posedge clk)

always @ (a or b)

always @ (*)

All of the above

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What does always @ (*) indicate in behavioral modeling?

The block executes only once.

The block executes whenever any signal inside the block changes.

The block executes periodically.

The block executes during reset only.

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is NOT used in behavioral modeling?

if-else statements

case statements

Gate-level primitives like and or or

Loops like for or while

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?