Exam 3: Using Gui Objects and the Visual Studio Ide

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

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)

Name and describe some of the properties of Buttons.

(Essay)
4.7/5
(42)

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)

Explain how to add functionality to a Button on a Form.

(Essay)
5.0/5
(35)

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)

How do you create a Form visually using the Visual Studio C# IDE?

(Essay)
4.9/5
(38)

You are not required to create a Click() method for a Button.

(True/False)
4.8/5
(38)

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

Filters

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