Exam 9: Introduction to Windows Programming

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

The ____________ options enable you to increase or decrease the amount of blank space displayed between objects.

Free
(Short Answer)
4.8/5
(29)
Correct Answer:
Verified

Horizontal and Vertical Spacing

It is more important to spend time designing a prototype for Windows applications than console-based applications.

Free
(True/False)
4.8/5
(26)
Correct Answer:
Verified

True

To reduce the chances that typing errors will corrupt your solutions, a good design principle to follow is ____.

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

B

With console-based applications, you register events about which you want your program to receive notification.

(True/False)
4.8/5
(35)

Instead of calling on the operating system with a request, as console applications do, Windows applications receive messages from the operating system that an event has occurred.

(True/False)
4.9/5
(30)

Probably the most commonly used control for input and output is the ____.

(Multiple Choice)
4.9/5
(33)

A good design principle to follow when developing Windows applications is ____.

(Multiple Choice)
4.7/5
(44)

All changes to the property values can be made in the ____________ window at design time.

(Short Answer)
4.9/5
(38)

Event handlers are ____.

(Multiple Choice)
4.8/5
(39)

Windows forms and controls offer a wide variety of changeable properties including ____.

(Multiple Choice)
4.8/5
(36)

The ____ method of the Control class sets the input focus.

(Multiple Choice)
4.9/5
(32)

Most of the classes used to develop Windows-based applications are organized in which namespace?

(Multiple Choice)
4.8/5
(33)

In order to change the property of a control during design time, select the control, move the cursor into the Properties window edit box (to the right of the property identifier), and type or select a value.

(True/False)
4.8/5
(32)

If you accidentally double-click on the form, you register the ____________ event.

(Short Answer)
4.8/5
(34)

How does a Windows application differ from a console-based application?

(Multiple Choice)
5.0/5
(32)

When you create a new Windows application using Visual Studio, if you do not see the constructed form, but instead see the program statements, you have selected the wrong template and need to begin again.

(True/False)
4.7/5
(37)

A derived class ____ methods of another class.

(Multiple Choice)
4.8/5
(46)

The preprocess directive #region can be added in the program to ____.

(Multiple Choice)
4.9/5
(42)

To cause the cursor to be positioned in a specific TextBox, invoke the ____________ method on that control.

(Short Answer)
4.8/5
(42)

Which of the following is an issue that you should consider and incorporate into your interfaces?

(Multiple Choice)
4.8/5
(39)
Showing 1 - 20 of 75
close modal

Filters

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