

MCQOPTIONS
Saved Bookmarks
This section includes 4 Mcqs, each offering curated multiple-choice questions to sharpen your Visual Basic knowledge and support exam preparation. Choose a topic below to get started.
1. |
_______________ in flowchart is used to represent a for clause. |
A. | Circle |
B. | Rectangle |
C. | Parallelogram |
D. | Hexagon |
Answer» E. | |
2. |
____________ is the process of adding a number to the value stored in a value. |
A. | Counting |
B. | Updating |
C. | Accumulating |
D. | Decrementing |
Answer» C. Accumulating | |
3. |
____________________ is a counter-controlled loop. |
A. | For..next loop |
B. | Do..while loop |
C. | While loop |
D. | If statement |
Answer» B. Do..while loop | |
4. |
A ____________ loop is a loop whose processing is controlled by a counter. |
A. | Counter-controlled |
B. | Entry-controlled |
C. | Exit-controlled |
D. | Accumulator-controlled |
Answer» B. Entry-controlled | |