mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(curriculum): Update Basic Parts Of a Computer Lecture (#59589)
This commit is contained in:
committed by
GitHub
parent
adaf39c7ce
commit
f96809e757
+6
-6
@@ -2,7 +2,7 @@
|
||||
id: 672aa578a2129554d4675049
|
||||
title: What Are the Basic Parts of a Computer?
|
||||
challengeType: 11
|
||||
videoId: SJT6r_ejSqw
|
||||
videoId: sZy-_LterFE
|
||||
dashedName: what-are-the-basic-parts-of-a-computer
|
||||
---
|
||||
|
||||
@@ -18,11 +18,11 @@ Computers are very powerful machines that perform a variety of tasks like writin
|
||||
|
||||
As a developer, it is important to understand the basic inner workings of a computer.
|
||||
|
||||
The first major component of a computer would be the motherboard. The motherboard holds all of the memory, connectors, and hard drives that are needed to run the computer. It serves as the main circuit board for the computer.
|
||||
The first major component of a computer would be the motherboard. The motherboard holds all the memory and connectors that are needed to run the computer. It serves as the main circuit board for the computer.
|
||||
|
||||
Inside the computer case of the motherboard, you will find the CPU which stands for Central Processing Unit. The CPU is a processor that is responsible for executing instructions and performing calculations. It is often referred to as the brain of the computer.
|
||||
|
||||
The CPU is a small square with a chip that goes into the motherboard's CPU socket. A socket is a place where the CPU is inserted. The CPU processor speed is measured in gigahertz (GHz) and mega-hertz (MHz). Gigahertz is a billion cycles per second and mega-hertz is a million cycles per second.
|
||||
The CPU is a small square with a chip that goes into the motherboard's CPU socket. The CPU processor speed is measured in gigahertz (GHz) and mega-hertz (MHz). Gigahertz is a billion cycles per second and mega-hertz is a million cycles per second.
|
||||
|
||||
The next critical component of a computer would be the system's short term memory. This is known as RAM or Random Access Memory. RAM is a temporary storage location for the computer's CPU. Anytime the computer needs to access data quickly, it will use RAM.
|
||||
|
||||
@@ -30,7 +30,7 @@ The more RAM you have on your computer, the faster it will run and the more prog
|
||||
|
||||
It is important to note that RAM is volatile memory. This means that it is lost when the computer is turned off. This is why it is important to save your work on your computer.
|
||||
|
||||
When you do save your files, they are stored on the hard drive. The hard disk drive, or HDD, is a permanent storage location that is used to store data even when the computer is turned off. This is where all of your files and software are stored.
|
||||
When you do save your files, they are stored on the hard drive. The hard disk drive, or HDD, is a permanent storage location that is used to store data even when the computer is turned off. This is where all your files and software are stored.
|
||||
|
||||
The hard drive is made up of a spinning platter and an arm. The platter is where the data is stored and the arm is used to read and write data to the platter. When you have a faster hard drive, your computer will boot up faster and your programs will run faster.
|
||||
|
||||
@@ -38,7 +38,7 @@ Another type of data storage would be the Solid State Drive, or SSD for short. S
|
||||
|
||||
Another key component of a computer is the power supply unit, or PSU. The PSU is responsible for converting the electricity from the wall outlet into a form that the computer can use. It sends the power from the outlet to the motherboard, CPU, and other components of the computer.
|
||||
|
||||
Another key component would be the expansion cards. These are cards that are inserted into the motherboard to add additional functionality to the computer. Examples of expansion cards would be the video card, sound card, and network card.
|
||||
Another key component would be the expansion cards. These cards are inserted into the motherboard to add additional functionality to the computer. Examples of expansion cards would be the video card, sound card, and network card.
|
||||
|
||||
The video card, also known as the Graphics Processing Unit or GPU, is responsible for rendering visuals on the computer screen.
|
||||
|
||||
@@ -46,7 +46,7 @@ The sound card is responsible for playing sound on the computer speakers.
|
||||
|
||||
The network card is responsible for connecting the computer to the internet.
|
||||
|
||||
Even though there are many more parts to the computer, these are some basic parts that you should familiarize yourself with.
|
||||
Even though there are many more parts to the computer, these are some basic parts that you should familiarize yourself with now.
|
||||
|
||||
# --questions--
|
||||
|
||||
|
||||
Reference in New Issue
Block a user