1 |
Compiled programs typically execute faster because: |
Compiled programs are read and executed a line at a time
Compiled programs are already in a machine-readable form.
Compiled programs do not require any data
None of these
|
2 |
The ".exe" file is produced by: |
Linker
Loader
Compiler
Interpreter
|
3 |
The processing of running an executable file is known as: |
Debugging
Compiling
Executing
Saving
|
4 |
The process of linking library files with object code is known as: |
Compiling
Executing
Linking
Saving
|
5 |
Which of the following key is used to to load a program in memory to run? |
ALT+F9
CTRL+F9
CTRL+S
ALT+F5
|
6 |
The output of a compiler is called: |
Library code
Source code
Linked code
Object code
|
7 |
Which of the following key is used to compile a program: |
ALT+F9
CTRL+F9
CTRL+S
ALT+F5
|
8 |
Which file contains the program after translation into machine language? |
Object file
Exe file
Source file
None
|
9 |
The extension of object file is: |
.c
.txt
.obj
.h
|
10 |
The process of changing of source code into object code is celled: |
Compiling
Executing
Linking
Saving
|
11 |
The extension of C source program is: |
.h
.c
obj
.exe
|
12 |
Which of the following key is used to save a file? |
F2
<font color="#222222" face="arial, sans-serif" size="2">F3</font>
F5
<font color="#222222" face="arial, sans-serif" size="2">F9</font>
|
13 |
Which is the correct sequence of steps for creating and executing C program? |
Editing<span style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: small;">→ saving</span><span style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: small;">→ compiling</span><span style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: small;">→ linking</span><span style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: small;">→ Executing</span>
<span style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: small;">Compiling</span><span style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: small;">→</span>Editing<span style="font-family: arial, sans-serif; font-size: small; color: rgb(34, 34, 34);"></span><span style="font-family: arial, sans-serif; font-size: small; color: rgb(34, 34, 34);">→ saving</span><span style="font-family: arial, sans-serif; font-size: small; color: rgb(34, 34, 34);">→ Executing</span><span style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: small;">→ linking</span>
Editing<span style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: small;">→ Executing</span><span style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: small;">→ Compiling</span><span style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: small;">→ Linking</span>
<span style="font-family: arial, sans-serif; font-size: small; color: rgb(34, 34, 34);">Linking</span><span style="font-family: arial, sans-serif; font-size: small; color: rgb(34, 34, 34);">→</span>Executing<span style="font-family: arial, sans-serif; font-size: small; color: rgb(34, 34, 34);">→ saving</span><span style="font-family: arial, sans-serif; font-size: small; color: rgb(34, 34, 34);">→ Editing</span><span style="font-family: arial, sans-serif; font-size: small; color: rgb(34, 34, 34);">→ compiling</span>
|
14 |
The programmer usually enters source code into a computer using: |
Compiler
Text editor
Debugger
Linker
|
15 |
An IDE stands for: |
Input data error
Input Desktop environment
Integrated Development Environment
Internal Disk error
|