

MCQOPTIONS
Saved Bookmarks
This section includes 10 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. |
The __________ statement is used to assign a value to a property of an object. |
A. | Assignment |
B. | Conditional |
C. | Decision |
D. | Goto |
Answer» B. Conditional | |
2. |
The __________ statement in pseudocode acts like loop. |
A. | Goto |
B. | Exit |
C. | End |
D. | If |
Answer» B. Exit | |
3. |
A __________ is defined as a zero or more characters enclosed in quotation marks. |
A. | String |
B. | Number |
C. | Floating point integer |
D. | Integer |
Answer» B. Number | |
4. |
The lines connecting the symbols in a flowchart are called as __________ |
A. | Flowlines |
B. | Symbol lines |
C. | Connectors |
D. | Connecting lines |
Answer» B. Symbol lines | |
5. |
The __________ in a flowchart is called input/output symbol. |
A. | Oval |
B. | Rectangle |
C. | Parallelogram |
D. | Diamond |
Answer» D. Diamond | |
6. |
The rectangles are called as __________ symbols in the flowchart. |
A. | Decision |
B. | Process |
C. | Input/Output |
D. | Start/End |
Answer» C. Input/Output | |
7. |
The __________ symbol is used to take a decision in the flowchart. |
A. | Oval |
B. | Rectangle |
C. | Parallelogram |
D. | Diamond |
Answer» E. | |
8. |
The __________ symbol is called the start /stop symbol in the flowchart. |
A. | Oval |
B. | Rectangle |
C. | Parallelogram |
D. | Diamond |
Answer» B. Rectangle | |
9. |
__________ uses standardized symbols to describe the steps of a procedure. |
A. | Pseudocode |
B. | Source code |
C. | Flowchart |
D. | Algorithm |
Answer» D. Algorithm | |
10. |
__________ uses short phrases to describe the steps the procedure must take. |
A. | Pseudocode |
B. | Source code |
C. | Flowchart |
D. | Algorithm |
Answer» B. Source code | |