0% found this document useful (0 votes)
22 views

Project Category

The programming language used for this project is Visual Basic (VB), which is an event-driven programming language and integrated development environment from Microsoft. VB enables rapid application development of graphical user interface applications and allows access to databases. Keywords include event-driven programming, integrated development environment, and graphical user interface.

Uploaded by

amritamurali
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
22 views

Project Category

The programming language used for this project is Visual Basic (VB), which is an event-driven programming language and integrated development environment from Microsoft. VB enables rapid application development of graphical user interface applications and allows access to databases. Keywords include event-driven programming, integrated development environment, and graphical user interface.

Uploaded by

amritamurali
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

PROJECT CATEGORY

O
o
N
i
l
n
an
n
a
t
S
p
A l
a
d
c
i
l
U
G
B
V
I
U
G
e
d
e
s
a
B
e
n
o
t
i
n
o
I
The programming language used for this project is Visual Basic (VB) which is the
third-generation event-driven programming language and integrated development
environment (IDE) from Microsoft. VB is considered a relatively easy to learn and
use programming language, because of its graphical development features.

Visual Basic enables the rapid application development (RAD) of graphical user
interface (GUI) applications, access to databases using Data Access Objects,
Remote Data Objects, or ActiveX Data Objects, and creation of ActiveX controls
and objects.

Keywords:

Event-Driven Programming: In computer programming, event-driven


programming or event-based programming is a programming paradigm in which
the flow of the program is determined by events—i.e., sensor outputs or user
actions (mouse clicks, key presses) or messages from other programs or threads.

Event-driven programming can also be defined as an application architecture


technique in which the application has a main loop which is clearly divided down
to two sections: the first is event selection (or event detection), and the second is
event handling.

Integrated Development Environment (IDE): An integrated development


environment (IDE) also known as integrated design environment or integrated
debugging environment is a software application that provides comprehensive
facilities to computer programmers for software development. An IDE normally
consists of:

* A source code editor

* A compiler and/or an interpreter

* Build automation tools


* A debugger

Rapid Application Development (RAD): Rapid Application Development (RAD)


refers to a type of software development methodology that uses minimal planning
in favor of rapid prototyping.

Graphical User Interface (GUI): A graphical user interface (GUI), is a type of


user interface that allows users to interact with programs in more ways than typing
such as computers and hand-held devices with images rather than text commands.
A GUI offers graphical icons, and visual indicators, as opposed to text-based
interfaces, typed command labels or text navigation to fully represent the
information and actions available to a user. The actions are usually performed
through direct manipulation of the graphical elements.

You might also like