Term
What are the four program functions that ADO.NET 4.5 offers? |
|
Definition
1. Obtain data 2. Examine data 3. Edit data 4. Update data |
|
|
Term
In Visual Studio, the properties window is __ sensitive. |
|
Definition
|
|
Term
What does the Solution Explorer window in Visual Studio do? |
|
Definition
Lists all files to current project |
|
|
Term
A __ can contain multiple projects. |
|
Definition
|
|
Term
Term: Microsoft's solution to provide tools and processes to produce/run programs |
|
Definition
|
|
Term
Term: Named group of program code |
|
Definition
|
|
Term
Term: Instantiation of a class |
|
Definition
|
|
Term
Term: Using pre-built classes to make an app |
|
Definition
Rapid Application Development (RAD) |
|
|
Term
What part of the .NET Framework can be used to work on databases? |
|
Definition
|
|
Term
What part of the .NET Framework can be used to work on web applications? |
|
Definition
|
|
Term
Term: Process of a computer changing programming statements into Microsoft Intermediate Language (MSIL) |
|
Definition
|
|
Term
What reads and executes a program's instructions? |
|
Definition
Common Language Runtime (CLR) |
|
|
Term
Term: Programming statements are translated to MSIL, which CLR reads and executes |
|
Definition
|
|
Term
What are the different types of apps that can be made? |
|
Definition
-Windows app -Web app -Windows store app -Office app -Database app -Others |
|
|
Term
True/False: The solution explorer contains the item you are currently developing. |
|
Definition
|
|