Structure of Module in Python CBSE Class-12
Structure of Module in Python
Introduction
A structure of module in python module is just a normal python file (.py) that contain one or more of the following given objects related to a particular task.
- Docstrings :- Triple quoted comments; useful for documentation purposes. For documentation, the docstring should be the first string stored inside a dule/function- body/class.
- Variables and constants :- labels for data.
- Classes :- templates/blueprint to create objects of certain kind.
- Objects :- instances of classes. In general, objects are representation of some real or abstract entity.
- Statements :- Instructions.
- Functions :- named group of instructions.
Hence, we can say “A python module named (QISSBA), is a simple python file as QISSBA.py
structure of module in Python provides some predefined modules that you can use in your python program, and also you can create your own modules.
The structure of module in python modules that come preloaded with python platform are called Standard library module.
Why Structure of Module in Python
In this tutorial, We have learnt about Structure of Module in python for CBSE class 11 & 12 and its related concepts according to CBSE syllabus. This tutorial is useful for Central Board of secondary education (CBSE) student of class 11th & 12th, who opted computer science (Code 083) as an optional subject. This topic is also important to start learning python programing language for beginners of class 11th and 12th.
You can check the latest CBSE syllabus for computer science Click here for syllabus OR Click here.
Here, we are also giving a short introduction of syllabus.
SYLLABUS OF COMPUTER SCIENCE (PYTHON) CBSE CLASS 12TH
UNIT NO. | UNIT NAME | MARKS |
1 | Computational thinking and programming | 40 |
2 | Computer network | 10 |
3 | Database management | 20 |
4 | Practical | 30 |
5 | Total | 100 |
Unit II: Computational Thinking and Programming – 1
According to the syllabus, Unit II Computational Thinking and Programming – 1 has the above concepts for learning related to python Structure of Module in Python.
Exam Time
Chapter : Using Python Libraries
IMPORTANT QUESTIONS : Asked in examinations of Class 12th Computer Science
What are modules in python ? |
What are 3 modules in python ? |
What are modules in python? |
what is module design in python ? |
What is user defined module in python ? |
How to create module in python ? |
What are modules and packages in python |
What are numeric literals in python programming? |
What are boolean literals in python programming? |
What are special literals in python programming? |
Single line v/s multiline string literals? |
What are escape sequences in python programing? |
What are integer literals in python? |
What are floating point literals in python? |
What are complex literals in python? |
What are the 3 modules in Python?
What is module in Python with example?
What are the types of modules in Python?
What is module design in Python?
What is User defined module in python ?
How to create a module in python ?
What are modules and packages in python ?
Read more
-
structure of module in python
-
arithmetic operators
-
operators in python
-
types of operators
-
logical operators
-
membership operators
-
standard library module
- Identifiers in python
Tag:arithmetic operators, binary, CBSE, class - 11, computer science, free python, free python tutorial, mathematical operators, module in python, Mohammad Amees, Python Basics : The easiest way, python notes, qissba, qissba technologies, structure of a python module, types of binary operators, types of operators, unary