Aries #C answers
Exam Bank: C# Essentials Exam: Midterm1: C# Essentials # of Question: 20
1
Which one of the following keywords is used to add library classes in C#?
Namespace
Using
Import
Add
2
Which of these variables follow the correct naming convention?
.ABC
_ABC
$ABC
B and C
All of the above
3
Which of the following expressions and terms which can be associated with C#?
Multi-paradigm programming language
Functional
Object-oriented
Component-oriented
All of the above
4
int i = 10;
Double d = i;
The above structure of code indicates explicit conversion.
True
False
5
Which of the following terminators indicates to the C# compiler the end of a statement?
:
;
.
,
6
Microsoft Visual Studio Professional edition is free.
True
False
7
Which option describes the following operator?
Exam Bank: C# Essentials Exam: Midterm1: C# Essentials # of Question: 20
1
Which one of the following keywords is used to add library classes in C#?
Namespace
Using
Import
Add
2
Which of these variables follow the correct naming convention?
.ABC
_ABC
$ABC
B and C
All of the above
3
Which of the following expressions and terms which can be associated with C#?
Multi-paradigm programming language
Functional
Object-oriented
Component-oriented
All of the above
4
int i = 10;
Double d = i;
The above structure of code indicates explicit conversion.
True
False
5
Which of the following terminators indicates to the C# compiler the end of a statement?
:
;
.
,
6
Microsoft Visual Studio Professional edition is free.
True
False
7
Which option describes the following operator?