Implementation (computational constructs) Flashcards

1
Q

Assign values in a program

A

used to set the value of a variable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Arithmetic operations

A

Used to carry out calculations

\+ Add
- Subtract
* Multiply
/ Divide
^ Exponent
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Arithmetic operations

A

Used to carry out calculations

\+ Add
- Subtract
* Multiply
/ Divide
^ Exponent
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

String concatenation

A

Concatenation means joining two or more strings together

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Selection with simple conditions

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

selection with complex conditions

A

A complex condition means there are two or more rules being tested

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are the logical operators?

A

AND
OR
NOT

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Fixed loop

A

A fixed loop will always execute a fixed number of times.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Describe logical operators

A

Logical operators are used to combine the result of two conditions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly