Flowcharts and pseudocodes (up to if) Flashcards
Values that the user gives to the program
input statements
Read num1
Accept KName
Get age_student
Input Jade_choice
These are examples of _____ statements
input
the results as well as what the program tells the user
output statements
Output total
Show SUM
Display age_student
Print num1
These are examples of _____ statements
output
In an assignment statement the (receiving) variable is on the ____
While the assigning variable is on the ____
left
right
Types of statements
the process of giving the variable a value
assignment
Types of statement
calculation is done
+ - / *
computation
Types of statements
something to do with evaluating, ordering, choosing
e.g. find which variable is bigger
equal =
greater than >
less than <
not equal to<>
Logic/comparison
What should be at the beginning of every Pseudocode?
Comment
The 3 control structures
Iteration
sequence
selection
The statements that fall one after the
other
sequence
Types of statements
When there is a choice made, resulting in one action or another.
selection
When the tasks are looping, being done over and over.
iteration
The rounded rectangle that marks the beginning and end of the algorithm in a flowchart
Terminator
Processing statements such as calculations or assignment statements in a flowchart are placed in a ________
rectangle