Operating System Questions Answers - Chapter 1 Online Quiz Test
-
1. The part of machine level instruction, which tells the central processor what has to be done, is
- Operation code
- Address
- Locator
- Flip-Flop
-
2. What is the name given to the values that are automatically provided by software to reduce keystrokes and improve a computer user's productivity?
- Defined values
- Fixed values
- Default values
- None of the above
-
3. Multiprogramming systems
- Are easier to develop than single programming systems
- Execute each job faster
- Execute more jobs in the same time
- Are used only on large main frame computers
-
4. A thread is
- lightweight process where the context switching is low
- lightweight process where the context swithching is high
- used to speed up paging
- used in dead locks
-
5. The LRU algorithm
- pages out pages that have been used recently
- pages out pages that have not been used recently
- pages out pages that have been least used recently
- pages out the first page in a given area
-
6. Shortest Job First executes first the job
- with the least processor needs
- that first entered the queue
- that has been in the queue for the longest
- that last entered the queue
-
7. Operating system is
- A collection of hardware components
- A collection of input output devices
- A collection of software routines
- All of above
-
8. Semaphores function is to
- synchronize critical resources to prevent deadlock
- synchronize processes for better CPU utilization
- used for memory management
- none of above
-
9. Fragmentation of a file system
- occurs only is file is not used properly
- can always be prevented
- happens in all file systems
- can be removed by compaction
-
10. A public key encryption system
- Allows only the correct sender to decode the data
- Allows only the correct receiver to decode the data
- Allows anyone to decode the data
- none of above
-
11. A high paging rate
- may cause a high I/O rate
- keeps the system running well
- is a symptom of too much processor activity
- always creates a slow system
-
12. Creating a job queue is a function of
- Spooler
- Interperator
- Complier
- Drive
-
13. Which operating system use write through catches
- UNIX
- XENIX
- ULTRIX
- DOS
-
14. Which process is known for initializing a microcomputer with its OS
- cold booting
- boot recording
- booting
- warm booting
-
15. Which of the following does not interrupt an running process
- A device
- Timer
- Schedular Process
- Power failure
-
16. To avoid the race condition, the number of processes that may be simultaneously inside the critical section is
- 12
- 3
- 1
- 0
-
17. Dynamic allocation of storage areas with VSAM files is accomplished by
- hashing
- control splits
- over flow areas
- relative recording
-
18. Poor response times are caused by
- Busy processor
- High I/O rate
- High paging rates
- Any of above
-
19. Four necessary conditions for deadlock are non pre-emption, circular wait, hold and wait and
- mutual exclusion
- race condition
- buffer overflow
- None of above
-
20. Remote computing services involves the use of timesharing and
- multiprocessing
- interactive processing
- batch processing
- real time processing