Informatics Practices
A graphical representation of an algorithm to solve a given problem:
- Flow chart
- Pie chart
- Bar chart
- Column chart
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 (:)