0% found this document useful (0 votes)
6 views1 page

Grade 11 Python Programming Quiz

This document is a Grade 11 Informatics Practices worksheet focused on an introduction to Python programming. It includes multiple-choice questions about Python's creator, valid identifiers, file extensions, comment syntax, and definitions of keywords and identifiers. Additionally, it requires students to write a Python program to calculate the total and average of three marks.

Uploaded by

fenway100gaming0
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views1 page

Grade 11 Python Programming Quiz

This document is a Grade 11 Informatics Practices worksheet focused on an introduction to Python programming. It includes multiple-choice questions about Python's creator, valid identifiers, file extensions, comment syntax, and definitions of keywords and identifiers. Additionally, it requires students to write a Python program to calculate the total and average of three marks.

Uploaded by

fenway100gaming0
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Grade 11 Informatics Practices- Introduction to Python

Name: Class/Div: Date:


Answer all questions:
1. Who developed python programming language? 1
a) Wick van Rossum b) Rasmus Lerdorf
c) Guido van Rossum d) Niene Stom
2. Identify the valid identifiers from following- 1
f@name , as , _tax , roll_no , 12class , totalmarks , addr1
3. Which of the following is the correct extension of the Python file? 1
a) .python b) .pys c) .py d) .p
4. Which of the following character is used to give single-line comments in Python?
a) @ b) # c) ! d) /* 1
5. What are keywords in python? Give example. 2
6. What is an identifier in Python? List the Rules for naming identifiers in Python? 2
7. Write a python program to calculate the total and average of 3 marks scored by a
student.(Note let the marks are m1,m2 & m3) 2

You might also like