Premium Essay

Psu-Ccrd Rizal Enrolment System

In:

Submitted By whizkhalifax
Words 2658
Pages 11
Number Systems: An Introduction to Binary, Hexadecimal, and More by Jason Killian13 Feb 2012
Ever see crazy binary numbers and wonder what they meant? Ever see numbers with letters mixed in and wonder what is going on? You'll find out all of this and more in this article. Hexadecimal doesn't have to be scary.
(Thanks to the ReBoot Wiki for the thumbnail image.)

Introduction: What is a Number System?
You probably already know what a number system is - ever hear of binary numbers or hexadecimal numbers? Simply put, a number system is a way to represent numbers. We are used to using the base-10 number system, which is also called decimal. Other common number systems include base-16 (hexadecimal), base-8 (octal), and base-2 (binary).
In this article, I'll explain what these different systems are, how to work with them, and why knowing about them will help you.

Activity
Before we get started, let's try a little activity for fun. There are many different ways to represent a color, but one of the most common is the RGB color model. Using this model, every color is made up of a combination of different amounts of red, green, and blue.
You may be wondering how colors relate to number systems. In short, on a computer, any color is stored as a large number: a combination of red, green, and blue. (We'll go into more detail on this later.) Because it's just a number, it can be represented in multiple ways using different number systems.
Your job is to guess how much red, green, and blue is in the background color of the activity below. The values for red, green, and blue can range from 0 to 255.
Feel free to use the various hints provided to help you out. If you don't understand the numerical hints yet, no problem! You can see what your guess looks like using the View Guess button. Right now, it may seem tricky, but hopefully by the end of the article, it will seem

Similar Documents