Formative Assessment -II - 2025-2026
Mastering Coding AI & ROBOTICS
Class:VIII [Link]: 20 Time: 60 mints
Name of the student: [Link]:
_____________________________________________________________________________
I. Fill in the blanks marks: 5
1. In Python, the non-zero value is interpreted as _______________________
[Link] Mathematical operations are put into ___________________ box
[Link] first symbol in flow chart is ________________________
[Link] __________________ and ___________________ are jump statements in Python
[Link] range() function is a/an ___________________of Python
II. State true or false Marks:5
1.Python does not allow you to put an if statement inside another if statement
(nested if) ( )
2.Oval box is used for displaying an output statement ( )
3.A conditional statement always results in either a True or False outcome. ( )
4.Stop is used as the beginning step in an algorithm ( )
5.Indentation is important in Python to define the blocks of code associated with if, elif, and
else ( )
Mastering Coding AI & ROBOTICS
III. Answer the following questions Marks:10
a. Draw a flowchart to show the sum of the three sides of a triangle is 180
degrees.
b. Write a Syntax to show if…..elif….else ladder
c. Write a program in Python to display a message based on the score entered
d. Write a program to find whether the given character is a vowel or not
Mastering Coding AI & ROBOTICS