CS Files

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

1/20

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 1:13 AM on 6/25/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

21 Terms

1
New cards

What is binary?

A series of 1s and 0s used to store all information on a computer

2
New cards

What is a bit?

Each individual 1 or 0 in binary

3
New cards

How many bits are in a byte?

8 bits = 1 byte

4
New cards

Why do computers use binary?

Because the underlying physical storage can only represent "on" or "off" states

5
New cards

What is a file system?

A table that contains filenames and their physical locations on the hard drive

6
New cards

What are the three steps of opening a file?

  1. The OS uses the file system to find the file's location 2. The OS reads the data off the physical drive 3. The data is loaded into RAM

7
New cards

What happens when you delete a file?

The space is marked as "free" but the data is still there until it is overwritten by another file operation

8
New cards

Where is information on a hard drive stored?

In files

9
New cards

What does the operating system use to find a file?

The file system

10
New cards

What is the "root" of a computer?

The top level of the computer's storage where everything starts

11
New cards

What is the root called on a PC?

C:\

12
New cards

What is the root called on a Mac?

/

13
New cards

What are directories?

Folders that files are organized into, relative to the root

14
New cards

Given the file path C:\Users\Aria\Documents\homework.docx, what folders do you go through to find the file?

Users → Aria → Documents

15
New cards

What is a file path?

The full location of a file starting from the root, going through all directories to reach the file

16
New cards

Where are almost all of your files located?

In your user folder/directory

17
New cards

What is a file extension?

The part of a filename after the dot (e.g. .docx, .jpg, .mp3)

18
New cards

What does a file extension tell the operating system?

What type of file it is and how to open it

19
New cards

Do all files have extensions?

No, some files do not have extensions

20
New cards

Give three examples of file extensions and what they represent

.docx = Word document, .jpg = image file, .mp3 = audio file

21
New cards

What does "stored in the cloud" mean?

Stored on someone else's computer using a service like OneDrive or iCloud