AP Comp Sci Principles Unit 4.

0.0(0)
Studied by 6 people
0%Big Idea 4 Mastery
0%Exam Mastery
Build your Mastery score
multiple choiceMultiple Choice
call kaiCall Kai
Supplemental Materials
Card Sorting

1/10

Last updated 5:33 AM on 11/15/23
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

11 Terms

1
New cards

Expression

a combination of operators and values that evaluates to a single value

2
New cards

Variable

holds one value at a time

a reference to a value or expression that can be used repeatedly throughout a program

3
New cards

Assignment Operator

allows a program to change the value represented by a variable

4
New cards

Debugging

the process of finding and fixing problems in code

5
New cards

Global Variables

Permanent. Can be used anywhere in your code

var used outside an onEvent()

6
New cards

Local Variables

Temporary. Can be used only in the part of the code where it was created, like inside an onEvent(). Deleted once the onEvent() is done running

var used inside an onEvent()

7
New cards

Numbers

Strings

Boolean

made of digits 0-9; no quotes

made of any characters; inside double quotes

true or false

8
New cards

Boolean Value

a data type that is either true or false

9
New cards

Comparison Operators

indicate a boolean expression

10
New cards

Function

a named group of programming instructions. Also referred to as a “procedure”

11
New cards

Function call

a command that executes the code within a function

Explore top flashcards

flashcards
Zoology - invertebrates
89
Updated 1217d ago
0.0(0)
flashcards
Voc list Third year
175
Updated 998d ago
0.0(0)
flashcards
Unit 6,7 TACN3
41
Updated 68d ago
0.0(0)
flashcards
EXAM 2- Austin
81
Updated 384d ago
0.0(0)
flashcards
Ovid/Livy vocab
670
Updated 417d ago
0.0(0)
flashcards
Vocah H10 Unit 7
20
Updated 1146d ago
0.0(0)
flashcards
Zoology - invertebrates
89
Updated 1217d ago
0.0(0)
flashcards
Voc list Third year
175
Updated 998d ago
0.0(0)
flashcards
Unit 6,7 TACN3
41
Updated 68d ago
0.0(0)
flashcards
EXAM 2- Austin
81
Updated 384d ago
0.0(0)
flashcards
Ovid/Livy vocab
670
Updated 417d ago
0.0(0)
flashcards
Vocah H10 Unit 7
20
Updated 1146d ago
0.0(0)