APCSP U1 Vocab

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

1/19

flashcard set

Earn XP

Description and Tags

dedicated to SI

Last updated 2:16 AM on 8/28/24
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

20 Terms

1
New cards

Algorithm

A step-by-step procedure for solving a problem or completing a task.

2
New cards

Variables

Storage locations in a program that can hold data and be changed.

3
New cards

Collaboration

Working together with others to achieve a common goal, often in coding.

4
New cards

Driver

The person who writes code in a pair programming setup.

5
New cards

Navigator

The person who reviews and guides the coding process in a pair programming setup.

6
New cards

Conditionals

Statements that run code only if certain conditions are true.

7
New cards

Sprite

A graphic or character in a program.

8
New cards

Broadcast

Sending a message to trigger an action across the program.

9
New cards

Command

An instruction given to a computer to perform a specific task.

10
New cards

Event/Control

A trigger that starts or controls the flow of a program, like clicking a button.

11
New cards

Input

Data or information that is provided to a program.

12
New cards

Output

The result or information that comes out of a program.

13
New cards

Pseudocode

A simplified, human-readable way to describe an algorithm.

14
New cards

Digital Divide

The gap between those with access to digital technology and those without.

15
New cards

Sequence

The order in which instructions are executed in a program.

16
New cards

Local Variable

A variable only accessible within a specific program part.

17
New cards

Global Variable

A variable that is accessible throughout the entire program.

18
New cards

Initializing

Setting a variable to a particular value when it is created.

19
New cards

Data Types

The kinds of values a variable can hold, like integers, floats, or strings.

20
New cards

String

A sequence of characters used to represent text in a program.