The ____ in a flowchart is the input/output symbol.

A. parallelogram
B. rectangle
C. diamond
D. oval


Answer: A

Computer Science & Information Technology

You might also like to view...

To find a maximum object in an array of strings (e.g., String[] names = {"red", "green", "blue"}), use

a. Arrays.max(names) b. Arrays.sort(names) c. Collections.max(names) d. Collections.max(Arrays.asList(names)) e. None of the above

Computer Science & Information Technology

What is the shortest path in a graph?

a. The shortest path is the minimum sum of weights for the edges in the path between the vertices b. The shortest path is the smallest weight for an edge c. The shortest path is the path in a graph with the fewest vertices d. The shortest path is the path of edges that connects all nodes in the graph

Computer Science & Information Technology

Which of the following pseudo-classes is NOT supported by some Web browsers?

A. visited B. hover C. link D. both a and c

Computer Science & Information Technology

The basic format of the algebraic notation we usually employ in every day life is called prefix notation.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology