The size of _____________ is determined by the label’s margin property.
1.margin lines
2.label
3.border lines
4.label lines
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
A form’s __________ determines the border style of the form.
1.FormBorderStyle Property
2.Form Border
3.Form Style
4.Border Property
A timer control is instantiated using _______
1. Timer tool
2.Control tool
3.Stopwatch tool
4.Timer Control Tool
A __________ is a word that has special meaning in computer language.
1.keyword
2.constant
3.variable
4. literal
Margin lines are ______________ in colour.
1. Blue
2.Red
3.Green
4.Black
StretchImage Property is present in which dialog box?
1.Task list
2.Properties Window
3.Picture Task Window
4.View Window
The actions such as click, double-click, scrolling etc are ______
1.Events
2.Functions
3.Procedures
4.Actions
The name of the button control is changed using _____
1.Button Tool Window
2.Change Name
3.Edit Window
4.Properties window
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
The rules of a programming language are called its ___
1.Syntax
2.Rules
3.Grammar
4.Order
The timer state is determined by ______
1.State property
2.Timer control
3.Enabled property d) Visible property
4.Visible property
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
The __________ displays the most commonly used items.
1.Common tab
2.All tab
3.Most tab
4.Most used tab
The __________ instruction tells the computer to close the current form.
1.Me.Close()
2. Close()
3.This.Close()
4. Close.this()
The __________ is an abbreviation of the term sub procedure.
1.Sub function
2.Sub event
3. Sub keyword
4.Sub object
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
The __________ setting removes the form border.
1.None
2.Fixed Single
3.Single
4.Remove
To hide a section of code we click the __________ box next to it.
1.Minus
2. Plus
3.Bubble
4.Multiply
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
What are listed in a Properties Window?
1.Attributes
2.Objects
3.Values
4.Items
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
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
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
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
Where you enter the event procedure’s code?
1.Event window
2. Properties window
3.Code Editor Window
4. Action Window
Which box displays the current values of each of the properties?
1.Settings Box
2. Display Box
3.Object box
4.Value Box
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
Which button is used to save a solution?
1.Save Button
2.Save As Button
3. Save Solution Button
4. Save All Button
Which event occurs each time an interval is elapsed in the timer?
1.Tick
2.Click
3.Elapse
4.Count
Which is used to change the name of the picture?
1.Properties Window
2.Change Name
3.Edit Window
4.Picture Properties Window
Which menu provides option for manipulating the control’s on the form?
1.Format menu
2. Control Menu
3.Manipulate Menu
4.Property List
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
Which option is used to close the IDE?
1.Close
2.Close Solution
3.Close All
4.Close IDE
Which option is used to close the Solution?
1.Close
2. Close Solution
3.Close All
4.Exit
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
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
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
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
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
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
___ 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()
_____ is commonly used to perform an immediate action when clicked.
1.Exit
2.Button control
3.Close
4.End
_____ property disables the Maximize button on the form’s title bar.
1.Minimize property
2.Maximize property
3.Close property
4.Control Box property
_____ property disables the Minimize button on the form’s title bar.
1.Minimize property
2.Maximize property
3.Close property
4.Control Box property
______ button is used to select a control from the form.
1.Exit button
2.Select button
3. Edit button
4. Delete button
______ 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
______ is used to delete a certain code from the code editor window.
1.Edit
2. Delete
3.Truncate
4.Free
_______is the default name assigned to the label control.
1.Label0
2. Label1
3.NewLabel
4.DefaultLabel
________ 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