Test Bank for Starting Out with Visual Basic 7th Edition Gaddis Irvine 0134400151 9780134400150 pdf download
Test Bank for Starting Out with Visual Basic 7th Edition Gaddis Irvine 0134400151 9780134400150 pdf download
http://testbankpack.com/download/test-bank-for-starting-out-with-
visual-basic-7th-edition-gaddis-irvine-0134400151-9780134400150/
https://testbankpack.com/download/test-bank-for-starting-out-with-
visual-c-4th-edition-gaddis-0134382609-9780134382609/
https://testbankpack.com/download/solution-manual-for-starting-out-
with-visual-c-4th-edition-gaddis-0134382609-9780134382609/
Test Bank for Starting Out with Python 3rd Edition Gaddis
0133582736 9780133582734
https://testbankpack.com/download/test-bank-for-starting-out-with-
python-3rd-edition-gaddis-0133582736-9780133582734/
Test Bank for Starting Out with Alice 3rd Edition Tony
Gaddis 0133129748 9780133129748
https://testbankpack.com/download/test-bank-for-starting-out-with-
alice-3rd-edition-tony-gaddis-0133129748-9780133129748/
Solution Manual for Starting Out with Python 3rd Edition
Gaddis 0133582736 9780133582734
https://testbankpack.com/download/solution-manual-for-starting-out-
with-python-3rd-edition-gaddis-0133582736-9780133582734/
https://testbankpack.com/download/test-bank-for-starting-out-with-
programming-logic-and-design-3rd-edition-
gaddis-0132805456-9780132805452/
https://testbankpack.com/download/test-bank-for-starting-out-with-
programming-logic-and-design-4th-edition-
gaddis-0133985075-9780133985078/
Test Bank for Starting Out with C++ Early Objects 9th
Edition Gaddis Walters Muganda 0134400240 9780134400242
https://testbankpack.com/download/test-bank-for-starting-out-with-c-
early-objects-9th-edition-gaddis-walters-
muganda-0134400240-9780134400242/
Test Bank for Starting Out with Visual Basic 7th Edition Gaddis Irvine
0134400151 9780134400150
Full link download:
Test Bank:
https://testbankpack.com/p/test-bank-for-starting-out-with-visual-basic-7th-edition-
gaddis-irvine-0134400151-9780134400150/
Chapter 2
Multiple Choice
Identify the letter of the choice that best completes the statement or answers the question.
3. If a Label control's AutoSize property equals False and the label is not wide enough for the text assigned to the
control, .
a. the text will be only partially displayed
b. none of the text will be displayed
c. the extra text is wrapped onto the next line or lines
d. the label will expand to fit the text
4. When Visual Studio displays a new project, a blank form is shown in the window.
a. Properties
b. ToolBox
c. Project
d. Designer
5. In order to delete a control from a form, you should select the control and then .
a. click the Remove Item icon on the menu bar
b. click the Cut icon in the Properties window
c. press the Delete key on the keyboard
d. click Delete from the View menu
Chapter 2 7
Starting Out with Visual Basic, 7th Ed by Tony Gaddis/Kip Irvine
TEST BANK
6. Which value of the SizeMode property is used to automatically adjust the size of a PictureBox control to fit
the size of the image?
a. Normal
b. Zoom
Chapter 2 8
Starting Out with Visual Basic, 7th Ed by Tony Gaddis/Kip Irvine
TEST BANK
c. CenterImage
d. AutoSize
7. A Visual Studio project may be saved in all of the following ways except .
a. Click File on the Visual Studio menu bar, and then click Save All
b. Press Ctrl+Shift+S on the keyboard
c. Click the Save Project button on the standard toolbar
d. Click the Save All button on the standard toolbar
Chapter 2 9
Starting Out with Visual Basic, 7th Ed by Tony Gaddis/Kip Irvine
TEST BANK
8. When you add a StatusStrip control to a form, which additional control must be added to the StatusStrip if
you want to display messages at runtime?
a. TextBox
b. Label
c. PictureBox
d. ToolStripStatusLabel
9. Which FormBorderStyle property setting causes the form to not be resizable, and it displays a thick border?
a. FixedDialog
b. Fixed3D
c. NonSizeable
d. ToolWindow
10. A label control may be added to a form by double-clicking on the Label control icon in the
window.
a. Properties
b. ToolBox
c. Project
d. Designer
11. The code template for an event handler identifies it as a type of procedure.
a. Module
b. Function
c. Method
d. Sub
12. If the Visible property of a control is set to False, it in the Designer window.
a. is grayed out
b. is no longer displayed
c. continues to be shown
d. becomes inactive
13. You can display the Code window in all of the following ways except .
a. Click the View Code button in the Solution Explorer window
b. Click Project on the menu bar, and then click Show all files
c. Click View on the menu bar, and then select Code
d. Press the F7 key
15. The property can prevent the user from resizing your application’s form at runtime.
a. WindowState
b. ShowInTaskBar
c. MinMaxSize
Chapter 2 10
Starting Out with Visual Basic, 7th Ed by Tony Gaddis/Kip Irvine
TEST BANK
d. FormBorderStyle
17. The form’s property can be set to True or False, depending on whether or not you want the
minimize button to appear.
a. MinimizeBox
b. ShowMinimizeButton
c. HideButtonMinimize
d. FormBorderStyle
18. A Label control’s property allows a label to change size to fit the text in its text property.
a. Autosize
b. Size
c. TextAlign
d. Grow
20. You can run an application in all of the following ways except which one?
a. Click the Start Debugging button on the toolbar
b. Press the Ctrl-F4 keys
c. Press the F5 key
d. Click Debug on the menu bar, and then click Start Debugging
22. When you select an item in Visual Studio and press the F1 key, you get .
a. properties window
b. the solution explorer window
c. context-sensitive help
d. tool-tip for the item
23. Code that executes when the user clicks a button at runtime is known as .
a. a property
b. a control
Chapter 2 11
Starting Out with Visual Basic, 7th Ed by Tony Gaddis/Kip Irvine
TEST BANK
c. an event handler
d. a keyword
24. The value of a control’s property may be changed while the application is running by .
a. using an assignment statement
b. using the Properties window
c. using the Toolbox window
d. all of the above
25. The property appears in parentheses so it will appear at the top of the alphabetical Property list.
a. Name
b. Text
c. Visible
d. all of the above
26. Which of the following is not a valid value for the FormBorderStyle property?
a. Fixed3D
b. Sizable
c. FixedSingle
d. FixedDouble
28. Assume you have a Button control named btnDisplayList. Which is the default name for an event
procedure that will be executed when the user clicks on the control?
a. Click_btnDisplayList
b. btnDisplayList_Click
c. btnDisplayList_ClickEvent
d. btnDisplayList_ClickButton
30. How do you make a Label control’s text display bold characters?
a. Select Font from the View menu, and then select the label.
b. Select the Label in the designer, and click the ellipses button next to Font in the Solution Explorer
window.
c. Select the Label in the designer, and click the ellipses button next to Font in the Properties window.
d. Select the Label control and set the BoldText property to True in the Properties window.
Chapter 2 12
Starting Out with Visual Basic, 7th Ed by Tony Gaddis/Kip Irvine
TEST BANK
31. Which property determines the characters that appear in the title bar of Form1?
a. Form1.Name
b. Form1.Text
c. Form1.Caption
d. Form1.Title
32. What will the following section of code do when the user clicks the btnExit button?
33. Which of the following displays a message box with the text “Hello World”?
a. MessageBox.Show("Hello World")
b. MessageBox.Display("Hello World")
c. MessageBox.Text("Hello World")
d. MessageBox.Send("Hello World")
34. The control uses a Label to display program status information and messages to the
user.
a. LinkLabel
b. StatusStrip
c. ErrorProvider
d. TextBox
35. The property of a label determines if the label can be seen by the user at runtime.
a. Active
b. Visible
c. Invisible
d. Enabled
36. The color of the text in a Label control is determined by the property.
a. Color
b. Font
c. ForeColor
d. TextColor
Chapter 2 13
Starting Out with Visual Basic, 7th Ed by Tony Gaddis/Kip Irvine
TEST BANK
Chapter 2
Answer Section
Chapter 2 14
Random documents with unrelated
content Scribd suggests to you:
THE FULL PROJECT GUTENBERG LICENSE
PLEASE READ THIS BEFORE YOU DISTRIBUTE OR USE THIS WORK
1.D. The copyright laws of the place where you are located also
govern what you can do with this work. Copyright laws in most
countries are in a constant state of change. If you are outside
the United States, check the laws of your country in addition to
the terms of this agreement before downloading, copying,
displaying, performing, distributing or creating derivative works
based on this work or any other Project Gutenberg™ work. The
Foundation makes no representations concerning the copyright
status of any work in any country other than the United States.
1.E.6. You may convert to and distribute this work in any binary,
compressed, marked up, nonproprietary or proprietary form,
including any word processing or hypertext form. However, if
you provide access to or distribute copies of a Project
Gutenberg™ work in a format other than “Plain Vanilla ASCII” or
other format used in the official version posted on the official
Project Gutenberg™ website (www.gutenberg.org), you must,
at no additional cost, fee or expense to the user, provide a copy,
a means of exporting a copy, or a means of obtaining a copy
upon request, of the work in its original “Plain Vanilla ASCII” or
other form. Any alternate format must include the full Project
Gutenberg™ License as specified in paragraph 1.E.1.
• You pay a royalty fee of 20% of the gross profits you derive
from the use of Project Gutenberg™ works calculated using the
method you already use to calculate your applicable taxes. The
fee is owed to the owner of the Project Gutenberg™ trademark,
but he has agreed to donate royalties under this paragraph to
the Project Gutenberg Literary Archive Foundation. Royalty
payments must be paid within 60 days following each date on
which you prepare (or are legally required to prepare) your
periodic tax returns. Royalty payments should be clearly marked
as such and sent to the Project Gutenberg Literary Archive
Foundation at the address specified in Section 4, “Information
about donations to the Project Gutenberg Literary Archive
Foundation.”
• You comply with all other terms of this agreement for free
distribution of Project Gutenberg™ works.
1.F.
Most people start at our website which has the main PG search
facility: www.gutenberg.org.
Our website is not just a platform for buying books, but a bridge
connecting readers to the timeless values of culture and wisdom. With
an elegant, user-friendly interface and an intelligent search system,
we are committed to providing a quick and convenient shopping
experience. Additionally, our special promotions and home delivery
services ensure that you save time and fully enjoy the joy of reading.
testbankpack.com