Q.1.
Default value of a reg data type is ___.
Q.2.
The Verilog HDL code starts with the keyword_________
Q.3.
If in1 = 4’band in2 = 4’bthen in1 + in2 equals
Q.4.
The most appropriate modeling style to implement Traffic light controller will be
Q.5.
Which of the following is a difference between a Function and a Task?
Q.6.
Which of the following loops are supported by verilog?
Q.7.
Verilog HDL is a case-sensitive language. All keywords are in _________.
Q.8.
{1'b2'b3'bwill result in
Q.9.
Which of the following is true about parameters?
Q.10.
The keyword @posedge means
Q.11.
If a variable is not assigned in all possible executions of an always statement then
Q.12.
The keyword used for multiplying two bits in the form of gates is __________
Q.13.
RTL stands for _____________.
Q.14.
Which of the following is not an EDA tool?
Q.15.
An entity can have more than one architecture.
Q.16.
Which of the following HDLs are IEEE standards?
Q.17.
What is the full form of VHDL?
Q.18.
When the number of inputs in a decoder iswhat will be the no. of outputs?
Q.19.
Which level of design abstraction requires logic circuit to write the Verilog HDL?
Q.20.
How many number of 3 to 8 decoders are used to design 4 todecoder?