Exam 9: Introduction to Windows Programming

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

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
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)