Question
Which of the following are Control classes that can be placed on a screen being designed as a Windows application? [Select all that apply -
-
Which of the following are Control classes that can be placed on a screen being designed as a Windows application? [Select all that apply - HINT: There are 4 correct options]
View
Form
TextBox
Button
Text
Location
Name
Reference
Label
ToolBox
CheckBox
-
Which of the following design considerations leads to more user-friendly presentation layers for GUIs? [Select all that apply - HINT: There are 6 correct options]
Avoid clutter.
Always add label objects overtop of buttons
Use no more than two colors per application
Be consistent with placement of controls for multiple windows.
Design for the target audience.
Use contrast to call attention to something.
Use small fonts so you can place more items on the form
Never include more than five buttons on a form
Include a hidden button in the top right corner for navigation.
Never increase font size more than 14 points
Be consistent with font
-
Which of the following statements about console application and Windows application is true? [Select all that apply - HINT: There are 4 correct options]
Multi-class solutions can only be used with console applications.
One font size is used with console applications.
Variables are declared with both windows and console applications.
Windows applications require that program statements be placed in a class, not in a method.
Execution always begins in the Main( ) method for both console and windows applications.
More attention is need for the design of the prototype of a windows than a console application.
-
The __________________namespace includes most of the Control classes for developing Windows applications
this in done in C#
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