APCSP Midterm

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

1/9

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 3:37 PM on 1/22/25
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

10 Terms

1
New cards

Expression

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

2
New cards

Assignment Operator

Allows a program to change the value represented by a variable.

3
New cards

Variable

A named reference to a value that can be used repeatedly throughout a program.

4
New cards

String

An ordered sequence of characters.

5
New cards

Boolean Value

A data type that is either true or false.

6
New cards

Comparison Operators

7
New cards

Logical Operator

NOT, AND, and OR, which evaluate to a Boolean value.

8
New cards

Conditional Statement

Affects the sequential flow of control by executing different statements based on the value of a Boolean expression.

9
New cards

Function

A named group of programming instructions, also referred to as a 'procedure'.

10
New cards

Function Call

A command that executes the code within a function.