Implementation (computational constructs) Flashcards
Assign values in a program
used to set the value of a variable
Arithmetic operations
Used to carry out calculations
\+ Add - Subtract * Multiply / Divide ^ Exponent
Arithmetic operations
Used to carry out calculations
\+ Add - Subtract * Multiply / Divide ^ Exponent
String concatenation
Concatenation means joining two or more strings together
Selection with simple conditions
selection means making a decision.
The IF statement is used to make a decision
A simple condition means there is only one rule being tested
selection with complex conditions
A complex condition means there are two or more rules being tested
What are the logical operators?
AND
OR
NOT
Fixed loop
A fixed loop will always execute a fixed number of times.
Describe logical operators
Logical operators are used to combine the result of two conditions.