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
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:
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:
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:
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)
Windows forms and controls offer a wide variety of changeable properties including ____.
(Multiple Choice)
4.8/5
(36)
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)
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
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)