MCQ Computer
MCQ Computer
If one thread opens a file with read privileges then ___________ (ELITMUS)
Options: Pick one correct answer from below
1. Other threads in the another process can also read from that file
2. Other threads in the same process can also read from that file (A)
3. Any other thread can not read from that file
4. All of the mentioned
Solution description
If one thread opens a file with reading privileges then,Other threads in the same
process can also read from that file
The time required to create a new thread in an existing process is ___________
(AMCAT)
Options: Pick one correct answer from below
1. Greater than the time required to create a new process
2. Less than the time required to create a new process (A)
3. Equal to the time required to create a new process
4. None of the mentioned
Solution description
The time required to create a new thread in an existing process is Less than the
time required to create a new process
A zombie process is a process that has completed and in the terminated state
but has its entry in the process table. It shows that the resources are held by
the process and are not free.
Which of the following is not a part of the operating system? (Infosys Hiring
2019)
Options: Pick one correct answer from below
1. Input/output control program
2. Performance monitor
3. Job control program (A)
4. Supervisor
The systems which allow only one process execution at a time, are called ___
Options: Pick one correct answer from below
1. Uniprogramming systems (A)
2. Uniprocessing systems
3. Unitasking systems
4. None of the mentioned
Solution description
Those systems which allow more than one process execution at a time, are
called multiprogramming systems. Uniprogramming allows only one process at
a time.
- Device management
- Memory management
- Interrupt handling
- I/O communication
- File system management