TechRepublic : A ZDNet Tech Community

TR Dojo

by Bill Detwiler, Head Technology Editor
Contact

Our pop quiz on hexadecimal basics was a hit with TechRepublic members. As of grading time, nearly 2,000 people had tested their knowledge of hexadecimal math. If you haven’t had a chance to take the quiz, I encourage you to try your luck, before reading the answers below. Now, on to the answers!

Base-16 numbering system

Hexadecimal is what type of numbering system?

The correct answer is: Base-16 and 84 percent of those who answered the question got it right. The hexadecimal numeral system uses sixteen distinct symbols. Usually, the symbols 0-9 are used to represent zero to nine, and A, B, C, D, E, and F are used to represent values ten to fifteen.

Commonly uses 0-9 and A, B, C, D, E, and F

True or False: Hexadecimal values can use the numbers 1 through 10 and the letters A, B, C, D, E and F.

The correct answer is: False and 56 percent of those who answered the question got it right. Of this quiz’s five questions, this one was probably the trickiest. As the answer to Question 1 indicates, hexadecimal systems most often use the symbols 0-9 to represent zero to nine and A, B, C, D, E, and F to represent ten through fifteen. However, it’s true that using symbols 1-10 and A, B, C, D, E, and F do give you 16 values–if you count 10 as a single value and not a 1 and a 0. I’ll admit there might be a little room for interpretation of the question’s wording. If you answered True and can make a good case for the answer, I might reconsider and mark your answer correct.

More information in a smaller space

Which of the following is a benefit of using a hexadecimal numbering system instead of a decimal numbering system?

The correct answer is: A hexadecimal system allows us to stuff more information in a smaller space and 94 percent of those who answered the question knew the correct answer. Each hexadecimal digit represents four binary digits. This makes it a compact way to express binary values.

Two hexadecimal digits can represent one byte

Eight binary digits (one byte) can be represented by how many hexadecimal digits?

The correct answer is: Two and 60 percent of the people who answered the question got this one right. In digital computing, one byte contains eight bits. Each hexadecimal digit represents four binary digits (bits). Therefore, one byte can be represented by two hexadecimal digits.

255 (decimal) = 11111111 (binary) = FF (hexadecimal)

The decimal value 255 is 11111111 in binary and what in hexadecimal?

The correct answer is: FF and 85 percent of those who answered the question got it right. If you ever need to convert between decimal, binary, and hexadecimal, the calculator that comes with Windows is a handy tool. Just open the Calculator, click View and select Scientific. You can then enter a value and move between the three systems.

Bill DetwilerBill Detwiler is Head Technology Editor of TechRepublic. Previously, he worked as a Support Tech and IT Manager in the social research and energy industries. Read his full bio and profile. You can also follow him on Twitter.

Print/View all Posts Comments on this blog

Now the question is.... JackOfAllTech | 05/02/08
roughly Jaqui | 05/03/08

What do you think?

White Papers, Webcasts, and Downloads

Recent Entries

TR on Twitter

Archives

TechRepublic Blogs



IT Professional's Guide to Policies and Procedures, Third Ed
Whether you're creating policies for management, training, personnel, support, privacy, Internet/e-mail usage, security, or inventory, you'll meet the needs of your entire enterprise with this one download!
Buy Now
500 Things Every Technology Professional Needs to Know
Did you know Microsoft's RegClean does not work with XP but you can use shareware to clean your registry? Did you know most wireless access points don't have encryption enabled by default? Did you know there are 500 tidbits of information contained in TechRepublic's 500 Things Every Technology Professional Needs to Know that will help you become a successful IT professional.
Buy Now

Popular Sanity Saver Videos