SlideShare a Scribd company logo
1 of 25
Prepared By
Asst. Lect. Mohammed Salim

1

LFU 2014
What does this course give you?
This subject provides you with a basic understanding
of what are the digital circuits.
how they operate, and how they can be designed to
perform useful functions.
It forms the foundation necessary for the more
advanced hardware and software design courses in
this subject . You should learn about digital design
through a combination of lectures, and hands-on
laboratory.






2

LFU 2014
Grading
Course Grading:



Midterm Exam
Course Work and Assignments
Final Exam
Total

3

25%
15%
60%
100%

LFU 2014
Syllabus
Week
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
4

Topic
Introduction to Logic Design
Computer Number Systems
Number System Conversions
Number System Conversions
Binary arithmetic
Binary arithmetic
Midterm
Logic Gates
Logic Gates
Boolean Algebra &Logic Simplification
Boolean Algebra &Logic Simplification
Encoders, Decoders and Multiplexer
Encoders, Decoders and Multiplexer
Flip-Flops
Flip-Flops
LFU 2014
Digital Circuits
• Logic circuits are used to build computer hardware as
well as other products (digital hardware)
• Late 1960’s and early 1970’s saw a revolution in
digital capability
– Smaller transistors

– Larger chip size
• More transistors/chip gives greater functionality, but
requires more complexity in the design process

5

LFU 2014
Digital Circuits Design

Fig1: Example on transistor &
chip

• Integrated circuits are fabricated on silicon wafers
• Wafers are cut & packaged to form individual chips
• Chips have from tens to millions of transistors
6

LFU 2014
What is an IC ?
An Integrated Circuit is a tiny electronic circuits
whose components (transistors, resistors, capacitors)
are build on the surface of a semiconductor wafer,
using the same plane fabrication technology.

7

LFU 2014
Digital Circuits are Everywhere

(Source: R. Tummala, IEEE Spectrum, June 2006)

8

Communications
Multi-media
Manufacturing
Consumer electronics
Health care
Defense and security
Software
Automotive, etc
LFU 2014
Computer Number Systems


There are four computer systems :

1- Decimal number system : This system has 10
digits
{ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 }
 2- Binary number system : This system has 2 digits
{ 0, 1 }, these two digits called binary
digits or “bits”.
 3- Octal number system : This system has 8 digits
8 digits { 0, 1, 2, 3, 4, 5, 6, 7 }
 4- Hexadecimal: This system has 16 digits
16 digits { 0, 1, 2, 3, 4, 5, 6, LFU 20149, A, B, C, D,
7, 8,
9

Decimal Number System
The power of 10

Base = 10
10 digits= { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9
}

n

10n

-3

10-3=0.001

Base

10 2 10 1 10 0

-2

10-2=0.01

Digits

5 1 2

-1

10-1=0.1

0

100=1

1

101=10

2

102=100

3

103=1000

500

10

2

-2
10 -1 10

7 4
0.7 0.04

5*102+1*101+20*100+7*10-1+4*10-2
=(512.74)10
Rule :

d2*B2+d1*B1+d0*B0+d-1*B-1+d-2*B-2
Binary Number System
Base = 2 ,

The Power of 2

2 digits= { 0, 1 }

Digits

22

21

20

2-1

4

Base

2

1

1/2 1/4

1 0 1

0 1

2

-1

1

0

2-2

-2

1 *22+0 *21+1 *20+0 *2-1+1 *2-2

=(5.25)10
(101.01)2
Octal Number System


Base = 8 , 8 digits = { 0, 1, 2, 3, 4, 5, 6, 7 }
81

80

8-1

64

Base

82

8-2

8

1

1/8 1/64

5 1 2

7 4

2

Digits

-1

1

0

-2

5 *82+1 *81+2 *80+7 *8-1+4 *8-2

=(330.9375)10
(512.74)8
12

LFU 2014
Hexadecimal Number System


Base = 16 ,

16 digits { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F }
162 161 160

Base

16-1

16-2

256

1

1

E

5

7

A

2

Digits

16

1/16 1/256

1

0

-1

-2

1 *162+14 *161+5 *160+7 *16-1+10 *16-2

=(485.4765625)10
(1E5.7A)16
13

LFU 2014
Bit, Byte, and Nibble !


Bit



A 'bit' (short for Binary Digit) is the smallest unit of data that can be stored by
a computer. Each 'bit' is represented as a binary number, either 1 (true) or 0
(false).



Byte



A 'byte' contains 8 bits, so for example, it could be stored as 11101001. A
single keyboard character that you type, such as the letter A or the letter T
takes up one byte of storage. letter A in binary format = 01000001 .

Nibble


This is not a very commonly used term compared to bit and byte. It is the
term given to a group of four bits. Therefore two nibbles make a byte.

14

LFU 2014
Binary to Decimal Conversions


Convert From Binary to Decimal : ( 11011001)2

Result is ( 217)10
 Convert Binary fractions to Decimal ( 11.01)2 = ( 3.25)10

15

LFU 2014
Binary to Decimal Conversions

16

LFU 2014
Decimal to Binary Conversions

17

LFU 2014
Decimal fraction to Binary Conversions

18

LFU 2014
Octal to Decimal Conversion

19

LFU 2014
Decimal to Octal Conversion

20

LFU 2014
Binary to Octal Conversion and vice versa

21

LFU 2014
Decimal, Binary, Octal and Hexadecimal

22

LFU 2014
Binary to Hexadecimal and Vice Versa
Note: We take every 4 bits
and convert them to
hexadecimal

23

LFU 2014
Hexadecimal to Decimal conversion

24

LFU 2014
Decimal to Hexadecimal

25

LFU 2014

More Related Content

Similar to Digital logic Mohammed Salim Chapter 1

Basics of computer and Number conversions.pdf
Basics of computer and Number conversions.pdfBasics of computer and Number conversions.pdf
Basics of computer and Number conversions.pdfMrsJayamaryAComputer
 
The Role Of Software And Hardware As A Common Part Of The...
The Role Of Software And Hardware As A Common Part Of The...The Role Of Software And Hardware As A Common Part Of The...
The Role Of Software And Hardware As A Common Part Of The...Sheena Crouch
 
Programming with 8085.pptx
Programming with 8085.pptxProgramming with 8085.pptx
Programming with 8085.pptxSachinKupade
 
Chapter 1 digital design.pptx
Chapter 1 digital design.pptxChapter 1 digital design.pptx
Chapter 1 digital design.pptxAliaaTarek5
 
f37-book-intarch-pres-pt2.ppt
f37-book-intarch-pres-pt2.pptf37-book-intarch-pres-pt2.ppt
f37-book-intarch-pres-pt2.pptssuserf06014
 
f37-book-intarch-pres-pt2.ppt
f37-book-intarch-pres-pt2.pptf37-book-intarch-pres-pt2.ppt
f37-book-intarch-pres-pt2.pptVhhvf
 
It tools and buisness system.docx
It tools and buisness system.docxIt tools and buisness system.docx
It tools and buisness system.docxhinditutorialspoint
 
Software development slides
Software development slidesSoftware development slides
Software development slidesiarthur
 
Computer science important short questions ICS Part 1
Computer science important short questions ICS Part 1Computer science important short questions ICS Part 1
Computer science important short questions ICS Part 1Abdul Haseeb
 
Due 24 August (Friday, 1159 p.m. EDT)Use Module 1 and Book Ch.docx
Due 24 August (Friday, 1159 p.m. EDT)Use Module 1 and Book Ch.docxDue 24 August (Friday, 1159 p.m. EDT)Use Module 1 and Book Ch.docx
Due 24 August (Friday, 1159 p.m. EDT)Use Module 1 and Book Ch.docxjacksnathalie
 
Introduction to computers
Introduction to computersIntroduction to computers
Introduction to computersNishant Munjal
 
Computer data representation (integers, floating-point numbers, text, images,...
Computer data representation (integers, floating-point numbers, text, images,...Computer data representation (integers, floating-point numbers, text, images,...
Computer data representation (integers, floating-point numbers, text, images,...ArtemKovera
 

Similar to Digital logic Mohammed Salim Chapter 1 (20)

Basics of computer and Number conversions.pdf
Basics of computer and Number conversions.pdfBasics of computer and Number conversions.pdf
Basics of computer and Number conversions.pdf
 
W 9 numbering system
W 9 numbering systemW 9 numbering system
W 9 numbering system
 
W 9 numbering system
W 9 numbering systemW 9 numbering system
W 9 numbering system
 
The Role Of Software And Hardware As A Common Part Of The...
The Role Of Software And Hardware As A Common Part Of The...The Role Of Software And Hardware As A Common Part Of The...
The Role Of Software And Hardware As A Common Part Of The...
 
1.Data information
1.Data information1.Data information
1.Data information
 
COMPUTER AWARENESS.pptx
COMPUTER AWARENESS.pptxCOMPUTER AWARENESS.pptx
COMPUTER AWARENESS.pptx
 
DLD Chapter-1.pdf
DLD Chapter-1.pdfDLD Chapter-1.pdf
DLD Chapter-1.pdf
 
Programming with 8085.pptx
Programming with 8085.pptxProgramming with 8085.pptx
Programming with 8085.pptx
 
Chapter 1 digital design.pptx
Chapter 1 digital design.pptxChapter 1 digital design.pptx
Chapter 1 digital design.pptx
 
f37-book-intarch-pres-pt2.ppt
f37-book-intarch-pres-pt2.pptf37-book-intarch-pres-pt2.ppt
f37-book-intarch-pres-pt2.ppt
 
f37-book-intarch-pres-pt2.ppt
f37-book-intarch-pres-pt2.pptf37-book-intarch-pres-pt2.ppt
f37-book-intarch-pres-pt2.ppt
 
It tools and buisness system.docx
It tools and buisness system.docxIt tools and buisness system.docx
It tools and buisness system.docx
 
Software development slides
Software development slidesSoftware development slides
Software development slides
 
Computer science important short questions ICS Part 1
Computer science important short questions ICS Part 1Computer science important short questions ICS Part 1
Computer science important short questions ICS Part 1
 
Due 24 August (Friday, 1159 p.m. EDT)Use Module 1 and Book Ch.docx
Due 24 August (Friday, 1159 p.m. EDT)Use Module 1 and Book Ch.docxDue 24 August (Friday, 1159 p.m. EDT)Use Module 1 and Book Ch.docx
Due 24 August (Friday, 1159 p.m. EDT)Use Module 1 and Book Ch.docx
 
Introduction to computers
Introduction to computersIntroduction to computers
Introduction to computers
 
Week 1 Lecture.ppt
Week 1 Lecture.pptWeek 1 Lecture.ppt
Week 1 Lecture.ppt
 
Week 1 Lecture.ppt
Week 1 Lecture.pptWeek 1 Lecture.ppt
Week 1 Lecture.ppt
 
Digital electronics
Digital electronicsDigital electronics
Digital electronics
 
Computer data representation (integers, floating-point numbers, text, images,...
Computer data representation (integers, floating-point numbers, text, images,...Computer data representation (integers, floating-point numbers, text, images,...
Computer data representation (integers, floating-point numbers, text, images,...
 

Recently uploaded

Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppCeline George
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
PSYCHIATRIC History collection FORMAT.pptx
PSYCHIATRIC   History collection FORMAT.pptxPSYCHIATRIC   History collection FORMAT.pptx
PSYCHIATRIC History collection FORMAT.pptxPoojaSen20
 
Micromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersMicromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersChitralekhaTherkar
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 

Recently uploaded (20)

Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website App
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
PSYCHIATRIC History collection FORMAT.pptx
PSYCHIATRIC   History collection FORMAT.pptxPSYCHIATRIC   History collection FORMAT.pptx
PSYCHIATRIC History collection FORMAT.pptx
 
Micromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersMicromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of Powders
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 

Digital logic Mohammed Salim Chapter 1

  • 1. Prepared By Asst. Lect. Mohammed Salim 1 LFU 2014
  • 2. What does this course give you? This subject provides you with a basic understanding of what are the digital circuits. how they operate, and how they can be designed to perform useful functions. It forms the foundation necessary for the more advanced hardware and software design courses in this subject . You should learn about digital design through a combination of lectures, and hands-on laboratory.    2 LFU 2014
  • 3. Grading Course Grading:  Midterm Exam Course Work and Assignments Final Exam Total 3 25% 15% 60% 100% LFU 2014
  • 4. Syllabus Week 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 4 Topic Introduction to Logic Design Computer Number Systems Number System Conversions Number System Conversions Binary arithmetic Binary arithmetic Midterm Logic Gates Logic Gates Boolean Algebra &Logic Simplification Boolean Algebra &Logic Simplification Encoders, Decoders and Multiplexer Encoders, Decoders and Multiplexer Flip-Flops Flip-Flops LFU 2014
  • 5. Digital Circuits • Logic circuits are used to build computer hardware as well as other products (digital hardware) • Late 1960’s and early 1970’s saw a revolution in digital capability – Smaller transistors – Larger chip size • More transistors/chip gives greater functionality, but requires more complexity in the design process 5 LFU 2014
  • 6. Digital Circuits Design Fig1: Example on transistor & chip • Integrated circuits are fabricated on silicon wafers • Wafers are cut & packaged to form individual chips • Chips have from tens to millions of transistors 6 LFU 2014
  • 7. What is an IC ? An Integrated Circuit is a tiny electronic circuits whose components (transistors, resistors, capacitors) are build on the surface of a semiconductor wafer, using the same plane fabrication technology. 7 LFU 2014
  • 8. Digital Circuits are Everywhere (Source: R. Tummala, IEEE Spectrum, June 2006) 8 Communications Multi-media Manufacturing Consumer electronics Health care Defense and security Software Automotive, etc LFU 2014
  • 9. Computer Number Systems  There are four computer systems : 1- Decimal number system : This system has 10 digits { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 }  2- Binary number system : This system has 2 digits { 0, 1 }, these two digits called binary digits or “bits”.  3- Octal number system : This system has 8 digits 8 digits { 0, 1, 2, 3, 4, 5, 6, 7 }  4- Hexadecimal: This system has 16 digits 16 digits { 0, 1, 2, 3, 4, 5, 6, LFU 20149, A, B, C, D, 7, 8, 9 
  • 10. Decimal Number System The power of 10 Base = 10 10 digits= { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 } n 10n -3 10-3=0.001 Base 10 2 10 1 10 0 -2 10-2=0.01 Digits 5 1 2 -1 10-1=0.1 0 100=1 1 101=10 2 102=100 3 103=1000 500 10 2 -2 10 -1 10 7 4 0.7 0.04 5*102+1*101+20*100+7*10-1+4*10-2 =(512.74)10 Rule : d2*B2+d1*B1+d0*B0+d-1*B-1+d-2*B-2
  • 11. Binary Number System Base = 2 , The Power of 2 2 digits= { 0, 1 } Digits 22 21 20 2-1 4 Base 2 1 1/2 1/4 1 0 1 0 1 2 -1 1 0 2-2 -2 1 *22+0 *21+1 *20+0 *2-1+1 *2-2 =(5.25)10 (101.01)2
  • 12. Octal Number System  Base = 8 , 8 digits = { 0, 1, 2, 3, 4, 5, 6, 7 } 81 80 8-1 64 Base 82 8-2 8 1 1/8 1/64 5 1 2 7 4 2 Digits -1 1 0 -2 5 *82+1 *81+2 *80+7 *8-1+4 *8-2 =(330.9375)10 (512.74)8 12 LFU 2014
  • 13. Hexadecimal Number System  Base = 16 , 16 digits { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F } 162 161 160 Base 16-1 16-2 256 1 1 E 5 7 A 2 Digits 16 1/16 1/256 1 0 -1 -2 1 *162+14 *161+5 *160+7 *16-1+10 *16-2 =(485.4765625)10 (1E5.7A)16 13 LFU 2014
  • 14. Bit, Byte, and Nibble !  Bit  A 'bit' (short for Binary Digit) is the smallest unit of data that can be stored by a computer. Each 'bit' is represented as a binary number, either 1 (true) or 0 (false).  Byte  A 'byte' contains 8 bits, so for example, it could be stored as 11101001. A single keyboard character that you type, such as the letter A or the letter T takes up one byte of storage. letter A in binary format = 01000001 . Nibble  This is not a very commonly used term compared to bit and byte. It is the term given to a group of four bits. Therefore two nibbles make a byte. 14 LFU 2014
  • 15. Binary to Decimal Conversions  Convert From Binary to Decimal : ( 11011001)2 Result is ( 217)10  Convert Binary fractions to Decimal ( 11.01)2 = ( 3.25)10 15 LFU 2014
  • 16. Binary to Decimal Conversions 16 LFU 2014
  • 17. Decimal to Binary Conversions 17 LFU 2014
  • 18. Decimal fraction to Binary Conversions 18 LFU 2014
  • 19. Octal to Decimal Conversion 19 LFU 2014
  • 20. Decimal to Octal Conversion 20 LFU 2014
  • 21. Binary to Octal Conversion and vice versa 21 LFU 2014
  • 22. Decimal, Binary, Octal and Hexadecimal 22 LFU 2014
  • 23. Binary to Hexadecimal and Vice Versa Note: We take every 4 bits and convert them to hexadecimal 23 LFU 2014
  • 24. Hexadecimal to Decimal conversion 24 LFU 2014