aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
  • Computer Science Fundamentals
  • Which of the following is not shared by the threads of th...
Multiple choice

Which of the following is not shared by the threads of the same process?

  1. Address space

  2. Message queue

  3. Stack

  4. File descriptor table

  5. -

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Stack represents LIFO (last in first out). It is a common data structure, which maintains them into particular order but not in the same process.

Keep practicing — related questions

  • Which of these resources is individually owned by each thread of the same process?
  • Which of these resources is individually owned by each thread of the same process?
  • Which of the following is a part of program that accesses a shared resource that must not be concurrently a...
  • Which of the following is false regarding threads?
  • Which of the following characteristics of threads allows the sharing of a lot resources that cannot be shar...
  • In which of the following sharings is a resource allocated for exclusive use by a program and when the reso...
  • The virtual address space of a process is split into fixed size blocks of the same size called _______.
  • ___________ occurs when the process refering to the memory address is not present in the main memory.
Play the full quiz 🎤 Practise this topic out loud
Advertisement
© Aliensbrain | all rights reserved
  • About
  • Contact
  • Terms and Condition
  • Privacy Policy