In a multiprocessing environment, what is the term for the situation where two or more processors are executing instructions from the same program simultaneously? MCQ with Answer and Explanation
In a multiprocessing environment, what is the term for the situation where two or more processors are executing instructions from the same program simultaneously?
A. Concurrent execution
B. Simultaneous multithreading
C. Parallel execution
D. Distributed processing
Answer: Option C
Solution (By JKSSB Mock Tests)
Parallel execution refers to running multiple threads or processes at the exact same time on different cores.
Explanation:
The stack segment of a process manages temporary execution details like active function call parameters, local variables, and instruction return paths.
No comments yet. Be the first to start the discussion!