Logo

System-verilog Questions Set 15:

Quiz Mode

In how many ways can the internals of each module be defined in Verilog?

1
2
3
4

Solution:

A keyword automatic is added before the task keyword to make the tasks re-entrant.

1
2
3
4

Solution:

Which is the lowest level of abstraction in a Verilog module?

1
2
3
4

Solution:

Which type of modeling works best for circuits having a limited number of gates?

1
2
3
4

Solution:

Which type of counter has been designed using the given Verilog code?

1
2
3
4

Solution:

Which of the following is the highest level of abstraction in Verilog modeling?

1
2
3
4

Solution:

Match the following operator description with the operator sign below:


A is equal to B including x (unknown) and z (high impedance)

1
2
3
4

Solution:

What is the other name for the behavioral modeling style in Verilog?

1
2
3
4

Solution:

The size of a dynamic array called "memory" is 2. The correct syntax to increase the size of the array by 4 while keeping the old values is:

1
2
3
4

Solution:

Which of the following statements about Nets in Verilog Programming is true?

1
2
3
4

Solution: