COMPUTER SCIENCE.
Trusted by students across multiple disciplines!
Boolean - Answer: A statement that evaluates to one of only two values: true or false.
Control Structure - Answer: Determines the order in which instructions are executed, as
well as the number of times or even whether an instruction is executed.
Iteration (loop) Structure - Answer: Instructs the computer to repeat a set of
instructions.
Sequence Structure - Answer: Instructions that the computer follows one by one from
top to bottom.
Selection Structure - Answer: Instructs the computer to make a selection between
alternative conditions. The computer must evaluate conditions and make a decision
about how it should proceed.
Data Type - Answer: A way to classify data to help the computer know how to handle
the data stored.
Floating Point - Answer: A number that contains a decimal.
Integer - Answer: A whole number that does not contain a decimal.
Order of Operations - Answer: The rules that define the order to perform mathematical
operations.
String - Answer: A sequence of characters, numbers or symbols. Usually forms words,
sentences, etc...
1
APPHIA - Crafted with Care and Precision for Academic Excellence.