Added images and moved sections (#26026)
Added image of HDD Moved motherboard higher Clarified PSU function
This commit is contained in:
committed by
Christopher McCormack
parent
bc5d441b21
commit
da94617493
@ -12,15 +12,22 @@ A Central Processing Unit (CPU) is the electronic circuitry within a computer th
|
|||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
|
### Motherboard
|
||||||
|
The motherboard houses many of the crucial electronic components of a system, such as the central processing unit (CPU), memory and extension cards. It also provides electrical connection between these compoenents and other peripherals so they can communicate.
|
||||||
|
|
||||||
|
/gig-57c732ed3df78c71b60e7aa5.jpg)
|
||||||
|
|
||||||
### Expansion Cards (eg. GPU)
|
### Expansion Cards (eg. GPU)
|
||||||
An expansion card is an embedded circuit card that can be added to the motherboard to augument a computer's capability. It can either add capabilities, ex allow for a new type of I/O port, or upgrade existing ones, ex. faster ethernet connection. The most common type of expansion card is a GPU, or a graphical processing unit.
|
Expansion cards are printed circuit board that can be inserted into a computer motherboard to add functionality to a computer system via the expansion bus.
|
||||||
|
An example of extension cards is the GPU. A graphics processing unit (GPU) is a specialized electronic circuit designed to rapidly manipulate and alter memory to accelerate the creation of images in a frame buffer intended for output to a display device.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Storage (SSD or HDD)
|
### Storage (SSD or HDD)
|
||||||
The Solid State Drive (SSD) or Hard Disk Drive (HDD) are used to store information on the computer. It retains the memory even after loss of power.
|
The Solid State Drive (SSD) or Hard Disk Drive (HDD) are used to store information on the computer. It retains the memory even after loss of power.
|
||||||
|
|
||||||
 
|

|
||||||
|

|
||||||
|
|
||||||
### Memory (RAM)
|
### Memory (RAM)
|
||||||
Random-access memory (RAM) is a form of computer data storage which stores data and machine code currently being used. A random-access memory device allows data items to be read or written in almost the same amount of time irrespective of the physical location of data inside the memory.
|
Random-access memory (RAM) is a form of computer data storage which stores data and machine code currently being used. A random-access memory device allows data items to be read or written in almost the same amount of time irrespective of the physical location of data inside the memory.
|
||||||
@ -32,16 +39,11 @@ A case is used to house all the components of a computer.
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Power Supply
|
### Power Supply Unit (PSU)
|
||||||
A power supply is an electronic device that supplies electric energy to an electrical load. A computer power supply supplies electrical energy to all the components of the computer including: the motherboard, disk drives, and fans. Power supplies vary in the amount of output they provide and power supplies must be matched to the number of components needing power so they are not overloaded.
|
A Power Supply Unit is an electronic device that supplies electric energy to an electrical load. A computer power supply supplies electrical energy to all the components of the computer including: the motherboard, disk drives, and fans. Power supplies vary in the amount of output they provide and power supplies must be matched to the number of components needing power so they are not overloaded. The PSU changes alternating current from a wall socket to low-voltage direct current to operate the CPU and peripheral devices.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Motherboard
|
|
||||||
Motherboard holds and allows communication between many of the crucial electronic components of a system, such as the central processing unit (CPU) and memory, and provides connectors for other peripherals.
|
|
||||||
|
|
||||||
/gig-57c732ed3df78c71b60e7aa5.jpg)
|
|
||||||
|
|
||||||
### Input and Output devices (eg. Keyboard and Mouse)
|
### Input and Output devices (eg. Keyboard and Mouse)
|
||||||
Input/Output device is any hardware used by a human operator or other systems to communicate with a computer.
|
Input/Output device is any hardware used by a human operator or other systems to communicate with a computer.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user