

MCQOPTIONS
Saved Bookmarks
This section includes 13 Mcqs, each offering curated multiple-choice questions to sharpen your Computer Fundamentals knowledge and support exam preparation. Choose a topic below to get started.
1. |
Which of the following isn’t a loop statement? |
A. | for |
B. | elif |
C. | while |
D. | do-while |
Answer» C. while | |
2. |
The number of values a function can return at a time? |
A. | 1 |
B. | 0 |
C. | 2 |
D. | more than 2 |
Answer» B. 0 | |
3. |
Semicolon is used after : |
A. | Function definition |
B. | Function call |
C. | for loop |
D. | while loop |
Answer» C. for loop | |
4. |
The following is the syntax for: |
A. | Else |
B. | Elif |
C. | If |
D. | SwitchView Answer |
Answer» D. SwitchView Answer | |
5. |
SEMICOLON_IS_USED_AFTER_:?$ |
A. | Function definition |
B. | Function call |
C. | for loop |
D. | while loop |
Answer» B. Function call | |
6. |
The_number_of_values_a_function_can_return_at_a_time?$ |
A. | 1 |
B. | 0 |
C. | 2 |
D. | more than 2 |
Answer» C. 2 | |
7. |
What is the correct syntax of for statement? |
A. | for(initialization;condition;update) |
B. | for(initialization,condition,update) |
C. | for(condition;initialization;update) |
D. | for(initialization;condition;) |
Answer» C. for(condition;initialization;update) | |
8. |
Which of the following is a loop statement? |
A. | IF |
B. | ELSE |
C. | WHILE |
D. | DO |
Answer» B. ELSE | |
9. |
Else |
A. | Elif |
B. | If |
C. | Switch |
Answer» D. | |
10. |
A program should be ________ |
A. | Secure |
B. | Sequential |
C. | Ordered |
D. | Simple |
Answer» C. Ordered | |
11. |
A ________ is a directed graph that describes the flow of execution control of the program. |
A. | Flowchart |
B. | Flow graph |
C. | Complexity curve |
D. | Algorithm |
Answer» B. Flow graph | |
12. |
Top-down approach is followed in structural programming. |
A. | True |
B. | False |
Answer» B. False | |
13. |
Programming based on stepwise refinement process. |
A. | Structural |
B. | C programming |
C. | Procedural |
D. | Fine |
Answer» B. C programming | |