A word size is a certain amount of binary numbers that works on the base 16 using number 10=a 11=b 12=c 13=d 14=e 15=f. These get sent to a place that reads them. Example: a hard drive sends a set of word sizes to a CPU and then gets directed elsewhere. But the letters can be converted [...]
December 16, 2008
Categories: Uncategorized . . Author: clowesclause . Comments: Leave a Comment
To use binary u must know that it works on “base two” which is 1’s and 0’s. “Base Ten” is 0-9 which we use every day.
Base 2 = Binary = 01
Base 10 = arabic = 0123456789
Binary work on 2 and an exponant eg: 2^1, 2^4 etc. Also binary works from right to left instead of [...]
December 12, 2008
Categories: Uncategorized . . Author: clowesclause . Comments: Leave a Comment