operating systems 7) When running under UNIX and we \"fork a child\" which is tr
ID: 663046 • Letter: O
Question
operating systems
Explanation / Answer
======================================================================
7.
Ans:
----
C. A new process is created that is exact copy of the parent proces.
Explanation:
------------
A new process is created by using fork command and it is same as parent process
differ by process id (PID).
======================================================================
8.
Ans:
----
A.True
Explanation:
------------
A mail box is maintained by OS between two processes for direct and indirect IPC.
======================================================================
9.
Ans:
----
C. 150.55.66.77:2000 and 202.28.15.123:80
Explanation:
------------
The file is being tranfered from port 2000 of ip address 150.55.66.77 to 202.28.152123
to port 80.
======================================================================
10.
Ans:
----
C. Microkernels
Explanation:
------------
The Max OSX architecture relies on the Mach microkernel for basic system management services, and the BSD kernel for additional services. Application services and dynamically loadable modules
( kernel extensions ) provide the rest of the OS functionality:
======================================================================
11.
Ans:
----
A. Opearting system kernel
Explanation:
------------
A kernel connects the application software to the hardware of a computer
======================================================================
12.
Ans:
----
B.Data
Explanation:
------------
In multi-threading programming Data and Code will be shared across threads.
Where as register values ,stack memory and program counter are separate for each
thread.
======================================================================
13.
Ans:
----
D. A and C.
Explanation:
------------
A child proces can terminate when ever parent process aborts the child process.
or the child process finishes normally.
======================================================================
14.
Ans:
----
B. False
Explanation:
------------
Kernel threads are generally slower to create and manage than the user threads.
========================================================================
Related Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.