Q.1.
A sequential logic can’t be executed by concurrent statements only.
Q.2.
Which of the following sequential circuit doesn’t need a clock signal?
Q.3.
The following timing diagram shows ______ flip flop.
Questionvhdl-questions-answers3.jpg
Q.4.
The process used for implementation of sequential logic in VHDL is called ______ process.
Q.5.
Why do we need to define clock signal in the sensitivity list of the process?
Q.6.
A user has designed JK flip flop by using the VHDL code. The output is continuously switching between 0 andThis condition is known as _______
Q.7.
Which of the following method is not used to remove the race around condition in a flip flop?
Q.8.
Which of the following attribute is generally used in implementation of sequential circuits?
Q.9.
Which of the following line is correct for detecting positive edge of a clock?
Q.10.
A user doesn’t want to use the IF statement for detecting clock edge. It is possible to do the same by using any other keyword in VHDL.