(A) True
(B) False
Tag: Operating System
The Home Directory for superuser in Linux and Unix is?
(A) /home
(B) /root
(C) Both of the above
(D) None of the above
__ is a virtual directory in Linux and Unix.
(A) /temp
(B) /ver
(C) /boot
(D) /proc
/opt is used for storage of large applications.
(A) True
(B) False
The procedure “The time at which the process finished working MINUS the arrival time of the process MINUS CPU burst for that process” will help calculate the?
(A) Preemptive Shortest Job First scheduling.
(B) Non-preemptive Shortest Job First scheduling.
(C) Round Robin Scheduling
(D) FCFS
The number of processes completed per unit time is called?
(A) Throughput
(B) Turn Around Time
(C) Dispatch Latency
(D) Response Time
First __ entries in Per Process File Descriptor Table are used as soon as the process is created.
(A) 1
(B) 2
(C) 3
(D) 4
If your processor does not have two slots empty in Per Process File Descriptor Table then your __ system call will fail.
(A) Read
(B) Write
(C) Open
(D) Pipe