Exam 3: Using Gui Objects and the Visual Studio Ide

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

What are Labels and how do you use them?

Free
(Essay)
4.8/5
(33)
Correct Answer:
Verified

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:
Verified

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:
Verified

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)

How do you delete an unwanted event-handling method?

(Essay)
4.8/5
(40)

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)

What are TextBoxes and how do you use them?

(Essay)
4.9/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 conventions are usually applied when naming Forms and controls?

(Essay)
4.9/5
(41)

What controls can be used to allow a user to input data in a GUI application?

(Multiple Choice)
4.7/5
(44)

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

(Essay)
4.8/5
(33)
Showing 1 - 20 of 40
close modal

Filters

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