InterviewSolution
Saved Bookmarks
| 1. |
_______ makes it possible for two or more activities to execute in parallel on a single processor.(a) Multithreading(b) Threading(c) SingleThreading(d) Both Multithreading and SingleThreadingThis question was posed to me during an internship interview.Question is taken from Multithreading topic in section Going Parallel, Handling Actuator and Sensor of IOT |
|
Answer» Correct option is (a) Multithreading |
|