Computer Science

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/16

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 12:13 AM on 9/2/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

17 Terms

1
New cards

Hardware

The physical parts of a computer

2
New cards

Software

Instructions and data used by computer

3
New cards

CPU

The component that carries out program instructions

4
New cards

Memory (RAM)

Temporary working space for active programs and data

5
New cards

Storage

Long-term space for saved files and applications

6
New cards

Algorithm

Finite ordered plan for completing a task

7
New cards

Notebook

Document that can contain code, explanations, and saved results

8
New cards

Text cell

Cell used for formatted notes rather than Python instructions

Holds notes, links, predictions, or explanations

9
New cards

Code cell

Cell containing Python instructions that can run

10
New cards

Runtime

Temporary Python process that execute codes and remembers current session state

11
New cards

Output

Visible result produced by running code

12
New cards

NameError

Error that occurs when Python cannot find a requested name

13
New cards

Difference between CPU and RAM

CPU carries out instructions while RAM holds work that is currently in use

14
New cards

Difference between program and algorithm?

Program is a set of instructions while algorithm is an ordered plan for solving a problem

15
New cards

TO KNOW: Saved notebook file and temporary Colab runtime that run its code are different things

16
New cards

TO KNOW: The runtime remembers names created furing the current sesion, but only after their cells have run


17
New cards

TO KNOW: Saving the notebook preserves its cells; it doesn’t preserve every temporary runtime value