Question
___________ is also called Swapper.
Select correct option:
- Long term
- Short term Correct
- Medium term
- Swap space
Question
___________ is the basis of queuing theory which is branch of mathematics used to analyze systems involving queues and servers.
Select correct option:
- Little’s Formula Correct
- Deterministic Modeling
- Queuing Theory
- Queuing analysis
Question
The process id returned to the child process after successful fork system call execution is ______.
Select correct option:
- 0
- 1 Correct
- 2
- 3
Question
The number of processes completed per unit time is called ___________.
Select correct option:
- Turn around time
- Throughput Correct
- Response time
- Dispatch latency
Question
__________ directory includes essential system boot files including the kernel image.
Select correct option:
- /bin
- /boot Correct
- /dev
- /etc
Question
Using _________system, we can create a new process in Linux.
Select correct option:
- fork Correct
- exec
- wait
- exit
Question
The scheduling of _____________ are done by the operating system.
Select correct option:
- Kernel threads
- User level threads
- Both Kernel and User Level thread ( not sure)
- None of the give option
Question
All Threads within a process share the _________ address space.
Select correct option:
- Same
- Different Correct
Question
Linux is only single user operating system
Select correct option:
- True
- False Correct
Question
In Unix/ Linux, by default the standard input file is attached to the ___________
Select correct option:
- Mouse
- Keyboard Correct
- Light pen
- Joystick