

MCQOPTIONS
Saved Bookmarks
This section includes 4 Mcqs, each offering curated multiple-choice questions to sharpen your Vhdl knowledge and support exam preparation. Choose a topic below to get started.
1. |
In which of the following case, the code will not be synthesizable? |
A. | Code containing a WAIT statement inside a process |
B. | Code containing a WAIT statement inside a procedure |
C. | Code containing a RETURN statement inside a function |
D. | Code containing a CASE statement inside a function |
Answer» C. Code containing a RETURN statement inside a function | |
2. |
A procedure can have a label in front of it. |
A. | True |
B. | False |
Answer» B. False | |
3. |
In which of the following cases, the procedure can t contain WAIT statement? |
A. | When called from inside a process |
B. | When called from inside a process with a sensitivity list |
C. | When called from architecture |
D. | When called from a LOOP statement |
Answer» C. When called from architecture | |
4. |
Which of the following is not similar in both functions as well as procedures? |
A. | One can t declare signals in functions as well as procedures |
B. | One can t declare components in functions and procedures |
C. | In both, the WAIT statement is not synthesizable |
D. | Both can be declared inside a package |
Answer» B. One can t declare components in functions and procedures | |