C. as several image copies, followed by an incremental
D. as several incrementals, followed by an image copy
E. None of the above
Correct Answer
as several incrementals, followed by an image copy
Operating Systems Concepts problems
Search Results
1. Uniform Symbols Table
Options
A. contains all constants in the program
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 of 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.
Correct Answer: consists of a full or partial list of the token's as they appear in the program. Created by Lexical analysis and used for syntax analysis and interpretation
2. Which of the following statements is false?
Options
A. a process scheduling algorithm is preemptive if the CPU can be forcibly removed from a process
B. time sharing systems generally use preemptive CPU scheduling
C. response time are more predictable in preemptive systems than in non preemptive systems
D. real time systems generally use non-preemptive CPU scheduling