Pseudocode For Arithmetic Flashcards
(7 cards)
What is a flowchart?
A visual diagram that represents the steps in a process or algorithm using symbols and arrows to show the flow of control.
What is a flowline?
An arrow in a flowchart that connects symbols and indicates the direction of the process flow.
What is an input symbol?
A symbol in a flowchart, typically represented as a parallelogram, that indicates where data are received by the process of receiving data from an external source, such as user input or data entry.
What is an input/output symbol (VO symbol)?
A symbol in a flowchart that represents an operation involving input or output, such as reading data from a user or displaying results.
What is an output symbol?
A symbol in a flowchart that indicates the output of data from a process.
What is a processing symbol?
A rectangle in a flowchart that represents a step where data is processed or an action is performed.
What is a terminal symbol?
An oval or rounded rectangle in a flowchart that indicates the start or end of a process.