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 _______________ allows you to abbreviate an assignment statement. |
| A. | Arithmetic assignment operator |
| B. | Shorthand operator |
| C. | Long operator |
| D. | Predefined operator |
| Answer» B. Shorthand operator | |
| 2. |
The instruction in the loop body is referred to as ______________ |
| A. | Priming read |
| B. | After read |
| C. | Before read |
| D. | Update read |
| Answer» E. | |
| 3. |
The instruction above the loop is known as the ______________ |
| A. | Priming read |
| B. | After read |
| C. | Before read |
| D. | Reading |
| Answer» B. After read | |
| 4. |
A text box’s _____________ property specifies whether the text box has scroll bar. |
| A. | Multiline Property |
| B. | ReadOnly Property |
| C. | ReadWrite Property |
| D. | ScrollBars Property |
| Answer» E. | |
| 5. |
Text box’s ReadOnly Property is set to ______________ by default. |
| A. | True |
| B. | False |
| Answer» C. | |
| 6. |
When a checkbox’s ____________ property is set to true, it can both accept and display multiple lines of text. |
| A. | Multiline Property |
| B. | ReadOnly Property |
| C. | ReadWrite Property |
| D. | ScrollBars Property |
| Answer» B. ReadOnly Property | |
| 7. |
_______________ means adding a number to the value stored in the accumulator or counter. |
| A. | Initializing |
| B. | Updating |
| C. | Backtracking |
| D. | Checking |
| Answer» C. Backtracking | |
| 8. |
______________means to assign a beginning value to the counter or accumulator. |
| A. | Initializing |
| B. | Updating |
| C. | Incrementing |
| D. | Checking |
| Answer» B. Updating | |
| 9. |
______________ is a numeric variable used for accumulating something. |
| A. | Accumulator |
| B. | Counter |
| C. | Positive |
| D. | Negative |
| Answer» C. Positive | |
| 10. |
______________ is a numeric variable used for counting something. |
| A. | Accumulator |
| B. | Counter |
| C. | Positive |
| D. | Negative |
| Answer» C. Positive | |