Chapter 1 quiz 2 Flashcards
Exam Study
A(n) __________ provides all the necessary tools to create, test, and debug software
integrated development environment (IDE)
In Visual Studio each Visual C# application you create is called a __________.
solution or project
When you create a Visual C# application, use the __________ window to examine and change a control’s properties
Properties
When you create a new project using Visual Studio, it will be stored in a __________ at the location you specify on your computer’s disk
Solution folder
A machine language instruction exists for each basic operation a CPU can do.
True
If a program’s source code contains a syntax error, it can still be translated to machine language by a compiler
False
The C# language allows you to write your own classes that have specific fields, properties, and methods for any application
True
The .NET framework provides classes to create Forms, TextBoxes, Labels, Buttons, and many other types of objects
True
Computers can perform a wide variety of tasks because they can be programmed in ways that are specific to the needs of applications.
True
Today’s microprocessors are less powerful than the larger electromechanical CPUs in early computers
False