Informatics Practices
A graphical representation of an algorithm to solve a given problem:
- Flow chart
- Pie chart
- Bar chart
- Column chart
Python Control Flow
1 Like
Answer
Flow chart
Reason — Flow chart is defined as a graphical representation of an algorithm to solve a given problem.
Answered By
3 Likes
Related Questions
The else block for a loop executes only in the case of normal termination of the loop.
Repeated execution of a set of statements is called iteration.
Which of the following is not a decision-making statement?
- if-elif statement
- for statement
- if-else statement
- if statement
The symbol used to end the if statement:
- Semicolon (;)
- Hyphen ( - )
- Underscore ( _ )
- Colon (:)