Kamis, 14 November 2013

INFORMASI PERPINDAHAN JADWAL KULIAH

Dari dosen pengasuh mata kuliah Pengolahan Citra Digital
Bagi mahasiswa semester V
Isi
   Diberitahukan bahwa jadwal kuliah Pengolahan Citra Digital yang semula
   dilaksanakan setiap hari Jumat jam 16.20 s.d 18.00 Wita, sekarang akan
   dilaksanakan pada setiap Rabu jam 14.30 s.d 16.20 Wita.
   Hal teknis lainnya akan diketahui pada saat jam perkuliahan di atas.
Demikian untuk maklum. Terima kasih

Dosen pengasuh,
TTD
Oscar I.Ch. Sinlaeloe, ST., M.Si

PRESENTASI TUGAS METLIT

1. Perancangan Sistem Operasi Form Evaluasi Kinerja Dosen
    Jurusan Teknik Komputer Universitas Karyadarma Kupang
    Dengan Menggunakan Bahasa Pemrograman Visual Basic Versi 6.0
2. Perancangan Sistem Informasi Manajemen Pengarsipan Administrasi Akademik
    Pada BAAK Universitas Karyadarma Kupang Dengan Menggunakan
    Bahasa Pemrograman Borland Delphi Versi 7.0
3. Perancangan Aplikasi Virtual Keyboard Berbasis Virtual Desktop
    Dengan Menggunakan Software Grafis Adobe Illustrator CS 5
4. Perancangan Sistem Informasi Manajemen Data Mahasiswa Reguler
    Pada Jurusan Teknik Komputer Universitas Karyadarma Kupang
    Dengan Menggunakan Bahasa Pemrograman Borland Delphi Versi 7.0
5. Perancangan Sistem Informasi Rekapitulasi Nilai KRS Mahasiswa
    Pada Bagian Akademik BAAK Universitas Karyadarma Kupang
    Dengan Menggunakan Bahasa Pemrograman Visual Basic Versi 6.0

Penyelesaian tugas ini dalam bentuk slide power point yang diuraikan secara singkat,
padat, dan informatif. Slide ini akan dilanjutkan dengan presentasi materi secara individu.
Khusus bagian:
1. Judul
2. Pendahuluan = Latar Belakang
3. Rumusan Masalah
4. Tujuan Penulisan
5. Manfaat Penulisan
6. Daftar Pustaka
Presentasi ini akan diambil nilai tugas pada mata kuliah Metode Penelitian Bidang Teknik Komputer.

Terima Kasih

SISTEM OPERASI (Pertemuan III)

PERTEMUAN III
SISTEM OPERASI
(Operating System)

DESKRIPSI MATA KULIAH:
Matakuliah ini mengajarkan konsep dasar Sistem Operasi, dimana matakuliah berisi tentang perkembangan dan komponen-komponen penyusun Sistem Operasi.
Dalam matakuliah ini tidak secara khusus membahas Sistem Operasi yang beredar luas di masyarakat secara konseptual.   Namun konsep umum yang sama di setiap OS.
Apabila diperlukan DOS, Windows dan LINUX dibahas sebagai contoh kasus.

KOMPETENSI MATA KULIAH
Setelah menempuh matakuliah ini mahasiswa dapat menjelaskan konsep dasar sistem operasi, khususnya komponen-komponen pembentuk suatu sistem operasi.
Mahasiswa dapat menjelaskan konsep penjadwalan CPU, pengaturan memory, dan sistem I/O
Mahasiswa dapat mencari penerapan konsep sistem operasi pada sistem operasi populer
Mahasiswa dapat membuat program sederhana yang berhubungan dengan sistem operasi

POKOK BAHASAN:
1.Pendahuluan (Overview) dan silabus – 29/8
2.Struktur Sistem Komputer – 5/9
3.Struktur Sistem Operasi –  12/9
4.Process - 19/9
5.Thread –  26/9
6.Penjadwalan CPU – 3/10
7.Sinkronisasi Proses & TK1 – 10/10
MID TEST/UJIAN TENGAH SEMESTER
8.Deadlock (kebuntuan) – 31/10
9.Manajemen Memori – 7/11
10.Memori Virtual –  14/11
11.File System Security – 21/11
12.Input/Output System & TK2 – 28/11
13.Presentasi Program – 5/11
14.PRESENTASI SISTEM OPERASI
UJIAN AKHIR SEMESTER

KEPUSTAKAAN
Silberschatz, Avi, Galvin, Peter, Gagne, Greg, 2006, Operating System Concepts 7ed and 8ed, John Wiley & Sons, Inc.
Silberschatz, Avi, Galvin, Peter, Gagne, Greg, 2004, Operating System Concepts with Java 6ed, John Wiley & Sons, Inc.
Tanenbaum, Andrew S., 1992, Modern Operating Systems, Prentice-Hall, Inc., Englewood Cliffs, New Jersey.
Silberschatz, Avi, Galvin, Peter, Gagne, Greg, Operating System Concepts Essentials, John Wiley & Sons, Inc.
Rahmat M. Samik-Ibrahim, M.Sc, Pengantar Sistem Operasi Komputer, Ardi Publishing, 2004

PENGANTAR SISTEM OPERASI
Sebuah program yang merupakan perantara antara pengguna komputer dan hardware komputer
Komputer = tubuh, SO = roh
SO digunakan dalam hal:
Mengeksekusi program dan membantu menyediakan lingkungan bagi program yang mudah untuk berinteraksi dengan system resource

TUJUAN SO
Convenience : user merasakan kemudahan dan kenyamanan dalam penggunaan
Efficiency : resources system harus dapat di utilisasi semaksimal mungkin
Robustness : kehandalan sistem proteksi terhadap kesalahan dari user / sistem
Evolution  : memudahkan pengembangan, mendukung sistem baru dan program aplikasi yang berkembang

LAYANAN SO
Menyediakan user interface
Menyediakan program execution
Menyediakan I/O operations
Menyediakan file-system manipulation
Menyediakan system communications / networking
Mampu melakukan error detection
Mampu melakukan resource Sharing
Ada fasilitas security
Fasilitas accounting system

JENIS PLATFORM DAN SO
Microcomputers: Unix, Windows, Linux
Mainframe: IBM, Unix
Supercomputer: IRIX, Linux
Workstation, server: Linux, Windows
Networking: Linux, Netware, Windows
PDA: Blackberry, Linux, Palm, Windows Mobile
Smarphone: Symbian, Linux, Windows Mobile, Android, RIM

KOMPONEN SISTEM KOMPUTER
1.Perangkat keras
  CPU, RAM, storage (harddisk, floppy disk, CDROM, dsb), piranti I/O (printer, scanner, dsb)
2.Operating System
  Mengontrol dan mengkoordinasikan penggunaan hardware dari berbagai program aplikasi dan user
3.Program-program aplikasi
  Pengaturan penggunaan system resources untuk  pemecahan problem kebutuhan user (kompiler, sistem basis data, games, dan program-program untuk bisnis)
4.User
  Orang, mesin, atau komputer lain

4 (empat) KOMPONEN SISTEM KOMPUTER
PROCESS
Process – program dalam mode eksekusi
Eksekusi program harus pada suatu waktu yang sekuensial
FOREGROUND vs BACKGROUND PROCESS
THREAD
Process vs Thread
1.Process: suatu aplikasi yg running
  Thread: beberapa kegiatan dlm 1 proses
2.Keuntungan:
  Responsiveness
  Resource Sharing
  Economy
  Utilization of Multi Processors Architectures

SINGLE vs MULTI THREAD

FIREFOX vs GOOGLE CHROME
SCHEDULLING
Memilih proses mana dari memory yang siap diekseskusi dan mengalokasikan resource/CPU kepadanya.
Keputusan penjadwalan CPU mungkin terjadi waktu proses:
1.    Switches from running to waiting state
2.    Switches from running to ready state
3.    Switches from waiting to ready
4.    Terminates
Scheduling no 1 dan 4 adalah non-preemptive, Selainnya bersifat preemptive

SYNCHRONIZATION
Why process synchronization needed?
Akses secara konkuren (hampir bersamaan) terhadap data yang bersifat shared, dapat menyebabkan data tidak konsisten
Terjadi race condition
Banyak algoritma sinkronisasi
FCFS (First Come First Served)
SJF (Shortest Job First) preemptive dan non preemptive
RR (Round Robin)

DEADLOCK
Pada multiprogramming, beberapa proses hanya memiliki resource yang terbatas.
Jika tidak ada resource yang tersedia, process harus menunggu
2 types of resource:
Preempt-able, ex: memory
Non-preempt able, ex: printer
Harus menunggu jika resource tidak boleh dipakai
Permintaan proses mungkin diblok
Mungkin bisa gagal dengan kode error tertentu


MEMORY
Program harus dibawa (dari disk) ke memory dan ditempatkan pada alamat tertentu agar dapat berjalan
Main memory dan registers adalah satu-satunya tempat penyimpanan yang dapat langsung diakses oleh CPU
Register mengakses dalam 1 CPU clock (bisa kurang)
Main memory mengakses dalam bnyk cycles / clock
Cache berada diantara main memory dan CPU registers
Protection of memory dibutuhkan untuk menjamin agar operasinya benar


VIRTUAL MEMORY
Virtual memory – pemisahan antara memori logis dari memori fisik.
Hanya bagian dari program yang dibutuhkan saja yang harus ada dalam memory untuk dieksekusi
Logical address space dapat lebih besar daripada physical address space
Memperbolehkan address spaces untuk disharing oleh beberapa processes
Menyebabkan pembuatan proses secara lebih efisien

VIRTUAL MEMORY PAGE REPLACEMENT
Algoritma FIFO
Algoritma Optimal
Algoritma LRU
Algoritma Perkiraan LRU

KONSEP FILE
File adalah kumpulan informasi yang berhubungan dan tersimpan dalam secondary storage
Tipe:
Data (character, numeric, binary)
Program
Direktori
Device
Sifat: persistance, big size, dan sharability

FILE MANAGER
ATRIBUT FILE
1.Name – disimpan dalam human readable name
2.Identifier – unique tag (number) dalam file system
3.Type – dibutuhkan oleh sistem (ex: .txt)
4.Location – pointer to file location di harddisk
5.Size – current file size
6.Protection – controls siapa yang reading, writing, executing
7.Time, date, and user identification – data untuk protection, security, and usage monitoring
8.Information about files are kept in the directory structure, which is maintained on the disk

FILE PROPERTIES
PERANGKAT I/O
1.Perangkat block:
  Meliputi berbagai disk drive
2.Perintah baca, tulis, pencarian data
  Dapat digunakan untuk mengakses memory pada disk
3.Perangkat character:
  Contoh: keyboard, mouse
4.Perintah menulis, mengambil
  Dapat dibuat library pengakses data per-baris
5.Perangkat jaringan:
  Socket: penghubung komputer dengan jaringan.
  Komunikasi antar komputer dilakukan melalui socket.

CHARACTERISTICS of I/O DEVICE
MS DOS
What is MS-DOS?
MS-DOS stands for Microsoft Disk Operating System. MS-DOS controls the computer’s hardware and provides an environment for programs to run.
Run in single user, stand alone desktop computer
Simple, only have few instructions
For Intel 8086, 8088, 80186, & 80286

ARCHITECTURE of WINDOWS XP
ARCHITECTURE of LINUX
Materi pertemuan IV tentang Struktur Sistem Komputer akan diperoleh mahasiswa dalam format
ekstensi Pdf.
Terima Kasih





Rabu, 13 November 2013

Inkland Printer Canon Pixma 287


NASA Water Cycle


METODE PENELITIAN TEKNIK KOMPUTER



TAHAPAN DALAM MELAKUKAN PENGOLAHAN DATA
HASIL PENELITIAN


1)      Data dikumpulkan melalui lembaran kuisioner yang diisi oleh responden terpilih;
2)      Dilakukan analisa awal untuk mendapatkan hasil sementara data kuisioner menurut teknis pengolahan data yang dipilih sebelumnya;
3)      Hasilnya dilakukan penginputan pada table Microsoft excel;
4)      Kemudian dilakukan pengujian kesahihan data menurut variabilitas dan reliabilitasnya. Umumnya para peneliti menggunakan software analisis statistic yaitu aplikasi SPSS all series dan program lainnya. Hal ini sangat disesuaikan dengan model desain penelitian dan mekanisme pengolahan data statistic;
5)      Membuka software SPSS. Di sini calon peneliti menggunakan software SPSS v.17;
6)      Pertama, drag drop seluruh data dalam sheet di MS Excel, kemudian klik kanan pada kursor dan memilih perintah Copy atau menekan Ctrl + C di keyboard;
7)      Lalu membuka aplikasi SPSS 17;
8)      Mengubah model layout “Variable view” menjadi “Data View”;
9)      Setelah memilih Data View kemudian klik kanan pada mouse dan pilih perintah paste untuk melakukan penginputan data dari excel yang dimasukan ke SPSS;
10)  Setelah data diinput kemudian kita buka pada tab Variabel View di sebelah Kanan tab Data View. Akan Nampak model data (ordinal/interval);
11)  Masuk ke menubar klik statistic lalu pilih alat analisis kita seperti data ini menggunakan Regression lalu Multiple Analysis;
12)  Lalu klik perintah Multiple Analysis akan muncul coeffiecient yang dicari sebagai bentuk validitas dan reliabilitas;
13)  Kemudian di save ke dalam file format docx untuk windows dan office 7
14)  Data siap disajikan sebagai hasil penelitian

MENCETAK FORMAT BUKU DI MS WORD 2007

FORMAT BUKU DI MS. WORD 2007


Kita ingin membuat karangan dalam bentuk buku dengan menggunakan Microsoft Word 2007 sangatlah mudah.
Tidak perlu mengatur secara manual. Berikut akan saya jelaskan secara ringkas sebagai berikut:

1.Buka file Ms Word
2.Klik tab “Page Layout”, masuk ke “Page Setup”
3.Pada tab “Margins”, cari pilihan “Multiple Pages” yang tadinya “Normal”, ubah menjadi “Book Fold”
4.Pindah pada tab “Paper”, lalu pilih kertas yang akan kita jadikan buku ; pilih “Paper Size”-nya. Misalnya: “A4″ atau “A5”
5.Klik “OK”. Jadilah format buku yang kita idam-idamkan.

Sekarang, cara mencetaknya :

1.Ctrl + P
2.Aktifkan “Manual Duplex”
3.Tentukan ukuran kertas yang dipakai.
4.Klik tombol Print
5.Klik tombol yang menunjukkan untuk membalik kertas. Lihat gambar di bawah ini.

Catatan :

•Syarat pembuatan format ini, jumlah halaman sebaiknya kelipatan empat; 4, 8, 16, 40….. dst. Jadi tidak ada halaman kosong. Kalaupun halaman yang terbentuk.
•Jika formatnya Arabic (tulisan arab). Klik tab “Layout”. Pada “Section Direction” pilih “Right to Left”

Demikian gambaran cara menyajikan tulisan dalam format buku.

DAFTAR NILAI TUGAS I Grafkom

Berikut ini daftar nilai tugas pertama khusus mata kuliah Grafika Komputer Visual, Jurusan Teknik Komputer, Fakultas Teknik, Undarma - Kupang. Semuanya merupakan mahasiswa tingkat V, yaitu:
Ike Marlina Tulle           NIM 110256201000010      skor 96/A
Zeresi A.Y.E.Naimasus NIM 110256201000003      skor 94/A
Maxem Lay                  NIM 110256201000001      skor 93/A
Yonathan Lalan             NIM 110256201000002      skor 91/A
Delfianus Tunbas           NIM 110256201000004      skor 90/A

Catatan:
            Semua bahan koreksi akan dikirim melalui email masing-masing mahasiswa.

KUMPULAN FUNGSI TOMBOL KEYBOARD

Kegiatan pengetikan merupakan aktivitas yang selalu dilakukan oleh kebanyakan orang yang bekerja pada bagian administrasi persuratan, jasa pengetikan, tugas sekolah, tugas perkuliahan dan lain sebagainya. Hal ini akan menghabiskan banyak waktu pengetikan bila kita lebih dominan memanfaatkan gerak mouse atau keypad pada jenis notebook/netbook, PC. Saat ini saya akan membagikan kumpulan shortcut keyboard yang mungkin dapat membantu kita semua memaksimalkan pekerjaan pengetikan. Berikut ini merupakan kumpulan fungsi keyboard berdasarkan beberapa fungsi dalam windows, yaitu:
    CTRL+C (Copy)
    CTRL+X (Cut)
    CTRL+V (Paste)
    CTRL+Z (Undo)
    CTRL while dragging an item (Copy the selected item)
    CTRL+SHIFT while dragging an item (Create a shortcut to the selected item)
    CTRL+LEFT ARROW (Move the insertion point to the beginning of the previous word)
    CTRL+DOWN ARROW (Move the insertion point to the beginning of the next paragraph)
    CTRL+UP ARROW (Move the insertion point to the beginning of the previous paragraph)
    CTRL+SHIFT with any of the arrow keys (Highlight a block of text)
    CTRL+A (Select all)
   CTRL+F4 (Close the active document in programs that enable you to have multiple documents open   simultaneously)
    CTRL+ESC (Display the Start menu)
    ALT+ENTER (View the properties for the selected item)
    ALT+F4 (Close the active item, or quit the active program)
    ALT+ENTER (Display the properties of the selected object)
    ALT+SPACEBAR (Open the shortcut menu for the active window)
    ALT+SPACEBAR (Display the System menu for the active window)
    ALT+Underlined letter in a menu name (Display the corresponding menu)
    ALT+TAB (Switch between the open items)
    ALT+ESC (Cycle through items in the order that they had been opened)
    DELETE (Delete)
    SHIFT+DELETE (Delete the selected item permanently without placing the item in the Recycle Bin)
    SHIFT with any of the arrow keys (Select more than one item in a window or on the desktop, or select text in a document)
    SHIFT+F10 (Display the shortcut menu for the selected item)
    F2 key (Rename the selected item)CTRL+RIGHT ARROW (Move the insertion point to the beginning of the next word)
    F3 key (Search for a file or a folder)
    F4 key (Display the Address bar list in My Computer or Windows Explorer)
    F5 key (Update the active window)
    F6 key (Cycle through the screen elements in a window or on the desktop)
    F10 key (Activate the menu bar in the active program)
    RIGHT ARROW (Open the next menu to the right, or open a submenu)
    LEFT ARROW (Open the next menu to the left, or close a submenu)
    BACKSPACE (View the folder one level up in My Computer or Windows Explorer)
    ESC (Cancel the current task)
    SHIFT when you insert a CD-ROM into the CD-ROM drive (Prevent the CD-ROM from automatically playing)


Dialog Box Keyboard Shortcuts

    CTRL+TAB (Move forward through the tabs)
    CTRL+SHIFT+TAB (Move backward through the tabs)
    TAB (Move forward through the options)
    SHIFT+TAB (Move backward through the options)
    ALT+Underlined letter (Perform the corresponding command or select the corresponding option)
    ENTER (Perform the command for the active option or button)
    SPACEBAR (Select or clear the check box if the active option is a check box)
    Arrow keys (Select a button if the active option is a group of option buttons)
    F1 key (Display Help)
    F4 key (Display the items in the active list)
    BACKSPACE (Open a folder one level up if a folder is selected in the Save As or Open dialog box)


Microsoft Natural Keyboard Shortcuts

    Windows Logo (Display or hide the Start menu)
    Windows Logo+BREAK (Display the System Properties dialog box)
    Windows Logo+D (Display the desktop)
    Windows Logo+M (Minimize all of the windows)
    Windows Logo+SHIFT+M (Restore the minimized windows)
    Windows Logo+E (Open My Computer)
    Windows Logo+F (Search for a file or a folder)
    CTRL+Windows Logo+F (Search for computers)
    Windows Logo+F1 (Display Windows Help)
    Windows Logo+ L (Lock the keyboard)
    Windows Logo+R (Open the Run dialog box)
    Windows Logo+U (Open Utility Manager)


Microsoft Internet Explorer Navigation

    CTRL+B (Open the Organize Favorites dialog box)
    CTRL+E (Open the Search bar)
    CTRL+F (Start the Find utility)
    CTRL+H (Open the History bar)
    CTRL+I (Open the Favorites bar)
    CTRL+L (Open the Open dialog box)
    CTRL+N (Start another instance of the browser with the same Web address)
    CTRL+O (Open the Open dialog box, the same as CTRL+L)
    CTRL+P (Open the Print dialog box)
    CTRL+R (Update the current Web page)
    CTRL+W (Close the current window)


Accessibility Keyboard Shortcuts

    Right SHIFT for eight seconds (Switch FilterKeys either on or off)
    Left ALT+left SHIFT+PRINT SCREEN (Switch High Contrast either on or off)
    Left ALT+left SHIFT+NUM LOCK (Switch the MouseKeys either on or off)
    SHIFT five times (Switch the StickyKeys either on or off)
    NUM LOCK for five seconds (Switch the ToggleKeys either on or off)
    Windows Logo +U (Open Utility Manager)


Windows Explorer Keyboard Shortcuts

    END (Display the bottom of the active window)
    HOME (Display the top of the active window)
    NUM LOCK+Asterisk sign (*) (Display all of the subfolders that are under the selected folder)
    NUM LOCK+Plus sign (+) (Display the contents of the selected folder)
    NUM LOCK+Minus sign (-) (Collapse the selected folder)
    LEFT ARROW (Collapse the current selection if it is expanded, or select the parent folder)
    RIGHT ARROW (Display the current selection if it is collapsed, or select the first subfolder)


Shortcut Keys for Character Map

    RIGHT ARROW (Move to the right or to the beginning of the next line)
    LEFT ARROW (Move to the left or to the end of the previous line)
    UP ARROW (Move up one row)
    DOWN ARROW (Move down one row)
    PAGE UP (Move up one screen at a time)
    PAGE DOWN (Move down one screen at a time)
    HOME (Move to the beginning of the line)
    END (Move to the end of the line)
    CTRL+HOME (Move to the first character)
    CTRL+END (Move to the last character)
    SPACEBAR (Switch between Enlarged and Normal mode when a character is selected)


Microsoft Management Console (MMC) Main Window Keyboard Shortcuts

    CTRL+O (Open a saved console)
    CTRL+N (Open a new console)
    CTRL+S (Save the open console)
    CTRL+M (Add or remove a console item)
    CTRL+W (Open a new window)
    F5 key (Update the content of all console windows)
    ALT+SPACEBAR (Display the MMC window menu)
    ALT+F4 (Close the console)
    ALT+A (Display the Action menu)
    ALT+V (Display the View menu)
    ALT+F (Display the File menu)
    ALT+O (Display the Favorites menu)


MMC Console Window Keyboard Shortcuts

    CTRL+P (Print the current page or active pane)
    ALT+Minus sign (-) (Display the window menu for the active console window)
    SHIFT+F10 (Display the Action shortcut menu for the selected item)
    F1 key (Open the Help topic, if any, for the selected item)
    F5 key (Update the content of all console windows)
    CTRL+F10 (Maximize the active console window)
    CTRL+F5 (Restore the active console window)
    ALT+ENTER (Display the Properties dialog box, if any, for the selected item)
    F2 key (Rename the selected item)
    CTRL+F4 (Close the active console window. When a console has only one console window, this shortcut closes the console)


Remote Desktop Connection Navigation

    CTRL+ALT+END (Open the m*cro$oft Windows NT Security dialog box)
    ALT+PAGE UP (Switch between programs from left to right)
    ALT+PAGE DOWN (Switch between programs from right to left)
    ALT+INSERT (Cycle through the programs in most recently used order)
    ALT+HOME (Display the Start menu)
    CTRL+ALT+BREAK (Switch the client computer between a window and a full screen)
    ALT+DELETE (Display the Windows menu)
    CTRL+ALT+Minus sign (-) (Place a snapshot of the active window in the client on the Terminal server clipboard and provide the same functionality as pressing PRINT SCREEN on a local computer.)
    CTRL+ALT+Plus sign (+) (Place a snapshot of the entire client window area on the Terminal server clipboard and provide the same functionality as pressing ALT+PRINT SCREEN on a local computer.

Semua isi tulisan telah saya ambil dari beberapa sumber terpisah di browser google (tidak diketahui pasti sumber asalnya). Untuk itu, saya ucapkan terima kasih untuk openlink sharenya.,

TEKNOLOGI KOMPUTER I



Beberapa definisi komputer menurut para ahli :

1. Menurut Robert H. Blissmer seorang penulis dari buku Komputer, komputer merupakan suatu alat elektronik yang mampu melakukan beberapa tugas , seperti ; menerima input, memproses input tersebut sesuai dengan programnya, menyimpan perintah-perintah dan hasil dari pengolahan, Menyediakan output dalam bentuk informasi.

2. Menurut V. C Hamacher et al. 1982 berpendapat bahwa mesin penghitung yang cepat dan dapat menerima informasi input digital, kemudian memprosesnya sesuai dengan program yang tersimpan di memorinya dan menghasilkan output berupa informasi.

3. Menurut Jhon J. Longkutoy berpendapat bahwa komputer adalah alat pengolah data atau pemecah persoalan yang mampu menghasilkan informasi yang diperlukan, tetapi penanganannya harus ditangani oleh ahlinya.

4. Menurut William M Fuori, Komputer adalah suatu pemroses data yang dapat melakukan perhitungan besar secara cepat, termasuk perhitungan aritmatika dan dasar operasi logika, tanpa campur tangan manusia.

5. Menurut Elias M. Awad, Komputer adalah alat hitung yang memproses data yang disajikan dalam bentuk data diskret (digital) dan data kontinyu (analog).

7. Menurut Donald H. Sanderes. 1985, berpendapat bahwa komputer adalah sistem elektronik untuk memanipulasi data dengan cepat dan tepat serta dirancang dan diorganisasikan agar secara otomatis menerima dan menyimpan data input, memprosesnya dan menghasilkan output di  bawah pengawasan suatu langkah-langkah instruksi program (Sistem Operasi) yang tersimpan di dalam penyimpanannya (Stored Program).

8. Menurut Williams Sawyer, komputer adalah mesin multiguna yang dapat diprogram, yang menerima data (fakta-fakta dan gambar-gambar kasar) dan memproses dan memanipulasinya ke dalam informasi yang dapat kita gunakan.

9. Menurut Larry Long dan Nancy Long, komputer adalah alat hitung yang mampu menginterpresentasikan dan juga melaksanakan perintah program untuk input, output, perhitungan dan operasi-operasi logika.

10. Dan menurut Wikipedia sendiri pun, komputer adalah alat yang dipakai untuk mengolah data menurut prosedur yang telah dirumuskan.