SHA-1 produces a __________ bit hash.
Swap space exists in
Which of the following is considered a "lightweight process"?
A process can be terminated due to:
The mount mechanism does not exhibit a transitive property.
Which address is known as the "logical address"?
Multithreaded programs are
The process in the operating system can be-
In RAID level 4, one block read accesses ______
Following are the system calls along with their functionalities used in the "Linux" Operating system,
fork() : for process creation,
pipe() : for creating pipe for establishing communication between two or more processes,
shmget() : creates a new shared memory segment or returns the shared memory identifier associated with the key parameter of an existing shared memory area,
chmod() : to modify access mode of a file.
For Above question, which of the following options gives the correct equivalent system calls which provides the same functionalities in "Windows" Operating System?