Do threads count as cores?



Do threads count as cores?..

Answer / Poonam Verma

No, threads do not count as cores. Threads are lightweight processes that can be scheduled to run on a single core or multiple cores, but they do not provide separate hardware resources like physical cores.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Linux Threads Interview Questions

what do you mean LD_LIBRARY_PATH? What LD_LIBRARY_PATH does

2 Answers   CTS, VIT University,


What is context switching between threads?

1 Answers  


Which way of creating thread is better?

1 Answers  


How many threads does an i7 7700k have?

1 Answers  


Can one thread run on multiple cores?

1 Answers  


Is multithreading faster than multiprocessing?

1 Answers  


What is the use of thread over process?

11 Answers   NetApp,


Can a process have 0 threads?

1 Answers  


Does htop show threads?

1 Answers  


Is thread an abstract class?

1 Answers  


Whats the difference between a thread and a process?

1 Answers  


What is difference between thread and runnable?

1 Answers  


Categories