Posts

Showing posts from May, 2017

Ex Machina (2015) 's Review

Image
From the beginning of this film, which is how humans can't be escaped from the name of Technology. Yes, modern humans today certainly can't be escaped from laptops, smartphones, and other things related to technology. In this film where a boss named Nathan intends to create an interface that can help people make their work easier. We all know if making an interface is not easy. In this case, the computer and its equipment must be designed in accordance with the desired needs and can help humans in their daily work (according to specific tasks given). If we talk about interfaces, it will offend the User Interface. User Interface here is more than what humans can see, touch or hear. The user interface includes concepts, user needs to know computer systems, and must be integrated into the entire system. The user interface isn't enough to just look 'good' but must be able to support tasks done by humans and has made to avoid minor mistakes. In this film, it c

Makalah Manusia Dan Cinta Kasih

Makalah Manusia Dan Cinta Kasih by Hafiz Maruf on Scribd

Membuat Aplikasi Penjualan Sederhana Menggunakan VB.Net dan database Access 2010 (CRUD)

Image
Saya Hafiz Ma'ruf dari kelas 1KA23 Universitas Gunadarma.  Kali ini saya akan memposting tugas mata kuliah Algoritma dan Pemrograman 2B, mengenai pembuatan aplikasi penjualan menggunakan VB.Net dengan database Access 2010. Berikut ini pembahasan mengenai program tersebut. Pada program penjualan ini terdapat 3 input, yaitu input nama barang, harga barang, dan jumlah barang pada textbox disertai 4 tombol operasi (simpan, ubah, hapus, clear) pada form dari komponen toolbox yang disediakan. 1.      Langkah Pengerjaan : a.     Buka software Ms. Office Access, lalu pilih Create Database . Beri nama database “dbPenjualan”. b.     Lalu buat tabel dengan nama “tbPenjualan” dengan struktur tabel berikut. c.     Setelah pembuatan database selesai, buka software Visual Studio 2010 lalu pilih New Project “ Standard EXE ”.  d.     Klik project, lalu klik add module . Beri nama module tersebut dengan “ModulKoneksi”. e.     Masukkan source code berikut ini