can you explain the us metric unit?

Discussion in 'Education' started by yaasaay, Jun 5, 2011.

  1. cthippo
    Joined: Sep 2010
    Posts: 813
    Likes: 52, Points: 28, Legacy Rep: 465
    Location: Bellingham WA

    cthippo Senior Member

    Hex is base 16, handy for older computer systems with 8 bit memory, but a pain in the rear for the rest of us, unless you think of "e" as a number.

    Counting in hex goes...

    0,1,2,3,4,5,6,7,8,9,a,b,c,d,e,f,10,11,12,13,14,15,16,17,18,19,1a,1b,1c,1d,1e,1f,20,21, etc etc up to ff which is 128

    One place you still see hex is in defining colors, especially in HTML. A color can be defined by how much red, green and blue are in it, and these are represented as a series of three 2-digit hex numbers. White (no color) is 000000 (00 red, 00 green, and 00 blue) whereas black is ffffff. So, you might say Roses are ff0000, Violets are 0000ff, :D
     
    1 person likes this.

  2. liki
    Joined: Nov 2008
    Posts: 221
    Likes: 12, Points: 18, Legacy Rep: 114
    Location: Finland

    liki Senior Member

    And for us computer geeks hex is a lot handier for defining magic values. Here are a few examples. :D
    0xC0FFEE
    0xDEADBEEF
    0xF00D
     
Forum posts represent the experience, opinion, and view of individual users. Boat Design Net does not necessarily endorse nor share the view of each individual post.
When making potentially dangerous or financial decisions, always employ and consult appropriate professionals. Your circumstances or experience may be different.