CPU Flashcards
Name 3 architectures of CPUs
x86, x64 and ARM (Advanced RISC Machine)
What is cache?
High speed volatile memory for CPU
What does RISC stand for?
Reduced Instruction Set Computing
What is ZIF?
Zero insertion force. No need to press down to insert CPU, this helps avoid bending or breaking the CPU pins
What is LGA?
Land Grid Array. Used by intel, This CPU does not have pins.
What is PGA?
Pin Grid Array. Used by AMD. CPU has the pins.
Can you have multiple CPU’s in 1 machine?
Yes, workstations and servers can be multisocket. Most motherboards have a single socket architecture though.
What is SMT?
Simultaneous Multi-threading. Single stream of instructions is being sent by a software application to a processor.
What is a serial manner?
In 1-2-3-4-5 order. Most applications were designed to run a single process in a single thread. Multithreading allows you to do these at the same time.
What is a multicore package?
CPU with multiple cores inside.