in CO and Architecture edited by
5,419 views
6 votes
6 votes

The number of logical CPUs in a computer having two physical quad-core chips with hyper threading enabled is ______

  1. $1$
  2. $2$
  3. $8$
  4. $16$
in CO and Architecture edited by
by
5.4k views

1 Answer

4 votes
4 votes
Best answer

2 * 4 physical cores * 2 = 16 logical cores. I'm not sure if we can call this logical CPU. But Hyper Threading is vendor specific and hence out of GATE scope. 

https://en.wikipedia.org/wiki/Hyper-threading 


Hyper Threading is Intel implementation of Simultaneous Multi-Threading (SMP). SMP means the CPU executes instructions from 2 different threads on the same physical core. For the OS, this appears as 2 different logical cores and this enables to have better pipeline efficiency in hardware.

edited by
by

3 Comments

Arjun sir why we multiply .with again  2 for logical CPU.
0
0
answer should be 8 or 16?
0
0
In hyperthreading, every physical CPU corresponds to 2 logical CPU

There are two quad core chips

so total no. of physical CPU = 2*4 =8

now, 8 physical CPU corresponds to 2*8 = 16 logical CPU
13
13
Answer:

Related questions