Site MapHelpFeedbackMultiple Choice Quiz
Multiple Choice Quiz
(See related pages)

1
The Windows _______________ defines how the various elements will look and function.
A)front end
B)color
C)font
D)Graphical User Interface (GUI)
2
A new window added to a C# application is called a _______________.
A)form
B)property
C)method
D)control
3
Which of the following are examples of procedural programming languages?
A)COBOL
B)FORTRAN
C)Pascal
D)All of these
4
Object-oriented programming does not follow sequential logic, instead it relies on _______________ taken by the user which trigger _______________.
A)actions, properties
B)events, actions
C)actions, events
D)methods, events
5
Which of the following is not an example of an object?
A)form
B)color
C)button
D)text box
6
Actions associated with objects are called _______________.
A)forms
B)events
C)properties
D)methods
7
A new object that is created based on a class is referred to as a(n) _______________ of the class.
A)instance
B)property
C)method
D)copy
8
All .NET languages compile to a common machine language called _______________.
A).NET code
B)Enterprise Code (EC)
C)Common Language Runtime (CLR)
D)Microsoft Intermediate Language (MSIL)
9
An English expression or comment that is used to describe an action during the planning of a project is called _______________.
A)CLR
B)pseudocode
C)MSIL
D)fake code
10
A C# application is called a _______________ and can consist of one or more projects.
A)solution
B)resource
C)definition
D)form







Programming in Visual C# 2005Online Learning Center

Home > Chapter 1 > Multiple Choice Quiz