Quiz 1
Quiz 1
Size
Section: 20. To sets or gets the text of
the contro
1. GUI stands for? a. Text b. Name c. Size
2. Rectangular GUI objects that provide an interface for collecting,
displaying, and delivering information.
a. FORM b. Properties c. Solution explore TEST II: CODING and LABEL each control.
3. A visual way of interacting with a computer using items such as
windows, icons, and menus used by most modern operating
system. a. GUI b. HCI c. WFA
4. Syntax rule where the name txttime, TxtTIME and TXTTIME
would not be the same name because code is.
a. Case sensitive b. User friendly c. All of the above
5. The selection menu used to add controls to your form.
a. Toolbox b. Properties c. Solution explorer
6. All changes to the property values can be made in the____
window at design time. a. Properties b. Toolbox c. Solution
7. The static method that stops the application and closes all of its
window is called.
TEXT II: Label the form
a. Application. Exit() b. Application.Clear() c. Application.Text
8. Probably the most commonly used control for input and output
is the. a. Textbox b. Label c. Button
9. The top level class used as a container to hold other controls for
an application is called a
a. Form b. Console c. Class method
10. What are objects, such as buttons, menus, labels that can
display and respond to user interaction called. CONTROLS
11. It is a tool are normally used to provide descriptive text for
another control. a. Textbox b. Toolbox c. Label
12. Which property is used to set or get the caption of the title bar
for Windows application. a. Name b. Properties c. Text
13. It is a good idea to consistently use an appropriate prefix for the
user interface elements. You might prefix button with.
a. Btn b. Txt c. lbl
14. A good design principle to follow when developing windows
application is.___
a. To keep data entry to a minimum
b. To keep data empty to a minimum
c. To keep tract data to a maximum
15. Windows forms and controls offer a wide variety of changeable
properties including.
a. Font b. Color c. Text d. All of the above
16. In order to change the background color for the application, you
could set the BackColor proper of the form.
a. True b. False
17. One of the guidelines for good design is to try to place as many
controls on the form as you are able to without overlapping any.
a. True b. False
18. The interface is the visual image you see when you run a
program that allows users to interact with the application.
a. True b. False