Edition Exam Questions With 100% Correct
Answers Verified Updates
Verified By Experts
Float - Correct Answer -decimal
Integer - Correct Answer -a whole number w/ no decimals, or no numbers after
the decimal.
Logical Operator - Correct Answer -boolean conditionals, also and, or, not
Relational Operator - Correct Answer -less than, greater than
String - Correct Answer -text
Value - Correct Answer -Number or String given to a variable
, Algorithm - Correct Answer -a set of steps to solve a problem
Call - Correct Answer -to direct a program
Conditional Statements - Correct Answer -how programs make decisions.
Flowchart - Correct Answer -a type of diagram that represents an algorithm,
workflow or process, showing the steps as boxes of various kinds, and their order
by connecting them with arrows.
Global Variable - Correct Answer -applies to the whole code
Local Variable - Correct Answer -only applies to a specific part of the code
Incremental Counter - Correct Answer -A loop that changes the value of a count
by a certain amount every time an event occurs.