What is multithreaded programming?
(A) a process in which two different processes run simultaneously
(B) a process in which two or more parts of same process run simultaneously
(C) a process in which many different process are able to access same information
(D) a process in which a single process can access information from many sources
Answers
Answered by
0
Multithreading specifically refers to the concurrent execution of more than one sequential set (thread) of instructions. Multithreaded programming isprogramming 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