Cp test review

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

1/9

flashcard set

Earn XP

Description and Tags

Last updated 3:29 AM on 2/2/23
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

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 operator
* <, >, <=, >=, ==, != indicate a Boolean expression
7
New cards
Logical operator
 NOT, AND, and OR, which evaluate to a Boolean value.
8
New cards
Conditional Statement
* affect 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