IDNStudy.com, ang iyong mapagkakatiwalaang mapagkukunan para sa maaasahang mga sagot. Sumali sa aming komunidad ng mga bihasa upang makahanap ng mga sagot na kailangan mo sa anumang paksa o problema.
Answer:
CPU Core
Explanation:
A single CPU core cannot multitask as it is limited to only a single thread of execution at a time.
So computers cheat: a single-core machine never runs more than one thread at once. It just switches between them very quickly. This is even done now, when we have multi-core CPUs: if you open task manager (or resource monitor), you’ll find that your machine has to deal with thousands of running threads at once. Software demands greatly outstrip the multitasking abilities of any CPU, meaning that each CPU core still needs to juggle hundreds of threads.
#CarryOnLearning