ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
info       Did you received any Funny E-Mails from your Friends and like to share with rest of our friends? Yeah!! you can post that stuff   HERE
Google
 
Categories  >>  Software  >>  Microsoft Related  >>  Visual Basic
 
 


 

 
 Visual Basic interview questions  Visual Basic Interview Questions
 C Sharp interview questions  C Sharp Interview Questions
 ASP.NET interview questions  ASP.NET Interview Questions
 VB.NET interview questions  VB.NET Interview Questions
 COM+ interview questions  COM+ Interview Questions
 ADO.NET interview questions  ADO.NET Interview Questions
 IIS interview questions  IIS Interview Questions
 MTS interview questions  MTS Interview Questions
 Crystal Reports interview questions  Crystal Reports Interview Questions
 BizTalk interview questions  BizTalk Interview Questions
 Dot Net interview questions  Dot Net Interview Questions
 Exchange Server interview questions  Exchange Server Interview Questions
 SharePoint interview questions  SharePoint Interview Questions
 Microsoft Related AllOther interview questions  Microsoft Related AllOther Interview Questions
Question
WHAT IS DIFFERENCE BETWEEN PROCEDURAL PROG. LANGUAGE & 
EVENT DRIVEN PROG. LANGUAGE?
 Question Submitted By :: Priyanka
I also faced this Question!!     Rank Answer Posted By  
 
  Re: WHAT IS DIFFERENCE BETWEEN PROCEDURAL PROG. LANGUAGE & EVENT DRIVEN PROG. LANGUAGE?
Answer
# 1
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 ?    2 Yes 4 No
Suketu Gandhi
 
  Re: WHAT IS DIFFERENCE BETWEEN PROCEDURAL PROG. LANGUAGE & EVENT DRIVEN PROG. LANGUAGE?
Answer
# 2
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 ?    13 Yes 2 No
Joy
 
 
 
  Re: WHAT IS DIFFERENCE BETWEEN PROCEDURAL PROG. LANGUAGE & EVENT DRIVEN PROG. LANGUAGE?
Answer
# 3
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 ?    0 Yes 1 No
Haiipl25
 

 
 
 
Other Visual Basic Interview Questions
 
  Question Asked @ Answers
 
Which tool is used to configure the port range and protocols for DCOM communications?  1
What is the use of command Object?  2
What is the use of debug Window?  1
what is the difference between Listindex and Tab index.  1
What is ActiveX Document?  1
What are the types of Error?  1
Can Redim be used to declare a new array ? Infosys13
What is RDO?  1
What are the Technologies for Accessing Database from Visual Basic?  1
What do you mean by Databound Controls? Explain.  1
what is the front end you used? Satyam2
How will you define a function to accept variable number of arguments ?  1
What areTypes of compatability in VB and their usage ? MBT4
What type of multi-threading does VB6 implement?  2
In visual source safe if in middle of my program power was off and it was not save then wat will happen whether it will save or not? can any body tel me the answer for this. Wipro7
What is Database Connection pooling (relative to MTS)  1
which collection in recordset used to assign a value from textbox to table columns without making abinding in datacontrol?  1
Define the scope of Public, Private, Friend procedures?  1
What is a Component?  1
How does a DCOM component know where to instantiate itself? Synechron1
 
For more Visual Basic Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com