Submission Link : https://forms.
gle/jidcr6aECjjXCRrk7
Jr C-IPL Python Homework
Python Homework Assignment
Part 1: Character Set in Python
1. Definition and Examples of Character Set
Explain what a character set is in Python. Provide examples of character sets
supported by Python, such as ASCII and Unicode.
2. Character Representation
Describe how characters are represented in a computer's memory. What is the
significance of the Unicode character set in Python programming?
3. Questions to Answer:
o What is the ASCII value of the character 'A'?
o What is the Unicode value of the character '©'?
Part 2: Identifiers and Keywords
4. Definition of Identifiers
Define identifiers in Python. List the rules for naming identifiers and provide three
examples of valid and three examples of invalid identifiers.
5. Definition of Keywords
Define keywords in Python and explain why they are reserved. List five keywords in
Python and describe their significance.
6. Questions to Answer:
o Why can't Python keywords be used as identifiers?
o What will happen if you attempt to use a keyword as a variable name?
Part 3: Difference Between Data, Information, and Knowledge
7. Definition of Data, Information, and Knowledge
Provide a detailed definition of each term: Data, Information, and Knowledge. How
do they relate to each other in the context of computer science?
8. Examples to Illustrate
Provide one example each to illustrate the following concepts:
o Data: Raw, unorganized facts.
o Information: Processed or organized data that is meaningful.
o Knowledge: Insights or conclusions derived from information.
9. Questions to Answer:
o How can information help in making decisions?
o In your own words, describe a real-life example where raw data is transformed into
information and then into knowledge.