CSE :: Operating System Concepts
-
Memory
-
Which of the following rules out the use of GO TO?
-
A system program that sets up an executable program in main memory ready for execution is
-
Which of the following are loaded into main memory when the computer is booted?
-
The FIFO algorithm
-
What is the name given to the organized collection of software that controls the overall operation of a computer?
-
The principle of locality of reference justifies the use of
-
The register or main memory location which contains the effective address of the operand is known as
-
Assembly code data base is associated with
-
Thrashing can be avoided if
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-slicing of the CPU's time to allow quick response to each user.
|
E.
None of the above
|
A.
assembly language version of the program which is created by the code generation phase and is input to the assembly phase.
|
B.
a permanent table of decision rules in the form of patterns for matching with the uniform symbol table to discover syntactic structure.
|
C.
consists of a full or partial list or the token's as they appear in the program. Created by Lexical analysis and used for syntax analysis and interpretation.
|
D.
a permanent table which lists all key words and special symbols of the language in symbolic form.
|
E.
None of the above
|