0% found this document useful (0 votes)
398 views

Class: XI Subject: Informatics Practices Chapter: 3 (Brief Overview of Python) Assignment

The document provides an assignment for a Python chapter in an Informatics Practices class. It includes 12 questions about Python concepts like variable naming rules, data types, memory locations, text editors, interpreters and IDLE modes. Students are asked to answer the questions in an IP register and cover topics such as Python file extensions, shortcut keys, variables, assignment statements, built-in functions, dynamic typing and valid/invalid variable names.

Uploaded by

vikas_2
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
398 views

Class: XI Subject: Informatics Practices Chapter: 3 (Brief Overview of Python) Assignment

The document provides an assignment for a Python chapter in an Informatics Practices class. It includes 12 questions about Python concepts like variable naming rules, data types, memory locations, text editors, interpreters and IDLE modes. Students are asked to answer the questions in an IP register and cover topics such as Python file extensions, shortcut keys, variables, assignment statements, built-in functions, dynamic typing and valid/invalid variable names.

Uploaded by

vikas_2
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Class : XI

Subject : Informatics Practices


Chapter : 3 (Brief Overview of Python)
Assignment

Note: Do the following assignment in IP register

1. What is the extension of a Python script file?


2. What is the shortcut key to execute current Python code?
3. What is a variable? What are the rules for forming valid variable names
in Python?
4. How does a simple assignment statement work?
5. Which function is used to know the address of the memory location to
which a variable is referring?
6. Why is python called a dynamic type language?
7. Identify invalid variable names from the following, give reason for each:
Group, if, int, total marks, S.I., volume,
tot_strength, 9t, tag$
8. Write any four features of Python.
9. Write any four application areas of Python.
10. What is a text editor. Name any two text editors.
11. What is an interpreter?
12. What is IDLE? What are the two modes of working with IDLE?

You might also like