Multiple Choice
Which of the following is not true about flowcharts?
A) A flowchart is a tool used to graphically represent some or all of a script's logical flow.
B) Flowcharts are created by programmers to outline the overall design of the logic involved in a computer program or script prior to beginning work on it.
C) Flowcharts provide a statement by statement outline of all of the programming logic that makes up a computer program or script.
D) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Q17: The Case statement is a conditional evaluation
Q18: The exit method is provided by the
Q19: What happens if none of the when
Q20: The case block provides programmers with the
Q21: To save a few keystrokes, Ruby allows
Q23: You can use conditional modifiers to group
Q24: The unless expression is the polar opposite
Q25: The between? method can be used to
Q26: The if modifier is used to create
Q27: The Ternary Operator is an operator that