際際滷

際際滷Share a Scribd company logo
CSE 223 : Digital Logic Design
Lesson-01
Number System
Conversions
Md. Shadman Mostafa
Dept. of CSE, Daffodil International University
E-mail: shadmanrimo13@gmail.com
1
Course Contents
 Number System, BCD and Parity bit, Boolean Algebra, Basic and Universal
Logic Gates, Standard forms, Boolean expression simplification using Karnaugh
map, even considering "don't care" condition, Adder, Subtractor, Decoder,
Encoder and priority Encoder, Multiplexer, De-multiplexer, Latch and Flipflop,
Counters and Shift Registers, static random-access memory (SRAM), and ROM,
Programmable Logic Devices (PROM, PAL, PLA).
Description:
Digital Electronics course provides an introduction to the control of engineering
systems using programmable logic, with specific focus on programmable logic
devices. The course rational is define form the context of digital logic, digital
arithmetic, programmable logic and computer architecture. Design simple
combinational logics using basic gates and to optimize Boolean logic using
Karnaugh map, even considering "don't care" condition. The course will also
introduce the basic sequential logic components.
2
Ref. Books:
Textbook/Recommended Readings:
Digital Logic Design  Morris Mano (5th Edition)
Digital Fundamentals- Floyd (8th Edition)
Reference Books/Supplementary Readings:
Digital Systems-Principles and Application- Tocci (10th
Edition)
3
What is Digital Systems?
Digital systems are described as systems that use discrete
signals to represent and process information.
4
4
3
2
3
1 1 1
4
3.7
3.1
2.2
5
Digital Computer
Number Systems
 Base = 2  Binary (0,1)
 Base = 8  Octal (0-7)
 Base = 10  Decimal (0-9)
 Base = 16  Hexadecimal (0-9,A-F)
(A=10, B=11, C=12, D=13, E=14, F=15)
6
7
Base-n to Decimal Conversion
(abc.de)n = (a*n2
+ b*n1
+ c*n0
+ d*n-1
+ e*n-2
)10
8
(315.42)6 = (3*62
+ 1*61
+ 5*60
+ 4*6-1
+ 2*6-2
)10
n = Base number
9
Converting binary numbers to
decimal
 What is 10011010 in decimal?
10011010 = 1*27
+ 0*26
+ 0*25
+ 1*24
+ 1*23
+
0*22
+ 1*21
+ 0*20
= 27
+ 24
+ 23
+ 21
= 128 + 16 + 8 + 2
= 154
 What is 00101001 in decimal?
00101001 = 0*27
+ 0*26
+ 1*25
+ 0*24
+ 1*23
+
0*22
+ 0*21
+ 1*20
= 25
+ 23
+ 20
= 32 + 8 + 1
= 41
10
Converting binary numbers to
decimal
 What is 10011010.1101 in decimal?
10011010 .1101 = 1*27
+ 0*26
+ 0*25
+ 1*24
+ 1*23
+
0*22
+ 1*21
+ 0*20
+ 1*2-1
+ 1*2-2
+ 0*2-3
+
1*2-4
= 27
+ 24
+ 23
+ 21
+ 2-1
+ 2-2
+ 2-4
= 128 + 16 + 8 + 2 + .5 + .25 + 0.0625
= 154.8125
 What is 00101001.0001 in decimal?
00101001.0001 = 25
+ 23
+ 20
+ 2-4
= 32 + 8 + 1 + 0.0625
= 41.0625
Octal & Hexadecimal numbers
to Decimal
 (F1)16 = 15*161
+ 1*160
= (241)10
 (62)8 = 6*81
+ 2*80
= (50)10
11
Decimal to Base-n conversion
Step-by-step:
Divide the decimal number by the base
number (n)
Find out the quotient and remainder
Divide the quotient by the base number (n)
again and keep the remainders in a serial
Continue this process until you find quotient =
0
MSB = last remainder, LSB = first remainder
12
13
Decimal numbers to binary
Most Significant Bit (MSB)
Least Significant Bit (LSB)
Decimal Fraction to Base-n
conversion
Step-by-step:
Multiply the fraction by the base number (n)
Find out the product and carry, do (product -
carry)
Multiply the number by the base number (n)
again and keep the carry in a serial
Continue this process until you find product =
0 (not always necessary)
MSB = first carry, LSB = last carry
14
Decimal Fraction to Binary
15
16
Decimal Numbers to Binary
 53 = 32 + 16 + 4 + 1
= 25
+ 24
+ 22
+ 20
= 1*25
+ 1*24
+ 0*23
+ 1*22
+ 0*21
+ 1*20
= 110101 in binary
= 00110101 as a full byte in binary
 211= 128 + 64 + 16 + 2 + 1
= 27
+ 26
+ 24
+ 21
+ 20
= 1*27
+ 1*26
+ 0*25
+ 1*24
+ 0*23
+ 0*22
+
1*21
+ 1*20
= 11010011 in binary
Octal and Hexadecimal to
Binary
Method 1:
Octal/Hexadecimal to Decimal
Decimal to Binary
Method 2: Direct Conversion
17
Binary to Octal and
Hexadecimal
18
19
Hexadecimal to Octal
20
THANK YOU

More Related Content

Recently uploaded (20)

Dynamic-Data-Visualization-Dashboard.pptx
Dynamic-Data-Visualization-Dashboard.pptxDynamic-Data-Visualization-Dashboard.pptx
Dynamic-Data-Visualization-Dashboard.pptx
bammidigovinda108
Pr辿sentation did辿e id辿e pour faire un projet
Pr辿sentation did辿e id辿e pour faire un projetPr辿sentation did辿e id辿e pour faire un projet
Pr辿sentation did辿e id辿e pour faire un projet
tahatraval88
Analytics - SAP B2B_ Arava Santosh Kumar.pptx
Analytics  -  SAP B2B_ Arava Santosh Kumar.pptxAnalytics  -  SAP B2B_ Arava Santosh Kumar.pptx
Analytics - SAP B2B_ Arava Santosh Kumar.pptx
ARAVASANTOSHKUMAR1
Know Your Nation In Numbers myIndia-2006
Know Your Nation In Numbers myIndia-2006Know Your Nation In Numbers myIndia-2006
Know Your Nation In Numbers myIndia-2006
sahimbarc
Getting the Public on Side: How to Make Reforms Acceptable by Design- launch ...
Getting the Public on Side: How to Make Reforms Acceptable by Design- launch ...Getting the Public on Side: How to Make Reforms Acceptable by Design- launch ...
Getting the Public on Side: How to Make Reforms Acceptable by Design- launch ...
StatsCommunications
Scalable Data Analytics: Technologies and Methods
Scalable Data Analytics: Technologies and MethodsScalable Data Analytics: Technologies and Methods
Scalable Data Analytics: Technologies and Methods
hoisala6sludger
B06 - Unit 05 Heroes - Lesson A - Ss.pdf
B06 - Unit 05 Heroes - Lesson A - Ss.pdfB06 - Unit 05 Heroes - Lesson A - Ss.pdf
B06 - Unit 05 Heroes - Lesson A - Ss.pdf
pomaliameza
High-Paying Data Analytics Opportunities in Jaipur and Boost Your Career.pdf
High-Paying Data Analytics Opportunities in Jaipur and Boost Your Career.pdfHigh-Paying Data Analytics Opportunities in Jaipur and Boost Your Career.pdf
High-Paying Data Analytics Opportunities in Jaipur and Boost Your Career.pdf
vinay salarite
Big-O notations, Algorithm and complexity analaysis
Big-O notations, Algorithm and complexity analaysisBig-O notations, Algorithm and complexity analaysis
Big-O notations, Algorithm and complexity analaysis
drsomya2019
Material - Oracle Forms Whats New and Whats Next.ppt
Material - Oracle Forms  Whats New and Whats Next.pptMaterial - Oracle Forms  Whats New and Whats Next.ppt
Material - Oracle Forms Whats New and Whats Next.ppt
JuanCarlosCarelaSant
Mastering Data Science with Tutort Academy
Mastering Data Science with Tutort AcademyMastering Data Science with Tutort Academy
Mastering Data Science with Tutort Academy
yashikanigam1
PostGIS Workshop: a comprehensive tutorial.ppt
PostGIS Workshop: a comprehensive tutorial.pptPostGIS Workshop: a comprehensive tutorial.ppt
PostGIS Workshop: a comprehensive tutorial.ppt
LonJames2
KISHAN GAMINjwjshjxjwjhskwkdjehjshds.pptx
KISHAN GAMINjwjshjxjwjhskwkdjehjshds.pptxKISHAN GAMINjwjshjxjwjhskwkdjehjshds.pptx
KISHAN GAMINjwjshjxjwjhskwkdjehjshds.pptx
maheshbochare
Analytics - SAP B2B_ Arava Santosh Kumar.pptx
Analytics  -  SAP B2B_ Arava Santosh Kumar.pptxAnalytics  -  SAP B2B_ Arava Santosh Kumar.pptx
Analytics - SAP B2B_ Arava Santosh Kumar.pptx
ARAVASANTOSHKUMAR1
Blinkit SQL Analysis SQL Project case study.pptx
Blinkit SQL Analysis SQL Project case study.pptxBlinkit SQL Analysis SQL Project case study.pptx
Blinkit SQL Analysis SQL Project case study.pptx
Prince Goel
PLAN_OF_WORK_PPT_BY_ROHIT_BHAIRAM_--2212020201003[1] new.pptx
PLAN_OF_WORK_PPT_BY_ROHIT_BHAIRAM_--2212020201003[1] new.pptxPLAN_OF_WORK_PPT_BY_ROHIT_BHAIRAM_--2212020201003[1] new.pptx
PLAN_OF_WORK_PPT_BY_ROHIT_BHAIRAM_--2212020201003[1] new.pptx
bhairamrohit948
Apple-Technology-A-Case-Study (all about technology ppt)
Apple-Technology-A-Case-Study (all about technology ppt)Apple-Technology-A-Case-Study (all about technology ppt)
Apple-Technology-A-Case-Study (all about technology ppt)
Immortal43
Beyond Metadata for BBC iPlayer: an autoencoder-driven approach for embedding...
Beyond Metadata for BBC iPlayer: an autoencoder-driven approach for embedding...Beyond Metadata for BBC iPlayer: an autoencoder-driven approach for embedding...
Beyond Metadata for BBC iPlayer: an autoencoder-driven approach for embedding...
Simone Spaccarotella
GenAI-powered assistants compared in a real case - 2025-03-18
GenAI-powered assistants compared in a real case - 2025-03-18GenAI-powered assistants compared in a real case - 2025-03-18
GenAI-powered assistants compared in a real case - 2025-03-18
Alessandra Bilardi
Agile Infinity: When the Customer Is an Abstract Concept
Agile Infinity: When the Customer Is an Abstract ConceptAgile Infinity: When the Customer Is an Abstract Concept
Agile Infinity: When the Customer Is an Abstract Concept
Loic Merckel
Dynamic-Data-Visualization-Dashboard.pptx
Dynamic-Data-Visualization-Dashboard.pptxDynamic-Data-Visualization-Dashboard.pptx
Dynamic-Data-Visualization-Dashboard.pptx
bammidigovinda108
Pr辿sentation did辿e id辿e pour faire un projet
Pr辿sentation did辿e id辿e pour faire un projetPr辿sentation did辿e id辿e pour faire un projet
Pr辿sentation did辿e id辿e pour faire un projet
tahatraval88
Analytics - SAP B2B_ Arava Santosh Kumar.pptx
Analytics  -  SAP B2B_ Arava Santosh Kumar.pptxAnalytics  -  SAP B2B_ Arava Santosh Kumar.pptx
Analytics - SAP B2B_ Arava Santosh Kumar.pptx
ARAVASANTOSHKUMAR1
Know Your Nation In Numbers myIndia-2006
Know Your Nation In Numbers myIndia-2006Know Your Nation In Numbers myIndia-2006
Know Your Nation In Numbers myIndia-2006
sahimbarc
Getting the Public on Side: How to Make Reforms Acceptable by Design- launch ...
Getting the Public on Side: How to Make Reforms Acceptable by Design- launch ...Getting the Public on Side: How to Make Reforms Acceptable by Design- launch ...
Getting the Public on Side: How to Make Reforms Acceptable by Design- launch ...
StatsCommunications
Scalable Data Analytics: Technologies and Methods
Scalable Data Analytics: Technologies and MethodsScalable Data Analytics: Technologies and Methods
Scalable Data Analytics: Technologies and Methods
hoisala6sludger
B06 - Unit 05 Heroes - Lesson A - Ss.pdf
B06 - Unit 05 Heroes - Lesson A - Ss.pdfB06 - Unit 05 Heroes - Lesson A - Ss.pdf
B06 - Unit 05 Heroes - Lesson A - Ss.pdf
pomaliameza
High-Paying Data Analytics Opportunities in Jaipur and Boost Your Career.pdf
High-Paying Data Analytics Opportunities in Jaipur and Boost Your Career.pdfHigh-Paying Data Analytics Opportunities in Jaipur and Boost Your Career.pdf
High-Paying Data Analytics Opportunities in Jaipur and Boost Your Career.pdf
vinay salarite
Big-O notations, Algorithm and complexity analaysis
Big-O notations, Algorithm and complexity analaysisBig-O notations, Algorithm and complexity analaysis
Big-O notations, Algorithm and complexity analaysis
drsomya2019
Material - Oracle Forms Whats New and Whats Next.ppt
Material - Oracle Forms  Whats New and Whats Next.pptMaterial - Oracle Forms  Whats New and Whats Next.ppt
Material - Oracle Forms Whats New and Whats Next.ppt
JuanCarlosCarelaSant
Mastering Data Science with Tutort Academy
Mastering Data Science with Tutort AcademyMastering Data Science with Tutort Academy
Mastering Data Science with Tutort Academy
yashikanigam1
PostGIS Workshop: a comprehensive tutorial.ppt
PostGIS Workshop: a comprehensive tutorial.pptPostGIS Workshop: a comprehensive tutorial.ppt
PostGIS Workshop: a comprehensive tutorial.ppt
LonJames2
KISHAN GAMINjwjshjxjwjhskwkdjehjshds.pptx
KISHAN GAMINjwjshjxjwjhskwkdjehjshds.pptxKISHAN GAMINjwjshjxjwjhskwkdjehjshds.pptx
KISHAN GAMINjwjshjxjwjhskwkdjehjshds.pptx
maheshbochare
Analytics - SAP B2B_ Arava Santosh Kumar.pptx
Analytics  -  SAP B2B_ Arava Santosh Kumar.pptxAnalytics  -  SAP B2B_ Arava Santosh Kumar.pptx
Analytics - SAP B2B_ Arava Santosh Kumar.pptx
ARAVASANTOSHKUMAR1
Blinkit SQL Analysis SQL Project case study.pptx
Blinkit SQL Analysis SQL Project case study.pptxBlinkit SQL Analysis SQL Project case study.pptx
Blinkit SQL Analysis SQL Project case study.pptx
Prince Goel
PLAN_OF_WORK_PPT_BY_ROHIT_BHAIRAM_--2212020201003[1] new.pptx
PLAN_OF_WORK_PPT_BY_ROHIT_BHAIRAM_--2212020201003[1] new.pptxPLAN_OF_WORK_PPT_BY_ROHIT_BHAIRAM_--2212020201003[1] new.pptx
PLAN_OF_WORK_PPT_BY_ROHIT_BHAIRAM_--2212020201003[1] new.pptx
bhairamrohit948
Apple-Technology-A-Case-Study (all about technology ppt)
Apple-Technology-A-Case-Study (all about technology ppt)Apple-Technology-A-Case-Study (all about technology ppt)
Apple-Technology-A-Case-Study (all about technology ppt)
Immortal43
Beyond Metadata for BBC iPlayer: an autoencoder-driven approach for embedding...
Beyond Metadata for BBC iPlayer: an autoencoder-driven approach for embedding...Beyond Metadata for BBC iPlayer: an autoencoder-driven approach for embedding...
Beyond Metadata for BBC iPlayer: an autoencoder-driven approach for embedding...
Simone Spaccarotella
GenAI-powered assistants compared in a real case - 2025-03-18
GenAI-powered assistants compared in a real case - 2025-03-18GenAI-powered assistants compared in a real case - 2025-03-18
GenAI-powered assistants compared in a real case - 2025-03-18
Alessandra Bilardi
Agile Infinity: When the Customer Is an Abstract Concept
Agile Infinity: When the Customer Is an Abstract ConceptAgile Infinity: When the Customer Is an Abstract Concept
Agile Infinity: When the Customer Is an Abstract Concept
Loic Merckel

Featured (20)

How Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthHow Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental Health
ThinkNow
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfAI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
marketingartwork
Skeleton Culture Code
Skeleton Culture CodeSkeleton Culture Code
Skeleton Culture Code
Skeleton Technologies
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024
Neil Kimberley
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)
contently
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024
Albert Qian
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie Insights
Kurio // The Social Media Age(ncy)
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024
Search Engine Journal
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary
SpeakerHub
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd
Clark Boyd
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next
Tessa Mero
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Lily Ray
How to have difficult conversations
How to have difficult conversations How to have difficult conversations
How to have difficult conversations
Rajiv Jayarajah, MAppComm, ACC
Introduction to Data Science
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data Science
Christy Abraham Joy
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best Practices
Vit Horky
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project management
MindGenius
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
RachelPearson36
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Applitools
12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work
GetSmarter
ChatGPT webinar slides
ChatGPT webinar slidesChatGPT webinar slides
ChatGPT webinar slides
Alireza Esmikhani
How Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthHow Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental Health
ThinkNow
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfAI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
marketingartwork
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024
Neil Kimberley
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)
contently
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024
Albert Qian
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie Insights
Kurio // The Social Media Age(ncy)
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024
Search Engine Journal
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary
SpeakerHub
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd
Clark Boyd
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next
Tessa Mero
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Lily Ray
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best Practices
Vit Horky
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project management
MindGenius
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
RachelPearson36
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Applitools
12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work
GetSmarter

Number System Conversion from binary to decimal ,decimal to binary & etc

  • 1. CSE 223 : Digital Logic Design Lesson-01 Number System Conversions Md. Shadman Mostafa Dept. of CSE, Daffodil International University E-mail: shadmanrimo13@gmail.com 1
  • 2. Course Contents Number System, BCD and Parity bit, Boolean Algebra, Basic and Universal Logic Gates, Standard forms, Boolean expression simplification using Karnaugh map, even considering "don't care" condition, Adder, Subtractor, Decoder, Encoder and priority Encoder, Multiplexer, De-multiplexer, Latch and Flipflop, Counters and Shift Registers, static random-access memory (SRAM), and ROM, Programmable Logic Devices (PROM, PAL, PLA). Description: Digital Electronics course provides an introduction to the control of engineering systems using programmable logic, with specific focus on programmable logic devices. The course rational is define form the context of digital logic, digital arithmetic, programmable logic and computer architecture. Design simple combinational logics using basic gates and to optimize Boolean logic using Karnaugh map, even considering "don't care" condition. The course will also introduce the basic sequential logic components. 2
  • 3. Ref. Books: Textbook/Recommended Readings: Digital Logic Design Morris Mano (5th Edition) Digital Fundamentals- Floyd (8th Edition) Reference Books/Supplementary Readings: Digital Systems-Principles and Application- Tocci (10th Edition) 3
  • 4. What is Digital Systems? Digital systems are described as systems that use discrete signals to represent and process information. 4 4 3 2 3 1 1 1 4 3.7 3.1 2.2
  • 6. Number Systems Base = 2 Binary (0,1) Base = 8 Octal (0-7) Base = 10 Decimal (0-9) Base = 16 Hexadecimal (0-9,A-F) (A=10, B=11, C=12, D=13, E=14, F=15) 6
  • 7. 7
  • 8. Base-n to Decimal Conversion (abc.de)n = (a*n2 + b*n1 + c*n0 + d*n-1 + e*n-2 )10 8 (315.42)6 = (3*62 + 1*61 + 5*60 + 4*6-1 + 2*6-2 )10 n = Base number
  • 9. 9 Converting binary numbers to decimal What is 10011010 in decimal? 10011010 = 1*27 + 0*26 + 0*25 + 1*24 + 1*23 + 0*22 + 1*21 + 0*20 = 27 + 24 + 23 + 21 = 128 + 16 + 8 + 2 = 154 What is 00101001 in decimal? 00101001 = 0*27 + 0*26 + 1*25 + 0*24 + 1*23 + 0*22 + 0*21 + 1*20 = 25 + 23 + 20 = 32 + 8 + 1 = 41
  • 10. 10 Converting binary numbers to decimal What is 10011010.1101 in decimal? 10011010 .1101 = 1*27 + 0*26 + 0*25 + 1*24 + 1*23 + 0*22 + 1*21 + 0*20 + 1*2-1 + 1*2-2 + 0*2-3 + 1*2-4 = 27 + 24 + 23 + 21 + 2-1 + 2-2 + 2-4 = 128 + 16 + 8 + 2 + .5 + .25 + 0.0625 = 154.8125 What is 00101001.0001 in decimal? 00101001.0001 = 25 + 23 + 20 + 2-4 = 32 + 8 + 1 + 0.0625 = 41.0625
  • 11. Octal & Hexadecimal numbers to Decimal (F1)16 = 15*161 + 1*160 = (241)10 (62)8 = 6*81 + 2*80 = (50)10 11
  • 12. Decimal to Base-n conversion Step-by-step: Divide the decimal number by the base number (n) Find out the quotient and remainder Divide the quotient by the base number (n) again and keep the remainders in a serial Continue this process until you find quotient = 0 MSB = last remainder, LSB = first remainder 12
  • 13. 13 Decimal numbers to binary Most Significant Bit (MSB) Least Significant Bit (LSB)
  • 14. Decimal Fraction to Base-n conversion Step-by-step: Multiply the fraction by the base number (n) Find out the product and carry, do (product - carry) Multiply the number by the base number (n) again and keep the carry in a serial Continue this process until you find product = 0 (not always necessary) MSB = first carry, LSB = last carry 14
  • 15. Decimal Fraction to Binary 15
  • 16. 16 Decimal Numbers to Binary 53 = 32 + 16 + 4 + 1 = 25 + 24 + 22 + 20 = 1*25 + 1*24 + 0*23 + 1*22 + 0*21 + 1*20 = 110101 in binary = 00110101 as a full byte in binary 211= 128 + 64 + 16 + 2 + 1 = 27 + 26 + 24 + 21 + 20 = 1*27 + 1*26 + 0*25 + 1*24 + 0*23 + 0*22 + 1*21 + 1*20 = 11010011 in binary
  • 17. Octal and Hexadecimal to Binary Method 1: Octal/Hexadecimal to Decimal Decimal to Binary Method 2: Direct Conversion 17
  • 18. Binary to Octal and Hexadecimal 18