

MCQOPTIONS
Saved Bookmarks
This section includes 10 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. |
Capitalize initial keyword – This is a rule while writing a pseudo code. |
A. | True |
B. | False |
Answer» B. False | |
2. |
A_SYMBOL_USED_FOR_GROUPING.?$ |
A. | () |
B. | {} |
C. | []. |
D. | ” ” |
Answer» B. {} | |
3. |
A_statement_used_to_close_the_IF_block.$ |
A. | ELSE |
B. | ELSEIF |
C. | END |
D. | ENDIF |
Answer» E. | |
4. |
Another notation for exponentiation? |
A. | * |
B. | ** |
C. | *** |
D. | *^ |
Answer» C. *** | |
5. |
____________ begins with lower case letters. |
A. | Keywords |
B. | Variables |
C. | Tokens |
D. | Functions |
Answer» C. Tokens | |
6. |
_____________ are identified by their addresses, we give them names (field names / variable names) using words. |
A. | Memory variables |
B. | Memory Locations |
C. | Memory Addresses |
D. | Data variables |
Answer» C. Memory Addresses | |
7. |
The statement that tells the computer to get a value from an input device and store it in a memory location. |
A. | read |
B. | write |
C. | READ |
D. | WRITE |
Answer» D. WRITE | |
8. |
______________ is used to show hierarchy in a pseudo code. |
A. | Indentation |
B. | Curly Braces |
C. | Round Brackets |
D. | Semicolon |
Answer» B. Curly Braces | |
9. |
Capitalize initial keyword – This is a rule while writing a pseudo code.$ |
A. | True |
B. | False |
Answer» B. False | |
10. |
Keep the statement language ______________ while writing a pseudo code. |
A. | Dependent |
B. | Independent |
C. | Case sensitive |
D. | Capitalized |
Answer» C. Case sensitive | |