Thursday, October 31, 2013

Binary and Pixel

I learn most types of computer programming, you will touch upon the subject of binary numbers. To understand binary numbers, let's first look at our normal system of base 10 numbers. Binary works in the same way. Each column represents a value, and when you have enough you move to the next column. The difference is that in our base 10 system we need to have 10 before we move to the next column. We can have any value 0-9, but once it goes above that, we add a column. In base two, you can only have 0 or 1 before moving on to the next column
Pixel is creative the picture,numbers indicating variations of red, green, and blue at a particular location on a grid of pixels. Pixel art is quite popular in game development and illustration.

No comments:

Post a Comment