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 are Labels and how do you use them?
Free
(Essay)
4.8/5
(33)
Correct Answer:
Labels are controls that you use to display text to communicate with an application's user.Just like a Button, you can drag a Label onto a Form.By default, the first Label you drag onto a Form is named label1.You can change its Text property to display any string of text; depending on the amount of text you enter, you might need to change the size of the Label by dragging its resizing handles or altering its Size property.If you want to create multiple lines of text on a Label, use the arrow to the right of the Text property to open an editor and type the needed text in separate lines.
You cannot relocate a control on a Form once you have added it.
Free
(True/False)
4.7/5
(44)
Correct Answer:
False
After you have added a Button onto a form, what can you do in order to create a method that executes when the user clicks the Button?
Free
(Multiple Choice)
4.9/5
(42)
Correct Answer:
B
Professional programmers usually do not retain the default names for Forms and controls.
(True/False)
4.9/5
(42)
Where in the Visual C# IDE main window can you find the File menu, as well as submenus for editing, debugging, and help tasks?
(Multiple Choice)
4.9/5
(42)
After making a change to a program and attempting to re-run it, you get an error message stating that changes are not allowed.What can you do to clear the error?
(Multiple Choice)
4.8/5
(36)
What feature in the Visual C# IDE can be used for viewing and managing project files and settings?
(Multiple Choice)
4.7/5
(37)
If you change a Form's Name, you will notice differences in the visual design.
(True/False)
4.8/5
(45)
What determines the order in which controls receive focus from successive Tab key presses?
(Multiple Choice)
4.9/5
(43)
When designing an application, what type of interface generally requires more time to develop?
(Multiple Choice)
4.7/5
(30)
Approximately how many different properties exist within the Form class?
(Multiple Choice)
4.8/5
(47)
What Label property can be changed to display any string of text?
(Multiple Choice)
4.8/5
(36)
Where can the appearance, size, color, and window management features of a Form be modified?
(Multiple Choice)
4.8/5
(38)
What name is given to the first form in a Windows Forms project within Visual C# by default?
(Multiple Choice)
4.8/5
(37)
If a Button's name is reportButton, what will the default name of its Click() method be?
(Multiple Choice)
4.8/5
(39)
What controls can be used to allow a user to input data in a GUI application?
(Multiple Choice)
4.7/5
(44)
Showing 1 - 20 of 40
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)