SlideShare une entreprise Scribd logo
1  sur  14
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

Binary Arithmetic
Binary ArithmeticBinary Arithmetic
Binary Arithmetic
gavhays
 
Number system
Number systemNumber system
Number system
kashee99
 

Tendances (20)

Infix to postfix conversion
Infix to postfix conversionInfix to postfix conversion
Infix to postfix conversion
 
BCD.
BCD.BCD.
BCD.
 
Queue AS an ADT (Abstract Data Type)
Queue AS an ADT (Abstract Data Type)Queue AS an ADT (Abstract Data Type)
Queue AS an ADT (Abstract Data Type)
 
W 9 numbering system
W 9 numbering systemW 9 numbering system
W 9 numbering system
 
Number system
Number systemNumber system
Number system
 
Binary Arithmetic
Binary ArithmeticBinary Arithmetic
Binary Arithmetic
 
Binary Arithmetic Operations
Binary Arithmetic OperationsBinary Arithmetic Operations
Binary Arithmetic Operations
 
Number system computer fundamental
 Number  system computer fundamental  Number  system computer fundamental
Number system computer fundamental
 
FYBSC IT Digital Electronics Unit I Chapter II Number System and Binary Arith...
FYBSC IT Digital Electronics Unit I Chapter II Number System and Binary Arith...FYBSC IT Digital Electronics Unit I Chapter II Number System and Binary Arith...
FYBSC IT Digital Electronics Unit I Chapter II Number System and Binary Arith...
 
compliments
 compliments compliments
compliments
 
Fixed point and floating-point numbers
Fixed point and  floating-point numbersFixed point and  floating-point numbers
Fixed point and floating-point numbers
 
Data Representation
Data RepresentationData Representation
Data Representation
 
Number system
Number systemNumber system
Number system
 
Types of instructions
Types of instructionsTypes of instructions
Types of instructions
 
Number system
Number systemNumber system
Number system
 
binary number system
 binary number system binary number system
binary number system
 
Data representation
Data representationData representation
Data representation
 
Data structures using c
Data structures using cData structures using c
Data structures using c
 
Number system
Number systemNumber system
Number system
 
Conversion of number system
Conversion of number systemConversion of number system
Conversion of number system
 

En vedette

Integer Representation
Integer RepresentationInteger Representation
Integer Representation
gavhays
 
Topic 1 Data Representation
Topic 1 Data RepresentationTopic 1 Data Representation
Topic 1 Data Representation
ekul
 
Properties real numbers basic
Properties real numbers basicProperties real numbers basic
Properties real numbers basic
Bitsy Griffin
 
Data structure and its types
Data structure and its typesData structure and its types
Data structure and its types
Navtar 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
 
06 floating point
06 floating point06 floating point
06 floating point
 
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
 

Similaire à Data representation

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
 
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
 
004 NUMBER SYSTEM (1).pdf
004 NUMBER SYSTEM (1).pdf004 NUMBER SYSTEM (1).pdf
004 NUMBER SYSTEM (1).pdf
 

Dernier

Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Victor Rentea
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 

Dernier (20)

Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)
 
Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelMcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptx
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Platformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityPlatformless Horizons for Digital Adaptability
Platformless Horizons for Digital Adaptability
 

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