SlideShare une entreprise Scribd logo
1  sur  16
   WE ARE IMMENSLY GREATFUL TO OUR LECTURER AND PROJECT
    GUIDE MR.VIREN VALAND, FOR HER INVALUABLE GUIDANCE WHICH
    GAVE US A DEEP INSIGHT ON THE SUBJECT. WITH HER KEEN
    INTEREST AND CONSTANT MORAL BOOSTING, WE ARE ABLE TO
    IMPLEMENT THE PROJECT SATISFACTORILY.
   WE EXPRESS OUR VERY SINCERE THANKS TO COMPUTER
    ENGINEERING DEPT. FOR PROVIDING ADEQUATE FACILITIES TO
    COMPLETE OUR PROJECT.
   WE ARE AGAIN CORDIALLY THANKFUL TO OUR C&E DEPARTMENT
    STAFF, FRIENDS AND OTHER PEOPLE WHO HAVE DIRECTLY OR
    INDIRECTLY HELPED US IN COMPLETION OF THIS PROJECT.
   LAST BUT NOT THE LEAST, WE ARE ALSO THANKFUL TO OUR FAMILY
    MEMBERS WHO ENGOURAGED AND SUPPORTED US ROUND THE
    CLOCK FOR THIS PROJECT.



                                          Akshay Jani
                                          Kaushal Soni
This is to certify that AKSHAY JANI Student of computer Engineering,
bearing Enrollment No: 116380307521 have satisfactorily completed
his/her Seminar work as a part of course curriculum in Diploma
Engineering semester III having a report title “ NUMBER SYSTEMS ”.




                  MR.VIREN VALAND
                       Lecturer, computer Dept.
                       PIETDS-2nd Shift, Limda.

         PARUL INSTITUTE OF ENGINEERING & TECHNOLOGY
                 COMPUTER ENGG. DEPARTMENT
                  LIMDA, VAGHODIA, VADODARA
This is to certify that KAUSHAL SONI Student of computer
Engineering, bearing Enrollment No: 116380307509 have satisfactorily
completed his/her Seminar work as a part of course curriculum in
Diploma Engineering semester III having a report title “ NUMBER
SYSTEMS ”.




                 MR.VIREN VALAND
                     Lecturer, computer Dept.
                     PIETDS-2nd Shift, Limda.

        PARUL INSTITUTE OF ENGINEERING & TECHNOLOGY
                COMPUTER ENGG. DEPARTMENT
                 LIMDA, VAGHODIA, VADODARA
Four number system

              Decimal (10)
              Binary (2)
              Octal        (8)
              Hexadecimal (16)
              ............
Decimal   Binary   Octal   Hexadecimal

  0       00000     0          0

  1       00001     1          1

  2       00010     2          2

  3       00011     3          3

  4       00100     4          4

  5       00101     5          5

  6       00110     6          6

  7       00111     7          7

  8       01000     10         8

  9       01001     11         9

  10      01010     12         A

  11      01011     13         B

  12      01100     14         C

  13      01101     15         D

  14      01110     16         E

  15      01111     17         F

  16      10000     20         10

  17      10001     21         11

  18      10010     22         12

  19      10011     23         13
 Also known as the Base 8 System
 Uses digits 0 - 7
 Readily converts to binary
 Groups of three (binary) digits can be used to
  represent each octal digit
 Also uses multiplication and division algorithms for
  conversion to and from base 10
Convert 42710 to its octal equivalent:

 427 / 8 = 53 R3        Divide by 8; R is LSD
 53 / 8 = 6 R5          Divide Q by 8; R is next
 digit
 6 / 8 = 0 R6           Repeat until Q = 0


                       6538
Convert 6538 to its decimal equivalent:

     Octal Digits           6    5     3
                            x    x     x
    Positional Values
                            82    81   80
       Products          384 + 40 + 3

                          42710
Each octal number converts to 3 binary digits


                   To convert 6538 to binary, just substitute code:



                                     6    5     3



                                   110 101 011
   Base 16 system

   Uses digits 0-9 &
    letters A,B,C,D,E,F

   Groups of four bits
    represent each
    base 16 digit
Convert 83010 to its hexadecimal equivalent:

     830 / 16 = 51 R14
                                     = E in Hex
     51 / 16 = 3 R3
     3 / 16 = 0 R3



                            33E16
Convert 3B4F16 to its decimal equivalent:

Hex Digits
                            3    B   4   F
                             x   x   x    x
     Positional Values
                           163 162 161 160
     Products            12288 +2816 + 64 +15

                         15,18310
 Theeasiest method for converting binary to
 hexadecimal is to use a substitution code.

 Each   hex number converts to 4 binary digits
De presantation
De presantation

Contenu connexe

Tendances (10)

digital logic design number system
digital logic design number systemdigital logic design number system
digital logic design number system
 
Number System
Number SystemNumber System
Number System
 
Binary codes
Binary codesBinary codes
Binary codes
 
Binary octal
Binary octalBinary octal
Binary octal
 
Digital Electronics- Number systems & codes
Digital Electronics- Number systems & codes Digital Electronics- Number systems & codes
Digital Electronics- Number systems & codes
 
Computer Number System
Computer Number SystemComputer Number System
Computer Number System
 
NUMBER SYSTEM
NUMBER SYSTEMNUMBER SYSTEM
NUMBER SYSTEM
 
Number system....
Number system....Number system....
Number system....
 
Quick tutorial on IEEE 754 FLOATING POINT representation
Quick tutorial on IEEE 754 FLOATING POINT representationQuick tutorial on IEEE 754 FLOATING POINT representation
Quick tutorial on IEEE 754 FLOATING POINT representation
 
Representation Of Data
Representation Of DataRepresentation Of Data
Representation Of Data
 

En vedette

Concepts of oop
Concepts of oopConcepts of oop
Concepts of oopjani
 
Swappin Deck
Swappin DeckSwappin Deck
Swappin DeckSwappin
 
Tips to Take Back Your Sold WOW Account
Tips to Take Back Your Sold WOW AccountTips to Take Back Your Sold WOW Account
Tips to Take Back Your Sold WOW Accountclutch132
 
Monografija Gimnazije Lebane
Monografija Gimnazije LebaneMonografija Gimnazije Lebane
Monografija Gimnazije LebaneGimnazija Lebane
 
C++ 2
C++ 2C++ 2
C++ 2jani
 

En vedette (7)

Concepts of oop
Concepts of oopConcepts of oop
Concepts of oop
 
Swappin Deck
Swappin DeckSwappin Deck
Swappin Deck
 
Rest surekha
Rest surekhaRest surekha
Rest surekha
 
Tips to Take Back Your Sold WOW Account
Tips to Take Back Your Sold WOW AccountTips to Take Back Your Sold WOW Account
Tips to Take Back Your Sold WOW Account
 
Monografija Gimnazije Lebane
Monografija Gimnazije LebaneMonografija Gimnazije Lebane
Monografija Gimnazije Lebane
 
C++ 2
C++ 2C++ 2
C++ 2
 
Mavenppt
MavenpptMavenppt
Mavenppt
 

Similaire à De presantation (20)

Binary no
Binary noBinary no
Binary no
 
Quantitative Analysis 2
Quantitative Analysis 2Quantitative Analysis 2
Quantitative Analysis 2
 
Digital Electronics Notes
Digital Electronics Notes Digital Electronics Notes
Digital Electronics Notes
 
Mazidi Presentation.pdf
Mazidi Presentation.pdfMazidi Presentation.pdf
Mazidi Presentation.pdf
 
Chapter 1 digital design.pptx
Chapter 1 digital design.pptxChapter 1 digital design.pptx
Chapter 1 digital design.pptx
 
Numbering Systems
Numbering SystemsNumbering Systems
Numbering Systems
 
Number systems
Number systemsNumber systems
Number systems
 
Cse 112 number system-[id_142-15-3472]
Cse 112 number system-[id_142-15-3472]Cse 112 number system-[id_142-15-3472]
Cse 112 number system-[id_142-15-3472]
 
Number system
Number systemNumber system
Number system
 
Number Systems Basic Concepts
Number Systems Basic ConceptsNumber Systems Basic Concepts
Number Systems Basic Concepts
 
Number system
Number systemNumber system
Number system
 
Numbersystemsppt 181023140730
Numbersystemsppt 181023140730Numbersystemsppt 181023140730
Numbersystemsppt 181023140730
 
Number systems ppt
Number systems pptNumber systems ppt
Number systems ppt
 
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
 
Number system
Number systemNumber system
Number system
 
Number system and their conversion
Number system and their conversionNumber system and their conversion
Number system and their conversion
 
Unit-6 Computer Arithmetic.ppsx
Unit-6 Computer Arithmetic.ppsxUnit-6 Computer Arithmetic.ppsx
Unit-6 Computer Arithmetic.ppsx
 
5871320.ppt
5871320.ppt5871320.ppt
5871320.ppt
 
Number codes students
Number codes studentsNumber codes students
Number codes students
 

De presantation

  • 1.
  • 2. WE ARE IMMENSLY GREATFUL TO OUR LECTURER AND PROJECT GUIDE MR.VIREN VALAND, FOR HER INVALUABLE GUIDANCE WHICH GAVE US A DEEP INSIGHT ON THE SUBJECT. WITH HER KEEN INTEREST AND CONSTANT MORAL BOOSTING, WE ARE ABLE TO IMPLEMENT THE PROJECT SATISFACTORILY.  WE EXPRESS OUR VERY SINCERE THANKS TO COMPUTER ENGINEERING DEPT. FOR PROVIDING ADEQUATE FACILITIES TO COMPLETE OUR PROJECT.  WE ARE AGAIN CORDIALLY THANKFUL TO OUR C&E DEPARTMENT STAFF, FRIENDS AND OTHER PEOPLE WHO HAVE DIRECTLY OR INDIRECTLY HELPED US IN COMPLETION OF THIS PROJECT.  LAST BUT NOT THE LEAST, WE ARE ALSO THANKFUL TO OUR FAMILY MEMBERS WHO ENGOURAGED AND SUPPORTED US ROUND THE CLOCK FOR THIS PROJECT. Akshay Jani Kaushal Soni
  • 3. This is to certify that AKSHAY JANI Student of computer Engineering, bearing Enrollment No: 116380307521 have satisfactorily completed his/her Seminar work as a part of course curriculum in Diploma Engineering semester III having a report title “ NUMBER SYSTEMS ”. MR.VIREN VALAND Lecturer, computer Dept. PIETDS-2nd Shift, Limda. PARUL INSTITUTE OF ENGINEERING & TECHNOLOGY COMPUTER ENGG. DEPARTMENT LIMDA, VAGHODIA, VADODARA
  • 4. This is to certify that KAUSHAL SONI Student of computer Engineering, bearing Enrollment No: 116380307509 have satisfactorily completed his/her Seminar work as a part of course curriculum in Diploma Engineering semester III having a report title “ NUMBER SYSTEMS ”. MR.VIREN VALAND Lecturer, computer Dept. PIETDS-2nd Shift, Limda. PARUL INSTITUTE OF ENGINEERING & TECHNOLOGY COMPUTER ENGG. DEPARTMENT LIMDA, VAGHODIA, VADODARA
  • 5. Four number system  Decimal (10)  Binary (2)  Octal (8)  Hexadecimal (16)  ............
  • 6. Decimal Binary Octal Hexadecimal 0 00000 0 0 1 00001 1 1 2 00010 2 2 3 00011 3 3 4 00100 4 4 5 00101 5 5 6 00110 6 6 7 00111 7 7 8 01000 10 8 9 01001 11 9 10 01010 12 A 11 01011 13 B 12 01100 14 C 13 01101 15 D 14 01110 16 E 15 01111 17 F 16 10000 20 10 17 10001 21 11 18 10010 22 12 19 10011 23 13
  • 7.  Also known as the Base 8 System  Uses digits 0 - 7  Readily converts to binary  Groups of three (binary) digits can be used to represent each octal digit  Also uses multiplication and division algorithms for conversion to and from base 10
  • 8. Convert 42710 to its octal equivalent: 427 / 8 = 53 R3 Divide by 8; R is LSD 53 / 8 = 6 R5 Divide Q by 8; R is next digit 6 / 8 = 0 R6 Repeat until Q = 0 6538
  • 9. Convert 6538 to its decimal equivalent: Octal Digits 6 5 3 x x x Positional Values 82 81 80 Products 384 + 40 + 3 42710
  • 10. Each octal number converts to 3 binary digits To convert 6538 to binary, just substitute code: 6 5 3 110 101 011
  • 11. Base 16 system  Uses digits 0-9 & letters A,B,C,D,E,F  Groups of four bits represent each base 16 digit
  • 12. Convert 83010 to its hexadecimal equivalent: 830 / 16 = 51 R14 = E in Hex 51 / 16 = 3 R3 3 / 16 = 0 R3 33E16
  • 13. Convert 3B4F16 to its decimal equivalent: Hex Digits 3 B 4 F x x x x Positional Values 163 162 161 160 Products 12288 +2816 + 64 +15 15,18310
  • 14.  Theeasiest method for converting binary to hexadecimal is to use a substitution code.  Each hex number converts to 4 binary digits

Notes de l'éditeur

  1. This slide lists the first twenty numbers in each of the four number systems (decimal, binary, octal, hexadecimal).This is the first time that students will have see A, B, C, D, E, & F used in a “number” system. Remember from Unit 1 that a number system uses its number of symbols to designate values. Base 16 needs 16 unique symbols; 10 is not a unique symbol, it is two. Therefore, the letter A is used to stand for 10, B for 11, and so on.