Logo

System-verilog Questions Set 8:

Quiz Mode

Which of the following is not a valid value that Verilog variables can assume?

1
2
3
4
5

Solution:

Which system task terminates the simulation?

1
2
3
4

Solution:

The correct order of the FPGA design flow is:

1
2
3
4

Solution:

The System Verilog method that returns the number of elements in a given enumeration is:

1
2
3
4

Solution:

A parameter can be modified with the _____ statement and can be declared inside a specify block.

1
2
3
4

Solution:

Which of the following is not a built-in string function in SystemVerilog?

1
2
3
4

Solution:

Which Sequential Block specifier helps define a block that operates every time a condition is met?

1
2
3
4

Solution:

Which operation is performed by the || operator in the following Verilog code snippet?

a || b;

1
2
3
4

Solution:

What is the correct syntax for Number Literals in Verilog?

1
2
3
4

Solution:

The statement 'the signs '+' and '-' in Verilog Programming can be used as Unary as well as Binary operators' is:

1
2
3
4

Solution: