Chapter 3, from page 94 Flashcards
How can you calculate how many addresses exist for a given address bus?
By knowing the number of wires on the address bus, and raising that number as a power of 2; i.e. 20 wires would have 2 to the 20th power or 1,048,576 addresses. It is commonly called 1M.
To correct the actual number that the address lines provided, the International Electrotechnical Committe (IEC) invented special prefixes for binary values. What are they called?
Ibis, represented as 1 kibi = 1024, 1 mebi as 1,048,576, 1 gibi = 1,073,741,824, and 1 tebi = 1,099,511,627,776. They are abreviated as Ki, Mi, Gi, and Ti.
Bits and Bytes have different abbreviations. How would you represent 4 thousand bits? 4 thousand byes?
4Kb, 4KB
What is the ALU?
Arithmetic Logic Unit, the main number cruncher.
Who are the two most common pc CPU providers today?
Intel and Advanced Micro Devices (AMD)
The CPUs for mobile devices are provided by whom?
ARM Holdings
What is the difference between a pc CPU and a mobile device CPU?
ARM based processors use a simple, more energy-efficient design and the reduced instruction set computing (RISC) architecture.
What type of savings do ARM CPUs provide?
cost and battery life
Most of Intel’s desktop and laptop processors are sold under what brand names? Server chips are under what brand?
Core, Pentium, and Celeron brands. The high-end server chips are called Xeon.
AMD was able to clone Intel chips because?
AMD and Intel signed a cross-license agreement in 1976 giving AMD the right to copy certain types of CPUs
Is a tech able to swap Intel and AMD CPU chips today and have them work in the pc?
Not since 1995, when the licensing agreement was cancelled. They are no longer capable pin by pin, and will not work unless they are in motherboard specifically designed for either Intel or AMD.
If you purchase a Ryzen computer, you will be using an Intel or AMD CPU? A Celeron? An EPYC? A Xeon?
AMD, Intel, AMD, Intel
To reduce the model names of CPUs by utilizing what to show the different variations?
Code Names
How can you easily identify all the information about a CPU in a pc, etc?
Use the utility CPU-Z
Mobile pc device needs are different from desk top models in what ways?
consume as little electricity as possible, by extending battery charge and creating less heat.
How have the engineers designed the CPUs to use less energy?
They run in low power mode and scale up automatically if the user demands more power from the CPU
Define throttling.
saving energy by making the CPU run more slowly when demand is light.
Define thermal throttling.
when heat rises to the point that the CPU could be damaged, thermal throttling kicks in and cuts back on the available CPU time/space.
What is TDP?
Thermal design power, or the amount of heat a busy CPU generates, measured in Watts. This can help determine the kind of cooling needed.
Clock multipliers provide what service in the pc?
Multiply the clock speed of the computer to allow the system to run its full max speed. A Ryzen 7 pc runs at 100MHz. With a clock multiplier of x32, the machine can support a full load at a speed of 3.2 GHz.
Todays CPUs speed and multiplier are set automatically by using what function?
CPUID, or CPU identifier
How many bits does the current EDB use?
64 bits, which allows for 2 to power 60 addressing, or 16 EB (exabyte) of RAM.
The primary benefit of 64 bit computing is to support …?
more than 4 GB of memory, the limit with 32 bit processing. (Exam Tip)
The early CPUs were called x86 to fit the 80386 processor. What are the current 64 bit processors generally called?
x86-64