Q311. Which of the following are loaded into main memory when the computer is booted?
a) internal command instructions
b) external command instructions
c) utility programs
d) word processing instructions
Answer : a
Q312.The FIFO algorithm
a) executes first the job that last entered the queue
b) executes first the job that first entered the queue
c) execute first the job that has been in the queue the longest
d) executes first the job with the least processor needs
Answer : b
Q313. What is the name given to the organized collection of software that controls the overall operation of a computer?
a) Working system
b) Peripheral system
c) Operating system
d) Controlling system
Answer : c
Q314. The principle of locality of reference justifies the use of
a) reenterable
b) non reusable
c) virtual memory
d) cache memory
Answer : d
Q315. The register or main memory location which contains the effective address of the operand is known as
a) pointer
b) indexed register
c) special location
d) scratch pad
Answer : a
Q316. Assembly code data base is associated with
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.
Answer : a
Q317. Thrashing can be avoided if
a) the pages, belonging to the working set of the programs, are in main memory
b) the speed of CPU is increased
c) the speed of I/O processor is increased
d) all of the above
Answer : a
Q318. In analyzing the compilation of PL/I program, the term “Lexical analysis” is associated with
a) recognition of basic syntactic constructs through reductions.
b) recognition of basic elements and creation of uniform symbols
c) creation of more optional matrix.
d) use of macro processor to produce more optimal assembly code
Answer : b
Q319. Resolution of externally defined symbols is performed by
a) Linker
b) Loader
c) Compiler
d) Assembler
Answer : a
Q320. System generation:
a) is always quite simple
b) is always very difficult
c) varies in difficulty between systems
d) requires extensive tools to be understandable
Answer : coming soon