Processor Speeds Flashcards

1
Q

Processor Speeds

A
  • Real speed: CPU clock
    • Historical qualification of speed
    • Megahertz (Mhz) Gigahertz (Ghz)
  • Actual Speed
    • Combination of different factors
    • Clock speed, CPU architecture, bus speeds, bus width, L1 cache size, L2 cache size, operating system capabilities
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

CPU Cache

A
  • Superfast memory
    • Holds data, instruction, and or results
  • Level 1 cache (First check)
  • Level 2 cache (secondary data)
  • Level 3 cache (still on the chip)
    • Shared between all cores
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Hyper-Threading

A
  • Hyper-threading technology (HTT)
  • One CPU acts like two
  • Doesn’t actually work as fast as two
    • 15% - to 30% performance improvements
  • Operating System must be written for HTT
    • Windows XP or later
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Virtualization Support

A

-Run other operating systems within a single hardware platform

  • Virtualization in software was limited
    • Performance and hardware management challenges
  • Virtualization added to processor
    • Intel Virtualization Technology (VT)
    • AMD Virtualization (AMDv)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

32bit vs 64bit

A
  • Data width
    • Data path, integer size, memory address
  • Larger bus size moves more data
    • 64bit bus moves twice as much data as 32bit

-Software must be optimized to take advantage of 64bit architectures

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

NX bit

A
  • No-Execute bit
    • Intel = XD bit (execute disable)
    • AMD = Enhanced Virus Protection
  • Designation sections of memory as executing code or data
    • Code cannot run from protected memory =
    • Prevents malware and viruses from executing

-The OS must support this feature

How well did you know this?
1
Not at all
2
3
4
5
Perfectly