πŸ§ͺ VHDL MCQ Quiz Hub

Introduction to VHDL Mcq

Choose a topic to test your knowledge and improve your VHDL skills

What is the full form of VHDL?





βœ… Correct Answer: 4

What is the basic use of EDA tools?





βœ… Correct Answer: 3

After compiling VHDL code with any EDA tool, we get __________





βœ… Correct Answer: 4

Which of the following is not an EDA tool?





βœ… Correct Answer: 1

he process of transforming a design entry information of the circuit into a set of logic equations in any EDA tool is known as _________





βœ… Correct Answer: 2

An Antifuse programming technology is associated with _________





βœ… Correct Answer: 2

Which of the following is not a back end EDA tool?





βœ… Correct Answer: 4

What are the differences between simulation tools and synthesis tool?





βœ… Correct Answer: 3

What is the extension of the netlist file; input to the place and route EDA tools?





βœ… Correct Answer: 1

In what aspect, HDLs differ from other computer programming languages?





βœ… Correct Answer: 2

Which of the following HDLs are IEEE standards?





βœ… Correct Answer: 1

Why we needed HDLs while having many traditional Programming languages?





βœ… Correct Answer: 3

Why do we need concurrent processing for describing digital systems in HDLs?





βœ… Correct Answer: 4

VHDL is based on which of the following programming languages?





βœ… Correct Answer: 1

What is the advantage of using VHDL instead of any other HDL?





βœ… Correct Answer: 3

Which of the following is a characteristic of VHDL?





βœ… Correct Answer: 4

Which of the following is a characteristic of Verilog HDL?





βœ… Correct Answer: 2

Which of the following is the basic building block of a design?





βœ… Correct Answer: 2

A package in VHDL consists of _________





βœ… Correct Answer: 3

Complete description of the circuit to be designed is given in _________





βœ… Correct Answer: 1

Complete description of the circuit to be designed is given in _________





βœ… Correct Answer: 1

What is the use of the Configuration statement?





βœ… Correct Answer: 4

In VHDL, Bus is a type of ________





βœ… Correct Answer: 1

What is the use of Generics in VHDL?





βœ… Correct Answer: 2

Predefined data for an VHDL object is called ________





βœ… Correct Answer: 3

Which of the following describes the structure of VHDL code correctly?





βœ… Correct Answer: 1

Which of the following is used at the end of a statement?





βœ… Correct Answer: 1

Which of the following is not defined by the entity?





βœ… Correct Answer: 4

Which of the following can be the name of an entity?





βœ… Correct Answer: 2

Refer to the VHDL code given below, how many input-output pins are there in MUX entity? ENTITY mux IS Port ( a,b : IN STD_LOGIC; Y : OUT STD_LOGIC); END mux;





βœ… Correct Answer: 3

Which of the following mode of the signal is bidirectional?





βœ… Correct Answer: 3

In an assignment statement, OUT signal can be used only to the ___________





βœ… Correct Answer: 1

On which side of assignment operator, we can use the IN type signal?





βœ… Correct Answer: 2

What is the difference between OUT and BUFFER?





βœ… Correct Answer: 3

Which of the following can have more than one driver?





βœ… Correct Answer: 3

Which of the following is the default mode for a port variable?





βœ… Correct Answer: 1

What does the architecture of an entity define?





βœ… Correct Answer: 2

What does the declarative part of architecture contain?





βœ… Correct Answer: 3

The statements in between the keyword BEGIN and END are called _______





βœ… Correct Answer: 1

Which of the following can be the name of an architecture?





βœ… Correct Answer: 3

Which of the following can’t be declared in the declaration part of the architecture?





βœ… Correct Answer: 4

Which of the following statements execute faster?





βœ… Correct Answer: 2