I'm onto binary numbers, and conversion, and I'm getting a bit lost here. It seems so simple because its just "ones and zeros" but it still is confusing. Any advice on learning binary conversion? Thanks for the help again guys.
Now that you understand binary as a number-base, it seems like you may be interested in how binary is used to encode actual data, like sound or images. This, and maybe even into a bit of information theory (you can really take things far). Basically, both sides agree on a way to organize and interpret the bits. For an image you might say that the first 8 bits are to encode the width, the next 8 bits to encode the height, and each bit after that starting from the bottom left and working right and then up indicates if the pixels are to be either black (0) or white (1). That's the basic idea. Look into Pulse-Code Modulation and .wav files to better understand how music/sound is encoded digitallyThanks Bogdann Let me ask this, because this subject has always fascinated me. I am a BIG home theater guy, have some expensive equipment. The home theater receiver decodes the Dolby Digital sound. Now i'm new to all this but is does something like that use the binary system? Dolby digital is encoded with a binary system, sends out the code, and the receiver decodes it, turning on the Dolby Digital microchip? Am in the the ballpark or WAY off? Always a subject I have been interested in, and fascinated in understanding? Thanks for any info.