Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is difference between procedural prog. Language

Answer Posted / joy

Events are caused by actions the user performs. For
example, clicking the mouse generates a mouse event,
pressing a key on the keyboard generates a keyboard event,
and so on. When a system event occurs, the operating system
is responsible for identifying and responding to the event.
Different operating systems implement this process in
various ways. However, all operating systems respond to the
system event by broadcasting a system event message. Any
application running on the system can react to the system
event by executing code written for that specific system
event.

In procedural-driven or top-down architectures, the
application executes a set of instructions in a specified
sequence to perform a task. The structure and sequence of
the program, not user actions, control the execution order
of a procedural-driven application. The program execution
begins in main and then flows through method calls and
control statements in a fairly predictable manner.

In an event-driven program, the program first waits for
events to occur, responds to those events, then returns to
waiting for the next event. How the program responds
depends on the code written for that specific event. The
order in which an event-driven program executes depends on
which events occur and on the order in which those events
occur. While the program waits for the next event, it frees
up CPU resources that might be used to perform other
processing tasks.

Is This Answer Correct ?    75 Yes 18 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I mimic a toggle button?

1421


What are the different procedures associated with the object?

1015


How do I get the number of free bytes on a disk?

1635


Is there any Edit method in ADO Data Access method?

2007


What is the difference between adodc and adodb in vb?

988


What is data binding in vb net?

933


How can I create a VBX?

1499


What is the use of Data Form Wizard?

1980


What is vbs file?

954


How do you change the icon and otherwise manipulate the DOS box?

1462


What is the difference between Msgbox Statement and MsgboxQ function?

1897


Is it posible to Create Tables Through Querydef?

2036


How would you convert a form into document?

2038


_____ collection in recordset used to assign a value from textbox to table columns without making abinding in datacontrol.

1720


How many tabs in a tabbed dialog do you consider appropriate?

2106