A ____ consists of written steps in diagram form, as a series of shapes connected by arrows.

A. pseudocode chart
B. flowchart
C. sequence structure
D. decision structure


Answer: B

Computer Science & Information Technology

You might also like to view...

Which of the following is true, when we inline a function?

A. It tells the compiler to substitute the function body (for the inlined function) for any function calls made (using that inlined function) throughout the program code. B. It indicates that the function should return by reference. C. For class templates, we must write the function definition where the function prototype would normally be, in the class definition. D. We are not indenting the body of the function, so that the body of the function is in line with the function heading.

Computer Science & Information Technology

Describe the fundamentals of parallel processing and explain how they are implemented in Deep Blue, the first computer to defeat a world chess champion in a tournament setting.

What will be an ideal response?

Computer Science & Information Technology

Which of the following statements are true?

a. TextField inherits from TextInputControl. b. TextField inherits from ButtonBase. c. TextField inherits from Labelled. d. TextField inherits from Control. e. TextField inherits from Node.

Computer Science & Information Technology

According to the figure above, if you were viewing the home page, how many links to other pages on the site would you find?

A. 0 B. 2 C. 4 D. 6

Computer Science & Information Technology