Exam 9: Additional Controls and Objects
Exam 1: An Introduction to Computers and Problem Solving36 Questions
Exam 2: Visual Basic, Controls, and Events61 Questions
Exam 3: Variables, Input, and Output101 Questions
Exam 4: Decisions86 Questions
Exam 5: General Procedures70 Questions
Exam 6: Repetition73 Questions
Exam 7: Arrays87 Questions
Exam 8: Text Files65 Questions
Exam 9: Additional Controls and Objects90 Questions
Exam 10: Databases34 Questions
Exam 11: Object-Oriented Programming66 Questions
Select questions type
A form contains a button called btnDisplay, and the following code is placed inside btnDisplay's Click event procedure. At run time, identical values will be displayed for num1 and num2 in the message box.
Dim num1, num2 As Integer
num1
num2 rndNum. Next
MessageBox. Show (nam1 & " " & num2)
(True/False)
4.8/5
(36)
After a ToolTip control has been placed into the component tray of the Form Designer, the message that appears when the mouse hovers over a text box is set with which of the following properties?
(Multiple Choice)
4.8/5
(35)
Which of the following statements will remove all items from the list box?
(Multiple Choice)
4.8/5
(37)
Which of the following controls is NOT used to select an item from a list?
(Multiple Choice)
4.7/5
(41)
The largest possible value for the Value property in a scroll bar is determined by
(Multiple Choice)
4.8/5
(39)
Which of the following settings of a timer's Interval property will raise a timer event every 5 seconds?
(Multiple Choice)
4.8/5
(31)
The correct code for replacing the selected text in txtBox with the contents of the Clipboard is:
(Multiple Choice)
4.7/5
(35)
After a ToolTip control has been placed into the component tray of the Form Designer, the setting of what property determines how long a tooltip will remain visible when the mouse hovers over a text box?
(Multiple Choice)
4.8/5
(36)
The first form loaded when a program starts running is called the _ form.
(Multiple Choice)
4.9/5
(29)
The statement Clipboard.SetText(str) replaces the current contents of the Clipboard with the value of str.
(True/False)
4.8/5
(30)
The statement gr.FillRectangle(Brushes.Red, 10, 20, 30, 40) draws a solid rectangle of width 40 pixels.
(True/False)
4.8/5
(38)
For a list box named lstBox, the following statement will delete from its list the item whose index is the value num.
(True/False)
4.9/5
(45)
The sector of a circle with start angle 90 and sweep angle 180 consists of the left half of the circle.
(True/False)
4.8/5
(36)
The radius of the circle drawn by the statement gr.DrawEllipse(Brushes.Red, 10, 20, 40, 40) is
(Multiple Choice)
4.9/5
(36)
MenuStrip controls respond to which one of the following events?
(Multiple Choice)
4.8/5
(34)
The value of cboBox.Text is the contents of the text box at the top of the combo box.
(True/False)
4.8/5
(41)
Showing 41 - 60 of 90
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)