engineering computer science MCQ #1870

Which of the following is a characteristic of a multi-threaded process?

engineering computer science MCQ #1870

  1. Question 1

    Q1. Which of the following is a characteristic of a multi-threaded process?

    • A) Threads share the same memory space
    • B) Threads have separate memory spaces
    • C) Threads are scheduled independently
    • D) Threads are not preemptible

    Answer: Threads share the same memory space

    Explanation: Threads within a process share the same memory space, allowing for efficient communication and data sharing.