Exam 3: Using Gui Objects and the Visual Studio Ide
Exam 1: A First Program Using C42 Questions
Exam 2: Using Data42 Questions
Exam 3: Using Gui Objects and the Visual Studio Ide42 Questions
Exam 4: Making Decisions42 Questions
Exam 5: Looping42 Questions
Exam 6: Using Arrays42 Questions
Exam 7: Using Methods42 Questions
Exam 8: Advanced Method Concepts42 Questions
Exam 9: Using Classes and Objects42 Questions
Exam 10: Introduction to Inheritance42 Questions
Exam 11: Exception Handling42 Questions
Exam 12: Using Controls42 Questions
Exam 13: Handling Events41 Questions
Exam 14: Files and Streams42 Questions
Select questions type
The order in which controls receive focus from successive Tab key presses is their ____.
(Multiple Choice)
4.7/5
(35)
The ____ in the Visual C# IDE main window lies horizontally across the top of the window and includes a File menu from which you open, close, and save projects.
(Multiple Choice)
4.8/5
(44)
Adding functionality to a Button is easy when you use the IDE. After you have dragged a Button onto a Form , you can ____ it to create a method that executes when the user clicks the Button .
(Multiple Choice)
4.8/5
(47)
The period during which you design a program is called design time. The period during which you execute a program is called ____________________.
(Short Answer)
4.8/5
(36)
Compare GUI and console applications. How would you choose which is more appropriate for a given task?
(Essay)
4.8/5
(39)
Almost all Form s contain ____________________, which you can drag wherever you think they will be most useful.
(Short Answer)
4.8/5
(37)
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.9/5
(33)
____ is the process of changing a program's internal structure without changing the way the program works.
(Multiple Choice)
4.7/5
(38)
Explain how to refactor your code to fix problems after renaming a Button that already had a Click() method.
(Essay)
4.9/5
(37)
One of the key features of the Visual C# IDE is the ____, which is used for viewing and managing project files and settings.
(Multiple Choice)
4.7/5
(31)
When a user types a value into a TextBox in an executing program, it becomes the value for the ____ property of the TextBox .
(Multiple Choice)
4.8/5
(43)
To change the size of a button on a Form , you can drag the button's ____.
(Multiple Choice)
4.8/5
(38)
A Button 's ____________________ property indicates whether the button is visible.
(Short Answer)
4.8/5
(45)
A Form 's ____ is what appears in its title bar, and it can be any string.
(Multiple Choice)
4.8/5
(38)
What conventions are usually applied when naming Form s and controls?
(Essay)
4.7/5
(45)
Showing 21 - 40 of 42
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)