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
The statement gr.FillPie(Brushes.Red, 10, 10, 30, 30, 0, 180) draws a semi- circle.
(True/False)
4.8/5
(51)
Given that the ANSI value for the letter A is 65, the pair of statements below will always display one of A, B, or C.
(True/False)
4.8/5
(32)
For a timer control named Timer1, the Timer1.Enabled event is triggered each time Timer1.Interval milliseconds elapses.
(True/False)
5.0/5
(38)
The__________ method is used to display a form as a modal form and give it the focus.
(Multiple Choice)
4.9/5
(39)
Which of the following controls does not have a DropDownStyle property that must be specified at design time?
(Multiple Choice)
4.8/5
(35)
With a simple combo box, the list drops down when the user clicks on the arrow and then disappears after a selection is made.
(True/False)
4.8/5
(39)
Which of the following expressions refers to the contents of the last row of the combo box?
(Multiple Choice)
5.0/5
(31)
Which of the following is the default setting for a combo box's DropDownStyle property?
(Multiple Choice)
4.9/5
(44)
The distance from the top of the picture box to the top of the circle drawn by the statement gr.DrawEllipse(Brushes.Red, 10, 20, 40, 40) is
(Multiple Choice)
4.9/5
(38)
Which of the following methods is used to load a new picture into a picture box control?
(Multiple Choice)
4.8/5
(31)
The DropDownStyle property of a combo box must be set at design time.
(True/False)
4.7/5
(38)
What control is added to a form to enable printing of graphics?
(Multiple Choice)
4.8/5
(38)
When the SizeMode property of a picture box control is set to StretchImage, a picture placed in the control will be resized to fit the picture control.
(True/False)
4.8/5
(29)
When working with the MenuStrip control, the programmer makes the menus useful by placing code in the relevant Click event procedure for each menu item.
(True/False)
4.7/5
(42)
Which of the following expressions refers to the contents of the first row of the combo box?
(Multiple Choice)
4.9/5
(35)
The statements gr.DrawLine(Pens.Red, 0, 0, 30, 40) and gr.DrawLine(Pens.Red, 0, 0, 40, 30) draw lines of the same length.
(True/False)
5.0/5
(34)
The following statement can be used to assign the Plane.bmp image to the picBox picture box control at runtime.
(True/False)
4.8/5
(35)
Give a statement that draws a red diagonal from the upper-left corner of the picture box to the lower-right corner.
(Multiple Choice)
4.9/5
(36)
Showing 61 - 80 of 90
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)