Preview

Binary and Hexidecimal Numbering Systems

Satisfactory Essays
Open Document
Open Document
284 Words
Grammar
Grammar
Plagiarism
Plagiarism
Writing
Writing
Score
Score
Binary and Hexidecimal Numbering Systems
Binary and Hexadecimal Numbering Systems
Video Notes
Utilize other resources as you can
Khan Academy is excellent resource
Base 10 (Decimal or normal math)
0 represents nothing
1=1
2=2
3=3
4=4
5=5
6=6
7=7
8=8
9=9
10=10
Reuses symbols after 10 #’s
Base 2 (Binary)
0 or 1 (only two digits to represent everything, uses 20,1,2,3,4,etc.)
10=2 (one 2 and 0 ones)
1010=10 (0 ones, 1 two, 0 fours and 1 eight)
11=3 (one 1 and one 2)
100=4 ( one 4, 0 twos, and 0 ones)
101=5 (one 4 and one 1)
110=6 (one 4 and one 2)
111=7(one 4, one 2 and one 1)
So on and so forth

Limon’s Style for Binary
Start with 1 2 4 8 16 32 64 128 (all for networking, or continues) 256 512 1024
See what goes into the number
When you get two numbers, add them
Continue
126=1111110 (2+4+8+16+32+64=126)
42=101010 (2+8+32=42)
122=1111010 (2+8+16+32+64=122)
36=100100 (4+32=36)
18=10010 (2+16=18)
8=1000 (8=8)
10=1010 (2+8=10)
68=1000100 (64+4=68)
127=111111 (1+2+4+8+16+32+64=127)
64=1000000 (64)
10100101101=1325

Surroz’s Method (division)
Harder and how the chart does it
Hexadecimal: Limon’s Method:
0
1
2
3
4
5
6
7
8
9
A=10
B=11
C=12
D=13
E=14
F=15
Not just use these numbers/letters (0-15) in sets of four (4) to get the numbers you want (in sets of four that go 1 2 4 8)
Convert to Binary first, if you must (from decimal)
Hex is ONLY the last four numbers, 1, 2, 4, 8)
Examples:
94CD=1001.0100.1100.1101
9=1001 (8+1=9)
4=0100 (4)
C (12)=1100 (8+4=12)
D (13)=1101 (8+4+1=13)

128-(through) 1 added up=255 which is why networking only goes up to 128 (8 digits)
In Binary, if the number ends with a one (1) then the decimal number is odd (1, 3, 5, 7, 9, etc.)

Binary Examples:
526=1000001110 (512+8+4+2=526)
111=1101111 (64+32+8+4+2+1=111)
97=1100001 (64+32+1=97)
88=1011000 (64+16+8=88)
255=11111111 (128+64+32+16+8+4+2+1=255)
73=1001001 (64+8+1=73)
IP addresses go up to sixteen (16) million (IP addresses are related to Subnet Masking,

You May Also Find These Documents Helpful

  • Satisfactory Essays

    NT1210 Week 1 Labs 1

    • 3680 Words
    • 20 Pages

    Using the binary converter document, create a decimal conversion for the binary value 101111 2.…

    • 3680 Words
    • 20 Pages
    Satisfactory Essays
  • Satisfactory Essays

    The number isn’t equal to 2 raised to the power of the number of bits because you always have to take away 2 from the network for the network and broadcast address…

    • 367 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    The range of values represented by an 8-bit binary number is _____. 4. The binary equivalent of 228 is _________. 5. The result of 7 – 2 using 1’s complement notation is 6.…

    • 4533 Words
    • 19 Pages
    Satisfactory Essays
  • Powerful Essays

    Week 4 B IP Subnetting Lab

    • 2462 Words
    • 19 Pages

    serial lines. So you must use a subnetting scheme which provides at least five subnets. Using two subnet…

    • 2462 Words
    • 19 Pages
    Powerful Essays
  • Satisfactory Essays

    SD1230 Lab 1

    • 239 Words
    • 2 Pages

    1. What is the highest number that can be stored in a byte? – 8 bytes as 11111111 or 255 in decimal.…

    • 239 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Unit 8 Lab 8

    • 1017 Words
    • 8 Pages

    If you used the number of bytes instead you would get a whole different amount of possible networks which isn’t right.…

    • 1017 Words
    • 8 Pages
    Satisfactory Essays
  • Powerful Essays

    Nt1330 Unit 3 Assignment 1

    • 2019 Words
    • 9 Pages

    Subnetting IP Addressing • Internet Protocol (IP) • A unique indentifier for a host, or node, on an IP network • 32-bit binary number, usually expressed as 4 “dotted decimal” values. • Each decimal value represents 8 bits, in the range of 0 to 255 Example 140.179.220.200 140 Written in binary form: .179 .220 .200…

    • 2019 Words
    • 9 Pages
    Powerful Essays
  • Satisfactory Essays

    Nt1310 Unit 7

    • 458 Words
    • 2 Pages

    Theres 4 bits for hosts and 4 for network numbers. Each set = 16 then just subtract one address for the network number and broadcast number for the hosts per.…

    • 458 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    2. An Ipv4 uses 32 bit IP addresses. The max number of of IPv4 addresses is about 4 billion.…

    • 278 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    There were only 254 distinct networks with each network having a max of 16,777,214 IP addresses, because the first 8 bits for network part are standard reserved. Network Classes were developed in 1981. 16,777,214 IP addresses can be placed in 24 bits for host address, with this on the horizon developers found that they had to partition IP addresses. This partition had to be done in a way so we can have different sizes of a network. Different sizes of network bits eventually created different classes of networks, known today as Class A, Class B, and Class C. This solved the issue with the classes, but with little information given we still needed to identify what is the network class. In octets Class A (network bit 8 host bit 24) always between 0-127, Class B (network bit 16 host bit 16) between 128-191, Class C (network bit 24 host bit 8) between 192-224, Class D (network and host bit not defined) between 225-239, and Class E (network and host bit not defined) between…

    • 413 Words
    • 2 Pages
    Satisfactory Essays
  • Powerful Essays

    IPv6 uses a128-bit address size compared with the 32-bit system used in IPv4 and will allow for as many as 3.4x1038 possible addresses, enough to cover every inhabitant on planet earth several times over. The 128-bit system also provides for multiple levels of hierarchy and flexibility in hierarchical addressing and routing, a feature that is found wanting on the IPv4-based Internet.…

    • 981 Words
    • 4 Pages
    Powerful Essays
  • Better Essays

    Pow Write-Up 1

    • 1175 Words
    • 5 Pages

    In this POW write-up, I am trying to prove that there can be only one solution to this problem, and demonstrate and corroborate that all solutions work and are credible. What the problem of the week is asking is that the number that you put in the boxes 0-4 is the number of numbers in the whole 5-digit number. For example, if you put zero in the “one” box, you would be indicating that there is zero ones in the number. Another example is if you put a two in the “three” box. This would indicate that there are two threes in the whole 5-digit number. I was asked to find solutions where are the numbers would work in heir perspective boxes. From there I started working on the problem that would fit this criterion.…

    • 1175 Words
    • 5 Pages
    Better Essays
  • Satisfactory Essays

    Digits 13 2 (16 * 3) + ( 1 * 2) = 208 + 2 =210(decimal)…

    • 287 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    NT1110

    • 315 Words
    • 2 Pages

    The second numbering system that computers use is binary systems. Unlike the decimal system, there are only two numbers used in binary systems. One of these numbers is zero that represents false and off in computer, math, and measurement. The other number in the binary system is one that represents true and on for computer math. Binary numbers are sometimes referred to as base 2.…

    • 315 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Real Gd Lit

    • 407 Words
    • 2 Pages

    may sometimes use numbers to represent the alphabet; for example: 2=B, 7=G, and 4=D (BGD)…

    • 407 Words
    • 2 Pages
    Satisfactory Essays