CSE :: Operating System Concepts
-
In analyzing the compilation of PL/I program, the term "Machine independent optimization" is associated with
-
An instruction in a programming language that is replaced by a sequence of instructions prior to assembly or compiling is known as
-
A program
-
A self-relocating program is one which
-
Banker's algorithm for resource allocation deals with
-
A sequence of instructions, in a computer language, to get the desired result, is known as
-
Which, of the following, is true for testing and debugging?
-
Information in a memory that is no longer valid or wanted is known as
-
Which of the following filename extension suggests that the file is a backup copy of another file?
-
Relocation bits used by relocating loader are specified (generated) by
A.
is a device that performs a sequence of operations specified by instructions in memory.
|
B.
is the device where information is stored
|
C.
is a sequence of instructions
|
D.
is typically characterized by interactive processing and time of the CPU's time to allow quick response to each user.
|
E.
None of the above
|
A.
cannot be made to execute in any area of storage other than the one designated for it at the time of its coding or translation.
|
B.
consists of a program and relevant information for its relocation.
|
C.
can itself performs the relocation of its address-sensitive portions.
|
D.
All of the above
|
E.
None of the above
|
A.
Testing checks for logical errors in the programs, while debugging is a process of correcting those errors in the program
|
B.
Testing detects the syntax errors in the program while debugging corrects those errors in the program
|
C.
Testing and debugging indicate the same thing
|
D.
All of the above
|
E.
None of the above
|