Explore topic-wise MCQs in Computer Fundamentals.

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 valid variable declaration in FORTRAN is __________

A. real :: Celsius
B. real Celsius;
C. Celsius real;
D. real : Celsius
Answer» B. real Celsius;
3.

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
4.

A_VALID_VARIABLE_DECLARATION_IN_FORTRAN_IS___________?$

A. real :: Celsius
B. real Celsius;
C. Celsius real;
D. real : Celsius
Answer» B. real Celsius;
5.

In_FORTRAN,_the_declarations_of_variables_can_be_modified_using_the_______parameter.$

A. kind
B. make
C. select
D. change
Answer» B. make
6.

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
7.

The delimiter in a FORTRAN code.

A. Semicolon
B. Blank space
C. Colon
D. Comma
Answer» C. Colon
8.

A Fortran is not ___________

A. System supported
B. Source supported
C. Case Sensitive
D. Programmer supported
Answer» D. Programmer supported
9.

First statement in a fortran code is _________

A. include statement
B. import statement
C. program statement
D. @data statement
Answer» D. @data statement
10.

A text file that contains our program is called as __________

A. Exe file
B. Doc file
C. Obj file
D. Source file
Answer» E.
11.

The first widely-used high level language developed in 1957.

A. C
B. Java
C. Fortran
D. Cobol
Answer» D. Cobol
12.

In compiled language, the translation to machine-language is performed incrementally at run-time.

A. True
B. False
Answer» C.
13.

Which is interpreted language?

A. C++
B. C
C. MATLAB
D. Fortran
Answer» D. Fortran