Search Header Logo

IHDL_MidterQuiz1

Authored by Mel Bautista

Computers

Professional Development

Used 3+ times

IHDL_MidterQuiz1
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

The basic unit or building block in Verilog is called a:

circuit

module

program

component

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

The correct syntax to declare an AND gate in Verilog is:

and (a, b, y);

and (y, a, b);

and y(a, b);

and (out=y, a, b);

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which data type is used to connect signals between gates in Verilog?

reg

int

wire

logic

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following defines a 2-input OR gate named g1?

or g1 (y, a, b);

or (y, a, b);

or g1 y(a, b);

or #(y, a, b);

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

The statement not (y, a); represents:

y = a

y = NOT a

y = a OR b

y = a AND b

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which Verilog keyword starts the description of a module?

define

begin

module

start

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which keyword marks the end of a Verilog module?

end

endmodule

finish

done

Access all questions and much more by creating a free account

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

Already have an account?