Question

Which of the following are Control classes that can be placed on a screen being designed...

  1. 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

  2. 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

  3. 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.

  4. The __________________namespace includes most of the Control classes for developing Windows applications


    this in done in C#
0 0
Add a comment Improve this question Transcribed image text
Answer #1

Dear Student ,

As per requirement submitted above kindly find below solution.

Question 1:

Answer :

TextBox

Button

Label

CheckBox

Explanation :Button ,Label , TextBox and CheckBox are all controls that can be placed on the form at design time or can be created dynamically.

*********************************

Question 2:

Answer :

Avoid clutter.

Be consistent with placement of controls for multiple windows.

Use no more than two colors per application

Design for the target audience.

Be consistent with font

Use contrast to call attention to something.

Explanation :While designing an application need to give attention to the font size , color and placement of the controls.

*********************************

Question 3:

Answer :

One font size is used with console applications.

Variables are declared with both windows and console applications.

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.

Explanation :Windows application contains graphical user interface hence need to give the more attention.

*********************************

Question 4:

Answer :System.Windows.Forms

Explanation :System.Windows.Forms namespace includes most of the Control classes for developing Windows applications

*********************************

NOTE :PLEASE FEEL FREE TO PROVIDE FEEDBACK ABOUT THE SOLUTION.

Add a comment
Know the answer?
Add Answer to:
Which of the following are Control classes that can be placed on a screen being designed...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Which of the following design considerations leads to more user-friendly presentation layers for GUIs? [Check all...

    Which of the following design considerations leads to more user-friendly presentation layers for GUIs? [Check all that apply] 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...

  • Question 3 10 Points A garage door control system has the following inputs: A- A physical...

    Question 3 10 Points A garage door control system has the following inputs: A- A physical button ('A'), which outputs '1' while it is being pressed, and a 'O' otherwise. B-A remote receiver ('B'), which outputs '1' if a button on a remote is being pressed, and a 'o' otherwise. The garage door opener should operate if either or both of the two buttons is pressed, and remain closed otherwise. Which of the following options is the correct design for...

  • Lhe ABC Shipping Company charges the Rates listed in the following table: Weight of the package R...

    The ABC Shipping Company charges the Rates listed in the following table: Weight of the package            Rate per mile in California      Rate per mile other states 2 kg or less                                          $2.5                                                     $3.5 Over2 kg but not more than 6 kg        $3.5                                                     $5.0 Over 6 Kg but not more than 10 kg    $4.5                                                     $6.0 Over 10 Kg but not more than 30 Kg $5.0                                                     $7.5 Over 30 kg                                          $6.0                                                     $8.5 Create an application that contains two radio buttons to select California...

  • 1.which of the following are common categories of AWS operating models? a.solution that have been designed...

    1.which of the following are common categories of AWS operating models? a.solution that have been designed for cloud operations are automated for management and delivery pipeline. b.all options are correct c.Migrated applications that maintain existing operating models and improve reliability through processes. d.Solution that provide automation of operational processes. 2.which of the following are methods to increase elasticity with AWS? a.include auto scaling for amazon EC2 workloads b.automate the process of turning off non-production workloads c.use services such as AWS...

  • C+ HelloVisualWorld, pages 121-125 (in the 3-6 Deciding Which Interface to Use Section) We were unable...

    C+ HelloVisualWorld, pages 121-125 (in the 3-6 Deciding Which Interface to Use Section) We were unable to transcribe this imageCHAPTER 3 Using Guy Objects and the Visual Studio IDE Using Gul Objects (continued) Forn click the Form, its Properties window appears in the lower right portion of the screen, and you can see that the Text property for the Form IS set to Forml. Take a moment to scroll through the list in the Properties Window, examining the values of...

  • Top of Form Q1 Which of the following is a valid aggregate function in SQL? Check...

    Top of Form Q1 Which of the following is a valid aggregate function in SQL? Check only those that apply. Question 1 options: AVG LEAST COUNT MIN MOST SUM Q2 Which of the following aggregate functions will only operate on a numeric value expression? Check only those that apply: Question 2 options: MIN MAX AVG COUNT SUM Q3 When applying DISTINCT to the value being calculated in an aggregate function like COUNT, what is the effect? SELECT COUNT(DISTINCT StreetName) FROM...

  • I need help writting a Javascript function that does the following its for a HTML/CSS Shopping...

    I need help writting a Javascript function that does the following its for a HTML/CSS Shopping Cart Page CODE This page contains a list of the selected products that includes an image, name, price, quantity, and cost) Because the process is implemented not as real, three products along with its image and price are displayed on the page. The product ID of each product is stored in a hidden textbox. The default amount of each product is 1 and the...

  • i want answers please ??? Answers to Self-Review Exercises 625 14.3 d) In a BorderLayout, two...

    i want answers please ??? Answers to Self-Review Exercises 625 14.3 d) In a BorderLayout, two buttons added to the NORTH region will be placed side by side. e) A maximum of five components can be added to a BorderLayout ) Inner classes are not allowed to access the members of the enclosing class. B) A TextArea's text is always read-only. h) Class TextArea is a direct subclass of class Component. Find the error(s) in each of the following statements,...

  • JAVAFX ONLY PROGRAM!!!!! SORTING WITH NESTED CLASSES AND LAMBDA EXPRESSIONS. DIRECTIONS ARE BELOW: DIRECTIONS: The main...

    JAVAFX ONLY PROGRAM!!!!! SORTING WITH NESTED CLASSES AND LAMBDA EXPRESSIONS. DIRECTIONS ARE BELOW: DIRECTIONS: The main point of the exercise is to demonstrate your ability to use various types of nested classes. Of course, sorting is important as well, but you don’t really need to do much more than create the class that does the comparison. In general, I like giving you some latitude in how you design and implement your projects. However, for this assignment, each piece is very...

  • (DBA Level )Tick the right answer (only 1 is correct): 1.         Which of the following...

    (DBA Level )Tick the right answer (only 1 is correct): 1.         Which of the following does NOT apply to quantitative research? It uses the scientific method It gives rise to less reliable data than qualitative research It aims to describe, explain and predict phenomena Its methods are tighter and more rigorous than in qualitative research 2.         What is the correct ordering of the stages involved in planning research? Formulate the hypothesis, carry out the study, design the study,...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT