Q.1.
Which of the following is not defined by the entity?
Q.2.
Which of the following can be the name of an entity?
Q.3.
Which of the following is correct syntax for entity declaration?
Q.4.
Refer to the VHDL code given below, how many input-output pins are there in MUX entity? ENTITY entity_name IS PORT( signal_names : signal_modes; signal_names : signal_modes); END entity_name;
Q.5.
The entity name ‘xyz’ and ‘XYZ’ will be treated the same.
Q.6.
Which of the following mode of the signal is bidirectional?
Q.7.
In an assignment statement, OUT signal can be used only to the ___________
Q.8.
On which side of assignment operator, we can use the IN type signal?
Q.9.
What is the difference between OUT and BUFFER?
Q.10.
GENERICs are not declared in the entity.
Q.11.
Which of the following is an entity declared for a full adder?
Q.12.
How to control the structure and timing of the entity can be changed?
Q.13.
Which of the following can have more than one driver?
Q.14.
Which of the following is the default mode for a port variable?