
Table of Contents All Chapters 1. Inheritance 2. Concepts of Inheritance 3. Types of Inheritance 3.1. Single Inheritance...
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. Inheritance 2. Concepts of Inheritance 3. Types of Inheritance 3.1. Single Inheritance...
Table of Contents All Chapters 1. Classes and Objects 2. Class in Python 3. Class Structure 3.1. Attributes...
Table of Contents All Chapters 1. Python Function 2. Define Function 3. Function Arguments 4. Function Parameters 5. Local and...
Table of Contents All Chapters 1. Python Dictionary 2. Access Dictionary items 3. Change Dictionary items 4. Add items in...
Table of Contents All Chapters 1. Python Set 2. Iterate Set items 3. Set Methods 3.1. Add items...
Table of Contents All Chapters 1. Python Tuple 2. Access Tuple Items 3. Update Tuple 4. Iterate Tuple Items 5....
Table of Contents All Chapters 1. Python List 2. Nested List 3. Range List 4. List Indexing 5. list Methods...
Table of Contents All Chapters 1. Python String 2. String Indexing 3. String Slicing 4. String Concatenation 5. String Formatting...
Table of Contents All Chapters 1. Python Loops 2. While Loop 2.1. Nested While Loop 3. For Loop...