

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. |
What is there in right hand side of a variable assignment? |
A. | Time expressions |
B. | Waveform elements |
C. | Delays |
D. | Simple expressions |
Answer» E. | |
2. |
Which of the following needs no evaluation of drivers? |
A. | Signals |
B. | Variables |
C. | Process |
D. | Functions |
Answer» C. Process | |
3. |
A variable is assigned a value inside a process, the new value of the variable will be available _______ |
A. | After one delta cycle |
B. | Immediately |
C. | At the end of a process |
D. | At the end of architecture |
Answer» C. At the end of a process | |
4. |
Which data object can t be declared inside a process? |
A. | Signal |
B. | Variable |
C. | Constant |
D. | Integer |
Answer» B. Variable | |