- What is a Digit?A digit is a single place that can hold numerical values between 0 and 9. Digits are normally combined together in groups to create larger numbers.
- What are “normal” counting numbers used in everyday life a based on what sequence of numbers?
- Where does the word bit originate from?The word bit is a shortening of the words "Binary digIT."
- Binary numbers don’t use base 10. What base do they use? What digits are available in base 2?The reason computers use the base-2 system is because it makes it a lot easier to implement them with current electronic technology. You could wire up and build computers that operate in base-10, but they would be fiendishly expensive right now. On the other hand, base-2 computers are relatively cheap.
- Examine the tables below.
- Base 10Place Value10 0001 000100101Place Value104103102101100Digit90302Digit Value90 00003000290 302 (base 10) = (9 x 10000) + (3 x 100) + (2 x 1)If 6,357 can be written as;(6 * 1000) + (3 * 100) + (5 * 10) + (7 * 1) = 6000 + 300 + 50 + 7Ø How would you write 4,321(4 * 1000) + (3 * 100) + (2* 10) + 1( *1) = 4000+300+20+1
- Examine the table below
Base 2Place Value168421Place Value2423222120Digit10100Digit Value16040010100 (base 2) = (1 x 16) + (1 x 4) = 20 (base 10)Ø Write the following numbers in binary (base 2)212430- What is a byte?Bytes are a bundle of bits into a 8-bit collection.
- How many bytes in a kilo, mega, giga and tera bytes.
Name Abbr. Size Kilo K 2^10 = 1,024 Mega M 2^20 = 1,048,576 Giga G 2^30 = 1,073,741,824 Tera T 2^40 = 1,099,511,627,776 Peta P 2^50 = 1,125,899,906,842,624 Exa E 2^60 = 1,152,921,504,606,846,976 Zetta Z 2^70 = 1,180,591,620,717,411,303,424 Yotta Y 2^80 = 1,208,925,819,614,629,174,706,176 - Complete the following conversions;
1000 Mb = 1 Gb500 Gb = 5000 Mb5000 Kb = 5 Mb
Tuesday, August 9, 2011
Bits n Bytes
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment