Flowcharts are used to _________________________.

a. determine the controls required for a program
b. describe the programs input and output
c. graphically depict the control flow in a method
d. check for syntax errors

c. graphically depict the control flow in a method

Computer Science & Information Technology

You might also like to view...

________ statistics help analyze differences between groups and relationships within groups of data

Fill in the blank(s) with correct word

Computer Science & Information Technology

Arrays are:

a. Always passed by reference. b. Passed by reference unless inside a structure. c. Passed by reference unless their elements are structures. d. Always passed by value.

Computer Science & Information Technology