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 function call can be a concurrent as well as a sequential statement. |
| A. | True |
| B. | False |
| Answer» B. False | |
| 2. |
How many return arguments can be there in the function? |
| A. | 1 |
| B. | 2 |
| C. | 3 |
| D. | 4 |
| Answer» B. 2 | |
| 3. |
Functions are always invoked as a(n) _________ |
| A. | Constant |
| B. | Variable |
| C. | Signal |
| D. | Expression |
| Answer» E. | |
| 4. |
The parameters used at the time of function call are called _________ |
| A. | Formal parameters |
| B. | Actual parameters |
| C. | Real parameters |
| D. | Complex parameters |
| Answer» C. Real parameters | |
| 5. |
The function is called from the ________ |
| A. | Function itself |
| B. | Library |
| C. | Main code |
| D. | Package |
| Answer» D. Package | |
| 6. |
Which of the following sequential statement can t be used in a function? |
| A. | WAIT |
| B. | IF |
| C. | CASE |
| D. | LOOP |
| Answer» B. IF | |