1. What is Thread cancellation?
-
the task of destroying the thread once its work is done
the task of removing a thread once its work is done
the task of terminating a thread before it has completed
2. Complete code files for which address has been, resolved for all global functions are?
-
Exactable files
Object files
Source file
3. There is a set of page replacement algorithms that can never exhibit Belady’s Anomaly, called
-
queue algorithms
stack algorithms
string algorithms
4. System call is also known as
-
Monitor call
CPU call
Execution call
5. Memory management is
-
Not used in modern operating systems
Replaced with virtual memory on current systems
Not used on multiprogramming systems
6. Software may trigger an interrupt by executing a special operation called a
-
Recovery call
System call
Process call
7. Header contains information of ?
8. Which of the following processor has a fixed length of instructions?
9. The many-to-one model maps many user-level threads to one
10. A monitor is a module that encapsulates
11. What is the reusable resource?
12. FIFO scheduling is
13. A semaphore is a shared integer variable
14. When a process terminates then all its children must also be terminated. This phenomenon is called
15. The systems which allows only one process execution at a time, are called
16. In operating system, each process has its own
17.If a process fails, most operating system write the error information to a
18. Which of the following condition is required for deadlock to be possible?
19. CPU fetches the instruction from memory according to the value of
20. Card reader is an example of
21. Program always deals with
22. The Operating System was first introduced, the primary goal was mainly to ___
23. ____ systems have more than one CPU in close communication with the others.
24. Which of the following is a service not supported by the operating system:?
25. Concurrent processes are processes that
26. An operating system that can do multitasking means that ........
27. A sequence of instruction telling the comp what to do is called
28. A language whose statements have almost one to one correspondence to the instruction understood by the CP of computer is
29. A table that indicates the name of all functions & global variables is?
30. Structure of UNIX used files is due to?
Post a Comment
0 Comments