Exam 3: Using Gui Objects and the Visual Studio Ide
Exam 1: A First Program Using C#40 Questions
Exam 2: Using Data39 Questions
Exam 3: Using Gui Objects and the Visual Studio Ide40 Questions
Exam 5: Looping40 Questions
Exam 6: Using Arrays40 Questions
Exam 7: Using Methods39 Questions
Exam 8: Advanced Method Concepts39 Questions
Exam 9: Using Classes and Objects39 Questions
Exam 10: Introduction to Inheritance40 Questions
Exam 11: Exception Handling39 Questions
Exam 12: Using Controls40 Questions
Exam 13: Handling Events41 Questions
Exam 14: Files and Streams40 Questions
Exam 15: Making Decisions40 Questions
Select questions type
What part of a button on a form can be dragged in order to change the button's size?
(Multiple Choice)
4.9/5
(35)
After a user types a value into a TextBox in an executing program, where is the value stored?
(Multiple Choice)
4.8/5
(35)
Labels, text boxes, and buttons that users can manipulate to interact with a program's forms are referred to by what term?
(Multiple Choice)
4.8/5
(38)
So much code is needed to create even the simplest of GUI programs that it is far more practical to develop the user interface visually in an IDE.
(True/False)
4.8/5
(38)
What key combination can be used to run a program without debugging it?
(Multiple Choice)
4.8/5
(36)
What property can be modified to change the tab order for a GUI component?
(Multiple Choice)
4.8/5
(41)
What type of font should you use if you wish to align text values on controls?
(Multiple Choice)
4.9/5
(31)
What process involves the changing of a program's internal structure without changing the way the program works?
(Multiple Choice)
4.9/5
(33)
What form property allows you to specify the caption of the Form in the title bar?
(Multiple Choice)
4.8/5
(29)
Objects such as the labels, buttons, and text boxes seen within a program's environment are all components of what part of a program?
(Multiple Choice)
4.7/5
(40)
What kind of GUI object is rectangular and provides an interface for collecting, displaying, and delivering information?
(Multiple Choice)
4.8/5
(40)
Explain how to refactor your code to fix problems after renaming a Button that already had a Click() method.
(Essay)
4.8/5
(41)
What serves as a control that is used to display text such as a prompt or a result of some computation?
(Multiple Choice)
4.9/5
(32)
When sorting the Properties in alphabetical order in the Properties window, what entry is not in alphabetical order?
(Multiple Choice)
4.7/5
(40)
Compare GUI and console applications.How would you choose which is more appropriate for a given task?
(Essay)
4.8/5
(32)
What statement regarding the use of Designer.cs files is accurate?
(Multiple Choice)
4.7/5
(37)
Showing 21 - 40 of 40
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)