- Home
- General Knowledge
- Systems Software
- Section 2
31.
Object modules generated by assemblers that contain unresolved external references are resolved for two or more object modules by a/an
- A.operating system
- C.linker
- B.loader
- D.compiler
- Answer
- Report
Answer : [C]
32.
Which of the following is not true about an interpreter?
- A.Interpreter generates an object program from the source program
- B.Interpreter is a kind of translator
- C.Interpreter analyses each source statement every time it is to be executed
- D.All of these
- Answer
- Report
Answer : [A]
33.
Which of the following are loaded into main memory when the computer is booted?
- A.Internal command instructions
- C.Utility programs
- B.External command instructions
- D.Word processing instructions
- Answer
- Report
Answer : [A]
34.
An Interpreter is
- A.a program that places programs into memory and prepares them for execution
- B.a program that automate the translation of assembly language into machine language
- C.program that accepts a program written in a high level language and produces an object program
- D.a program that appears to execute a source program as if it were machine language
- Answer
- Report
Answer : [D]
35.
Thrashing
- A.is a natural consequence of virtual memory systems
- B.can always be avoided by swapping
- C.always occurs on large computers
- D.can be caused by poor paging algorithms
- Answer
- Report
Answer : [D]