Exam 1: An Introduction to Visual Basic 2015
Exam 1: An Introduction to Visual Basic 201544 Questions
Exam 2: Designing Applications60 Questions
Exam 3: Using Variables and Constants60 Questions
Exam 4: The Selection Structure60 Questions
Exam 5: More on the Selection Structure58 Questions
Exam 6: The Repetition Structure60 Questions
Exam 7: Sub and Function Procedures60 Questions
Exam 8: String Manipulation60 Questions
Exam 9: Arrays60 Questions
Exam 10: Structures and Sequential Access Files60 Questions
Exam 11: Classes and Objects60 Questions
Exam 12: Web Applications60 Questions
Exam 13: Working With Access Databases and Linq60 Questions
Exam 14: Access Databases and SQL60 Questions
Select questions type
When an object is instantiated (created),each property must be assigned a value by the programmer.
Free
(True/False)
4.8/5
(32)
Correct Answer:
False
Case
You have been hired to develop an application for Ridgeline Realty, a local real estate agency. The owner wants the application to display an image of the main office and the company logo on the screen for a short period of time before the main application begins.
-If a timer control is used to display the office image and company logo for five seconds,you will need to set the timer's Interval property to ____.
Free
(Multiple Choice)
5.0/5
(39)
Correct Answer:
D
A label control's ____ property determines the value that appears inside the control.
Free
(Multiple Choice)
4.8/5
(35)
Correct Answer:
C
Case
You have been hired to develop an application for Ridgeline Realty, a local real estate agency. The owner wants the application to display an image of the main office and the company logo on the screen for a short period of time before the main application begins.
-Anyone using the application does not need to change the size of the form,so you must set the FormBorderStyle property to ____.
(Multiple Choice)
4.8/5
(37)
To size a form using the keyboard,you can select the form and press and hold the ____ key(s),and then press one of the arrow keys on the keyboard.
(Multiple Choice)
4.8/5
(30)
To start an application using the menu bar,you click ____ and then click Start Debugging.
(Multiple Choice)
4.7/5
(36)
The Label tool is an appropriate control to use when you do not want the user to modify data.
(True/False)
4.8/5
(38)
When an application is started,Visual Basic 2015 will automatically create a file that has the project name and a(n)____ file extension.
(Multiple Choice)
4.7/5
(35)
A user ____ is what the user sees and interacts with while an application is running.
(Multiple Choice)
4.9/5
(36)
A(n)____ is a predefined procedure that you can call (or invoke)when needed.
(Multiple Choice)
4.8/5
(28)
Case
You have been hired to develop an application for Ridgeline Realty, a local real estate agency. The owner wants the application to display an image of the main office and the company logo on the screen for a short period of time before the main application begins.
-The most effective way to accomplish this task is to create a(n)____.
(Multiple Choice)
4.9/5
(24)
Case
You have been hired to develop an application for Ridgeline Realty, a local real estate agency. The owner wants the application to display an image of the main office and the company logo on the screen for a short period of time before the main application begins.
-An example of a valid value for the form's Name property is ____.
(Multiple Choice)
4.7/5
(36)
The location of a control on the screen can be modified by changing the X and Y properties measured in pixels.The Y value is measured from the ____ border.
(Multiple Choice)
4.8/5
(33)
The ____ function key will start a Visual Basic 2015 application in the IDE.
(Multiple Choice)
4.8/5
(43)
The set of Visual Basic instructions that tells an object how to behave after an action by the user (such as clicking a button)is referred to as a(n)____.
(Multiple Choice)
4.7/5
(32)
To align two or more selected controls along their left,right,top,or bottom borders,you would use the ____ menu.
(Multiple Choice)
4.8/5
(31)
When you want the application to end when the user clicks the Exit button,you write the following code: ____.
(Multiple Choice)
4.8/5
(37)
Showing 1 - 20 of 44
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)