O Level Python Syllabus | NIELIT O Level Syllabus

यदि आप O Level computer course की तैयारी कर रहे है , और आपको O level python syllabus(M3-R5) के बारे में जानकारी नहीं है | तो आज की इस पोस्ट में हम आपको Nielit द्वारा दिया गया official o level python detailed syllabus के बारे में जानकारी देंगे |

O Level Python new Syllabus 2021

जैसा कि आपको पता है , O level computer course में चार paper है | इन्ही में से third paper Python programming का है| जिसमे कुल 9 chapters है , और इन chapters के कुछ sub टॉपिक्स भी है| नीचे आपको o level new python syllabus के सभी chapters का detailed python syllabus दिया गया है|

O level M3-R5 Python Syllabus 2021

तो चलिए देखते है, कि आखिर o level python language syllabus में कितने chapter है, और उनमे हमें कौन कौन से टॉपिक्स पढ़ने है , जिससे आपका o level python exam आसानी से clear हो जाए | नीचे आप chapters के बारे में पढ़ सकते है |

Introduction to Programming

इस chapter में आप programming के fundamental के बारे में पढेंगे | जैसे कि programming क्या होती है, algorithm, flowchart, pseudo code क्या होता है| हमें programming की आवश्यकता क्यों है, आदि के बारे में पढेंगे |

The basic Model of computation, algorithms, flowcharts, Programming Languages, compilation, testing & debugging and documentation.

Algorithms and Flowcharts to Solve Problems

इस chapter के अंतर्गत आप सीखेंगे कि algorithm कैसे लिखा जाता है, flowchart से सम्बंधित कौन कौन से symbol है, और किसी भी problem का flowchart कैसे बनाते है |

Flow Chart Symbols, Basic algorithms/flowcharts for sequential processing, decision based processing and iterative processing. Some examples like:

Exchanging values of two variables, summation of a set of numbers, Decimal Base to Binary Base conversion, Reversing digits of an integer, GCD (Greatest Common Divisor) of two numbers, Test whether a number is prime, factorial computation, Fibonacci sequence, Evaluate ‘sin x’ as sum of a series, Reverse order of elements of an array, Find largest number in an array, Print elements of upper triangular matrix, etc.

Introduction to Python

python क्या है, किसके द्वारा और कब develop किया गया है, हमें python की आवश्यकता क्यों है | computer में python install कैसे करते है, आदि python बेसिक्स के बारे में बताया जायेगा |

Python Introduction, Technical Strength of Python, Introduction to Python Interpreter and program execution, Using Comments, Literals, Constants, Python’s Built-in Data types, Numbers (Integers, Floats, Complex Numbers, Real, Sets), Strings (Slicing, Indexing, Concatenation, other operations on Strings), Accepting input from Console, printing statements, Simple ‘Python’ programs.

Operators, Expressions and Python Statements

python में operator क्या है, operator कितने प्रकार के होते है, python expression क्या होता है व python statement किसे कहते है |

Assignment statement, expressions, Arithmetic, Relational, Logical, Bitwise operators and their precedence, Conditional statements: if, if-else, if-elif-else; simple programs, Notion of iterative computation and control flow –range function, While Statement, For loop, break statement, Continue Statement, Pass statement, else, assert.

Sequence Data Types

python में sequence data type(list , tuple , dictionary) क्या है, कितने प्रकार के है , उनका क्या प्रयोग है आदि के बारे में जानेंगे |

Lists, tuples and dictionary, (Slicing, Indexing, Concatenation, other operations on Sequence datatype),concept of mutability, Examples to include finding the maximum, minimum, mean; linear search on list/tuple of numbers, and counting the frequency of elements in a list using a dictionary.

Functions in Python

python में function क्या है, function कैसे define करते है | built-in , user-define व lamda function किसे कहते है |

Top-down approach of problem solving, Modular programming and functions, Function parameters, Local variables, the Return statement, DocStrings, global statement, Default argument values, keyword arguments, VarArgs parameters. Library function-input(), eval(),print(), String Functions: count(), find(), rfind(), capitalize(), title(), lower(), upper(), swapcase(), islower(), isupper(), istitle(), replace(), strip(), lstrip(), rstrip(), aplit(), partition(), join(), isspace(), isalpha(), isdigit(), isalnum(), startswith(), endswith(), encode(), decode(), String: Slicing, Membership, Pattern Matching, Numeric Functions: eval(), max(), min(), pow(), round(), int(), random(), ceil(), floor(), sqrt(), Date & Time Functions, Recursion.

File Processing

Python में file handling कैसे होती है, file processing के लिए कौन – कौन से function प्रयोग करते है | text mode और binary mode file में क्या अंतर होता है |

Concept of Files, File opening in various modes and closing of a file, Reading from a file, Writing onto a file, File functions-open(), close(), read(), readline(), readlines(),write(), writelines(), tell(), seek(), Command Line arguments.

Scope and Modules

किसी भी python object का scope program में कहाँ तक है | python module क्या होते है, python module कैसे बनाते है |

Scope of objects and Names, LEGB Rule Module Basics, Module Files as Namespaces, Import Model, Reloading Modules.

NumPy Basics

Numpy क्या है ? हमें इसकी आवश्यकता क्यों है , यह list से किस प्रकार अलग है | numpy को install कैसे करते है | numpy का उपयोग program में कैसे करेंगे |

Introduction to NumPy, ndarray, datatypes, array attributes, array creation routines, Array From Existing Data, Array From Numerical Ranges, Indexing & Slicing.

O level Python Syllabus Video

Conclusion

हमें आशा है की आपको O level python new syllabus के बारे सम्पूर्ण जानकारी मिल गयी होगी | अगर आपको यह जानकारी अच्छी लगी है तो अपने दोस्तों के साथ share जरुर करे | और comment करके अपनी राय जरुर दे |

3 thoughts on “O Level Python Syllabus | NIELIT O Level Syllabus”

Leave a Comment