Exam 9: Introduction to Windows Programming
Exam 1: Introduction to Computing and Programming75 Questions
Exam 2: Data Types and Expressions75 Questions
Exam 3: Methods and Behaviors75 Questions
Exam 4: Creating Your Own Classes75 Questions
Exam 5: Making Decisions75 Questions
Exam 6: Repeating Instructions75 Questions
Exam 7: Arrays75 Questions
Exam 8: Advanced Collections74 Questions
Exam 9: Introduction to Windows Programming75 Questions
Exam 10: Programming Based on Events75 Questions
Exam 11: Advanced Object-Oriented Programming Features75 Questions
Exam 12: Debugging and Handling Exceptions75 Questions
Exam 13: Working With Files75 Questions
Exam 14: Working With Databases75 Questions
Exam 15: Web-Based Applications73 Questions
Select questions type
Probably the most commonly used control is the ____________. It can be used to enter data or display text during run time.
(Short Answer)
4.7/5
(35)
The front end portion of the program that the user sees and responds to is called the ____.
(Multiple Choice)
4.8/5
(37)
Instead of creating assignments in the constructor methods, Visual Studio creates a separate InitializeComponent( ) method to build the form at runtime.
(True/False)
4.9/5
(30)
A sequential order exists with methods for Windows applications. The program exits after all statements have been sequentially executed.
(True/False)
4.8/5
(39)
After a button click event is registered, the associated method is called ____.
(Multiple Choice)
4.8/5
(41)
Which property is used to set or get the caption of the title bar for Windows applications?
(Multiple Choice)
4.9/5
(41)
The static method that stops the application and closes all of its windows is ____.
(Multiple Choice)
4.8/5
(36)
Using the tools available from the FORMAT menu can greatly reduce your
Development time. All of the following are menu options EXCEPT ____.
(Multiple Choice)
4.9/5
(38)
The #region is an example of a preprocessor directive. However, C# does not have the separate preprocessing step you find with some other languages.
(True/False)
4.9/5
(31)
The order of when labels, buttons and controls are placed on the form does not impact anything.
(True/False)
4.9/5
(29)
You must create a working directory on your hard drive at the root level for Windows applications. Otherwise, the applications will not run.
(True/False)
4.8/5
(40)
public class aForm : Form
With the heading above, Form is the derived class.
(True/False)
4.9/5
(31)
Text = "An Example";
The statement above adds the text "An Example" as the first entry on the form in the bottom left-hand corner.
(True/False)
4.8/5
(42)
Which property can be set to indicate whether text in the TextBox is read-only or not?
(Multiple Choice)
4.9/5
(35)
Button, Label, TextBox, ComboBox, MenuStrip, ListBox, CheckBox, RadioButton, and MonthCalendar are all examples of classes.
(True/False)
4.9/5
(36)
Showing 61 - 75 of 75
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)