Computer Science

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

1/29

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 2:09 AM on 1/29/25
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

30 Terms

1
New cards

Algorithm

A set of steps to complete a task.

2
New cards

Code

A language that can be understood by a computer.

3
New cards

Program

Instructions written in code, which are then run by a computer.

4
New cards

Input

Information sent into a computer (from users, devices, or other computers).

5
New cards

Processing

To read, change, and understand information that is input.

6
New cards

Storage

To keep information in memory (or on-hand) to be used later.

7
New cards

Output

Data sent out from a computer to users, devices, or other computers.

8
New cards

Computer

A machine that receives, processes, stores, and sends out data or information.

9
New cards

Hardware

A collection of devices to store, change, and display data.

10
New cards

Software

The things that you run that provide instructions for the hardware to follow.

11
New cards

CPU

Handles most system input, like mouse clicks and running applications.

12
New cards

HDD

Permanently saves all data so it can be retrieved later when needed.

13
New cards

SSD

Permanently stores data, but without clunky moving parts, making it faster than the HDD.

14
New cards

Define

What is your problem and constraints in the problem-solving process.

15
New cards

Prepare

Research, brainstorm, and make a plan in the problem-solving process.

16
New cards

Try

Put your plan into action in the problem-solving process.

17
New cards

Reflect

How do your results compare, how can you learn from this in the problem-solving process.

18
New cards

Decomposition

Breaking the problem down into smaller parts in computational thinking.

19
New cards

Pattern Recognition

Identifying things in common in computational thinking.

20
New cards

Abstraction

Focusing on important information, ignoring the details in computational thinking.

21
New cards

Computational Thinking

A problem-solving process that uses computers.

22
New cards

Algorithms

The end result or the set of instructions to solve the problem in computational thinking.

23
New cards

Random Memory Access

Temporarily stores data related to what is currently running to help the computer run faster

24
New cards

Optical Drive

Loads and writes data from CD’s, DVD’s, Blu-rays and more

25
New cards

Graphics/Video Card

Converts data and information from the CPU into something that can be seen on a monitor or other screen

26
New cards

Monitor

Displays images using pixels

27
New cards

Motherboard

The circut that connects the main hardware so they can communicate and work with eachother

28
New cards

What makes a computer?

Input, Output, Storage, Processing

29
New cards

What are the 4 steps to problem solving?

Define, prepare, try, reflect

30
New cards

What are the 4 steps to computational thinking?

Decomposition, pattern recognition, abstraction, and algorithm