Tugas Bi Fti 7 - Gracesella Claren - 20421336
Tugas Bi Fti 7 - Gracesella Claren - 20421336
Tugas Bi Fti 7 - Gracesella Claren - 20421336
Student ID : 20421336
3. If the number of characters in a program goes beyond the storage space, the program exceeds
memory.
8. The exponent is usually written above and to the right of another number. It raises the number
to that power.
B.
Bi = two, twice.
Ary = relating to
2. decimal = decim – al = relating to ten.
Decim = ten
Al = relating to
Re = back, again
Bene = well
Hexa = six
Decim = ten
Al = relating to
C.
4. 4-bit BCD = each groups of 4 bits represents only one decimal digit (Binary Coded Decimal).
7. byte = a number of bits which work together as a unit in representing one character.
Comprehension Exercises.
A.
1. C. 9
2. D. 0 – 4
3. C. &
4. A. Binary.
5. C. 1024.
7. D. ASCII-8
8. B. t
10. D. 8
11. C. 49,152
12. B. 8
B.
1. 1011 = 1 x 2^3= 8
0 x 2^2 = 0
1 x 2^1 = 2
1 x 2^0 = 1
1011 = 8 + 2 + 1 = 11
2. 11010 = 1 x 2^4 = 16
1 x 2^3 = 8
0 x 2^2 = 0
1 x 2^1 = 2
0 x 2^0 = 0
11010 = 16 + 8 + 2 = 26
3. 11000 = 1 x 2^4 = 16
1 x 2^3 =8
0 x 2^2 =0
0 x 2^1 = 0
0 x 2^0 = 0
11000 = 16 + 8 = 24
4. 1011011 = 1 x 2^6 = 64
0 x 2^5 = 0
1 x 2^4 = 16
1 x 2^3 = 8
0 x 2^2 = 0
1 x 2^1 = 2
1 x 2^0 = 1
1011011 = 64 + 16 + 8 + 2 + 1 = 91
1 x 2^6 = 64
0 x 2^5 = 0
0 x 2^4 = 0
1 x 2^3 = 8
1 x 2^2 = 4
0 x 2^1 = 0
1 x 2^0 = 1
C.
1. 15 = 15 – 8 = 7 > 1
7–4=3>1
3–2=1>1
1–1=0>1
15 = 1111
2. 84 = 84 – 64 = 20 >1
32 > 0
20 – 16 = 4 > 1
8>0
4–4=0>1
2>0
1>0
84 = 1010100
64 > 0
45 – 32 = 13 > 1
16> 0
13 – 8 = 5 > 1
5–4=1>1
2>0
1–1=0>1
173 = 10101101
64 > 0
32 > 0
26 – 16 = 10 > 1
10 – 8 = 2 > 1
4>0
2–2=0>1
1>0
410 = 110011010
256 > 0
64 > 0
49 – 32 = 17 > 1
17 – 16 = 1 > 1
8>0
4>0
2>0
1- 1 = 0 > 1
689 = 1010110001