93.1k views
5 votes
In a flowchart of a function, the starting terminal symbol states the name of the function, along with any ________ that the function has.

1 Answer

2 votes

Answer:

Parameters.

Step-by-step explanation:

A flowchart can be defined as a graphical representation of an algorithm for a process or workflow.

Basically, a flowchart make use of standard symbols such as arrows, rectangle, diamond and an oval to graphically represent the steps associated with a system, process or workflow sequentially i.e from the beginning (start) to the end (finish).

In a flowchart of a function, the starting terminal symbol states the name of the function, along with any parameters that the function has.

User Dima Vidmich
by
8.4k points