VB.Net/VB.Net Mcq Question Set 2 Sample Test,Sample questions

Question:
 The size of _____________ is determined by the label’s margin property.

1.margin lines

2.label

3.border lines

4.label lines

Posted Date:-2022-02-05 09:18:17


Question:
 To include the image file in the project itself, the Project Resource file radio button must be selected from which dialog box?

1.Select Resource Dialog box

2.Select Dialog box

3.Resource Dialog Box

4.Project Dialog Box

Posted Date:-2022-02-05 09:24:38


Question:
A form’s __________ determines the border style of the form.

1.FormBorderStyle Property

2.Form Border

3.Form Style

4.Border Property

Posted Date:-2022-02-05 09:40:42


Question:
A timer control is instantiated using _______

1. Timer tool

2.Control tool

3.Stopwatch tool

4.Timer Control Tool

Posted Date:-2022-02-05 09:35:09


Question:
A __________ is a word that has special meaning in computer language.

1.keyword

2.constant

3.variable

4. literal

Posted Date:-2022-02-05 09:31:46


Question:
Margin lines are ______________ in colour.

1. Blue

2.Red

3.Green

4.Black

Posted Date:-2022-02-05 09:19:11


Question:
StretchImage Property is present in which dialog box?

1.Task list

2.Properties Window

3.Picture Task Window

4.View Window

Posted Date:-2022-02-05 09:25:45


Question:
The actions such as click, double-click, scrolling etc are ______

1.Events

2.Functions

3.Procedures

4.Actions

Posted Date:-2022-02-05 09:29:48


Question:
The name of the button control is changed using _____

1.Button Tool Window

2.Change Name

3.Edit Window

4.Properties window

Posted Date:-2022-02-05 09:28:09


Question:
The purpose of __________ is to process code at one or more regular intervals.

1.Timer control

2.Process control

3. Code editor

4. Interval control

Posted Date:-2022-02-05 09:36:01


Question:
The rules of a programming language are called its ___

1.Syntax

2.Rules

3.Grammar

4.Order

Posted Date:-2022-02-05 09:34:22


Question:
The timer state is determined by ______

1.State property

2.Timer control

3.Enabled property d) Visible property

4.Visible property

Posted Date:-2022-02-05 09:37:29


Question:
The __________ and __________ buttons are examples of many button controls found in Windows applications.

1.Ok and Cancel

2.Ok and Exit

3.Exit and Cancel

4.Try again and Cancel

Posted Date:-2022-02-05 09:28:33


Question:
The __________ displays the most commonly used items.

1.Common tab

2.All tab

3.Most tab

4.Most used tab

Posted Date:-2022-02-05 09:33:51


Question:
The __________ instruction tells the computer to close the current form.

1.Me.Close()

2. Close()

3.This.Close()

4. Close.this()

Posted Date:-2022-02-05 09:33:27


Question:
The __________ is an abbreviation of the term sub procedure.

1.Sub function

2.Sub event

3. Sub keyword

4.Sub object

Posted Date:-2022-02-05 09:32:57


Question:
The __________ is used to store controls that do not appear in the user interface during runtime.

1. Control tray

2.Timer tray

3.Components tray

4.Store tray

Posted Date:-2022-02-05 09:35:36


Question:
The __________ setting removes the form border.

1.None

2.Fixed Single

3.Single

4.Remove

Posted Date:-2022-02-05 09:41:06


Question:
To hide a section of code we click the __________ box next to it.

1.Minus

2. Plus

3.Bubble

4.Multiply

Posted Date:-2022-02-05 09:31:19


Question:
To include an image on the form we use which toolbox?

1.Picture Box

2.Image box

3.Add Image box

4.Add Picture Box

Posted Date:-2022-02-05 09:23:44


Question:
What are listed in a Properties Window?

1.Attributes

2.Objects

3.Values

4.Items

Posted Date:-2022-02-05 09:15:30


Question:
What happens when a control is deleted from a form?

1. Does not delete the control’s code

2.Does delete the control’s code

3. Control is deleted in total

4.Control is not deleted, it can be brought back

Posted Date:-2022-02-05 09:38:24


Question:
What happens when both the minimize box and maximize box property are set to false?

1.Both are disabled

2.This situation shows an exception

3.This situation shows an error

4.Both are removed from the title bar

Posted Date:-2022-02-05 09:42:26


Question:
What is the purpose of the label control?

1.To display the text that the user is not allowed to edit while the application is not running

2.To display the text that the user is allowed to edit while the application is not running

3. To display the text that the user is not allowed to edit while the application is running

4. To display the text that the user is allowed to edit while the application is running

Posted Date:-2022-02-05 09:17:51


Question:
What is used to add a Label control to a form?

1.Label Tool

2.Add Tool

3.Add Control Tool

4.Add Label Tool

Posted Date:-2022-02-05 09:17:25


Question:
Where you enter the event procedure’s code?

1.Event window

2. Properties window

3.Code Editor Window

4. Action Window

Posted Date:-2022-02-05 09:30:27


Question:
Which box displays the current values of each of the properties?

1.Settings Box

2. Display Box

3.Object box

4.Value Box

Posted Date:-2022-02-05 09:14:35


Question:
Which button is used to display the names in the property list by category?

1.Categorized button

2.Alphabetical button

3.Lexicographical button

4.Group button

Posted Date:-2022-02-05 09:15:00


Question:
Which button is used to save a solution?

1.Save Button

2.Save As Button

3. Save Solution Button

4. Save All Button

Posted Date:-2022-02-05 09:15:53


Question:
Which event occurs each time an interval is elapsed in the timer?

1.Tick

2.Click

3.Elapse

4.Count

Posted Date:-2022-02-05 09:37:54


Question:
Which is used to change the name of the picture?

1.Properties Window

2.Change Name

3.Edit Window

4.Picture Properties Window

Posted Date:-2022-02-05 09:26:19


Question:
Which menu provides option for manipulating the control’s on the form?

1.Format menu

2. Control Menu

3.Manipulate Menu

4.Property List

Posted Date:-2022-02-05 09:20:51


Question:
Which option is used to align two or more controls by their left, right, top or bottom borders?

1. Align option

2.Range option

3.Associate option

4.Alignment option

Posted Date:-2022-02-05 09:21:14


Question:
Which option is used to close the IDE?

1.Close

2.Close Solution

3.Close All

4.Close IDE

Posted Date:-2022-02-05 09:16:17


Question:
Which option is used to close the Solution?

1.Close

2. Close Solution

3.Close All

4.Exit

Posted Date:-2022-02-05 09:16:41


Question:
Which property determines the value that appears inside the control?

1.Label Text property

2.Label control’s Text property

3.Text Property

4.Text Design Property

Posted Date:-2022-02-05 09:19:34


Question:
which property in the property list is used to change the text, style or size of the control’s text?

1.Font

2.Origin

3.Style

4. Appearance

Posted Date:-2022-02-05 09:20:24


Question:
Which property is used to view the full image in the Picture Box?

1.View full image

2.StretchImage

3.View Image d) Full Size Imag

4. Full Size Imag

Posted Date:-2022-02-05 09:25:13


Question:
Which property specifies the position of the upper left corner of the control?

1.Top Property

2.Position Property

3. Location Property

4.Starting Position Property

Posted Date:-2022-02-05 09:19:59


Question:
Which statement is used to define a class in visual basic?

1.Class statement

2.Event statement

3.Event class statement

4.Form class statement

Posted Date:-2022-02-05 09:30:52


Question:
While the Picture Box tool is included in the form, a triangle appears in the upper-left corner of the control?

1.Edit Box

2.Property Box

3.Task box

4.Image box

Posted Date:-2022-02-05 09:24:11


Question:
___ is used to close both the code from code editor and control from the form.

1.Me.close()

2. This.close()

3.Close All

4.Close()

Posted Date:-2022-02-05 09:39:34


Question:
_____ is commonly used to perform an immediate action when clicked.

1.Exit

2.Button control

3.Close

4.End

Posted Date:-2022-02-05 09:26:44


Question:
_____ property disables the Maximize button on the form’s title bar.

1.Minimize property

2.Maximize property

3.Close property

4.Control Box property

Posted Date:-2022-02-05 09:41:58


Question:
_____ property disables the Minimize button on the form’s title bar.

1.Minimize property

2.Maximize property

3.Close property

4.Control Box property

Posted Date:-2022-02-05 09:41:33


Question:
______ button is used to select a control from the form.

1.Exit button

2.Select button

3. Edit button

4. Delete button

Posted Date:-2022-02-05 09:39:12


Question:
______ in the Tool Box is used to add a button control to a form.

1.Button Tool

2.Add Button

3.New Button

4.Add new Button

Posted Date:-2022-02-05 09:27:38


Question:
______ is used to delete a certain code from the code editor window.

1.Edit

2. Delete

3.Truncate

4.Free

Posted Date:-2022-02-05 09:38:48


Question:
_______is the default name assigned to the label control.

1.Label0

2. Label1

3.NewLabel

4.DefaultLabel

Posted Date:-2022-02-05 09:18:43


Question:
________ is used to remove a component of the form after a certain period of time.

1.Timer

2.Exit button

3.Remove button

4.Delete button

Posted Date:-2022-02-05 09:40:03


More MCQS

  1. VB.Net Mcq Question Set 1
  2. VB.Net Mcq Question Set 2
  3. VB.Net Mcq Question Set 3
  4. VB.Net Mcq Question Set 4
  5. VB.Net Mcq Question Set 5
  6. VB.Net Mcq Question Set 6
  7. VB.Net Mcq Question Set 7
  8. VB.Net Mcq Question Set 8
  9. VB.Net Mcq Question Set 9
  10. VB.Net Mcq Question Set 10
  11. VB.Net Mcq Question Set 11
  12. VB NET MCQ SET 1
  13. VB NET MCQ SET 2
  14. VB NET MCQ SET 3
Search
R4R Team
R4Rin Top Tutorials are Core Java,Hibernate ,Spring,Sturts.The content on R4R.in website is done by expert team not only with the help of books but along with the strong professional knowledge in all context like coding,designing, marketing,etc!