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

1.
A compiler translates your source code into Microsoft Intermediate Language (MSIL), which is a platform-independent set of instructions.
A)True
B)False
2.
The resource file for each form in your project has the extension .resx and the same name as the form which will change automatically if you rename your form in the Solution Explorer.
A)True
B)False
3.
The Common Language Specification (CLS) is an environment that manages the execution of code and provides services such as integrating components developed in different languages.
A)True
B)False
4.
Reference type variables can either point to a location in memory or contain a value, and value type variables always hold a value.
A)True
B)False
5.
A .NET project can contain multiple parent forms, multiple child forms, and forms that operate independently.
A)True
B)False







Advanced Programming VB.NETOnline Learning Center

Home > Chapter 1 > True or False