• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/83

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

83 Cards in this Set

  • Front
  • Back

A(n) _____ is equivalent to a single program created using Visual Studio.

project

You are designing a form that will be used to record the mileage driven by a sales representative. What is the best name for this form?

frmMilesDriven

A program whose interface will be a window on the screen of a computer running the Windows operating system, and which will allow the user to interact with the program by using this window, is created by selecting a _____ project in Visual Studio.

Windows Application

True or False?



By default, the Properties window is shown in the upper-right section of the Visual Studio window.

false

True or False?



A Windows Application project will create a program that is designed to run using an Internet browser.

false

You should _____ as the first phase of the phase of the program development life cycle.

gather and analyze the program requirements

_____ are used to control the color, size, name, and position on the screen of the GUI components.

Properties

True or False?



Visual Studio 2010 is an integrated development environment.

true

The size of a GUI object on a Windows Form object can be changed by dragging its borders or by using the _____ property of the object.

size

True or False?



The Caption property is used to set the contents of the title bar of a Windows Form object.

false

When creating a program in Visual Studio, the Windows Form object you are designing will appear in the _____ of the Visual Studio window.

work area

True or False?



If the Solution Explorer window is not displayed on your screen, you can display the window by clicking View on the menu bar and then clicking Solution Explorer on the View menu.

true

A GUI object on a Windows Form object can be deleted by selecting it an pressing the _____ key.

DELETE

The Label object appears in the _____ category in the Toolbox.

Common Controls

True or False?



A GUI object must be dragged into position when you want to center it on a Windows Form object.

false

True or False?



The mouse pointer changes to a two-headed arrow to indicate that you can drag to change the size of the GUI object.

true

True or False?



The Windows Form object is the fundamental object in the graphical user interface you will create using Visual Studio tools.

true

True or False?



A GUI object must be selected in order to delete it.

true

You can use the _____ property to change the style or size of the text in a Label object.

Font

A(n) _____ object is used to hold an image on a Windows Form object.

PictureBox

The _____ is the fundamental object in the graphical user interface you will create using Visual Studio tools.

Windows Form object

True or False?



When you change the size of the font used in a Label object, the Label object will automatically expand to accommodate the changed font.

true

The Auto Hide button on the Toolbox title bar contains a _____ icon which indicates whether the Toolbox will remain open.

Pushpin

When creating a program in Visual Studio, the _____ is the window that you use to build the program and which will display on your screen when the program is executed.

Windows Form object

True or False?



A project created in Visual Studio is equivalent to a single screen at runtime.

false

By default, the Properties window is displayed in the _____ section of the Visual Studio window.

lower-right

Once a GUI object is placed on a Windows Form object, dragging its corner sizing handle allows you to change its _____.



- height


- width


- center point

- height


- center point

No _____ are allowed in an object name.



- spaces


- numbers


- uppercase letters


- special characters

- spaces


- special characters

True or False?



When a Label object on a Windows Form object is selected is has a red border.

false

True or False?



A Label object can only contain one line of text.

false

The _____ property of a Windows Form object can be used to change the width of the form.

Size

True or False?



The Toolbar contains the GUI components that you can use when designing the form.

false

True or False?



When the Toolbox is in Dockable mode, it cannot be moved.

false

True or False?



When creating a new project using Visual Studio, you first must select the programming language to be used.

true

The _____ property of a Label object can be used to change the contents of the Label object.

Text

A blue line, called a _____ line, that appears when you are dragging a GUI object on a Windows Form object indicates that the object being dragged is horizontally aligned with the object connected by the blue line.

snap

You should _____ as the second phase in the program development life cycle, after the program requirements have been gathered and analyzed.

design the user interface

To select multiple objects on a Windows Form object, you must hold down the _____ key while clicking the objects to be selected.

CTRL

The _____ contains the GUI objects that can be used when designing a graphical user interface in Visual Studio.

Toolbox

A _____ document identifies the purpose of the program being developed, the application title, the procedures to be followed when using the program, any equations and calculations required, any conditions within the program that must be tested, and any notes and restrictions that must be followed by the program.

requirements

The _____ object is used to display a message or put a name on an item in a window.

Label

The project name will be displayed on the _____ of the Visual Studio window.

title bar

To place a .NET component from the Toolbox in the Windows Form object, you can _____.

- double-click the component in the Toolbox


- drag it from the Toolbox


- click the component in the Toolbox, and then click the Windows Form object at the desired location

True or False?



You do not have to select a property in order to change it.

false

Graphical elements called _____ components can be placed on a Windows Form object when you are designing the user interface.

.NET

True or False?



The Auto Display button controls whether or not the Toolbox is permanently open.

false

True or False?



Before beginning to design the user interface, the developer should know how to use certain Visual Studio and Visual Basic RAD tools because these tools are used in the design process.

true

To create a new project using Visual Studio, you must specify both the type of application you will create and the _____ that you wish to use.

programming language

The default value for the first Windows Form object created in a project is _____

Form1

_____ a program means writing down in a prescribed manner the instructions for using the program, the way in which the program performs its tasks, and other items that users, other developers, and management might require.

Documenting

True or False?



You can add a .NET component to a Windows Form object by double-clicking the .NET component in the Toolbox.

true

Button, Label, and ProgressBar in the accompanying figure are _____ components.

.NET

Which prefix should be used to name a Windows Form object?

frm

When creating a new project in Visual Studio, you must select one of the installed application _____ to indicate the type of application you wish to create.

templates

A Label object can be centered on the Windows Form object by using choices on the _____ menu.

Format

When creating a new project using Visual Studio, the types of programs that can be created are shown as these

templates

After a project has been created in Visual Studio, the project name will be displayed on this part of the Visual Studio IDE

title bar

The graphical objects that can be used to design the user interface

.NET components

The Pushpin icon on the Auto Hide button of the Toolbox will appear in a vertical position when the Toolbox is in this mode

Dockable

When an object is selected on a Windows Form object, these will appear on the object

sizing handles

When the mouse pointer is inside this kind of object, it changes to a crosshair with four arrowheads

PictureBox

A Button object's name should have this prefix

btn

Kind of snap line that indicates that the edges of two objects are vertically aligned

blue

Kind of snap line that indicates text within an object is aligned with the text in another object

red

A Label object's name should have this prefix

lbl

True or False?



When you enter a value in the Text property for a Label object, the value will be displayed in the Text object.

false

True or False?



By setting the Resize property for a Button object to True, the Button object will automatically expand or contract to accommodate the amount of text entered in the Text property.

false

True or False?



When aligning several GUI objects, the first object selected is the controlling object, and the other objects will be aligned with it.

true

True or False?



The Undo button cannot be used to restore a GUI object that has been deleted.

false

True or False?



The size of a GUI object can only be changed by using the Size property.

false

_____ is another name for the user interface.

Presentation layer

A prefix of _____ should be used when naming Label objects.

lbl

True or False?



To change the contents of the text that appears on the face of a Button object, you must use the Caption property.

false

Visual Basic contains _____ tools that are used in the design process.

RAD

True or False?



The properties in the Properties window are in alphabetic order.

true

True or False?



A red snap line indicates that the sides of the object are aligned vertically.

false

A prefix of _____ should be used when naming a PictureBox object.

pic

True or False?



When you save a Visual Basic project for the first time, you must select the location where the project is to be saved.

true

_____ is the last phase of the program development life cycle.

Maintaining the program/system

When you click the Font property in the Properties window, a(n) _____ button indicates multiple choices for the property will be made available when you click the button

ellipsis

The _____ property of a Form object can be used to set the text that will appear on the form's title bar.

Text

_____ is the default name for a Windows Application project in Visual Studio.

WindowsApplication1

True or False?



You can use the Text property of a Label object to change the size and appearance of the text.

false