1 |
The process of changing of source code into object code is celled: |
- A. Compiling
- B. Executing
- C. Linking
- D. Saving
|
2 |
Which file contains the program after translation into machine language? |
- A. Object file
- B. Exe file
- C. Source file
- D. None
|
3 |
Who developed C? |
- A. Von-Meumann
- B. Al-Khuwarizmi
- C. Charles Babbage
- D. Dennis Ritchie
|
4 |
Data is a combination of |
- A. Fact & figure
- B. Constant
- C. Numbers
- D. Special characters
|
5 |
C is a: |
- A. High Level language
- B. Low-level language
- C. Assembly language
- D. Machine language
|
6 |
The extension of object file is: |
- A. .c
- B. .txt
- C. .obj
- D. .h
|
7 |
The expression may be: |
- A. Contant
- B. Arithmetic expression
- C. String
- D. All
|
8 |
The ".exe" file is produced by: |
- A. Linker
- B. Loader
- C. Compiler
- D. Interpreter
|
9 |
Assembly language is usually used for ______ writing |
- A. System software
- B. Application program
- C. Firmware
- D. A and C
|
10 |
The basic structure of C program consists of: |
- A. Preprocessor Directive
- B. Main () function
- C. Program body
- D. All
|