CPU Architecture Flashcards
What is the brains of the computer that executes the different programming codes in the software and firmware.
CPU
What processor that was developed by Intel with an 8-bit, 16-bit and up to 32-bit instruction set?
X86 (IA-32)
What type of processors supports 64-bit instruction set?
X64
What’s the maximum amount of memory X86 processors can support?
4 GB of ram
True or false 32 bit systems can run 64 bit programs.
False 32-bit systems can only run 32-bit programs however 64-bit processors can run 32-bit programs because they are backward compatible.
What type of processor is used for low power devices like tablet and cell phones?
ARM or Advanced RISC Machine
What are the perks of using an arm processor?
It has extended battery life and produces less heat.
How does a RISC system complete task?
It uses code to complete task. Which allows a reduced instruction set and lower power consumption.