

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. |
In FORTRAN, the declarations of variables can be modified using the _____ parameter. |
A. | kind |
B. | make |
C. | select |
D. | change |
Answer» B. make | |
2. |
A program that reads the source code and converts it to a form usable by the computer. |
A. | Interpreter |
B. | Compiler |
C. | Linker |
D. | Assembler |
Answer» C. Linker | |
3. |
A valid variable declaration in FORTRAN is __________ |
A. | real :: Celsius |
B. | real Celsius; |
C. | Celsius real; |
D. | real : Celsius |
Answer» B. real Celsius; | |
4. |
A language supported by MS. Net platform. |
A. | C |
B. | C++ |
C. | java |
D. | C# |
Answer» E. | |
5. |
JVM stands for? |
A. | Java virtual machine |
B. | Java visual machine |
C. | JRE virtual machine |
D. | JRE visual machine |
Answer» B. Java visual machine | |
6. |
Each byte of character is stored as its ASCII value in _______ |
A. | Hexadecimal |
B. | Binary |
C. | Octal |
D. | Decimal |
Answer» B. Binary | |
7. |
A program that reads each of the instructions in mnemonic form and translates it into the machine-language equivalent. |
A. | Machine language |
B. | Assembler |
C. | Interpreter |
D. | C program |
Answer» C. Interpreter | |
8. |
To locate the exact location of data in memory, we need the starting address of the segment, which is found in the DS register and an offset value. This offset value is also called? |
A. | Effective Address |
B. | Direct offset address |
C. | Memory address |
D. | General Address |
Answer» B. Direct offset address | |
9. |
The rules that give meaning to the instructions. |
A. | Semantics |
B. | Syntax |
C. | Code |
D. | Cases |
Answer» B. Syntax | |
10. |
To speed up the processor operations, the processor includes some internal memory storage locations, called ___________ |
A. | Drives |
B. | Memory |
C. | Units |
D. | Registers |
Answer» E. | |
11. |
The language made up of binary coded instructions. |
A. | Machine |
B. | C |
C. | BASIC |
D. | High level |
Answer» B. C | |
12. |
What does S denote in a picture clause? |
A. | A symbol |
B. | A character |
C. | A sign |
D. | Alphanumeric sign |
Answer» C. A sign | |
13. |
_____________ denotes the format in which data is stored in memory. |
A. | kind |
B. | attach |
C. | select |
D. | usage |
Answer» E. | |