CS703
|
All Threads Within A Process Share The ___________ Address Space.
|
Same
|
Different
|
Na
|
Na
|
A
|
CS703
|
In Unix/ Linux By Default The Standard Output File Is Attached To The __________
|
File
|
Screen
|
Printer
|
Scanner
|
B
|
CS703
|
__________ Scheduler Selects The Process From The Job Pool And Put Them In Main Memory.
|
Long Term
|
Short Term
|
Medium Term
|
Swapper
|
A
|
CS703
|
The Process Id Returned To The Child Process After Successful Fork System Call Execution Is __________.
|
0
|
1
|
2
|
3
|
|
CS703
|
A Solution To The Critical Section Problem Must Satisfy The Following Requirement(S)
|
Mutual Exclusion
|
Progress
|
Bounded Waiting
|
All Of These
|
D
|
CS703
|
A Semaphore That Cause Busy-Waiting Is Termed As __________.
|
Spinlock
|
Monitor
|
Critical Region
|
Critical Section
|
A
|
CS703
|
“There Exists A Bound On The Number Of Times That Other Processes Are Allowed To Enter Their Critical Sections After A Process Has Made A Request To Enter Its Critical Section And Before That Request Is Granted.” That Requirement Known As
|
Progress
|
Bounded Waiting
|
Mutual Exclusion
|
Critical Region
|
B
|
CS703
|
In Indirect Inter Process Communication A Sender Mention The Name Of The Recipient.
|
Do
|
Do Not
|
Na
|
Na
|
B
|
CS703
|
First Entries In Per Process File Descriptor Table Are Used As Soon As The Process Is Created.
|
1
|
2
|
3
|
4
|
|
CS703
|
__________ Scheduling Algorithm Can Be Preemptive Or Non-Preemptive.
|
First Come First Serve
|
Shortest Job First
|
Round Robin
|
Priority
|
B
|
CS703
|
A ___________ Is An Integer Variable That Apart From Initialization Is Accessible Only Through Two Standard Atomic Operations: Wait And Signal.
|
Semaphore
|
Monitor
|
Critical Region
|
Critical Section
|
A
|
CS703
|
The Process Of Switching From One Process To Another Is Called Latency.
|
True
|
False
|
Na
|
Na
|
A
|
CS703
|
The___________ Are Used For Communication Between Related Or Unrelated Processes On The Same System Or Unrelated Processes On Different Systems.
|
Pipes
|
Bsd Sockets
|
Named Pipe (Fifo)
|
None Of The Given Options
|
B
|
CS703
|
The Performance Of Round Robin Algorithm Does Not Depends Heavily On The Size Of The Time Quantum.
|
True
|
False
|
Na
|
Na
|
A
|
CS703
|
Cooperating Processes Never Share Any Data Code Memory Or State.
|
True
|
False
|
Na
|
Na
|
|
CS703
|
___________ Command Gives A Snapshot Of The Current Processes.
|
Ps
|
Top
|
Who
|
Ls
|
A
|
CS703
|
In Unix/ Linux By Default The Standard Input File Is Attached To The __________
|
Mouse
|
Keyboard
|
Light Pen
|
Joystick
|
B
|
CS703
|
Shared Libraries And Kernel Modules Are Stored In Directory
|
/Bin
|
/Dev
|
/Boot
|
/Lib
|
D
|
CS703
|
When Process Opens Its First File Explicitly It Will Get Descriptor Number ___________
|
1
|
2
|
3
|
4
|
A
|
CS703
|
You Can Display The Contents (Names Of Files And Directories) Of A Directory In Unix/Linux Directory Structure With The __________ Command.
|
Ll
|
Ps
|
Ls
|
None Of The Given Options
|
C
|