Anonymous

Why Is Visual Basic An Event Driven Language?

5

5 Answers

Alongbar Daimary Profile
Visual basic's flow of programming is determined by events  i.e., sensor outputs or user actions (mouse clicks, key  presses) or messages from other programs or threads. So it is an Event Driven Programming Language.
Florio Potter Profile
Florio Potter answered

VISUAL BASIC is a VISUAL and Event-driven Programming Language. These are the main divergence from the old BASIC. In BASIC, programming is done in a text-only environment and the program is executed sequentially. In Visual Basic 6, programming is done in a graphical environment.

Get customized online services for
Visual Studio Assignment help, Homework Help & Visual Basic Project help.
Our Visual Basic Online tutors are available for instant help for Visual Basic
assignments & problems. Visual Basic Homework help & Visual Basic
tutors offer 24*7 services. Experts of Codeavail assist you
with Visual Studio Assignment help which enables to score good marks
and improves your academic results.  Get
Help Now! CodeAvail-
Online Computer Science Assignment help


Alongbar Daimary Profile
As other Event driven programming language, Visual basic's flow of programming is determined by events  i.e., sensor outputs or user actions like mouse clicks, key  presses or messages from other programs or threads. So it is known as  Event Driven Programming Language!
Anonymous Profile
Anonymous answered
Because until an event occurs the execution of the process will not be done.
For example:
Until and unless you press result button in calculator that is made in vb environment , it will not produce any result.
Answer is by manas rana.

Answer Question

Anonymous