

MCQOPTIONS
Saved Bookmarks
This section includes 10 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 order do the blocking assignment statements are executed in a sequential block? |
A. | Random order |
B. | Specified order |
C. | Ascending order |
D. | Descending order |
Answer» C. Ascending order | |
2. |
How many types of procedural assignments are there? |
A. | One |
B. | Two |
C. | Three |
D. | Four |
Answer» C. Three | |
3. |
Register data types and memory data types are updated by procedural assignments. |
A. | True |
B. | False |
Answer» B. False | |
4. |
The statements in the always construct constitute ________ |
A. | End block |
B. | Initial block |
C. | Begin block |
D. | Always block |
Answer» E. | |
5. |
The statements in the initial construct constitute ________ |
A. | End block |
B. | Initial block |
C. | Begin block |
D. | Always block |
Answer» C. Begin block | |
6. |
Timing performance of design is checked by which of the following simulation mode? |
A. | Gate-level |
B. | Behavioural |
C. | Transistor-level |
D. | Switch-level |
Answer» B. Behavioural | |
7. |
How many levels of abstraction are there in the top-level system design? |
A. | One |
B. | Two |
C. | Three |
D. | Four |
Answer» D. Four | |
8. |
What are the two constructs used in most of the behavioural modelling? |
A. | Assign |
B. | Begin and end |
C. | Initial and always |
D. | Always and end |
Answer» D. Always and end | |
9. |
Which modelling is used in the top-level system design? |
A. | Low-level behavioural modelling |
B. | High-level behavioural modelling |
C. | Structural modelling |
D. | Data flow modelling |
Answer» C. Structural modelling | |
10. |
The top-level system design is modelled for functionality and performance. |
A. | True |
B. | False |
Answer» B. False | |