6.5 Developing Algorithms Using Pseudocode Flashcards
1
Q
A
Less tham
2
Q
<=
A
Less rhan or equal to
3
Q
>
A
Greater than
4
Q
> =
A
Gretaer than or equal to
5
Q
==
A
Equal to
6
Q
=
A
Assignment
7
Q
!=
A
Not equal to
8
Q
*
A
Multiply
9
Q
A
Exponent
10
Q
+
A
Addition (with int or float)
Concatenation (with strings)
11
Q
If
Else if
Else
A
Branching
12
Q
Switch case default
A
Branch depending on case
13
Q
input(;
A
Get user inout
14
Q
print()
A
Output to the user
15
Q
for
A
Repeat a process for a set number of times
16
Q
while
A
Repeaet while a condition is true