Exam 9: Introduction to Windows Programming
Exam 1: Introduction to Computing and Programming75 Questions
Exam 2: Data Types and Expressions75 Questions
Exam 3: Methods and Behaviors75 Questions
Exam 4: Creating Your Own Classes75 Questions
Exam 5: Making Decisions75 Questions
Exam 6: Repeating Instructions75 Questions
Exam 7: Arrays75 Questions
Exam 8: Advanced Collections74 Questions
Exam 9: Introduction to Windows Programming75 Questions
Exam 10: Programming Based on Events75 Questions
Exam 11: Advanced Object-Oriented Programming Features75 Questions
Exam 12: Debugging and Handling Exceptions75 Questions
Exam 13: Working With Files75 Questions
Exam 14: Working With Databases75 Questions
Exam 15: Web-Based Applications73 Questions
Select questions type
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)
Showing 21 - 40 of 75
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)