C# Chapter 2
The purpose of the Visual Studio Express 2012 for Windows Desktop is to
All of these (create, run, debug a program)
Microsoft's .NET Framework ________.
All of these (executes applications, contains a class library, provides many capabilities for building Visual Basic applications)
The Microsoft Developers Network (MSDN) online library provides:
All of these (tutorials, articles, downloads)
The View menu:
Contains commands for displaying IDE windows and toolbars.
A solution is a group of related files, such as C# code, images and documentation.
False
Developers can create .NET applications only in Visual Basic.
False
The Solution Explorer window provides access only to certain files in the solution.
False
The Visual Studio Express 2012 for Windows Desktop can be used to create apps only in C#.
False
The integration of software components from various languages has been relatively simple.
False
The programmer can also access all the commands in the menus from the toolbar.
False
To make a new project you have to go into the Get Started section.
False
You cannot browse the web from within the Visual Studio 2012 environment.
False
This menu contains commands for opening projects, closing projects, printing project data, etc.
File menu
Microsoft provides extensive help documentation via the ________ menu.
Help
C# applications can interact over the Internet.
True
C# is an object oriented language that has roots in C, C++ and Java.
True
C# is an object oriented language that is a hybrid of C, C++ and Java.
True
C# was developed specifically for the .NET Framework.
True
C++ "spruces up" C with object-oriented programming capabilities.
True
Commands for managing the IDE and for developing, maintaining and executing programs are contained in the menus, which are located on the menu bar.
True
Dragging and dropping predefined building blocks into place is part of visual programming in C#.
True
Java enables you to write programs that will run on a great variety of computer systems and computer-control devices.
True
The behavior of a C# program is specified through conventional programming, i.e., writing code.
True
The toolbox contains icons representing controls used to customize forms.
True
Web-based applications can be distributed to a great variety of devices from cell phones to desktop computers using the .NET platform.
True
By default, the Visual Studio 2012 IDE assigns this name to a new Windows Forms project:
WindowsFormsApplication1
The Properties window
allows you to modify control's properties without writing any code and displays a control's information
A ________ is a window used to communicate with users.
dialog
What was the most important capability of C++ that C did not provide?
object-oriented technology
The PictureBox control is used to display:
only images