English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

plz give the details about the origin of EVENT-DRIVEN PROGRAMMING

2006-06-05 17:50:55 · 2 answers · asked by ISHU 1 in Computers & Internet Programming & Design

2 answers

Event-driven programming is a computer programming paradigm. Unlike traditional programs, which follow their own control flow pattern, only sometimes changing course at branch points, the control flow of event-driven programs is largely driven by external events.

Check the link below for complete details:

2006-06-05 18:07:43 · answer #1 · answered by Anonymous · 0 1

I am just guessing here that when computing resources were costly, you didnt really want to generate unexpected events. So most common programming paradigm would be the batch process style.
Since computing became cheap, event driven programming picked up. And frankly, I would say that gaming is the single biggest driver of this paradigm.
Most other software (unless those that are large scale deployment of DB driven enterprise applications) are rarely as event driven as games.

Just my 2 cents!

2006-06-05 19:28:16 · answer #2 · answered by Neil 5 · 0 0

fedest.com, questions and answers