MCQOPTIONS
Saved Bookmarks
This section includes 10 Mcqs, each offering curated multiple-choice questions to sharpen your Basic C knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
The rules of a programming language are called its __________ |
| A. | Syntax |
| B. | Rules |
| C. | Grammar |
| D. | Order |
| Answer» B. Rules | |
| 2. |
The __________ displays the most commonly used items. |
| A. | Common tab |
| B. | All tab |
| C. | Most tab |
| D. | Most used tab |
| Answer» B. All tab | |
| 3. |
The __________ instruction tells the computer to close the current form. |
| A. | Me.Close() |
| B. | Close() |
| C. | This.Close() |
| D. | Close.this() |
| Answer» B. Close() | |
| 4. |
The __________ is an abbreviation of the term sub procedure. |
| A. | Sub function |
| B. | Sub event |
| C. | Sub keyword |
| D. | Sub object |
| Answer» D. Sub object | |
| 5. |
A __________ is a word that has special meaning in computer language. |
| A. | keyword |
| B. | constant |
| C. | variable |
| D. | literal |
| Answer» B. constant | |
| 6. |
To hide a section of code we click the __________ box next to it. |
| A. | Minus |
| B. | Plus |
| C. | Bubble |
| D. | Multiply |
| Answer» B. Plus | |
| 7. |
Which statement is used to define a class in visual basic? |
| A. | Class statement |
| B. | Event statement |
| C. | Event class statement |
| D. | Form class statement |
| Answer» B. Event statement | |
| 8. |
Where you enter the event procedure’s code? |
| A. | Event window |
| B. | Properties window |
| C. | Code Editor Window |
| D. | Action Window |
| Answer» D. Action Window | |
| 9. |
Object respond to an event by writing __________ |
| A. | Operations |
| B. | Event procedures |
| C. | Defining events |
| D. | Defining actions |
| Answer» C. Defining events | |
| 10. |
The actions such as click, double-click, scrolling etc are __________ |
| A. | Events |
| B. | Functions |
| C. | Procedures |
| D. | Actions |
| Answer» B. Functions | |