Q.1.
Integer datatype is allocated ______ number of bits
Q.2.
= and <= represent
Q.3.
Reg [4:pwm will initialize variable of _______ bits
Q.4.
{,} is used to perform which operation
Q.5.
Always construct is Synthesizable
Q.6.
Initial statement is
Q.7.
Which of the following are true with respect to arrays?
Q.8.
Verilog may be written at the
Q.9.
What is wrong with following piece of code int a, b; initial begin forever begin a=a+ b=b+ end end
Q.10.
Both tasks and functions can be coded in a way to take ________inputs and return _____ outputs in System Verilog
Q.11.
Which directive is used to include entire content of Verilog source Into another file?
Q.12.
Which of the following is used for Verilog-based synthesis tools?
Q.13.
In most synthesis tools, what will happen when a signal that is needed in a sensitivity list is not included?
Q.14.
Variable and signal which will be updated first?
Q.15.
Which logic level is not supported by verilog?
Q.16.
Which level of abstraction level is available in Verilog but not in VHDL?
Q.17.
One particular pitfall is the accidental production of ________ rather than D-type flip-flops as storage elements.
Q.18.
The "structural"style of programming in Verilog _________the designer to use sequential semantics to define the behavior of a hardware component or block
Q.19.
VHDL uses an ___________declaration to describe how a component or block should perform
Q.20.
The input and output ports should be declared inside the ________