computer info

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/27

flashcard set

Earn XP

Description and Tags

freecodecamp notes

Last updated 11:21 PM on 4/16/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

28 Terms

1
New cards

what is 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.

2
New cards

what does CPU stand for?

central processing unit

3
New cards

what is the CPU?

a processor that is responsible for executing instructions and performing calculations.

4
New cards

what does RAM stand for?

random access memory

5
New cards

what is RAM?

a temporary storage location for the computer's CPU.

6
New cards

what does HDD stand for?

hard disk drive

7
New cards

what is a HDD?

a permanent storage location that is used to store data even when the computer is turned off.

8
New cards

what does SSD stand for?

solid state drive

9
New cards

what is an SSD?

a non-volatile flash memory and can be used in place of a hard drive.

10
New cards

what does PSU stand for?

power supply unit

11
New cards

what is a PSU responsible for?

converting the electricity from the wall outlet into a form that the computer can use.

12
New cards

what does GPU stand for?

graphics processing unit

13
New cards

what is a GPU responsible for?

rendering visuals on the computer screen.

14
New cards

what does ISP stand for?

internet service provider

15
New cards

what are some examples of ISP?

dial-up, DSL, cable, fibre-optic, and satellite

16
New cards

what is ISP?

An Internet Service Provider is a company that provides access to the internet.

17
New cards

what does IDE stand for?

integrated development environment

18
New cards

what is IDE?

a tool that helps developers write, test and debug code in an efficient manner.

19
New cards

what is cloud-based hosting services for repositories?

A repository is a storage location for project files and version history. Popular cloud-based hosting services for repositories include GitHub, GitLab, and Bitbucket.

20
New cards

what is Git?

a popular version control system that allows developers to track changes in their code and collaborate with others.

21
New cards

what is a package manager?

tools that help developers simplify the process of adding, updating, and removing libraries and project dependencies. Examples include npm, pip, and Maven.

22
New cards

what is a testing library and frameworks?

Testing is done in software to ensure that the code works as expected

23
New cards

what are some examples of testing libraries and frameworks?

Jest, PHPUnit, and JUnit

24
New cards

what is a root directory?

a top level directory in a file system

25
New cards

what is directory another name for?

folder

26
New cards

what is a markdown?

a markup language commonly used for documentation and README files.

27
New cards

what is a README file?

A README file is a file that contains information about a project, such as how to install and use it.

28
New cards

what does index.html represent?

the default page that is displayed when a user visits a website.