flowchart mcq Flashcards
1
Q
This set of Computer Fundamentals Multiple Choice Questions & Answers (MCQs) focuses on “Flowcharts”.
1. The symbol denotes \_\_\_\_\_\_\_ computer-fundamentals-questions-answers-flowcharts-q1 rectangle a) I/O b) Flow c) Terminal d) Decision
A
c
2
Q
In computer science, algorithm refers to a pictorial representation of a flowchart.
a) True
b) False
A
Answer: b
Explanation: The statement is false. The correct statement would be: In computer science, flowchart refers to a pictorial representation of an algorithm.
3
Q
- A box that can represent two different conditions.
a) Rectangle
b) Diamond
c) Circle
d) Parallelogram
A
Answer: b
Explanation: A diamond shape box denotes either a truth value or a false value. It jumps onto two different statements following it via flow lines.
4
Q
- There should be certain set standards on the amount of details that should be provided in a flowchart.
a) True
b) False
A
Answer: b
Explanation: The statement is false. There should be no set standards on the amount of details that should be provided in a flowchart.