Q.1 Write a short note on visual Basic as an event-driven programming language.
Q.2 Write the steps to start microsoft visual Basic 2010 Express.
Q.3 What do you understand by properties , methods , and events associated with any control.
__________
Be Brainly! ☺
Answers
Answer 1]
Visual Basic is based on event -driven programming. whenever some action such as keypress or mouse-click is performed on a graphical component ,event is generated. Visual Basic provides a working environment , in which you can visually design ,edit , compile and debug the programs.
Visual basic is a high level programming language developed by Microsoft corporation in the early 1990s. Visual basic is a combination of two words visual and Basic.
Visual refers to programming style used to develop GUI (Graphic user interface) applications and Basic refers to (Beginner's All purpose symbolic instruction).
Answer 2]
To start Visual basic 2010 Express , follow the below steps:
- Click the start button and then click all programs.
- Click Microsoft visual studio 2010 express and click Microsoft visual Basic 2010 Express. The Microsoft Visual basic 2010 express window with the start page sub window appears.
- Click new project . The new project dialog box appears.
- Select window forms application and click ok
Hence, this displays the Visual Basic IDE.
Note: No much extra information related to it only steps are necessary.
Answer 3]
- Properties describe the characteristics of a control. For example, some of the properties of the button control include Name , Backcolour , Text and font.
- Methods refer to the actions that can be preformed on the object . For example , two of the methods associated with the form control include load and show
- Events refer to the occurence of user generated actions applied on an object. For example,some of the events associated with the Button control include Click , keypress and MouseMove.
Controls are the objects ( for example , buttons ,textbooks and labels) which are placed or embedded on a form to recive input and display putput. In visual Basic , each control is associated with a set of properties methods and events
Q.1 Write a short note on visual Basic as an event-driven programming language.
Q.2 Write the steps to start microsoft visual Basic 2010 Express.
Q.3 What do you understand by properties , methods , and events associated with any control.
➢form or control has a set of properties to describe it.
➢methods are actions and properties are qualities.
➢examples of visual basic objects are water mirror and polished metals etc
➢every object in visual basic is defined as a class.
➢the flow of programme is determined by events.