Operating Systems
Test papers for Unix, Linux, OS, BSD, Linux Operating System, Functions of Operating System, Operating System study material to prepare for M.Sc-IT, MCA Entrance, BCA, B.Sc-IT
Questions
Question 1 Multiple Choice (Single Answer)
Trojan horse programs
- are legitimate programs that allow unauthorised access
- usually don't work
- are hidden programs that do not show up on the system
- are usually immediately discovered
Question 2 Multiple Choice (Single Answer)
The memory allocation scheme subject to 'external fragmentation' is
- segmentation
- swapping
- pure demand paging
- multiple contiguous fixed partition
Question 3 Multiple Choice (Single Answer)
Blocks of buffer caches are used
- to improve the disk performance
- to handle interrupts
- to increase the capacity of main memory
- to speed up memory read operation
Question 4 Multiple Choice (Single Answer)
A dispatcher
- actually schedules the tasks into the processor
- puts tasks in 110 wait
- is always small and simple
- never changes task priorities
Question 5 Multiple Choice (Single Answer)
A command interpreter
- is usually the primary user interface
- requires fixed format commands
- is menu drive
- is quite different from the SCL interpreter
Question 6 Multiple Choice (Single Answer)
What is the initial value of the semaphore to allow only one of the many processes to enter its critical section?
- 8
- 1
- 16
- 0
Question 7 Multiple Choice (Single Answer)
A system program that sets up an executable program in main memory ready for execution, is
- an assembler
- a linker
- a loader
- a compiler