Open In App

UGC-NET | UGC-NET CS 2017 Nov – III | Question 75

Like Article
Like
Save
Share
Report

Match the following WINDOWS system calls and UNIX system calls with reference to process control and File manipulation.

4
(A) (1)
(B) (2)
(C) (3)
(D) (4)


Answer: (A)

Explanation:

  1. In UNIX Wait() is used to WaitForSingleObject() .
  2. In UNIX Fork() is used for create-process().
  3. In UNIX Create() is used for CreateFile().
  4. In UNIX Close() is used for CloseHandle()
  5. So, option (A) is correct.

    Quiz of this Question


    Last Updated : 07 Sep, 2018
    Like Article
    Save Article
    Share your thoughts in the comments
Similar Reads