Digital Electronics Tutorials
Home >> Digital Fundamentals >> Digital electronics
Edit Template
Digital Electronics Tutorials
Edit Template

Digital Electronics in Hindi

Introduction to Digital Electronics

electronics की ऐसी field जिसमे digital signals के साथ काम किया जाता है उसे digital electronics कहते है, ऐसे signals जो सिर्फ दो ही levels low (0) and high (1) पर काम करते है उन्हे digital signal कहते है और इन्हे ही Binary System कहा जाता है।

Advantages of Digital Electronics

1. High Accuracy

digital electronics मे signals binary form मे होते है, जिसके वजह से इसमे noise का effect कम होता है इसलिए इसमे output ज्यादा accurate मिलता है।

2. High Speed

digital circuits की data processing speed बहुत ज्यादा होती है जिस वजह से इन्हे computers मे use किया जाता है।

3. Easy Storage

किसी भी hard drives, pen drives मे से digital data को easily store या retrive किया जा सकता है।

4. Reduced Power Consumption

digital circuits power कम use करता है क्योंकि इसमे complementary metal oxide semiconductor technology का use किया जाता है।

5. Cost Efficiency

digital circuits का production cost काम होता है क्योंकि इसे large scale पर produce किया जाता है।

6. Compact Size

इसमे integrated circuits ( ICs ) का use किया जाता है जिसके वजह digital devices का size छोटा होता है और ये portable होते है।

Add a comment...

  • All Posts
  • Artificial Intelligence
  • Computer Fundamentals
  • Computer Networks
  • Data Analytics
  • Data Science
  • DBMS
  • Deep Learning
  • Digital Fundamentals
  • DSA with Python
  • Excel
  • Exercise
  • Git & Github
  • Machine Learning
  • Matplotlib
  • Natural Language Processing
  • NumPy
  • Operating System
  • Pandas-s
  • Power BI
  • Python Tutorial
  • Scikit-learn
  • Seaborn
  • SQL & MySQL
Python Inheritance

Table of Contents All Chapters 1. Inheritance 2. Concepts of Inheritance 3. Types of Inheritance      3.1. Single Inheritance...

Python Function

Table of Contents All Chapters 1. Python Function 2. Define Function 3. Function Arguments 4. Function Parameters 5. Local and...

Python Dictionary

Table of Contents All Chapters 1. Python Dictionary 2. Access Dictionary items 3. Change Dictionary items 4. Add items in...

Python Set

Table of Contents All Chapters 1. Python Set 2. Iterate Set items 3. Set Methods      3.1. Add items...

Python Tuple

Table of Contents All Chapters 1. Python Tuple 2. Access Tuple Items 3. Update Tuple 4. Iterate Tuple Items 5....

Python List

Table of Contents All Chapters 1. Python List 2. Nested List 3. Range List 4. List Indexing 5. list Methods...

Python String

Table of Contents All Chapters 1. Python String 2. String Indexing 3. String Slicing 4. String Concatenation 5. String Formatting...

Python Loops

Table of Contents All Chapters 1. Python Loops 2. While Loop      2.1. Nested While Loop 3. For Loop...

Edit Template
Scroll to Top