logo

CuriousTab

CuriousTab

Discussion


Home Technical Questions Operating Systems Comments

  • Question
  • Explain fork() system call?


  • Correct Answer
  • The `fork()? used to create a new process from an existing process The new process is called the child process, and the existing process is called the parent We can tell which is which by checking the return value from `fork()? The parent gets the child?s pid returned to him, but the child gets 0 returned to him 


  • Operating Systems problems


    Search Results


    • 1. What is cycle stealing?
    • Discuss
    • 2. What is CPU Scheduler?
    • Discuss
    • 3. What are the operating system components?
    • Discuss
    • 4. What is an operating system?
    • Discuss
    • 5. Is Windows NT a full blown object oriented operating system? Give reasons.
    • Discuss
    • 6. How can you get/set an environment variable from a program?
    • Discuss
    • 7. A Map is an Array,which contains the addresses of the free space in swap device that are allocatable resources,and the number of the resource unit available there.

    • Options
    • A. TRUE
    • B. FALSE
    • Discuss
    • 8. Which memory management technique involves dividing the memory into fixed sized blocks ?

    • Options
    • A. Paging
    • B. Scaling
    • C. Whiping
    • D. Tracking
    • Discuss
    • 9. What is multi tasking, multi programming, multi threading?
    • Discuss
    • 10. What are turnaround time and response time?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment