On a flowchart, ____ are used for display statements, prompts, and input statements.

A. terminal symbols
B. process symbols
C. module symbols
D. input/output symbols


Answer: D

Computer Science & Information Technology

You might also like to view...

When a request is finished, the servlet container invokes the servlet’s_______ method to release servlet resources.

a) release. b) stop. c) sleep. d) None of the above.

Computer Science & Information Technology

A hashCode method returns a(n)

a) int b) double c) key d) value e) String

Computer Science & Information Technology

Class ________ provides static methods for common file and directory manipulations, including methods for copying files; creating and deleting files and directories; getting information about files and directories; reading the contents of files; getting objects that allow you to manipulate the contents of files and directories; and more.

a. File b. FileAndDirectory c. Files d. FilesAndDirectories

Computer Science & Information Technology

Method ________ is called when the position of a SeekBar’s thumb changes.

a. onSeekBarChanged b. onThumbPositionChanged c. onValueChanged d. onProgressChanged

Computer Science & Information Technology