

MCQOPTIONS
Saved Bookmarks
This section includes 9 Mcqs, each offering curated multiple-choice questions to sharpen your Vhdl knowledge and support exam preparation. Choose a topic below to get started.
1. |
Which of the following can be used to make the process wait indefinitely? |
A. | WAIT FOR indefinite ns; |
B. | WAIT UNTIL false; |
C. | WAIT; |
D. | WAIT UNTIL true; |
Answer» D. WAIT UNTIL true; | |
2. |
A wait statement can have label preceding it. |
A. | True |
B. | False |
Answer» B. False | |
3. |
Since WAIT statement can’t be synthesized many times, how a clock event can be detected then? |
A. | By using IF(clk = ‘1’) |
B. | By using ‘EVENT keyword |
C. | By using a CASE statement |
D. | By using a LOOP |
Answer» C. By using a CASE statement | |
4. |
A user wants to assign a signal after a wait of 20 ns. The process used has a sensitivity list. What is the possible way to achieve this? |
A. | By using WAIT FOR statement |
B. | By using AFTER clause |
C. | By using a separate process |
D. | By using WAIT ON statement |
Answer» D. By using WAIT ON statement | |
5. |
WAIT FOR statement is useful only for _________ |
A. | Synthesis |
B. | Simulation |
C. | Gate level implementation |
D. | Optimization |
Answer» C. Gate level implementation | |
6. |
What kind of circuit is implemented by the following architecture? |
A. | D flip flop |
B. | Inverter |
C. | OR gate |
D. | Shift registerView Answer |
Answer» B. Inverter | |
7. |
In a procedure, __________ statement is not supported. |
A. | WAIT UNTIL |
B. | WAIT ON |
C. | WAIT FOR |
D. | WAIT FOR and unconditional WAIT |
Answer» E. | |
8. |
Which of the following is true about WAIT ON statement? |
A. | WAIT ON statement is supported by synthesis tools |
B. | WAIT ON statement is not supported by synthesis tools |
C. | WAIT ON statement is supported in a clocked process only |
D. | WAIT ON statement is supported in a combinational process |
Answer» E. | |
9. |
Which of the following is true about WAIT UNTIL statement? |
A. | WAIT UNTIL statement is supported by synthesis tools |
B. | WAIT UNTIL statement is not supported by synthesis tools |
C. | WAIT UNTIL statement is supported in a clocked process only |
D. | WAIT UNTIL statement is supported in a combinational process |
Answer» D. WAIT UNTIL statement is supported in a combinational process | |