ALGORITHMS Flashcards
What is the shape and purpose of a start/stop in a flowchart?
its pill shaped, this should be placed at the start and at the end of the flowchart . its purpose is to show where the program starts and stops
What is the shape and purpose of input/output in a flowchart?
This is rhombus shaped, this shows were the user needs to have information inputted, or when information needs to be outputted
What is the shape and purpose of a decision in a flow chart?
its purpose is to ask boolean question (true or false) and this is looped back to the previous sections. it is diamond shaped
What are trace tables good for?
helping and understanding. the program flow
How are trace tables structured?
the line number is first, then the first variable, the the second etc etc, then the output is shown