Exam 1: An Introduction to Visual Basic 2015

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

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:
Verified

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:
Verified

D

A label control's ____ property determines the value that appears inside the control.

Free
(Multiple Choice)
4.8/5
(35)
Correct Answer:
Verified

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)

You enter the procedure's code in the ____ window.

(Multiple Choice)
4.9/5
(33)

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)

When a timer control is added to a form,it appears ____.

(Multiple Choice)
4.9/5
(36)

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)

Which of the following is a true statement?

(Multiple Choice)
4.9/5
(34)
Showing 1 - 20 of 44
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)