Site MapHelpFeedbackTrue or False
True or False
(See related pages)

1
C# gives the programmer the ability to set up locations in memory and give each location a name.
A)True
B)False
2
The name assigned to a variable or named constant is called its identifier.
A)True
B)False
3
The data type of a variable or constant must be the same for all variables and constants in that program.
A)True
B)False
4
The data type of a variable or constant indicates what type of information will be stored in the allocated memory space.
A)True
B)False
5
Identifiers in C# are not case sensitive.
A)True
B)False
6
The name Highest.Price is a valid identifier in C#.
A)True
B)False
7
Good naming conventions must be followed in C# or you will receive a syntax error.
A)True
B)False
8
Good programming practice suggests that the data type should be included in an identifier for variables and constants.
A)True
B)False
9
Constants that are built into the environment are called named constants.
A)True
B)False
10
Constants are declared using the keyword const and given a name, a data type, and a value.
A)True
B)False







Programming in Visual C# 2005Online Learning Center

Home > Chapter 3 > True or False