computer science data types & operators
concatenation
A joining together of separate items —without changing them—into one place.
is computer science fundamental or essential?
Computer Science is fundamental because of the multiple languages it can be applied to.
Algorithm
a step-by-step procedure for solving a problem
logical operators
and, or, not, results in a boolean data type
operators
arithmetic, relational, logical
data types
integer, float, string, boolean
variable
small unit of data storage known or unknown value
argument
the values that a program provides into a function or sub routine
procedure
to direct a program to execute or reference a certain procedure