Logo

Vhdl Questions Set 3:

Quiz Mode

What is the 'SLL' operator?

1
2
3
4

Solution:

Which process produces circuits that are less prone to the latch-up effect?

1
2
3
4

Solution:

To avoid the latch-up effect, the BJT gain should be:

1
2
3
4

Solution:

On which programming language is the VHDL (VHSIC Hardware Description Language) developed?

1
2
3
4

Solution:

How can an assignment statement be used for sequential assignment in VHDL?

1
2
3
4

Solution:

When is the sequential assignment statement activated?

1
2
3
4

Solution:

The process of transforming a design entry information of a circuit into a set of logic equations in any EDA (Electronic Design Automation) tool is known as

1
2
3
4

Solution:

What will be the values of the following variables after the MOD operations?

x = 5 % 3;
y = -5 % 3;
z = 5 % -3;

1
2
3
4

Solution:

What is the purpose of the Configuration statement in hardware design?

1
2
3
4

Solution:

With respect to the VHDL process statement, which of the following statements is true?

1
2
3
4

Solution: