Signup/Sign In

Threads and Related Concepts

This Test will cover the basic concepts of Threads, including Pthreads and their communication.
Q. Which of the following is suitable for 'thread'?
Q. What are the components of a thread?
Q. Which of the following statements is false about thread?
Q. Which of the following is/are the type(s) of threads?


Q. At which level is the management of User level threads done?
Q. Which thread cancellation approach allows to terminate the thread immediately?
Q. IEEE 1003.1c-1995 standard defines:
Q. A thread life cycle consists of __________ states.
Q. Which of the following methods is/are defined in Object class?


Q. What is a target thread?
Q. Which of the following level of a thread is the fastest to create and manage thread?
Q. Many-to-One model defines:
Q. Pthreads refers to:
Q. In which of the following operating systems is signal handling used to notify a process, that a particular event has occurred?
Q. How do threads communicate with each other?

Related Tests: