Top Banner
Skills: counting using any number system Concepts: positional number systems, base (radix) This work is licensed under a Creative Commons Attribution- Noncommercial-Share Alike 3.0 License. Counting (number systems)
27

S kills : counting using any number system C oncepts : positional number systems, base (radix)

Feb 23, 2016

Download

Documents

olympe

Counting ( number systems). S kills : counting using any number system C oncepts : positional number systems, base (radix). This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 License. . Where does this topic fit?. Internet concepts Applications - PowerPoint PPT Presentation
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: S kills : counting using any number system C oncepts : positional number systems, base (radix)

Skills: counting using any number systemConcepts: positional number systems, base (radix)

This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 License.

Counting (number systems)

Page 2: S kills : counting using any number system C oncepts : positional number systems, base (radix)

Where does this topic fit?

• Internet concepts– Applications– Technology– Implications

• Internet skills– Application development– Content creation– User skills

Page 3: S kills : counting using any number system C oncepts : positional number systems, base (radix)
Page 4: S kills : counting using any number system C oncepts : positional number systems, base (radix)

0 1 2 3 … 9

Using decimal numbers to count stones

Page 5: S kills : counting using any number system C oncepts : positional number systems, base (radix)

__

5 European

Arabic-Indic

Persian and Urdu

Hindi

Tamil

Mayan

Page 6: S kills : counting using any number system C oncepts : positional number systems, base (radix)

?

One more stone

Page 7: S kills : counting using any number system C oncepts : positional number systems, base (radix)

Zero, carry 1

10

Page 8: S kills : counting using any number system C oncepts : positional number systems, base (radix)

20

Page 9: S kills : counting using any number system C oncepts : positional number systems, base (radix)

23

Page 10: S kills : counting using any number system C oncepts : positional number systems, base (radix)

29

Page 11: S kills : counting using any number system C oncepts : positional number systems, base (radix)

30

Page 12: S kills : counting using any number system C oncepts : positional number systems, base (radix)

99

Page 13: S kills : counting using any number system C oncepts : positional number systems, base (radix)

100

Page 14: S kills : counting using any number system C oncepts : positional number systems, base (radix)

250

Page 15: S kills : counting using any number system C oncepts : positional number systems, base (radix)

110100

1,00

0

10,0

00

100,

000

Number positions

Page 16: S kills : counting using any number system C oncepts : positional number systems, base (radix)

110100

228

2 5 0

2 x 100 = 2005 x 10 = 500 x 1 = 0 250

Page 17: S kills : counting using any number system C oncepts : positional number systems, base (radix)

Mayan base 20 glyphs

Page 18: S kills : counting using any number system C oncepts : positional number systems, base (radix)

Binary: base 2 Hexadecimal: base 16

Page 19: S kills : counting using any number system C oncepts : positional number systems, base (radix)

0 1 0 1 2 3 4 5 6 7 8 9 A B C D E F

Page 20: S kills : counting using any number system C oncepts : positional number systems, base (radix)

0123456789101112131415161718192021

0123456789ABCDEF101112132425… …

255 FF

Decimal counting

Hexadecimal counting

01101110010111011110001001101010111100110111101111100001000110010100111010010101…11111111

Binarycounting

Page 21: S kills : counting using any number system C oncepts : positional number systems, base (radix)

12481632

Binary number positions

Page 22: S kills : counting using any number system C oncepts : positional number systems, base (radix)

12481632A binary example

1 0 1 1 0 1

1 x 32 = 320 x 16 = 01 x 8 = 81 x 4 = 40 x 2 = 01 x 1 = 1 45

Page 23: S kills : counting using any number system C oncepts : positional number systems, base (radix)

116256

4,09

6

65,5

36

1,04

8,57

6

Hexadecimal number positions

Page 24: S kills : counting using any number system C oncepts : positional number systems, base (radix)

116256

A hexadecimal example

3 6 B

3 x 256 = 7686 x 16 = 96B x 1 = 11 875

Page 25: S kills : counting using any number system C oncepts : positional number systems, base (radix)

Base 20 Base 10

Base 16Base 2

Summary

Page 26: S kills : counting using any number system C oncepts : positional number systems, base (radix)

Self study questions

1. If I am counting in binary, what is 11111 plus 1?

2. If I am counting in binary, what is 11111 plus 11?

3. If I am counting in hexadecimal, what is FFFFF plus 1?

4. If I am counting in hexadecimal, what is aa3 plus 3?

5. If I am counting in hexadecimal, what is FFFFF plus F?

6. Write the number 12 (base 10) in binary, hexadecimal and trinary (base 3)

7. Write the number 1101011 (binary) in decimal, hexadecimal and trinary.

8. If I were a Mayan, how would I write the number 550 (base 10)?

9. True or false – all odd binary numbers end in 1?

Page 27: S kills : counting using any number system C oncepts : positional number systems, base (radix)

Links

Mayan numbers:http://en.wikipedia.org/wiki/Maya_numerals

Hindu-Arabic number system:http://en.wikipedia.org/wiki/Hindu-Arabic_numeral_system