logo

CuriousTab

CuriousTab

Discussion


Home Technical Questions Operating Systems Comments

  • Question
  • What resources are used when a thread is created? How do they differ from those when a process is created?


  • Correct Answer
  • When a thread is created the threads does not require any new resources to execute the thread shares the resources like memory of the process to which they belong to The benefit of code sharing is that it allows an application to have several different threads of activity all within the same address space Whereas if a new process creation is very heavyweight because it always requires new address space to be created and even if they share the memory then the inter process communication is expensive when compared to the communication between the threads 


  • Operating Systems problems


    Search Results


    • 1. What are the stipulations of C2 level security?
    • Discuss
    • 2. What are the disadvantages of context switching?
    • Discuss
    • 3. What is page cannibalizing?
    • Discuss
    • 4. List out some reasons for process termination.
    • Discuss
    • 5. Explain Belady's Anomaly?
    • Discuss
    • 6. When designing the file structure for an operating system, what attributes are considered ?
    • Discuss
    • 7. The main interface in Windows and OS X is __________ interface.

    • Options
    • A. Command-line
    • B. Embedded
    • C. Neural
    • D. Graphical
    • Discuss
    • 8. When does the condition 'rendezvous' arise?
    • Discuss
    • 9. What are the typical elements of a process image?
    • Discuss
    • 10. Define latency, transfer and seek time with respect to disk I/O.
    • Discuss


    Comments

    There are no comments.

Enter a new Comment