This worksheet for Grade VII focuses on conditional statements in Python, including short and long answer questions. It covers key concepts such as the if, elif, and else keywords, as well as decision-making statements and nested if statements. Students are also asked to provide examples and draw flowcharts related to these concepts.
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
2 views
G7_Conditional Statements in Python
This worksheet for Grade VII focuses on conditional statements in Python, including short and long answer questions. It covers key concepts such as the if, elif, and else keywords, as well as decision-making statements and nested if statements. Students are also asked to provide examples and draw flowcharts related to these concepts.
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1
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.