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
Double-clicking on the form when you are using the Form Designer brings up the Code Editor and also ____.
(Multiple Choice)
4.8/5
(38)
A large field of research in the field of computing is focused on ____________. The research concentrates on the design and implementation of interactive computing systems for human use.
(Short Answer)
4.9/5
(38)
Inheriting characteristics from base classes adds ____________ to your program without the burden of your having to do additional coding
(Short Answer)
4.9/5
(38)
Additional controls can be bought from other vendors and added to the Toolbox.
(True/False)
4.8/5
(31)
The ____________ property for the form can be set to a specific button to allow the Enter key to be associated with that button, so that pressing the Enter key is the same as clicking the button.
(Short Answer)
4.7/5
(42)
In order to change the background color for the application, you could set the BackColor property of the form.
(True/False)
4.7/5
(45)
With Windows applications, both the files, Form1.cs and Form1.Designer.cs, only include part of the definition for the class in their file. Thus, both include the keyword ____________ in their class heading definition.
(Short Answer)
4.8/5
(44)
The Form property used to set the title bar on the Windows form is ____.
(Multiple Choice)
5.0/5
(37)
While in Design view, you can select controls from the Toolbox window and drag and drop them onto your form container.
(True/False)
4.7/5
(33)
What are objects, such as buttons, menus, and labels, that can display and respond to user interaction, called?
(Multiple Choice)
4.9/5
(36)
In Visual Studio, the ____ window is used to view and change the design time properties and events of an object.
(Multiple Choice)
4.7/5
(46)
The class heading that is generated by Visual Studio for Windows applications includes a colon (:) following the class name. The identifier following the colon is the ____.
(Multiple Choice)
4.9/5
(41)
For both Windows applications, execution begins with the first statement in the ____________ method.
(Short Answer)
4.9/5
(29)
A console-based application interface can include menus, buttons, pictures, and text in many different colors and sizes.
(True/False)
4.8/5
(27)
The GUI should be different if the application is going to be displayed on a WAP (Wireless AccessProtocol)-enabled device such as a tablet or a smart phone.
(True/False)
4.7/5
(51)
Avoid using bright colors (such as reds), especially for backgrounds because they can result in user eye fatigue.
(True/False)
4.9/5
(38)
It is a good idea to consistently use an appropriate prefix for the user interface elements. You might prefix buttons with ____________.
(Short Answer)
4.8/5
(25)
An example of an event that might be registered is the "Press the enter key."
(True/False)
4.8/5
(42)
Most classes, including control classes such as Label, Button, and TextBox, used with Windows application are defined in the ____________ namespace.
(Short Answer)
4.7/5
(35)
One of the guidelines for good design is to try to place as many controls on the form as you are able to without overlapping any.
(True/False)
4.8/5
(38)
Showing 41 - 60 of 75
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)