Logo

Vhdl Questions Set 16:

Quiz Mode

How many logic states does the STD_LOGIC_1164 offer? 

Solution:

What is the basic building block of a VHDL design?

1
2
3
4

Solution:

Which type of VHDL Wait statement follows a condition?

1
2
3
4

Solution:

Which VHDL function is used to map the ports of a component?

1
2
3
4

Solution:

Which of the following is not a legal statement used in the CASE statement?

1
2
3
4

Solution:

In which of the following does the right-hand side of an assignment contain a waveform element?

1
2
3
4

Solution:

Which of the following is not a characteristic of VHDL?

1
2
3
4

Solution:

Which of the following hardware description languages (HDLs) are IEEE standards?

1
2
3
4

Solution:

Which of the following must be known to describe a structural model in VHDL?

1
2
3
4

Solution:

Which of the following shift operations on register A result in the same output?

A = (10010101)2

Statement i: A rol 2

Statement ii: A ror 5

Statement iii: A rol 1

Statement iv: A rol 3

Statement v: A ror 7

1
2
3
4
5

Solution: