which of the following is NOT a example of a event in VB? - Answers Drag a control onto a form from the
tool box
what is the code to close a form? - Answers me.close()
GUI(Graphical User Interface) applications - Answers are more complex for programmers to write
one feature of even-driven programming is - Answers an action takes place when a control such as
button is pushed
in VB we work with objects which have - Answers properties, methods, and events
A VB keyword - Answers has a special purpose and cannot be used as a variable or other identifiers
which is considered a valid step for developing a VB application? - Answers create a flowchart and
psuedocode version of each method, make a list of controls and methods
if you want to display text which cannot be modified by the user, use the - Answers label control
application software are programs that - Answers perform general user needs
which of the following is NOT a visual basic control? - Answers Algorithm
a toolbar - Answers can be used as a shortcut for executing commands found in the menu
what is the code to disoplay the word"VB" in a label named lblTitle? - Answers lblTitle.text = " VB"
what is true about txtName.text - Answers the property is TEXT
flowcharts and pseudo code are - Answers the actual VB program without input or ourput statements,
used to determine the controls required ofr a program , statements that describe the program input and
output, used to outline the solution to a problem.
when creating a VB application , you will initially - Answers change control properties
how do you display a tooltip - Answers hold the mouse cursor over a button on the toolbar or toolbox
for a few seconds
an object in VB - Answers is a reusable self contained unit
what is the purpose of testing a program with sample data? - Answers to insure that the program
handles the calculations correctly
the CPU only processes instructions written in this language - Answers machine language
All of the following are major hardware components of a typical computer system expect - Answers
operating system
, programs should use comments(remarks) to - Answers make the code more understandable to human
readers of the program
the purpose of an algorithm is to - Answers describe problem solution
the auto hide feature - Answers will cause the window to stay minimized as a tab along one of the edges
of the screen until the mourse cursor is over the tab
when your program is in run time mode you - Answers can interact with the program as it executes
which is true of an Identifier - Answers its a programmer defined name 2)it is not part of the VB
programming language
which of the following FormBorderStyle values will create a border that be resized, closed , minimized,
or maximized? - Answers sizable
event procedures are also known as - Answers event handlers
the __property of a label determines if the label can be seen by the user - Answers visual
assume you have a button control named btnDisplayList. Which is the correct name for an event
procedure that will be executed when the used clicks on the control ? - Answers btnDisplayList_Click
you can display the Code window in all the following way except? - Answers click project on the menu
bar, and then click show all the files
you can end an application that is running in VB .net in all of the following way except? - Answers click
the down arrow on the debug list and then click on release
in the properties window, a few of the properties, including the Name property are enclosed in __ to
make them appear at the top of the alphabetical list - Answers parenthesis
This property is used to automatically adjust an image to fit the size of the PictureBox control it is
displayed in. - Answers size mode
you can view the properties window when the project is available by doing any of the following actions
expect - Answers pressing the Ctrl/Alt/P key
during design time a control will ___ when the visible property is set to false. - Answers be displayed
when you have an item selected and then you press the F1 key, the __ is displayed - Answers context -
sensitive help
the properties of the control are listed - Answers in the properties window
you save a VB.net project in all of the following except ? - Answers click the Save project button on the
standard toolbar