Exam 2: User Interface Design

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

Use a With and End With statement to write the code that will clear NameTextBox and set the focus in that control. With NameTextBox

(Short Answer)
4.8/5
(36)

In order to make a picture appear in a PictureBox control,you must set the ____ property.

(Multiple Choice)
4.8/5
(38)

The property used to display something in a PictureBox control is _______.

(Multiple Choice)
4.8/5
(33)

The Focus method _______.

(Multiple Choice)
5.0/5
(35)

Assume that you are designing a form and it will be necessary for the user to type in his name.You should use a _____________ for inputting the user's name.

(Multiple Choice)
5.0/5
(42)

Which of the following statements makes the visibility of the label match the setting in the check box?

(Multiple Choice)
4.8/5
(36)

Explain how to set the tab order of the controls on a form.

(Essay)
4.7/5
(36)

Long code statements can be implicitly continued in multiple lines in Visual Basic 2010.

(True/False)
4.7/5
(28)

The ______ symbol is used for concatenation.

(Multiple Choice)
4.8/5
(27)

The sequence for tabbing from control to control is determined by the TabIndex properties of the controls.

(True/False)
4.8/5
(41)

Use a blank space followed by the ______ symbol for continuing long lines of code to the next line.

(Multiple Choice)
4.9/5
(42)

Create keyboard access on an object by ______________ in the Text property.

(Multiple Choice)
4.8/5
(39)

Set the _______ property of a label,text box,or picture box to make it appear to be three-dimensional or flat.

(Multiple Choice)
5.0/5
(35)

Joining two strings of text is called concatenation.

(True/False)
4.8/5
(32)

The object on the form with the lowest TabIndex will have the focus when the program begins.

(True/False)
4.8/5
(38)

Setting an object's Enabled property to False will make the object invisible to the user.

(True/False)
4.7/5
(28)

The property used to display information in a TextBox is _______.

(Multiple Choice)
4.8/5
(38)

The _______ must be set to True for text to wrap to a second line in a text box and a rich text box.

(Multiple Choice)
4.9/5
(31)

The _______ symbol is used for creating keyboard access on Visual Basic objects.

(Multiple Choice)
4.9/5
(40)

During design time,you can make a check box appear selected by setting its Checked property to False.

(True/False)
4.9/5
(40)
Showing 41 - 60 of 74
close modal

Filters

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