SlideShare una empresa de Scribd logo
1 de 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

Más contenido relacionado

La actualidad más candente

La actualidad más candente (20)

Binary Arithmetic Operations
Binary Arithmetic OperationsBinary Arithmetic Operations
Binary Arithmetic Operations
 
Binary codes
Binary codesBinary codes
Binary codes
 
Conversion of number system
Conversion of number systemConversion of number system
Conversion of number system
 
Number system
Number systemNumber system
Number system
 
Binary number ppt
Binary number pptBinary number ppt
Binary number ppt
 
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
 
Data representation
Data representationData representation
Data representation
 
Data representation
Data representationData representation
Data representation
 
Representation Of Numbers and Characters
Representation Of Numbers and CharactersRepresentation Of Numbers and Characters
Representation Of Numbers and Characters
 
data representation
 data representation data representation
data representation
 
Data representation
 Data representation Data representation
Data representation
 
Number System
Number SystemNumber System
Number System
 
BINARY NUMBER SYSTEM
BINARY NUMBER SYSTEMBINARY NUMBER SYSTEM
BINARY NUMBER SYSTEM
 
Number system in Digital Electronics
Number system in Digital ElectronicsNumber system in Digital Electronics
Number system in Digital Electronics
 
Number Systems
Number SystemsNumber Systems
Number Systems
 
Number system.pdf
Number system.pdfNumber system.pdf
Number system.pdf
 
01.number systems
01.number systems01.number systems
01.number systems
 
Data representation in computers
Data representation in computersData representation in computers
Data representation in computers
 
Number System (Binary,octal,Decimal,Hexadecimal)
Number System (Binary,octal,Decimal,Hexadecimal)Number System (Binary,octal,Decimal,Hexadecimal)
Number System (Binary,octal,Decimal,Hexadecimal)
 

Destacado

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
 
Fixed point and floating-point numbers
Fixed point and  floating-point numbersFixed point and  floating-point numbers
Fixed point and floating-point numbersMOHAN MOHAN
 
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
 

Destacado (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
 
Fixed point and floating-point numbers
Fixed point and  floating-point numbersFixed point and  floating-point numbers
Fixed point and floating-point numbers
 
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
 

Similar a 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
 

Similar a 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
 

Último

Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningLars Bell
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostZilliz
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 

Último (20)

Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine Tuning
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 

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