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
Dunder Methods

Table of Contents All Chapters 1. Dunder Methods 2. Commonly Used Dunder Methods   Python Tutorial Python Introduction Identation &...

Encapsulation

Table of Contents All Chapters 1. Encapsulation 2. Access Modifiers      2.1. Public Members      2.2. Protected Members...

Lambda Function

Table of Contents All Chapters 1. Lambda Function 2. Nestesd Lambda Function 3. Lambda Function with if-else 4. Lanbda with...

Nested Function

Table of Contents All Chapters 1. Nested Function 2. Return Function from Function 3. Higher Order Function 4. Function Recursion...

Context Manager

Table of Contents All Chapters 1. Context Manager 2. with Statement      2.1. __enter__() Method      2.2. __exit__()...

File Pointer

Table of Contents All Chapters 1. File Pointer 2. File Pointer Methods      2.1. tell() Method      2.2....

File Handling

Table of Contents All Chapters 1. File Handling 2. Types of File 3. open() and close() Methods 4. File Modes...

Edit Template
Scroll to Top