Monday, July 3, 2017

Sejarah Perkembangan dan Struktur Aplikasi Visual Basic


Microsoft Visual Basic adalah bahasa pemrograman yang digunakan untuk membuat aplikasi windows yang berbasis GUI. Visual Basil merupakan Event- Driven Programming (pemrograman terkendali kejadian) artinya  program menunggu sampai adany respon dari pemakai berupa event/kejadian tertentu (tombol diklik, dll). Ketika event terdeteksi, kode yang berhubungan dengan even tersebut akan dijalankan. Sejarah perkembangan visual basic, sebagai berikut:
  1. visual basic pertama kali dipekenalkan tahun 1991, yaitu program visual basic untuk DOS dan untuk Windows
  2. visual basic 3.0 dirilis tahun 1993
  3. visual basic 4.0 dirilis pada akhir 1995 (tambahan dukungan untuk aplikasi 32 bit)
  4. visual basic 6.0 dirilis pada akhir tahun 1998
  5. visual basic yang terbaru adalah visual basic dalam lingkungan frame work dot net. Visual basic ini dikenal dengan visual basic dot net (VB.NET).
Setiap aplikasi yang dibuat dalam visual basic disebut dengan project. Project tersebut dapat berisi:
  1. Form, jendela dimana Anda akan membuat user interface
  2. Control, tampilan berbasis grafis yangdimasukkan pada form untuk membuat interaksi dengan pemakai
  3. Properties, karakteristik yang dimiliki oleh sebuah objek visual basic.
  4. Methods, serangkaian perintah yang sudah tersedia pada objek yang diminta untuk mengerjakan tugas tertentu.
  5. Event Procedures, kode yang berhubungan dengan suatu objek.
  6. General Procedures, kode yang tidak berhubungan dengan suatu objek
  7. Module, kumpulan dari prosedur umum dan definisi konstanta yang digunakan oleh aplikasi.

MTA : Materi Sertifikasi Internasional Database Administration Fundamentals(Exam 98-364)

Candidates for this exam are in the process of expanding their knowledge and skills in the following areas:
  • core database concepts
  • relational database concepts
  • security requirements for databases and the data stored in them
  • database objects, such as tables and views
  • graphical tools and T-SQL scripts
  • database queries
  • stored procedures

 Objective domain :
A.  Understanding Core Database Concepts
  1. Understand how data is stored in tables.
  2. This objective may include but is not limited to: understanding what a table is and how it relates to the data that will be stored in the database; columns/fields, rows/records
  3. Understand relational database concepts.
  4. This objective may include but is not limited to: understanding what a relational database is,the need for relational database management systems (RDBMS), and how relations are established
  5. Understand data manipulation language (DML).
  6. This objective may include but is not limited to understanding what DML is and its role in databases
  7. Understand data definition language (DDL).
  8. This objective may include but is not limited to understanding how T-SQL can be used to create database objects such as tables and views