IHDL_Semi-Final Quiz

IHDL_Semi-Final Quiz

Professional Development

20 Qs

quiz-placeholder

Similar activities

JTI Blockchain Bootcamp Session 4

JTI Blockchain Bootcamp Session 4

Professional Development

15 Qs

Blockchain Basicss

Blockchain Basicss

Professional Development

22 Qs

Microsoft Outlook Masterclass

Microsoft Outlook Masterclass

Professional Development

20 Qs

Pengenalan Coding

Pengenalan Coding

1st Grade - Professional Development

20 Qs

WEBZEN MCQ

WEBZEN MCQ

Professional Development

25 Qs

securing networks (Cont.FTP,telnet, etc)

securing networks (Cont.FTP,telnet, etc)

Professional Development

20 Qs

Exploratory Data Analysis

Exploratory Data Analysis

Professional Development

20 Qs

Pemodelan Perangkat Lunak

Pemodelan Perangkat Lunak

Professional Development

20 Qs

IHDL_Semi-Final Quiz

IHDL_Semi-Final Quiz

Assessment

Quiz

Computers

Professional Development

Easy

Created by

Mel Bautista

Used 1+ times

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?