adplus-dvertising
frame-decoration

Question

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

Answer: (b).other threads in the same process can also read from that file

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. If one thread opens a file with read privileges then

Similar Questions

Discover Related MCQs

Q. The time required to create a new thread in an existing process is

Q. When the event for which a thread is blocked occurs,

Q. The jacketing technique is used to

Q. Termination of the process terminates

Q. The register context and stacks of a thread are deallocated when the thread

Q. Thread synchronization is required because

Q. A thread is also called :

Q. A thread shares its resources(like data section, code section, open files, signals) with :

Q. A heavy weight process :

Q. A process having multiple threads of control implies :

Q. Multithreading an interactive program will increase responsiveness to the user by :

Q. Resource sharing helps :

Q. Multithreading on a multi – CPU machine :

Q. The kernel is _______ of user threads.

Q. If the kernel is single threaded, then any user level thread performing a blocking system call will :

Q. Because the kernel thread management is done by the Operating System itself :

Q. If a kernel thread performs a blocking system call, ____________

Q. The model in which one kernel thread is mapped to many user-level threads is called :

Q. The model in which one user-level thread is mapped to many kernel level threads is called :

Q. In the Many to One model, if a thread makes a blocking system call :