SlideShare a Scribd company logo
HELLO FRIENDS, IN THIS PRESENTATION I
WOULD TRY TO INTRODUCE YOU WITH
SOME BASIC CONCEPTS OF DIGITAL
ELECTRONICS, THAT HELP YOU LEARN IT
VERY EASILY..
 We always deal with 0 and 1 in digital. Where o
  means false(off) and 1 means true (on)
 We have to be very clear with 2’s power that
  2^0=1 ,2^1=2,2^2=4 ,2^3=8 and so on…
 Next thing to remember is if we have n inputs
  then we can have 2^n combinations.
   say we have 2 inputs say A and B
  then we will have 2^2=4 combinations
  A B
  0 0
  0 1
  1 0
  1 1
   Number system is generally of 4 kind:
    •   Binary(base 2) : It can represent only two distinct values ie 0
        and 1.
    •   Octal (base 8): It can represent 8 distinct values from 0-7
    •   Decimal (base 10): It can represent 10 distinct values from 0
        -9
    •   Hexadecimal (base 16) : it can represent 16 distinct values 0-
        9 same as decimal and 10-15 as A,B,C,D,E,F


   There are three basic forms of conversions in digital
    electronics:
    •   Decimal to something (other then decimal any number
        system)
    •   Something to Decimal
    •   Something to Something
 Letus start with the first form of conversion i.e.
  DECIMAL TO SOMETHING.
 hint to its solution is we have to Divide by base

 Say   convert (56)10   =   ( )2
     56%2=0
     28%2=0
     14%2=0
     7%2=1
     3%2=1

  WRITE THE REMAINDER IN REVERSE ORDER =>
  ANSWER IS: (11000)2
   Lets take a fractional value: (560.24)10 . Find its octal equivalent.
   Before decimal repeat the same steps as did in previous example:
     560%8=0
     70 %8=6
     8%8 =1
    Write the remainder in reverse order

    0.24*8=     1 carry.
    0.92*8=     7carry.
    0.36*8=    2 carry.
    0.88*8=   7 carry.

    Write the carry in same order

    Answer is: (160.1727……)8
 Something   to decimal
 Say convert (10101)2 into equivalend Decimal
  value.
 In this form of conversion we have to multiply
  each bit by base raise to the power decimal
  values starting from o from extreme right.

 1*24   +   0*23 + 1*22 + 0*21 + 1*2 0

Answer is: 1*16 + 0*8 + 1*4 + 0*2 + 1* 1
         =( 21)10
 Lets   take another example of this form but
    with a fractional value say (10101.1100)2
 BEFORE DECIMAL WE HAVE TO DO THE SAME WAY AS
  WE DID IN PREVIOUS EXAMPLE
 1*24 +     0*23 + 1*22 + 0*21 + 1*2 0
    +   1*2 -1 + 1 *2 -2 + 0 *2 -3 + 0*2-4

Answer is: 1*16 + 0*8 + 1*4 + 0*2 + 1* 1 +1 +1
                                          2 4
=21+0.75 = (21.75)10
 SOMETHING   TO SOMETHING
 Here we have to convert something to
  something.
 Here something means any number system
  other than decimal number system
 Such conversion is done in two steps.
    First Something to decimal
              then
    Decimal to something.
 Lets   say convert (5A6)16 to its equivalent octal
  form.
 First step: 5*16 2 + 10 *16 1 +6*16                  0


                 = 5*256 + 10*16 + 6*1 = (1446)
                                                  10


so the decimal equivalent of 5A6 is 1446.
 Second step : (1446 )10 to its equivalent octal form
     1446*8=6
     180%8=4
     22%8=6
     2

     Write the remainder in reverse order (2646) 8


     ANSWER IS: (5A6)16 = (2646)8

More Related Content

What's hot

Binary to Decimal Conversion
Binary to Decimal ConversionBinary to Decimal Conversion
Binary to Decimal Conversion
Neelanjan Bhattacharyya
 
Chapter 2.1 introduction to number system
Chapter 2.1 introduction to number systemChapter 2.1 introduction to number system
Chapter 2.1 introduction to number system
ISMT College
 
Binary Arithmetic
Binary ArithmeticBinary Arithmetic
Binary Arithmeticgavhays
 
Number system
Number systemNumber system
Number system
Suraj Bora
 
Number system
Number systemNumber system
Number system
ankush9927
 
01.number systems
01.number systems01.number systems
01.number systemsrasha3
 
Binary Multiplication & Division.pptx
Binary Multiplication & Division.pptxBinary Multiplication & Division.pptx
Binary Multiplication & Division.pptx
Pooja Dixit
 
Number system....
Number system....Number system....
Number system....mshoaib15
 
Chapter 4 number system
Chapter 4 number systemChapter 4 number system
Chapter 4 number system
Praveen M Jigajinni
 
Number system
Number systemNumber system
Number system
University of Potsdam
 
Number system
Number systemNumber system
Number system
Sajib
 
Number System
Number SystemNumber System
Number System
Ramesh Ragala
 
BINARY NUMBER SYSTEM
BINARY NUMBER SYSTEMBINARY NUMBER SYSTEM
BINARY NUMBER SYSTEM
Zaheer Abbasi
 
Codes
CodesCodes
Integer Representation
Integer RepresentationInteger Representation
Integer Representationgavhays
 
PPT ON NUMBER SYSTEM
PPT ON NUMBER SYSTEMPPT ON NUMBER SYSTEM
PPT ON NUMBER SYSTEM
Rishabh Kanth
 
Introduction to binary number system
Introduction to binary number systemIntroduction to binary number system
Introduction to binary number system
Vikas Dongre
 
Number System.pdf
Number System.pdfNumber System.pdf
Number System.pdf
Sweta Kumari Barnwal
 

What's hot (20)

Binary to Decimal Conversion
Binary to Decimal ConversionBinary to Decimal Conversion
Binary to Decimal Conversion
 
Chapter 2.1 introduction to number system
Chapter 2.1 introduction to number systemChapter 2.1 introduction to number system
Chapter 2.1 introduction to number system
 
Binary Arithmetic
Binary ArithmeticBinary Arithmetic
Binary Arithmetic
 
Number system
Number systemNumber system
Number system
 
Number system
Number systemNumber system
Number system
 
Number System
Number SystemNumber System
Number System
 
01.number systems
01.number systems01.number systems
01.number systems
 
Binary Multiplication & Division.pptx
Binary Multiplication & Division.pptxBinary Multiplication & Division.pptx
Binary Multiplication & Division.pptx
 
Number system....
Number system....Number system....
Number system....
 
Chapter 4 number system
Chapter 4 number systemChapter 4 number system
Chapter 4 number system
 
Number system
Number systemNumber system
Number system
 
Number system
Number systemNumber system
Number system
 
Number System
Number SystemNumber System
Number System
 
BINARY NUMBER SYSTEM
BINARY NUMBER SYSTEMBINARY NUMBER SYSTEM
BINARY NUMBER SYSTEM
 
Codes
CodesCodes
Codes
 
Integer Representation
Integer RepresentationInteger Representation
Integer Representation
 
PPT ON NUMBER SYSTEM
PPT ON NUMBER SYSTEMPPT ON NUMBER SYSTEM
PPT ON NUMBER SYSTEM
 
Introduction to binary number system
Introduction to binary number systemIntroduction to binary number system
Introduction to binary number system
 
Binary true ppt
Binary true pptBinary true ppt
Binary true ppt
 
Number System.pdf
Number System.pdfNumber System.pdf
Number System.pdf
 

Viewers also liked

Sales. Doing it Sillicon Valley style.
Sales. Doing it Sillicon Valley style.Sales. Doing it Sillicon Valley style.
Sales. Doing it Sillicon Valley style.
Artem Berman
 
Msql query
Msql queryMsql query
Msql query
harman kaur
 
Digital u1
Digital u1Digital u1
Digital u1
harman kaur
 
Cpp programs
Cpp programsCpp programs
Cpp programs
harman kaur
 
c plus plus programsSlide
c plus plus programsSlidec plus plus programsSlide
c plus plus programsSlide
harman kaur
 
An overview of Ukrainian it market.
An overview of Ukrainian it market.An overview of Ukrainian it market.
An overview of Ukrainian it market.Artem Berman
 
Content Marketing at Kelloggs - BI MN
Content Marketing at Kelloggs - BI MNContent Marketing at Kelloggs - BI MN
Content Marketing at Kelloggs - BI MNKarl Miller
 
Quiz on Logic Gate
Quiz on Logic GateQuiz on Logic Gate
Quiz on Logic Gateharman kaur
 
ਜਪੁ ਜੀ ਸਾਹਿਬ (JAPJI SAHIB)
ਜਪੁ ਜੀ ਸਾਹਿਬ (JAPJI SAHIB)ਜਪੁ ਜੀ ਸਾਹਿਬ (JAPJI SAHIB)
ਜਪੁ ਜੀ ਸਾਹਿਬ (JAPJI SAHIB)
harman kaur
 
Virtual function
Virtual functionVirtual function
Virtual function
harman kaur
 
Creating red black tree
Creating red black treeCreating red black tree
Creating red black tree
harman kaur
 
Functions oracle (pl/sql)
Functions oracle (pl/sql)Functions oracle (pl/sql)
Functions oracle (pl/sql)harman kaur
 
operator overloading in c++
operator overloading in c++operator overloading in c++
operator overloading in c++
harman kaur
 
Rules of inference
Rules of inferenceRules of inference
Rules of inference
harman kaur
 
Basic c++ programs
Basic c++ programsBasic c++ programs
Basic c++ programs
harman kaur
 

Viewers also liked (19)

Sales. Doing it Sillicon Valley style.
Sales. Doing it Sillicon Valley style.Sales. Doing it Sillicon Valley style.
Sales. Doing it Sillicon Valley style.
 
Najed
NajedNajed
Najed
 
Msql query
Msql queryMsql query
Msql query
 
Digital u1
Digital u1Digital u1
Digital u1
 
Presentation job fair
Presentation   job fairPresentation   job fair
Presentation job fair
 
Cpp programs
Cpp programsCpp programs
Cpp programs
 
c plus plus programsSlide
c plus plus programsSlidec plus plus programsSlide
c plus plus programsSlide
 
Diploma3
Diploma3Diploma3
Diploma3
 
An overview of Ukrainian it market.
An overview of Ukrainian it market.An overview of Ukrainian it market.
An overview of Ukrainian it market.
 
Content Marketing at Kelloggs - BI MN
Content Marketing at Kelloggs - BI MNContent Marketing at Kelloggs - BI MN
Content Marketing at Kelloggs - BI MN
 
Diploma5
Diploma5Diploma5
Diploma5
 
Quiz on Logic Gate
Quiz on Logic GateQuiz on Logic Gate
Quiz on Logic Gate
 
ਜਪੁ ਜੀ ਸਾਹਿਬ (JAPJI SAHIB)
ਜਪੁ ਜੀ ਸਾਹਿਬ (JAPJI SAHIB)ਜਪੁ ਜੀ ਸਾਹਿਬ (JAPJI SAHIB)
ਜਪੁ ਜੀ ਸਾਹਿਬ (JAPJI SAHIB)
 
Virtual function
Virtual functionVirtual function
Virtual function
 
Creating red black tree
Creating red black treeCreating red black tree
Creating red black tree
 
Functions oracle (pl/sql)
Functions oracle (pl/sql)Functions oracle (pl/sql)
Functions oracle (pl/sql)
 
operator overloading in c++
operator overloading in c++operator overloading in c++
operator overloading in c++
 
Rules of inference
Rules of inferenceRules of inference
Rules of inference
 
Basic c++ programs
Basic c++ programsBasic c++ programs
Basic c++ programs
 

Similar to Introduction to digital electornics

Number system by ammar nawab
Number system by ammar nawabNumber system by ammar nawab
Number system by ammar nawab
Ammar_n
 
DATA REPRESENTATION.pptx
DATA REPRESENTATION.pptxDATA REPRESENTATION.pptx
DATA REPRESENTATION.pptx
MamataAnilgod
 
Chapter 3.pptx
Chapter 3.pptxChapter 3.pptx
Chapter 3.pptx
Wollo UNiversity
 
Chapter two FHI.pptx
Chapter two FHI.pptxChapter two FHI.pptx
Chapter two FHI.pptx
ODAATUBE1
 
Binary octal
Binary octalBinary octal
Binary octaldrdipo4
 
Number system
Number systemNumber system
Number system
Iqra Yasin
 
Number system
Number systemNumber system
Number system
Mohit Saini
 
chapter2.pptx electrical engineering for student
chapter2.pptx electrical engineering for studentchapter2.pptx electrical engineering for student
chapter2.pptx electrical engineering for student
MidhaksaBelay
 
Unit 4.docx
Unit 4.docxUnit 4.docx
Unit 4.docx
T Srihari
 
number system
number systemnumber system
number system
Pawan Mishra
 
005618132.pdf
005618132.pdf005618132.pdf
005618132.pdf
BhagwansinghBairwa1
 
Number system
Number systemNumber system
Number system
SAEED ULLAH JAN
 
Ncp computer appls num sys2 pramod
Ncp computer appls  num sys2 pramodNcp computer appls  num sys2 pramod
Ncp computer appls num sys2 pramod
NCP
 
NUMBER BASE SYSTEM.pptx
NUMBER BASE SYSTEM.pptxNUMBER BASE SYSTEM.pptx
NUMBER BASE SYSTEM.pptx
OsenagaAirewele
 
COmputer Number system.pptx
COmputer Number system.pptxCOmputer Number system.pptx
COmputer Number system.pptx
TanveerAbbas92
 
Chapter 6 base_number
Chapter 6 base_numberChapter 6 base_number
Chapter 6 base_number
Nazrul Shah
 
Number systems
Number systemsNumber systems
Number systems
thechamp3
 
Number system
Number systemNumber system
Number system
rameshthombre1
 

Similar to Introduction to digital electornics (20)

Number system by ammar nawab
Number system by ammar nawabNumber system by ammar nawab
Number system by ammar nawab
 
DATA REPRESENTATION.pptx
DATA REPRESENTATION.pptxDATA REPRESENTATION.pptx
DATA REPRESENTATION.pptx
 
Chapter 3.pptx
Chapter 3.pptxChapter 3.pptx
Chapter 3.pptx
 
Chapter two FHI.pptx
Chapter two FHI.pptxChapter two FHI.pptx
Chapter two FHI.pptx
 
Binary octal
Binary octalBinary octal
Binary octal
 
Number system
Number systemNumber system
Number system
 
Number system
Number systemNumber system
Number system
 
chapter2.pptx electrical engineering for student
chapter2.pptx electrical engineering for studentchapter2.pptx electrical engineering for student
chapter2.pptx electrical engineering for student
 
Unit 4.docx
Unit 4.docxUnit 4.docx
Unit 4.docx
 
number system
number systemnumber system
number system
 
005618132.pdf
005618132.pdf005618132.pdf
005618132.pdf
 
Chapter 1
Chapter   1Chapter   1
Chapter 1
 
Number system
Number systemNumber system
Number system
 
Ncp computer appls num sys2 pramod
Ncp computer appls  num sys2 pramodNcp computer appls  num sys2 pramod
Ncp computer appls num sys2 pramod
 
NUMBER BASE SYSTEM.pptx
NUMBER BASE SYSTEM.pptxNUMBER BASE SYSTEM.pptx
NUMBER BASE SYSTEM.pptx
 
COmputer Number system.pptx
COmputer Number system.pptxCOmputer Number system.pptx
COmputer Number system.pptx
 
Chapter 6 base_number
Chapter 6 base_numberChapter 6 base_number
Chapter 6 base_number
 
JPC#8 Foundation of Computer Science
JPC#8 Foundation of Computer ScienceJPC#8 Foundation of Computer Science
JPC#8 Foundation of Computer Science
 
Number systems
Number systemsNumber systems
Number systems
 
Number system
Number systemNumber system
Number system
 

Recently uploaded

Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptx
RaedMohamed3
 
Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.
Ashokrao Mane college of Pharmacy Peth-Vadgaon
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
Balvir Singh
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
TechSoup
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
Celine George
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
JosvitaDsouza2
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
Celine George
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
Vikramjit Singh
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
DeeptiGupta154
 
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th SemesterGuidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Atul Kumar Singh
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
Levi Shapiro
 
Francesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptxFrancesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptx
EduSkills OECD
 
The geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideasThe geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideas
GeoBlogs
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
BhavyaRajput3
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
Thiyagu K
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
Peter Windle
 
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
Nguyen Thanh Tu Collection
 
The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
Vivekanand Anglo Vedic Academy
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
Jean Carlos Nunes Paixão
 

Recently uploaded (20)

Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptx
 
Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
 
Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
 
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th SemesterGuidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th Semester
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
 
Francesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptxFrancesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptx
 
The geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideasThe geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideas
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
 
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
 
The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
 

Introduction to digital electornics

  • 1. HELLO FRIENDS, IN THIS PRESENTATION I WOULD TRY TO INTRODUCE YOU WITH SOME BASIC CONCEPTS OF DIGITAL ELECTRONICS, THAT HELP YOU LEARN IT VERY EASILY..
  • 2.  We always deal with 0 and 1 in digital. Where o means false(off) and 1 means true (on)  We have to be very clear with 2’s power that 2^0=1 ,2^1=2,2^2=4 ,2^3=8 and so on…  Next thing to remember is if we have n inputs then we can have 2^n combinations. say we have 2 inputs say A and B then we will have 2^2=4 combinations A B 0 0 0 1 1 0 1 1
  • 3. Number system is generally of 4 kind: • Binary(base 2) : It can represent only two distinct values ie 0 and 1. • Octal (base 8): It can represent 8 distinct values from 0-7 • Decimal (base 10): It can represent 10 distinct values from 0 -9 • Hexadecimal (base 16) : it can represent 16 distinct values 0- 9 same as decimal and 10-15 as A,B,C,D,E,F  There are three basic forms of conversions in digital electronics: • Decimal to something (other then decimal any number system) • Something to Decimal • Something to Something
  • 4.  Letus start with the first form of conversion i.e. DECIMAL TO SOMETHING.  hint to its solution is we have to Divide by base  Say convert (56)10 = ( )2  56%2=0  28%2=0  14%2=0  7%2=1  3%2=1 WRITE THE REMAINDER IN REVERSE ORDER => ANSWER IS: (11000)2
  • 5. Lets take a fractional value: (560.24)10 . Find its octal equivalent.  Before decimal repeat the same steps as did in previous example:  560%8=0  70 %8=6  8%8 =1 Write the remainder in reverse order 0.24*8= 1 carry. 0.92*8= 7carry. 0.36*8= 2 carry. 0.88*8= 7 carry. Write the carry in same order Answer is: (160.1727……)8
  • 6.  Something to decimal  Say convert (10101)2 into equivalend Decimal value.  In this form of conversion we have to multiply each bit by base raise to the power decimal values starting from o from extreme right.  1*24 + 0*23 + 1*22 + 0*21 + 1*2 0 Answer is: 1*16 + 0*8 + 1*4 + 0*2 + 1* 1 =( 21)10
  • 7.  Lets take another example of this form but with a fractional value say (10101.1100)2  BEFORE DECIMAL WE HAVE TO DO THE SAME WAY AS WE DID IN PREVIOUS EXAMPLE  1*24 + 0*23 + 1*22 + 0*21 + 1*2 0 + 1*2 -1 + 1 *2 -2 + 0 *2 -3 + 0*2-4 Answer is: 1*16 + 0*8 + 1*4 + 0*2 + 1* 1 +1 +1 2 4 =21+0.75 = (21.75)10
  • 8.  SOMETHING TO SOMETHING  Here we have to convert something to something.  Here something means any number system other than decimal number system  Such conversion is done in two steps.  First Something to decimal then  Decimal to something.
  • 9.  Lets say convert (5A6)16 to its equivalent octal form.  First step: 5*16 2 + 10 *16 1 +6*16 0 = 5*256 + 10*16 + 6*1 = (1446) 10 so the decimal equivalent of 5A6 is 1446.  Second step : (1446 )10 to its equivalent octal form  1446*8=6  180%8=4  22%8=6  2  Write the remainder in reverse order (2646) 8  ANSWER IS: (5A6)16 = (2646)8