Selasa, 26 Oktober 2010

Chapter 2 Understanding Functions And Operations Of Various ICT Device

A. Multiple Choise
1. A
2. C
3. B
4. B
5. E
6. E
7.
8. B
9. A
10.C

B. Essay
1. In ASSII code, by what code is letter W represented ?
   Answer : W is represented by the number code 87.
2. Name and Explain all supporting devices inside a CPU!
   Answer : a. control unit is to translate commands or intruction in a series and then continues them to the entire computer parts. This parts is how the processor controls the entire computer operation.
                 b. Arithmetic Logic Unit (ALU) is to procces data by adding, subtracting, comparing and using logical formulas.
                 c. Memory is to Collect or to store data to run an application program. The capability depends on the memory capacity, Wich is started in Byte, KByte, MByte, and GByte unit.
3. What is the abbreviation and the function of ROM ?
    Answer : -ROM (Read Only Memory) is a permanent memory that can be read but cannot be update. ROM is to save computer operation program, such as BIOS and Booting.
4. Name three examples of network interface cards!
    Answer : -Ethernet
                  -Arcnet and
                  -Token Ring
5. Name several cables that use on a wired network!
Answer : a. UTP Cable (Unshielded Twisted Pair)
              b. STP Cable (Shieldd Twisted Pair)
              c. Coaxial Cable
              d. Optical Fiber

Jumat, 08 Oktober 2010

Greeting Salam


Pada hari ini, Jum'at, 01 Oktober 2010, kita sedang melaksanakan Bimbingan Perdana untuk Persiapan OSN TIK Tingkat Kabupaten tahun 2010/2011 yang akan datang. Semoga hasilnya tidak memalukan. Aamiiiiiin 3x.
Berhubung andalan utama soal-soal OSN TIK berbasis Pascal Programming, maka yang dipakai sebagai media pembelajarannya berupa Pascal Software khususnya Turbo Pascal versi 7.1 dan bersifat Free  Download. Untuk kali ini kita mencoba belajar membuat Program dengan nama Program Greeting-Salam. Program Greeting-Salam hanyalah sebuah Nama File dan biasanya Para Pendekar Pascal Programming memberi nama Program Halo World. Intinya usai menulis di Layar Kerja Turbo Pascal 7.1. sesuai aturan mainnya, maka yang harus dilakukan sebagai berikut :
  1. Menu perintah Compile. Jika tiada pesan error, berarti sukses.
  2. Menu perintah Run. Jika saat dicompile sukses, maka biasanya saat dirun juga sukses. Yang dimaksud Run di sini adalah untuk melihat hasil yang diinginkan yang bisa berupa : Text, Angka, Tabel, dll. sesuai keperluannya.
  3. Setelah klik kiri 1x pada File, maka pilih Save As. Pada kotak isian warna biru yakni File As ketikkan Nama File yaitu Greeting-Salam. Secara otomatis akan masuk ke dalam deretan Daftar File Program yang sudah sukses dibuat dengan nama lengkapnya yakni Greeting-Salam.PAS.
Untuk menyingkat waktu, usai masuk Layar Kerja Turbo Pascal 7.1., tulis dengan urutan sebagai berikut :
A. Latihan 1

Uses
       Crt;
Begin
        Writeln('As Salaamu Alaikum WRWB. Welcome to study Pascal Programming. Good luck !');
        Readln;
End.

B. Latihan 2

Uses
      Crt;
Begin
       Writeln('As Salaamu Alaikum WRWB. Welcome to study Pascal Programming. Good Luck !');
        Read;
End.

C. Latihan 3
Uses
      Crt;
Begin
       Write('As Salaamu Alaikum WRWB. Welcome to study Pascal Programming. Good Luck !');
        Readln;
End.

D. Latihan 4
Uses
      Crt;
Begin
       Write('As Salaamu Alaikum WRWB. Welcome to study Pascal Programming. Good Luck !');
        Read;
End.

 Sumber : SUHUPSPB21