Exam 1: An Introduction to Visual Basic 2015

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

When you click the ellipsis (...) button in the Settings box of the Font property, ____.

(Multiple Choice)
4.9/5
(42)

A Visual Basic 2015 solution file will have a(n) ____ file extension.

(Multiple Choice)
4.8/5
(38)

​All objects in an object-oriented program are instantiated (created) from a ____.

(Multiple Choice)
4.8/5
(31)

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
(34)

What is a startup form? Describe the steps used to define it for an application.

(Essay)
4.9/5
(42)

Case-Based Critical Thinking Questions Case 1 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 ____.

(Multiple Choice)
4.9/5
(29)

When an object is instantiated (created), each property must be assigned a value by the programmer.

(True/False)
4.8/5
(30)

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

(Multiple Choice)
4.9/5
(27)

In Windows applications, a ____ control is commonly used to perform an immediate action when clicked. ​

(Multiple Choice)
4.7/5
(42)

Which of the following is an example of an appropriate name for a control?

(Multiple Choice)
4.8/5
(42)

If a solution is already open in the IDE, you are given the option to close the current solution before another solution is opened.

(True/False)
4.9/5
(29)

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

(Multiple Choice)
4.8/5
(32)

A(n) ____ is a predefined procedure that you can call (or invoke) when needed.

(Multiple Choice)
4.9/5
(41)

What is the Toolbox window? Describe how it is used in Visual Studio 2015.

(Essay)
4.9/5
(34)

When you click the Auto Hide button on a window, the window is minimized and appears as a tab on the edge of the IDE.

(True/False)
4.9/5
(35)

How is a timer control used in an application? Provide one example.

(Essay)
4.9/5
(34)

A class definition is a block of code that specifies or defines an object's appearance and behavior.

(True/False)
4.9/5
(26)

What is the Windows Form Designer window? Describe how it is used in Visual Studio 2015.

(Essay)
4.8/5
(37)

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

(Multiple Choice)
4.8/5
(29)

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.9/5
(42)
Showing 21 - 40 of 60
close modal

Filters

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