Question 1
Marks : +2 | -2
Pass Ratio : 100%
Which table is a permanent database that has an entry for each terminal symbol?
Explanation: A database that has entry for each terminal symbols such as arithmetic operators, keywords, punctuation characters such as ‘;’, ‘,’etc Fields: Name of the symbol.
Question 2
Marks : +2 | -2
Pass Ratio : 100%
Software that measures, monitors, and controls events are ___________
Explanation: In computer science, real-time computing (RTC), or reactive computing describes hardware and software systems subject to a “real-time constraint”, for example operational deadlines from event to system response.
Question 3
Marks : +2 | -2
Pass Ratio : 100%
The process manager has to keep track of ___________
Explanation: Process manager keep track of the status and info about the program.
Question 6
Marks : +2 | -2
Pass Ratio : 100%
A linker is given object module for a set of programs that were compiled separately. What is not true about an object module?
Explanation: A linker or link editor is a computer program that takes one or more object files generated by a compiler and combines them into a single executable file, library file, or another object file.
Question 9
Marks : +2 | -2
Pass Ratio : 100%
Which of the following functions is performed by loader?
Explanation: A loader is the part of an operating system that is responsible for loading programs and libraries.
Question 10
Marks : +2 | -2
Pass Ratio : 100%
Assembly code data base is associated with ___________
Explanation: An assembly language is a low-level programming language for a computer, or other programmable device, in which there is a very strong (generally one-to-one) correspondence between the language and the architecture’s machine code instructions.