100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached 4.2 TrustPilot
logo-home
Exam (elaborations)

Programming Visual Basic Test Questions and Answers 100% Pass

Rating
-
Sold
-
Pages
6
Grade
A+
Uploaded on
03-04-2025
Written in
2024/2025

Programming Visual Basic Test Questions and Answers 100% Pass 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 () 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 lblT = " VB" what is true about txtN - 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

Show more Read less
Institution
Programming Visual Basic
Course
Programming Visual Basic









Whoops! We can’t load your doc right now. Try again or contact support.

Written for

Institution
Programming Visual Basic
Course
Programming Visual Basic

Document information

Uploaded on
April 3, 2025
Number of pages
6
Written in
2024/2025
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

Content preview

Programming Visual Basic Test Questions and Answers 100% Pass

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

Get to know the seller

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
TutorJosh Chamberlain College Of Nursing
View profile
Follow You need to be logged in order to follow users or courses
Sold
333
Member since
1 year
Number of followers
16
Documents
28319
Last sold
18 hours ago
Tutor Joshua

Here You will find all Documents and Package Deals Offered By Tutor Joshua.

3.6

53 reviews

5
18
4
14
3
12
2
0
1
9

Recently viewed by you

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Frequently asked questions