Showing posts with label
Operating System Questions Answers.
Show all posts
Showing posts with label
Operating System Questions Answers.
Show all posts
1. Kernel minimizes the frequency of disk access by keeping a pool of internal data buffer which helps to increase the response time, this is known as ?
- Buffer cache
- Spooling
- Pooling
- Virtual Memory
2. How applications communicates with kernel ?
- Not disclosed by linux team
- SSL
- System Calls
- Shell
3. Kernel is known as core of operating system.
- True
- False
4. What is meaning of ILP32 ?
- 32 bit Integrated, Long & Pointer
- 32 bit Integer, Long & Pointer
- 32 bit Integer, Long & Point
- 32 bit Integer, Lost & Pointer
5. Solaris is product of ?
- IBP
- IBM
- Microsoft
- Sun Microsystems
1. Distributed systems should ?
- high security
- have better resource sharing
- better system utilization
- low system overhead
2. Disk scheduling involves deciding ?
- which disk should be accessed next
- the order in which disk access request should be made
- physical location of files
- type of disks a system should have
3. If the CPU scheduling policy is FCFS, then what would be average waiting time ?
- 10 ms
- 10.8 ms
- 12 ms
- 12.8 ms
4. Memory protection is of no use in single user system.
- True
- False
5. By which of following the problem of thrashing is significantly affected ?
- program size
- program structure
- primary storage
- secondary storage
1. Main function of shared memory is:
- to use primary memory efficently
- to do intra process communication
- to do inter process communication
- none of above
2. If the property of locality of reference is well pronounced in a program
- the number of page faults will be more
- the number of page faults will be less
- the number of page faults will same
- none of above
3. Which one is true
- The linkage editor is used to edit programs which have to later link together
- The linkage editor links object module during compiling
- The linkage editor links objects modules and resolves external references between them before loading
- none of above
4. Disk scheduling includes deciding
- which should be accessed next
- order in which disk access requests must be serviced
- the physical location of the file
- the logical location of the file
5. Belady anamoly occurs in
- Optimal replacement
- FIFO
- LRU
- both in FIFO and LRU