Computer Science, asked by itzshrutiBasrani, 5 months ago


 \red{\sf {Answer \:  \:  the \:  \:  questions:}}

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

Answered by ItzXmartySHRUTI
1

 \red{\sf {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.

 \pink{\sf {Extra \:  Information \:  related  \: to \:  the \:  answer \: 1}}

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:

  1. Click the start button and then click all programs.
  2. 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.
  3. Click new project . The new project dialog box appears.
  4. 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.

 \pink{\sf {Extra \:  Information \:  related  \: to \:  the \:  answer \: 2}}

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

Answered by Anonymous
13

\dagger\mathbb\red{QUESTIONS :   }

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.

\dagger\mathbb\purple{SOLUTIONS : }

{\blue{\bigstar{\mathfrak{\green{1a ) \: short \: note : }}}}}

\sf visual \: basic \: is \: a \: basic \: programming  \\ \sf language \: . \: in \: basic,every \: programing \\\sf is \: done \: by \: texting \: the \: programme \: in \\  \sf  \: sequence \: but \: in \: visual \: basic  \: programming\\  \sf  programming \: is \: made \:up \:  of \: many \\  \sf  \: programmes  \: from \: top \: of \: the \: computer.

{\orange{\bigstar{\mathfrak{\red{2a)}}}}} \sf 1)open \: visual \: studio \: 2010.

 \sf 2)press \: of \: create \: new \: project \: window.

 \sf3)press \: on \: visual \: basic \: in \: language \: list.

 \sf 4)click \: on \: platform \: list.

 \sf5)choose \: windows.

 \sf6)select \: window \: forms\:  application.

 \red {\sf 7)click \: ok .}

{\purple{\bigstar{\mathfrak{\pink{3a)}}}}} \sf1) properties-describe \: objects.

 \sf 2)the \: methods \: make \: the \: object \: to \: do.

 \sf 3)events \: show \: what \: happens \: if \: any  \\  \sf\: object \: does \: something.

\bigstar{\green{\underline{\mathrm{\blue{additional \: information : }}}}}

➢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.

Similar questions