CSP Unit 4 - Variables, Conditionals, and
Functions Questions and Correct Answers/
Latest Update / Already Graded
expression
Ans: a combination of operators and values that evaluates to a
single value
assignment operator
Ans: allows a program to change the value represented by a
variable
variable
Ans: a named reference to a value that can be used repeatedly
throughout a program
boolean value
Ans: a data type that is either true or false
comparison operators
Ans: <, >, <=, >=, ==, != indicate a Boolean expression
All rights reserved © 2025/ 2026 |