SVVNS
COMPUTER TERM II WORKSHEET
Grade - VII Ls.9 Conditional Statements in Python Date - 24/2/2025
Short Answer Questions :-
1) What is a conditional statement in Python?
2) Which keyword is used to start a conditional statement in Python?
3) What does the else keyword do in a conditional statement?
4) What is the purpose of the elif keyword in Python?
5) Write the syntax of the if statement.
6) What is decision making statement?
Long Answer Questions :-
1) Explain the difference between if, elif, and else statements in Python with examples.
2) How do nested if statements work in Python? Explain with an example.
3) Draw the flowchart for nested if statement.
**************************************