Wednesday, June 3, 2009

C# Express

1. Select the correct matching term or phrase.
A. visual programming
B. auto-hide
C. expand
D. Project Explorer
E. numerically
F. Solution Explorer
G. project
H. mini toolbar
I. categorically
J. solution
K. tool tip
L. add
M. graphical programming


ABCDEFGHIJKLMA(n) ____ is a group of one or more projects that collectively form a Visual C# program.
ABCDEFGHIJKLMA(n) ____ appears when the mouse pointer hovers over an icon.
ABCDEFGHIJKLMA plus box indicates that the tree in the Solution Explorer can ____.
ABCDEFGHIJKLMThe ___ feature hides a window when the mouse pointer is moved outside the window's area.
ABCDEFGHIJKLMThe ___ window allows you to browse solution files.
ABCDEFGHIJKLMThe technique of ____ allows you to create GUIs without writing any code.
ABCDEFGHIJKLMThe properties in the Properties window can be sorted alphabetically or ____.
Points Earned: 7.0/7.0
Correct Answer(s): visual programming : The technique of ____ allows you to create GUIs without writing any code., solution : A(n) ____ is a group of one or more projects that collectively form a Visual C# program., auto-hide : The ___ feature hides a window when the mouse pointer is moved outside the window's area. , tool tip : A(n) ____ appears when the mouse pointer hovers over an icon., Solution Explorer : The ___ window allows you to browse solution files., expand : A plus box indicates that the tree in the Solution Explorer can ____., categorically : The properties in the Properties window can be sorted alphabetically or ____.




2. PictureBoxes typically display images.A) True
B) False

Points Earned: 1.0/1.0
Correct Answer(s): True




3. Both Forms and Labels have a title bar.A) True
B) False

Points Earned: 1.0/1.0
Correct Answer(s): False




4. Control properties can be modified only by writing code.A) True
B) False

Points Earned: 1.0/1.0
Correct Answer(s): False




5. The "X" box toggles auto-hide.A) True
B) False

Points Earned: 1.0/1.0
Correct Answer(s): False




6. The toolbar icons represent various menu commands.A) True
B) False

Points Earned: 1.0/1.0
Correct Answer(s): True




7. The toolbar contains icons that represent controls.A) True
B) False

Points Earned: 1.0/1.0
Correct Answer(s): False




8. A Form's background color is set using the BackColor property.A) True
B) False

Points Earned: 1.0/1.0
Correct Answer(s): True




9. The IDE's title bar displays the IDE's mode.A) True
B) False

Points Earned: 1.0/1.0
Correct Answer(s): True




10. Visual C# files use the file extension .csharp.A) True
B) False

Points Earned: 1.0/1.0
Correct Answer(s): False




11. Select the word or phrase to complete each item.
A. graphical user interface
B. Insert icon
C. File > Save All
D. instant assistance
E. Toolbox
F. Dynamic Help
G. graphical universal interface
H. TextAlign
I. context-sensitive help
J. Text
K. Title
L. Alignment
M. File > Save Solution


ABCDEFGHIJKLMA Form's ____ property specifies the text displayed in the Form's title bar.
ABCDEFGHIJKLMTo save every file in a solution, select ____.
ABCDEFGHIJKLMGUI is an acronym for ____.
ABCDEFGHIJKLMUsing ____ immediately displays a relevant help article.
ABCDEFGHIJKLMUsing ____ displays a list of relevant help articles, based on the current context.
ABCDEFGHIJKLMThe ____ property specifies how text is aligned within a Label's boundaries.
ABCDEFGHIJKLM____ can be accessed using the F1 key.
ABCDEFGHIJKLMThe ____ allows you to add controls to the Form in a visual manner.
Points Earned: 7.0/7.0
Correct Answer(s): Text : A Form's ____ property specifies the text displayed in the Form's title bar., Toolbox : The ____ allows you to add controls to the Form in a visual manner., Dynamic Help : Using ____ displays a list of relevant help articles, based on the current context., TextAlign : The ____ property specifies how text is aligned within a Label's boundaries., File > Save All : To save every file in a solution, select ____., context-sensitive help : Using ____ immediately displays a relevant help article., context-sensitive help : ____ can be accessed using the F1 key., graphical user interface : GUI is an acronym for ____.

No comments:

Post a Comment