Exam 9: Introduction to Windows Programming

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

With Windows applications, you write methods called processors to indicate what should be done when a mouse is clicked on a button or the press of a key occurs.

(True/False)
4.8/5
(37)

____________ objects are normally used to provide descriptive text for another control.

(Short Answer)
4.9/5
(46)

The field of research that concentrates on the design and implementation of interactive computing systems is called ____.

(Multiple Choice)
4.8/5
(41)

One of the guidelines for good design is to keep an item the same as other items, unless you are trying to call attention to that item.

(True/False)
4.9/5
(48)

Which TextBox property can be set to enable several lines of data to be entered by the user?

(Multiple Choice)
4.7/5
(44)

A(n) ____ is a notification from the operating system that an action, such as the user clicking the mouse or pressing a key, has occurred.

(Multiple Choice)
5.0/5
(35)

When a program is placed in a process loop, the program cannot be minimized, resized, or closed like other Windows applications.

(True/False)
5.0/5
(45)

If you use Visual Studio, most of the standard service plumbing code is added automatically for you.

(True/False)
4.9/5
(44)

The top-level class used as a container to hold other controls for an application is called a ____.

(Multiple Choice)
4.7/5
(40)

The interface is the visual image you see when you run a program that allows users to interact with the application.

(True/False)
4.8/5
(36)

The method that converts all characters entered to and from their uppercase or lowercase equivalent is ____.

(Multiple Choice)
4.8/5
(36)

It is important to name the button object, because once named ____.

(Multiple Choice)
4.9/5
(44)

Probably the most commonly used control for both input and output is the button because it adds additional functionality to an application.

(True/False)
4.8/5
(33)

Visual Studio automatically imports the System.Windows.Forms namespace for you when you create a Windows Application Project using the IDE.

(True/False)
4.8/5
(27)

When a button is clicked by a user, its ____________ is automatically called up.

(Short Answer)
4.9/5
(40)

The ____ property is used to determine whether a control is the one currently selected.

(Multiple Choice)
4.8/5
(42)

Using the ____________ feature in Visual Studio, controls can be more easily aligned when they are initially added to the form.

(Short Answer)
4.9/5
(30)

When you design Windows applications using Visual Studio, you must be sure to add program statements to call the Dispose( ) method to clean up or release unused resources back to the operating system.

(True/False)
4.8/5
(38)

With Windows applications, many different types of events can be fired. As a developer, you  must write event handlers for all of the possible events.

(True/False)
4.7/5
(36)

In a Windows application, Application.Run(winForm); ____.

(Multiple Choice)
4.8/5
(36)
Showing 21 - 40 of 75
close modal

Filters

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