
Table of Contents All Chapters 1. Dunder Methods 2. Commonly Used Dunder Methods Python Tutorial Python Introduction Identation &...
electronics की ऐसी field जिसमे digital signals के साथ काम किया जाता है उसे digital electronics कहते है, ऐसे signals जो सिर्फ दो ही levels low (0) and high (1) पर काम करते है उन्हे digital signal कहते है और इन्हे ही Binary System कहा जाता है।
digital electronics मे signals binary form मे होते है, जिसके वजह से इसमे noise का effect कम होता है इसलिए इसमे output ज्यादा accurate मिलता है।
digital circuits की data processing speed बहुत ज्यादा होती है जिस वजह से इन्हे computers मे use किया जाता है।
किसी भी hard drives, pen drives मे से digital data को easily store या retrive किया जा सकता है।
digital circuits power कम use करता है क्योंकि इसमे complementary metal oxide semiconductor technology का use किया जाता है।
digital circuits का production cost काम होता है क्योंकि इसे large scale पर produce किया जाता है।
इसमे integrated circuits ( ICs ) का use किया जाता है जिसके वजह digital devices का size छोटा होता है और ये portable होते है।
Table of Contents All Chapters 1. Dunder Methods 2. Commonly Used Dunder Methods Python Tutorial Python Introduction Identation &...
Table of Contents All Chapters 1. Encapsulation 2. Access Modifiers 2.1. Public Members 2.2. Protected Members...
Table of Contents All Chapters 1. Lambda Function 2. Nestesd Lambda Function 3. Lambda Function with if-else 4. Lanbda with...
Table of Contents All Chapters 1. Nested Function 2. Return Function from Function 3. Higher Order Function 4. Function Recursion...
Table of Contents All Chapters 1. Parameters and Aguments 2. Function Parameters 2.1. *args 2.2. **kwargs...
Table of Contents All Chapters 1. Context Manager 2. with Statement 2.1. __enter__() Method 2.2. __exit__()...
Table of Contents All Chapters 1. Error Handling 2. Types of Error 2.1. Syntax Error 2.2....
Table of Contents All Chapters 1. File Pointer 2. File Pointer Methods 2.1. tell() Method 2.2....
Table of Contents All Chapters 1. File Handling 2. Types of File 3. open() and close() Methods 4. File Modes...