27. What is multithreaded programming?
(A) It's a process in which two different processat run simultaneously
(B) It's a process in which two or more parts of same process run simultaneously
(C) It's a process in which many different process are able to access same information
(D) It's a process in which a single process can access information from many sources
Answers
Answered by
1
Explanation:
Multithreading specifically refers to the concurrent execution of more than one sequential set (thread) of instructions. Multithreaded programming is programming multiple, concurrent execution threads. These threads could run on a single processor. Or there could be multiple threads running on multiple processor cores.
Similar questions