edited by
6,367 views

1 Answer

Best answer
5 5 votes

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
Answer:
Position:
Show:

Related questions

0 0 votes
0 0 answers
1.8k
1.8k views
Sara Nimlon asked Jun 30, 2016
1,812 views
I try to figure out one of the tests that adopted from GATE exams, but nothing founds, anyone can describe it for me?Question: We shown the Hardware Operation Chart of on...
4 4 votes
1 answers 1 answer
4.3k
4.3k views
go_editor asked Jul 1, 2016
4,324 views
A computing architecture, which allows the user to use computers from multiple administrative domains to reach a common goal is called asGrid ComputingNeutral NetworksPar...
7 7 votes
1 answers 1 answer
5.2k
5.2k views
go_editor asked Jul 1, 2016
5,189 views
A web client sends a request to a web server. The web server transmits a program to that client ans is executed at client. It creates a web document. What are such web do...
6 6 votes
1 answers 1 answer
4.3k
4.3k views
go_editor asked Jul 1, 2016
4,341 views
For a software project, the spiral model was employed. When will the spiral stop?When the software product is retiredWhen the software product is released after Beta test...