Exam 2: User Interface Design

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

When you want to change several properties of a single control,you can use _______.

(Multiple Choice)
4.9/5
(34)

The programmer can modify the appearance of ToolTips when they appear for the user.

(True/False)
4.9/5
(45)

A form can contain multiple group boxes.

(True/False)
4.8/5
(30)

Which of the following is a valid example of concatenation?

(Multiple Choice)
4.8/5
(36)

During run-time,if a radio button is selected,its Checked property is True.

(True/False)
4.8/5
(40)

In order to make a picture expand to fill an image control,you must _______.

(Multiple Choice)
4.9/5
(42)

If you want a form to be centered on the screen when it first appears,you must set the _______ property of the Form.

(Multiple Choice)
4.9/5
(32)

Your project requires the user to choose his or her gender.You should display the choices,Male and Female,using check boxes.

(True/False)
4.9/5
(41)

Your project will allow the user to choose the background color for the form.You will offer them five choices.You should use _______.

(Multiple Choice)
4.8/5
(40)

If you create a PictureBox that has a picture displayed during design time,but you don't want it to appear when the project runs,you must _______.

(Multiple Choice)
4.8/5
(33)

If you don't want the focus to stop on a control when the user presses the Tab key,set the TabStop property to True.

(True/False)
4.8/5
(26)

As a program runs,the insertion point can be moved from control to control.In order to reset the focus back in a text box named NameTextBox,you should use the code _______.

(Multiple Choice)
4.9/5
(44)

You are designing a form and you need a control that will be used for the user to type a brief summary of his work experience.You want to allow formatting options and multiple lines.The best control for this task would be a _______.

(Multiple Choice)
4.8/5
(37)

If the text displayed on a button is "Clear",and the C in the word Clear is underlined,the user can press ______________ to execute the code in the "Clear" button.

(Multiple Choice)
4.9/5
(34)

Setting the control's ToolTip on ToolTip1 property will make a small label pop up when the user pauses the mouse pointer over the control.

(True/False)
4.9/5
(33)

Small labels that pop up when the user pauses the mouse pointer over a control on the form are created by _______.

(Multiple Choice)
4.9/5
(44)

The _______ property of a control determines whether or not the control is available or "grayed-out."

(Multiple Choice)
4.9/5
(37)

Setting the Cancel property of a button to True will allow the user to press Enter to execute the code procedure associated with the button.

(True/False)
4.9/5
(31)

You can change the color of the text in an object by changing the object's ForeColor property.

(True/False)
4.9/5
(45)

Setting the TabIndex of a control to 0 (zero)will _______.

(Multiple Choice)
4.9/5
(40)
Showing 21 - 40 of 74
close modal

Filters

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