Sabtu, 27 Oktober 2012

Minggu, 21 Oktober 2012

Computer Task 1

How to easily create a table of contents :D

First, we need to type some of the chapter and "do" finish it first (we make the table of contents later) and use the Heading style like this one.

 
Block each sentence and choose the Heading style, note that Heading 1 is the Chapter itself while the other, Heading 2 and 3 was the sub – Chapter, and sub – sub – Chapter.


Then finish it by making the Table of Contents. Make sure that the page of the table of contents will be create empty, and the Click on References then Table of Contents as Pictured below.

 

Choose some Format and then Click OK!



After Finish with settings Table of Contents will be created automatically, so it will be like this!


OK Finish , easy isn't it? :D

Selasa, 16 Oktober 2012

Two Task Digital Technique

 Exercises

These are some of the duties of our lecturers change 10 decimal digits into binary

1. 315 = 1 0 0 1 1 1 0 1 1 
     = 315 – 256 => 28
     = 59 – 32 => 25
     = 27 – 16 => 24
     = 11
2. 399 = 1 1 0 0 0 1 1 1 1
     = 399 – 256 => 28
     = 143 – 128 => 27
     = 15
3. 340 = 1 0 1 0 1 0 1 0 0
     = 340 – 256 => 28
     = 84 – 64 => 26
     = 20 – 16 => 24
     = 4
4. 300 = 1 0 0 1 0 1 1 0 0
     = 300 – 256 => 28
     = 44 – 32 => 25
     = 12
5. 333 = 1 0 1 0 0 1 1 0 1
     = 333 – 256 => 28
     = 77 – 64 => 26
     = 13
6. 457 = 1 1 1 0 0 1 0 0 1
     = 457 – 256 => 28
     = 201 – 128 => 27
     = 73 – 64 => 26
     = 9
7. 487 = 1 1 1 1 0 0 1 1 1
     = 487 – 256 => 28 
     = 231 – 128 => 27
     = 103 – 64 => 26
     = 39 – 32 => 25
     = 7
8. 369 = 1 0 1 1 1 0 0 0 1
     = 369 – 256 => 28
     = 113 – 64 => 26
     = 49 – 32 => 25
     = 17 – 16 => 24
     = 1
9. 444 = 1 1 0 1 1 1 1 0 0
     = 444 – 256 => 28
     = 188 – 128 => 27
     = 60 – 32 => 25
     = 28 – 16 => 24
     = 12
10. 411 = 1 1 0 0 1 1 0 1 1
     = 411 – 256 => 28
     = 155 – 128 => 27
     = 27 – 16 => 24
     = 11

Jumat, 28 September 2012

First Task Digital Technique


                       Binary to Decimal     

1-Bit 
1 = 1
0 = 0


2-Bit
0 0 = 0
0 1 = 1
1 0 = 2
1 1 = 3

3-Bit

0 0 0 = 0
0 0 1 = 1
0 1 0 = 2
0 1 1 = 3
1 0 0 = 4
1 0 1 = 5
1 1 0 = 6
1 1 1 = 7

4-Bit
0 0 0 0 = 0
0 0 0 1 = 1
0 0 1 0 = 2
0 0 1 1 = 3
0 1 0 0 = 4
0 1 0 1 = 5
0 1 1 0 = 6
0 1 1 1 = 7
1 0 0 0 = 8
1 0 0 1 = 9
1 0 1 0 = 10
1 0 1 1 = 11
1 1 0 0 = 12
1 1 0 1 = 13
1 1 1 0 = 14
1 1 1 1 = 15

                        Exercises

These are some of the tasks fom our lecturer ; change binary digits into decimal

1.   1011110011 : 755
2.   0011101011 : 235
3.   1110001010 : 906
4.   0101011001 : 345
5.   1011011001 : 729
6.   1110011001 : 921
7.   1010101011 : 683
8.   1100110101 : 821
9.   0011000110 : 198
10. 1010010010 : 658