Question
1. Event handlers are ____. processes methods programs reference 2. #Region and #EndRegion are preprocessor directives in C#. True False 3. Windows forms applications differ
1. Event handlers are ____.
processes | |
methods | |
programs | |
reference |
2. #Region and #EndRegion are preprocessor directives in C#.
True | |
False |
3. Windows forms applications differ from console applications because they do not use the static Main() method.
True | |
False |
4. Forms in C# inherit from the base-Control class.
True | |
False |
5. Using Windows Forms is the only way to build a GUI in C#.
True | |
False |
6. You should use the same design for both Windows and mobile applications.
True | |
False |
7. To build a good user interface in a Windows application, you should always use numerous colors.
True | |
False |
8. In which namespace do you find controls for developing windows applications?
System.Windows.Forms | |
Systems.Windows.Controls | |
System | |
None of the above. |
9. Which of the following should you incorporate into your interfaces?
Consistency with the placement of items | |
Varying the sizing of items | |
Including as few controls as possible to simplify the form | |
Using bright backgrounds to improve appearance |
10. A derived class ____ methods of another class.
inherits | |
overrides | |
extends | |
declares |
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started