Exam 2: Creating a User Interface
Exam 1: An Introduction to Visual Basic 201250 Questions
Exam 2: Creating a User Interface50 Questions
Exam 3: Memory Locations and Calculations50 Questions
Exam 4: Making Decisions in a Program50 Questions
Exam 5: More on the Selection Structure50 Questions
Exam 6: Repeating Program Instructions50 Questions
Exam 7: More on the Repetition Structure50 Questions
Exam 8: Sub and Function Procedures50 Questions
Exam 9: Arrays50 Questions
Exam 10: String Manipulation and Menus50 Questions
Exam 11: Structures and Sequential Files50 Questions
Exam 12: Access Databases and Linq50 Questions
Exam 13: Creating Simple Web Applications50 Questions
Exam 14: Creating Classes and Objects50 Questions
Exam 15: an Introduction to Programming17 Questions
Select questions type
The ____________________ control provides a table structure in which you place other controls.
Free
(Short Answer)
4.8/5
(46)
Correct Answer:
table layout panel
When a control has the ____, it can accept input from the user.
Free
(Multiple Choice)
4.7/5
(32)
Correct Answer:
A
You specify the default button for a form by setting the form's ____________________ property to the name of the button.
Free
(Short Answer)
4.7/5
(40)
Correct Answer:
AcceptButton
If you make a button the ____ button, you also can select it by pressing the Enter key even when the button does not have the focus.
(Multiple Choice)
4.9/5
(43)
Match each item with a statement below.
a.E&xit
f.primary window
b.sentence capitalization
g.splash screen
c.Segoe UI
h.Fixed3D
d.dialog box
i.group box control
e.book title capitalization
-Used to view and edit the an application's data.
(Short Answer)
5.0/5
(33)
Match each item with a statement below.
a.E&xit
f.primary window
b.sentence capitalization
g.splash screen
c.Segoe UI
h.Fixed3D
d.dialog box
i.group box control
e.book title capitalization
-Supports and supplements a user's activities in the primary windows.
(Short Answer)
4.7/5
(28)
Describe the first task that should take place before a programmer creates a user interface. Who should be involved in this process?
(Essay)
4.9/5
(42)
You can use a(n) _________________________ chart to record an application's tasks, objects, and events.
(Essay)
4.9/5
(48)
Match each item with a statement below.
a.E&xit
f.primary window
b.sentence capitalization
g.splash screen
c.Segoe UI
h.Fixed3D
d.dialog box
i.group box control
e.book title capitalization
-First image that appears when an application is started.
(Short Answer)
4.8/5
(33)
In addition to a default button, most dialog boxes also have a cancel button, which usually is captioned Cancel.
(True/False)
4.8/5
(39)
You assign an access key by including a(n) ____ in the control's caption or identifying label.
(Multiple Choice)
4.9/5
(39)
What should a designer consider when including graphics in the user interface?
(Essay)
4.8/5
(35)
A(n) ____ allows the user to select an object using the Alt key in combination with a letter or number.
(Multiple Choice)
4.8/5
(43)
Write the Visual Basic statement to play the audio file named background.wav, which is contained in the bin\Debug folder.
(Short Answer)
4.7/5
(35)
A button's caption should be entered using sentence capitalization.
(True/False)
4.8/5
(28)
An object's ____ determines the type, style, and size of the font used to display the object's text.
(Multiple Choice)
4.8/5
(34)
What are five types of questions a programmer should ask to identify the tasks an application needs to perform?
(Essay)
4.8/5
(30)
You can use the ____ menu to align and size the controls on a form.
(Multiple Choice)
5.0/5
(35)
Showing 1 - 20 of 50
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)