Os Concepts
Os Concepts
Os Concepts
Q.1) Which command will be used to display the current user id and name ?
a. Who b. Which c. Whoami d. whereis
Q.3) Which command allow you to determine if a host is connected to the internet?
a. cmd b. Is-Ia c. ping d. pwd
Q.4) Computer that handles concurrent users and multiple jobs are called_____________
a. Client b. Network Client c. Network servers d. All of the above
Q.9) The ability of an Operating System to execute different parts of a program simultaneously is known
as ____________________
a. Multi - Tasking b. Multi programming c. Multi – Threading d. Multi – scheduling
Q.12) Which command will be used to display what date is it this Friday?
a. Date-fri b. Date-d fri c. Cal-d fri d. None of the above
Q.13) Which command will be used to print selected parts of lines from each FILE to standard output?
a. Cut [option]…[FILE]… b. Print [option]…[FILE]…
c. Cmp [option]…[FILE]… d. Comm. [option]…[FILE]…
Q.15) When the processor is in user mode, all addresses are ________________
a. Physical address b. Logical address c. Absolute address d. Memory address
Q.17) Plan ahead so that you never get into a situation where deadlock is inevitable is called as _____
a. Deadlock prevention b. Deadlock avoidance c. Deadlock recovery d. Avoiding Mutual exclusion
Q.18) In which situation a process is prevented from proceeding because some other process always has the
resources it needs?
a. Locking b. Deadlock c. Starvation d. Blocking
Q.20) Anything that can be used by only a single process at any instant in time is called as ______________
a. Memory b. Thread c. Space d. Resources
Q.28) Which type of binding perform before the operation of a program begins?
a. Static binding b. Dynamic binding c. Synchronous binding d. Asynchronous binding
Q.33) When a process terminates and all it’s child process must also be termed this situation is called as ___
a. Child termination b. Child parent termination c. Spawn termination d. Cascading termination
Q.34) Which of the following register contains address of the next instruction to be executed by the CPU?
a. Program counter register b. CPU registers c. Control register d. Condition code register
Q.35) When an interrupt arises during its execution and the scheduler selects some other program for execution
is called as ________________
a. Preemption b. Non Preemption c. Priority d. Interrupt Processing
Q.40) A process sends data to another process and the sender does not wait till the data is received by the
receiver. This type of transfer is known as ____________________
a. Synchronous b. Asynchronous c. Blocking d. None of the above
Q.41) Which command would yu use to create a sub-director in your home directory?
a. mkdir b. dir c. cp d. rm
Q.43) The interval between submission of a request and the first response to that request is called as ______
a. Turnaround time b. Time delay c. Response time d. Request time
Q.44) A unique number is used to look up an entry in the inode table which gives information on the type, size
and location of the file is called as __________________
a. Inode value b. Inode c. Inode number d. All of the above
Q.46) How can you view the permission-settings on all files in the current directory?
a. displayall b. Is-I c. listall d. listdir
Q.47) Which command sends file content to standard output and list the content of short files to the screen?
a. echo b. cp c. cat d. None of the above
Q.49) In which scenario the First-Come, First-Served scheduling policy, I/O bound processes may have to wait
long in the ready queue waiting for a CPU bound job to finish?
a. Aging b. Priority inversion c. Priority Inheritance d. Convoy effect
Q.50) How can we determined the minimum number of page frames that must be allocated to a running process
in a virtual memory environment?
a. the instruction set architecture b. page size
c. number of processes in memory d. physical memory size