Pseudocode Flashcards
What is the formal pseudocode word to set a variable that we can use for later?
SET
What is the formal pseudocode word to start of the program?
START
What is the formal pseudocode word to retrieve input from user?
GET
What is the formal pseudocode word to display output to user?
What is the formal pseudocode word to retrieve a value from a variable?
READ
What is the formal pseudocode word to show conditional branches in logic?
IF/ELSE
What is the formal pseudocode word to show. looping logic?
WHILE
What is the formal pseudocode word to end the program?
END
In a flow chart, what shape shows start/stop?
A oval
In a flow chart, what shape shows a processing step
A rectangle
In a flow chart, what shape shows an input/output step?
A rhombus
In a flow chart, what shape shows a decision?
A diamond
In a flow chart, what shape shows a connector?
A circle