Vi Answers
Vi Answers
Conditional Logic
7. What symbol is used in a flowchart to represent decision-making?
a) Oval
b) Diamond
c) Rectangle
d) Arrow
Answer: b) Diamond
8. How can you check if a number is odd in a flowchart?
a) By dividing the number by 3
b) By checking if the number is divisible by 2 with a remainder
c) By multiplying the number by 2
d) By adding the number twice
Answer: b) By checking if the number is divisible by 2 with a remainder