The jacketing technique is used to ___________
A. Convert a blocking system call into non blocking system call
B. Create a new thread
C. Communicate between threads
D. Terminate a thread
When the event for which a thread is blocked occurs?
A. Thread moves to the ready queue
B. Thread remains blocked
C. Thread completes
D. A new thread is provided
The time required to create a new thread in an existing process is ___________
A. Greater than the time required to create a new process
B. Less than the time required to create a new process
C. Equal to the time required to create a new process
D. None of the mentioned
If one thread opens a file with read privileges then ___________
A. Other threads in the another process can also read from that file
B. Other threads in the same process can also read from that file
C. Any other thread can not read from that file
D. All of the mentioned
A process can be ___________
A. Single threaded
B. Multithreaded
C. Both single threaded and multithreaded
D. None of the mentioned
Which one of the following is not shared by threads?
A. Program counter
B. Stack
C. Both program counter and stack
D. None of the mentioned
Multimedia system require hard real time scheduling ___________
A. To ensure critical tasks will be serviced within timing deadlines
B. To deliver the media file to the client
C. To minimize the delay
D. For security
CineBlitz multimedia server supports ___________
A. Real time clients
B. Non-real time clients
C. Both real time & non-real time clients
D. None of the mentioned
In teardown state of real time streaming protocol is ___________
A. The server resources for client
B. Server delivers the stream to client
C. Server suspends delivery of stream
D. Server breaks down the connection