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

Answers were Sorted based on User's Feedback



What is difference between procedural prog. Language..

Answer / 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

What is difference between procedural prog. Language..

Answer / suketu gandhi

In the event driven programming language use can directly
interact with user interface by making use of mouse or any
other means of controls. But in procedural prog you cannot
interct with user interface through any of the control. you
can only interct through codes.

Is This Answer Correct ?    72 Yes 21 No

What is difference between procedural prog. Language..

Answer / haiipl25

Procedural Programming language is the language, which is
run by the some procedure or methods of that language.

Event Driven Programming language is the language, which is
run by some event of the input device. like mouse click,
mouse drag, keyboard key press, key down, etc..

Is This Answer Correct ?    42 Yes 13 No

What is difference between procedural prog. Language..

Answer / mike

Procedural programming is the written instructions and are
expected to operate in the order specified while event
driven programming is the code that wait for certain event
to happen and react thereafter

Is This Answer Correct ?    21 Yes 7 No

What is difference between procedural prog. Language..

Answer / lekh

EVent driven is done by user ot use mouse ,keyboard and procedure oriented done by machine

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Visual Basic Interview Questions

How would you activate animation control?

0 Answers  


Explain Get, Let, Set Properties.

1 Answers  


What are the tools available for Debuggiu in VB?

0 Answers  


Difference between ActiveX Exe and Dll.

0 Answers  


What is the difference between change event in normal combobox and dbcombobox?

0 Answers  


What are the scope of the class?

0 Answers  


Difference between DDE and OLE.

0 Answers  


How can you Add API functions to your Application?

1 Answers  


What's the maximum size of a textbox?

5 Answers  


What is the difference between queryunload and unload in form?

2 Answers  


What is Seek Method which type of record set is available this?

0 Answers  


Which property of menu cannot be set at run time?

1 Answers  


Categories