Computer Science, asked by monajnaskar45, 9 months ago

Which flowchart symbol is used to ask a question that can be answered in True and False?
(a) Terminal
(1) Process
(c) Decision
(d) Input/Output
ins any assignment to a variable?​

Answers

Answered by shawsunil886
2

Answer:

d) input/output

Explanation:

thanku

Answered by jubin22sl
1

Answer: The correct answer is D.  Decision

Flowchart: A representation of the relationships between several phases of a process or components of a system

Explanation:

  • A. Terminal ends a flowchart, therefore not our option
  • B. Process is the execution of a statement like a delay, halt, begin, etc.,
  • C. Decision is required we use the decision box
  • D. Input/output is the correct option because it takes input from the user and prints output Since answers from users are in form of true and false therefore it is taken as input. So input/output is the correct option.
Similar questions