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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q
  1. 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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q
  1. 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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly