- Producer – Consumer problem, one of the classical problems of synchronization is also called……
(A) Bounded Buffer Problem
(B) Readers Writers Problem
(C) Dining Philosophers Problem
(D) None of the above
- Which of the following command is used to print current working directory in Unix?
(A) mkdir
(B) pwd
(C) rm
(D) None of the above
- ……. is a classic synchronization problem that involves the allocation of limited resources amongst a group of processes in a deadlock free and starvation free manner.
(A) Bounded Buffer Problem
(B) Dining Philosophers Problem
(C) Readers Writers Problem
(D) None of the above
- ……. is a system call that returns the process ID of the parent of the current process.
(A) getpid
(B) wait
(C) getppid
(D) None of the above
- Which of the following is standard print command in Unix?
(A) ncftp
(B) grep
(C) ls
(D) lpr
- In Unix, “file” command is used to determine ……
(A) file name
(B) file type
(C) file content
(D) None of the above
- What is the full form of RTSP?
(A) Real Time System Protocol
(B) Real Transfer System Protocol
(C) Real Time Streaming Protocol
(D) Real Trigger Streaming Protocol
- Which of the following is a System call that can be used to send signal to a process?
(A) kill
(B) wait
(C) exec
(D) None of the above
- …….. allows a thread to terminate the execution of other threads in the process.
(A) Thread Scheduling
(B) Thread Safety
(C) Thread Cancellation
(D) None of the above
- Which of the following scheduling algorithm is impossible to implement?
(A) FCFS Scheduling
(B) Priority Scheduling
(C) Shortest Job First (SJF) Scheduling
(D) None of the above
Home
▼
No comments:
Post a Comment