MCQOPTIONS
Saved Bookmarks
This section includes 6 Mcqs, each offering curated multiple-choice questions to sharpen your Vhdl knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
A __________ can t be declared inside a process. |
| A. | Signal |
| B. | Variable |
| C. | Constants |
| D. | Subprograms |
| Answer» B. Variable | |
| 2. |
Which of the following statements can be seen as sequential equivalent to the selected concurrent assignment? |
| A. | IF ELSE |
| B. | WAIT |
| C. | WHEN |
| D. | CASE |
| Answer» E. | |
| 3. |
If no signal in the sensitivity list is changed, then how many times the process will be executed? |
| A. | 3 |
| B. | 2 |
| C. | 1 |
| D. | 0 |
| Answer» D. 0 | |
| 4. |
It is mandatory to use a label for any process. |
| A. | True |
| B. | False |
| Answer» C. | |
| 5. |
What is the effect of the sensitivity list on the process? |
| A. | Process executes when any of the signal in sensitivity list changes |
| B. | Process executes sequentially when sensitivity list is specified |
| C. | If there is no sensitivity list, then the process will not execute |
| D. | Helps in simulation |
| Answer» B. Process executes sequentially when sensitivity list is specified | |
| 6. |
Sensitivity list of a process contains __________ |
| A. | Constants |
| B. | Signals |
| C. | Variables |
| D. | Literals |
| Answer» C. Variables | |