Exam 3: Using Gui Objects and the Visual Studio Ide

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

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)

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

(Essay)
4.7/5
(45)

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)

You cannot relocate a control on a Form once you have added it.

(True/False)
4.8/5
(44)

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)

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

(Essay)
4.8/5
(38)

____ 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)

How do you use the Toolbox to add a control to a Form ?

(Essay)
4.8/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)

The Form class contains approximately ____ properties.

(Multiple Choice)
4.9/5
(38)

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

Filters

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