Scan QR code or get instant email to install app
Question:
Threads are used by processors to perform calculations, and each processor core can only handle one thread at a time. Adding more cores to a processor boosts speed by allowing several threads to run at the same time. When several threads are used in a single-core processor, the threads do not run at the same time, restricting performance.
Comments