Motherboards Flashcards
(88 cards)
What size is ATX?
12 x 9.6 inches (304 x 244 mm)
Which form factor is full sized, has expansion slots parallel to the shorter side and has a rear port cluster for integrated audio, video and other system functionalities?
ATX form factor
What size is Mini-ATX?
11.2 x 8.2 inches (284 x 208 mm)
What size is microATX?
9.6 x 9.6 inches (244 x 244 mm)
Which form factor has a square board and four expansion slots?
microATX form factor
What size is mini-ITX?
6.7 x 6.7 inches (170 x 170 mm)
What form factor only had one expansion slot?
Mini-ITX form factor
What are the variations of Mini-ITX?
Nano-ITX, Pico-ITX and Mobile-ITX
What does the CPU do?
Executes program code in software or firmware
Where does the CPU fetch the next instruction from?
The system memory or processor cache
Where does the CPU decode instructions at?
Through the control unit
What happens if the CPU cannot execute the instructions alone?
It passes it to a secondary unit for completion
Where does the CPU send the finished result?
To the register, cache or memory for storage or further use
What is cache?
High-speed memory inside the processor
What does processor architecture do?
It defines processor capabilities and compatibility with hardware and software
What are the three main types of architectures?
x86, x64 and ARM
What is x86 architecture also known as?
IA-32 or Intel architecture 32-bit instruction set
Where did x86 architecture originate from?
Intel processors developed in the 1970s and 1980s
How much RAM did x86 architecture support?
up to 4GB of RAM due to 32-bit addressing
What was the evolution of x86 architecture?
8-bit to 32-bit
What does x64 architecture do to x86?
it extends it to support 64-bit operations
How much RAM does x64 architecture support?
more than 4GB
How does x64 architecture interact with 32-bit programs?
It is backwards compatible with 32-bit programs
What is x64 architecture also known as?
AMD64 or Intel 64