SlideShare une entreprise Scribd logo
CONTENTS
      Introduction of Data Representation.
      Data Representation within the computer.
      What is number system?
      Define the following:-
    a) Binary numbers
    b) Octal numbers
    c) Hexadecimal numbers
    d) Decimal number system
    e) Memory drumps
        Types of number systems.

2                                                6:43 AM
CONTENTS (cont…)
    Relationship among
    Decimal,Hexadecimal,Binary,and Octal number
    systems.
    Binary addition & sub.
    Character representation.
    Types of conversions to convert numbers from
    one base to another.




3                                             6:43 AM
INTRODUCTION OF DATA
    REPRESENTATION
    Data is represented in the computer using binary
     value of 0&1.And also explain such as binary
     number system,octal number system and
     hexadecimal number system.This unit also
     describes how to represent various other
     characters such as BCD,EBCDIC & ASCII.




4                                                 6:43 AM
DATA REPRESENTATION WITHIN
    THE COMPUTER
    We need to data represented in the computer by
      electrical components such as
      transitors,integrated circuits,semiconductors and
      wires.All information can therefore be
      represented within the computer by the
      presence(ON) or absence(OFF) these various
      signals.Let us now understsnd some commonly
      used terms:-
     BITS
     NIBBLE
     BYTES
5    WORD                                          6:43 AM
What is number system
    Ten separate symbols 0,1,2,3,4,5,6,7,8,9are used
      to represent ten decimal digits.
    Ex-The decimal number 6498 as an example to
      explain the weight of each digit of the number.
    Solution:-6498=6000+400+90+8
                  =6*10*10*10+4*10*10+9*10+8*10*0.




6                                                 6:43 AM
Define the following:-
     BINARY NUMBERS-The base or radix of the
      binary number system is 2.It uses only two
      digits,0 &1.
    Ex-The binary number 1101as an example to
      explain the weight of each bit of the number.
    Solution:-1101=1*2*2*2+1*2*2+0*2*1+1*2*0
                   =8+4+0+1=13 (decimal number)
     OCTAL NUMBERS-An octal system has eight
      digits represented as 0,1,2,3,4,5,6,7.



7                                              6:43 AM
 HEXADECIMAL NUMBERS-The hexadecimal
      system has sixteen digits, which are represented
      as 0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F.
     DECIMAL NUMBER SYSTEM-It uses base
      10,which means that it uses 10 digits
      0,1,2,3,4,5,6,7,8,$9 to perform an operations.
     MEMORY DRUMPS-A commonly used way of
      doing this is to print/display raw memory contents,
      which is called memory drump.



8                                                   6:43 AM
TYPES OF NUMBER SYSTEMS:-
     NON-POSITIONAL         In this system, we have
      symbols such as I FOR 1.It is very difficult to
      perform airthemetic with such a number system.
     POSITIONAL         There are only a few symbols
      called digits. These symbols represent different
      values,depending on the position they occupy in
      a number.




9                                                  6:43 AM
Relationship among
     decimal,hexadecimal,binary,octal number
     system
     DECIMAL   HEXADECIMA   BINARY   OCTAL
               L
     0         0            0        0
     1         1            1        1
     2         2            10       2
     3         3            11       3
     4         4            100      4
     5         5            101      5
     6         6            110      6



10                                             6:43 AM
Binary addition and sub.
       a) Binary addition:-
       e.g.-  1001 (9 decimal no.)
             +0101 (5 decimal no.)
              1110 (14 decimal no.)
       b) Binary substraction:-
        e.g.- 1110 (14 decimal no.)
              0101 (-5 decimal no.)
              1001 (9 decimal no.)


11                                    6:43 AM
Character representation
     1.   BCD It stands for binary coded decimal it is
          one of the early computer codes.In BCD
          code,each digit of a decimal no. is represented
          by its binary equivalent instead of converting
          entire decimal value to binary no.


            Decimal digit   BCD equivalent
            0               0000
            1               0001
            2               0010
            3               0011

12
            4               0100                     6:43 AM
Type of conversions to convert
 from one base to another
 a) Converting from another base to decimal.
 b) Converting from decimal to another base.
 c) Converting from a base other than 10 to
      another base other than 10.
   d) Shortcut method for binary to octal
      conversion.
   e) Shortcut method for octal to binary
      conversion.
   f) Shortcut method for binary to
13    hexadecimal conversion.                  6:43 AM
Question?

14
         6:43 AM
THANK’S

15             6:43 AM

Contenu connexe

Tendances (20)

Binary addition.pptx
Binary addition.pptxBinary addition.pptx
Binary addition.pptx
 
DATA REPRESENTATION
DATA  REPRESENTATIONDATA  REPRESENTATION
DATA REPRESENTATION
 
Number system
Number systemNumber system
Number system
 
06 floating point
06 floating point06 floating point
06 floating point
 
Number System
Number SystemNumber System
Number System
 
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
 
Digital Logic Design.pptx
Digital Logic Design.pptxDigital Logic Design.pptx
Digital Logic Design.pptx
 
Computer Number System
Computer Number SystemComputer Number System
Computer Number System
 
Computer architecture data representation
Computer architecture  data representationComputer architecture  data representation
Computer architecture data representation
 
Complement
ComplementComplement
Complement
 
binary number system
 binary number system binary number system
binary number system
 
Number System Conversion | BCA
Number System Conversion | BCANumber System Conversion | BCA
Number System Conversion | BCA
 
Microoperations
MicrooperationsMicrooperations
Microoperations
 
Data representation
Data representationData representation
Data representation
 
Number system
Number systemNumber system
Number system
 
Data Reprersentation
Data Reprersentation  Data Reprersentation
Data Reprersentation
 
mano.ppt
mano.pptmano.ppt
mano.ppt
 
Basic Computer Organization and Design
Basic  Computer  Organization  and  DesignBasic  Computer  Organization  and  Design
Basic Computer Organization and Design
 
Octal and Hexadecimal Numbering Systems
Octal and Hexadecimal Numbering SystemsOctal and Hexadecimal Numbering Systems
Octal and Hexadecimal Numbering Systems
 
Data representation
Data representationData representation
Data representation
 

En vedette

Integer Representation
Integer RepresentationInteger Representation
Integer Representationgavhays
 
Fixed-point arithmetic
Fixed-point arithmeticFixed-point arithmetic
Fixed-point arithmeticDavid Bařina
 
Topic 1 Data Representation
Topic 1 Data RepresentationTopic 1 Data Representation
Topic 1 Data Representationekul
 
Properties real numbers basic
Properties real numbers basicProperties real numbers basic
Properties real numbers basicBitsy Griffin
 
Real numbers - Euclid’s Division Algorithm for class 10th/grade X maths 2014
Real numbers - Euclid’s Division Algorithm for class 10th/grade X maths 2014 Real numbers - Euclid’s Division Algorithm for class 10th/grade X maths 2014
Real numbers - Euclid’s Division Algorithm for class 10th/grade X maths 2014 Let's Tute
 
Data structure and its types
Data structure and its typesData structure and its types
Data structure and its typesNavtar Sidhu Brar
 

En vedette (20)

Representation of Real Numbers
Representation of Real NumbersRepresentation of Real Numbers
Representation of Real Numbers
 
Integer Representation
Integer RepresentationInteger Representation
Integer Representation
 
Fixed-point arithmetic
Fixed-point arithmeticFixed-point arithmetic
Fixed-point arithmetic
 
Dccn ppt
Dccn pptDccn ppt
Dccn ppt
 
real numbers
real numbersreal numbers
real numbers
 
The Real Numbers
The Real NumbersThe Real Numbers
The Real Numbers
 
Respiration
Respiration Respiration
Respiration
 
Topic 1 Data Representation
Topic 1 Data RepresentationTopic 1 Data Representation
Topic 1 Data Representation
 
Properties real numbers basic
Properties real numbers basicProperties real numbers basic
Properties real numbers basic
 
Real Number System
Real Number SystemReal Number System
Real Number System
 
Math Project
Math ProjectMath Project
Math Project
 
Real numbers
Real numbersReal numbers
Real numbers
 
Real numbers
Real numbersReal numbers
Real numbers
 
Real numbers - Euclid’s Division Algorithm for class 10th/grade X maths 2014
Real numbers - Euclid’s Division Algorithm for class 10th/grade X maths 2014 Real numbers - Euclid’s Division Algorithm for class 10th/grade X maths 2014
Real numbers - Euclid’s Division Algorithm for class 10th/grade X maths 2014
 
Real numbers system
Real numbers systemReal numbers system
Real numbers system
 
Real Numbers
Real NumbersReal Numbers
Real Numbers
 
Real numbers
Real numbersReal numbers
Real numbers
 
Irrigation Engineering
Irrigation EngineeringIrrigation Engineering
Irrigation Engineering
 
Data structure and its types
Data structure and its typesData structure and its types
Data structure and its types
 
Number System
Number SystemNumber System
Number System
 

Similaire à Data representation

1.Digital Electronics overview & Number Systems.pptx
1.Digital Electronics overview & Number Systems.pptx1.Digital Electronics overview & Number Systems.pptx
1.Digital Electronics overview & Number Systems.pptxLibanMohamed26
 
Digital Electronics- Number systems & codes
Digital Electronics- Number systems & codes Digital Electronics- Number systems & codes
Digital Electronics- Number systems & codes VandanaPagar1
 
Intro to IT Skills Lec 5 - English Department.pptx
Intro to IT Skills Lec 5 - English Department.pptxIntro to IT Skills Lec 5 - English Department.pptx
Intro to IT Skills Lec 5 - English Department.pptxmust322322
 
Lecture_Computer_Codes.ppt
Lecture_Computer_Codes.pptLecture_Computer_Codes.ppt
Lecture_Computer_Codes.pptMarlonMagtibay2
 
04 chapter03 02_numbers_systems_student_version_fa16
04 chapter03 02_numbers_systems_student_version_fa1604 chapter03 02_numbers_systems_student_version_fa16
04 chapter03 02_numbers_systems_student_version_fa16John Todora
 
Chapter 3-Data Representation in Computers.ppt
Chapter 3-Data Representation in Computers.pptChapter 3-Data Representation in Computers.ppt
Chapter 3-Data Representation in Computers.pptKalGetachew2
 
digital logic design number system
digital logic design number systemdigital logic design number system
digital logic design number systemNallapati Anindra
 
Number system by ammar nawab
Number system by ammar nawabNumber system by ammar nawab
Number system by ammar nawabAmmar_n
 
1.1.1 binary systems By Zak
1.1.1 binary systems By Zak1.1.1 binary systems By Zak
1.1.1 binary systems By ZakTabsheer Hasan
 

Similaire à Data representation (20)

Number System.pdf
Number System.pdfNumber System.pdf
Number System.pdf
 
1.1.1 BINARY SYSTEM
1.1.1 BINARY SYSTEM1.1.1 BINARY SYSTEM
1.1.1 BINARY SYSTEM
 
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
 
1.Digital Electronics overview & Number Systems.pptx
1.Digital Electronics overview & Number Systems.pptx1.Digital Electronics overview & Number Systems.pptx
1.Digital Electronics overview & Number Systems.pptx
 
Digital Electronics- Number systems & codes
Digital Electronics- Number systems & codes Digital Electronics- Number systems & codes
Digital Electronics- Number systems & codes
 
Number Systems
Number  SystemsNumber  Systems
Number Systems
 
Intro to IT Skills Lec 5 - English Department.pptx
Intro to IT Skills Lec 5 - English Department.pptxIntro to IT Skills Lec 5 - English Department.pptx
Intro to IT Skills Lec 5 - English Department.pptx
 
NUMBER SYSTEM.pptx
NUMBER SYSTEM.pptxNUMBER SYSTEM.pptx
NUMBER SYSTEM.pptx
 
Digital Logic
Digital LogicDigital Logic
Digital Logic
 
Lecture_Computer_Codes.ppt
Lecture_Computer_Codes.pptLecture_Computer_Codes.ppt
Lecture_Computer_Codes.ppt
 
04 chapter03 02_numbers_systems_student_version_fa16
04 chapter03 02_numbers_systems_student_version_fa1604 chapter03 02_numbers_systems_student_version_fa16
04 chapter03 02_numbers_systems_student_version_fa16
 
Chapter 3-Data Representation in Computers.ppt
Chapter 3-Data Representation in Computers.pptChapter 3-Data Representation in Computers.ppt
Chapter 3-Data Representation in Computers.ppt
 
digital logic design number system
digital logic design number systemdigital logic design number system
digital logic design number system
 
Number system by ammar nawab
Number system by ammar nawabNumber system by ammar nawab
Number system by ammar nawab
 
2013 1
2013 1 2013 1
2013 1
 
. computer codes
. computer codes. computer codes
. computer codes
 
1.1.1 binary systems By Zak
1.1.1 binary systems By Zak1.1.1 binary systems By Zak
1.1.1 binary systems By Zak
 
Number System
Number SystemNumber System
Number System
 
Digital Electronics Notes.pdf
Digital Electronics Notes.pdfDigital Electronics Notes.pdf
Digital Electronics Notes.pdf
 

Dernier

Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonDianaGray10
 
Connecting the Dots in Product Design at KAYAK
Connecting the Dots in Product Design at KAYAKConnecting the Dots in Product Design at KAYAK
Connecting the Dots in Product Design at KAYAKUXDXConf
 
Structuring Teams and Portfolios for Success
Structuring Teams and Portfolios for SuccessStructuring Teams and Portfolios for Success
Structuring Teams and Portfolios for SuccessUXDXConf
 
WSO2CONMay2024OpenSourceConferenceDebrief.pptx
WSO2CONMay2024OpenSourceConferenceDebrief.pptxWSO2CONMay2024OpenSourceConferenceDebrief.pptx
WSO2CONMay2024OpenSourceConferenceDebrief.pptxJennifer Lim
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Jeffrey Haguewood
 
Free and Effective: Making Flows Publicly Accessible, Yumi Ibrahimzade
Free and Effective: Making Flows Publicly Accessible, Yumi IbrahimzadeFree and Effective: Making Flows Publicly Accessible, Yumi Ibrahimzade
Free and Effective: Making Flows Publicly Accessible, Yumi IbrahimzadeCzechDreamin
 
Speed Wins: From Kafka to APIs in Minutes
Speed Wins: From Kafka to APIs in MinutesSpeed Wins: From Kafka to APIs in Minutes
Speed Wins: From Kafka to APIs in Minutesconfluent
 
AI revolution and Salesforce, Jiří Karpíšek
AI revolution and Salesforce, Jiří KarpíšekAI revolution and Salesforce, Jiří Karpíšek
AI revolution and Salesforce, Jiří KarpíšekCzechDreamin
 
UiPath Test Automation using UiPath Test Suite series, part 2
UiPath Test Automation using UiPath Test Suite series, part 2UiPath Test Automation using UiPath Test Suite series, part 2
UiPath Test Automation using UiPath Test Suite series, part 2DianaGray10
 
Designing for Hardware Accessibility at Comcast
Designing for Hardware Accessibility at ComcastDesigning for Hardware Accessibility at Comcast
Designing for Hardware Accessibility at ComcastUXDXConf
 
IoT Analytics Company Presentation May 2024
IoT Analytics Company Presentation May 2024IoT Analytics Company Presentation May 2024
IoT Analytics Company Presentation May 2024IoTAnalytics
 
Integrating Telephony Systems with Salesforce: Insights and Considerations, B...
Integrating Telephony Systems with Salesforce: Insights and Considerations, B...Integrating Telephony Systems with Salesforce: Insights and Considerations, B...
Integrating Telephony Systems with Salesforce: Insights and Considerations, B...CzechDreamin
 
Future Visions: Predictions to Guide and Time Tech Innovation, Peter Udo Diehl
Future Visions: Predictions to Guide and Time Tech Innovation, Peter Udo DiehlFuture Visions: Predictions to Guide and Time Tech Innovation, Peter Udo Diehl
Future Visions: Predictions to Guide and Time Tech Innovation, Peter Udo DiehlPeter Udo Diehl
 
Exploring UiPath Orchestrator API: updates and limits in 2024 🚀
Exploring UiPath Orchestrator API: updates and limits in 2024 🚀Exploring UiPath Orchestrator API: updates and limits in 2024 🚀
Exploring UiPath Orchestrator API: updates and limits in 2024 🚀DianaGray10
 
Introduction to Open Source RAG and RAG Evaluation
Introduction to Open Source RAG and RAG EvaluationIntroduction to Open Source RAG and RAG Evaluation
Introduction to Open Source RAG and RAG EvaluationZilliz
 
Unpacking Value Delivery - Agile Oxford Meetup - May 2024.pptx
Unpacking Value Delivery - Agile Oxford Meetup - May 2024.pptxUnpacking Value Delivery - Agile Oxford Meetup - May 2024.pptx
Unpacking Value Delivery - Agile Oxford Meetup - May 2024.pptxDavid Michel
 
Custom Approval Process: A New Perspective, Pavel Hrbacek & Anindya Halder
Custom Approval Process: A New Perspective, Pavel Hrbacek & Anindya HalderCustom Approval Process: A New Perspective, Pavel Hrbacek & Anindya Halder
Custom Approval Process: A New Perspective, Pavel Hrbacek & Anindya HalderCzechDreamin
 
Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...
Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...
Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...CzechDreamin
 
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptxIOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptxAbida Shariff
 
Intelligent Gimbal FINAL PAPER Engineering.pdf
Intelligent Gimbal FINAL PAPER Engineering.pdfIntelligent Gimbal FINAL PAPER Engineering.pdf
Intelligent Gimbal FINAL PAPER Engineering.pdfAnthony Lucente
 

Dernier (20)

Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
 
Connecting the Dots in Product Design at KAYAK
Connecting the Dots in Product Design at KAYAKConnecting the Dots in Product Design at KAYAK
Connecting the Dots in Product Design at KAYAK
 
Structuring Teams and Portfolios for Success
Structuring Teams and Portfolios for SuccessStructuring Teams and Portfolios for Success
Structuring Teams and Portfolios for Success
 
WSO2CONMay2024OpenSourceConferenceDebrief.pptx
WSO2CONMay2024OpenSourceConferenceDebrief.pptxWSO2CONMay2024OpenSourceConferenceDebrief.pptx
WSO2CONMay2024OpenSourceConferenceDebrief.pptx
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
 
Free and Effective: Making Flows Publicly Accessible, Yumi Ibrahimzade
Free and Effective: Making Flows Publicly Accessible, Yumi IbrahimzadeFree and Effective: Making Flows Publicly Accessible, Yumi Ibrahimzade
Free and Effective: Making Flows Publicly Accessible, Yumi Ibrahimzade
 
Speed Wins: From Kafka to APIs in Minutes
Speed Wins: From Kafka to APIs in MinutesSpeed Wins: From Kafka to APIs in Minutes
Speed Wins: From Kafka to APIs in Minutes
 
AI revolution and Salesforce, Jiří Karpíšek
AI revolution and Salesforce, Jiří KarpíšekAI revolution and Salesforce, Jiří Karpíšek
AI revolution and Salesforce, Jiří Karpíšek
 
UiPath Test Automation using UiPath Test Suite series, part 2
UiPath Test Automation using UiPath Test Suite series, part 2UiPath Test Automation using UiPath Test Suite series, part 2
UiPath Test Automation using UiPath Test Suite series, part 2
 
Designing for Hardware Accessibility at Comcast
Designing for Hardware Accessibility at ComcastDesigning for Hardware Accessibility at Comcast
Designing for Hardware Accessibility at Comcast
 
IoT Analytics Company Presentation May 2024
IoT Analytics Company Presentation May 2024IoT Analytics Company Presentation May 2024
IoT Analytics Company Presentation May 2024
 
Integrating Telephony Systems with Salesforce: Insights and Considerations, B...
Integrating Telephony Systems with Salesforce: Insights and Considerations, B...Integrating Telephony Systems with Salesforce: Insights and Considerations, B...
Integrating Telephony Systems with Salesforce: Insights and Considerations, B...
 
Future Visions: Predictions to Guide and Time Tech Innovation, Peter Udo Diehl
Future Visions: Predictions to Guide and Time Tech Innovation, Peter Udo DiehlFuture Visions: Predictions to Guide and Time Tech Innovation, Peter Udo Diehl
Future Visions: Predictions to Guide and Time Tech Innovation, Peter Udo Diehl
 
Exploring UiPath Orchestrator API: updates and limits in 2024 🚀
Exploring UiPath Orchestrator API: updates and limits in 2024 🚀Exploring UiPath Orchestrator API: updates and limits in 2024 🚀
Exploring UiPath Orchestrator API: updates and limits in 2024 🚀
 
Introduction to Open Source RAG and RAG Evaluation
Introduction to Open Source RAG and RAG EvaluationIntroduction to Open Source RAG and RAG Evaluation
Introduction to Open Source RAG and RAG Evaluation
 
Unpacking Value Delivery - Agile Oxford Meetup - May 2024.pptx
Unpacking Value Delivery - Agile Oxford Meetup - May 2024.pptxUnpacking Value Delivery - Agile Oxford Meetup - May 2024.pptx
Unpacking Value Delivery - Agile Oxford Meetup - May 2024.pptx
 
Custom Approval Process: A New Perspective, Pavel Hrbacek & Anindya Halder
Custom Approval Process: A New Perspective, Pavel Hrbacek & Anindya HalderCustom Approval Process: A New Perspective, Pavel Hrbacek & Anindya Halder
Custom Approval Process: A New Perspective, Pavel Hrbacek & Anindya Halder
 
Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...
Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...
Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...
 
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptxIOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
 
Intelligent Gimbal FINAL PAPER Engineering.pdf
Intelligent Gimbal FINAL PAPER Engineering.pdfIntelligent Gimbal FINAL PAPER Engineering.pdf
Intelligent Gimbal FINAL PAPER Engineering.pdf
 

Data representation

  • 1. CONTENTS Introduction of Data Representation. Data Representation within the computer. What is number system? Define the following:- a) Binary numbers b) Octal numbers c) Hexadecimal numbers d) Decimal number system e) Memory drumps Types of number systems. 2 6:43 AM
  • 2. CONTENTS (cont…) Relationship among Decimal,Hexadecimal,Binary,and Octal number systems. Binary addition & sub. Character representation. Types of conversions to convert numbers from one base to another. 3 6:43 AM
  • 3. INTRODUCTION OF DATA REPRESENTATION Data is represented in the computer using binary value of 0&1.And also explain such as binary number system,octal number system and hexadecimal number system.This unit also describes how to represent various other characters such as BCD,EBCDIC & ASCII. 4 6:43 AM
  • 4. DATA REPRESENTATION WITHIN THE COMPUTER We need to data represented in the computer by electrical components such as transitors,integrated circuits,semiconductors and wires.All information can therefore be represented within the computer by the presence(ON) or absence(OFF) these various signals.Let us now understsnd some commonly used terms:-  BITS  NIBBLE  BYTES 5  WORD 6:43 AM
  • 5. What is number system Ten separate symbols 0,1,2,3,4,5,6,7,8,9are used to represent ten decimal digits. Ex-The decimal number 6498 as an example to explain the weight of each digit of the number. Solution:-6498=6000+400+90+8 =6*10*10*10+4*10*10+9*10+8*10*0. 6 6:43 AM
  • 6. Define the following:-  BINARY NUMBERS-The base or radix of the binary number system is 2.It uses only two digits,0 &1. Ex-The binary number 1101as an example to explain the weight of each bit of the number. Solution:-1101=1*2*2*2+1*2*2+0*2*1+1*2*0 =8+4+0+1=13 (decimal number)  OCTAL NUMBERS-An octal system has eight digits represented as 0,1,2,3,4,5,6,7. 7 6:43 AM
  • 7.  HEXADECIMAL NUMBERS-The hexadecimal system has sixteen digits, which are represented as 0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F.  DECIMAL NUMBER SYSTEM-It uses base 10,which means that it uses 10 digits 0,1,2,3,4,5,6,7,8,$9 to perform an operations.  MEMORY DRUMPS-A commonly used way of doing this is to print/display raw memory contents, which is called memory drump. 8 6:43 AM
  • 8. TYPES OF NUMBER SYSTEMS:-  NON-POSITIONAL In this system, we have symbols such as I FOR 1.It is very difficult to perform airthemetic with such a number system.  POSITIONAL There are only a few symbols called digits. These symbols represent different values,depending on the position they occupy in a number. 9 6:43 AM
  • 9. Relationship among decimal,hexadecimal,binary,octal number system DECIMAL HEXADECIMA BINARY OCTAL L 0 0 0 0 1 1 1 1 2 2 10 2 3 3 11 3 4 4 100 4 5 5 101 5 6 6 110 6 10 6:43 AM
  • 10. Binary addition and sub. a) Binary addition:- e.g.- 1001 (9 decimal no.) +0101 (5 decimal no.) 1110 (14 decimal no.) b) Binary substraction:- e.g.- 1110 (14 decimal no.) 0101 (-5 decimal no.) 1001 (9 decimal no.) 11 6:43 AM
  • 11. Character representation 1. BCD It stands for binary coded decimal it is one of the early computer codes.In BCD code,each digit of a decimal no. is represented by its binary equivalent instead of converting entire decimal value to binary no. Decimal digit BCD equivalent 0 0000 1 0001 2 0010 3 0011 12 4 0100 6:43 AM
  • 12. Type of conversions to convert from one base to another a) Converting from another base to decimal. b) Converting from decimal to another base. c) Converting from a base other than 10 to another base other than 10. d) Shortcut method for binary to octal conversion. e) Shortcut method for octal to binary conversion. f) Shortcut method for binary to 13 hexadecimal conversion. 6:43 AM
  • 13. Question? 14 6:43 AM
  • 14. THANK’S 15 6:43 AM