Chapter 1 quiz 2 Flashcards

Exam Study

1
Q

A(n) __________ provides all the necessary tools to create, test, and debug software

A

integrated development environment (IDE)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

In Visual Studio each Visual C# application you create is called a __________.

A

solution or project

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

When you create a Visual C# application, use the __________ window to examine and change a control’s properties

A

Properties

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

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

A

Solution folder

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

A machine language instruction exists for each basic operation a CPU can do.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

If a program’s source code contains a syntax error, it can still be translated to machine language by a compiler

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

The C# language allows you to write your own classes that have specific fields, properties, and methods for any application

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

The .NET framework provides classes to create Forms, TextBoxes, Labels, Buttons, and many other types of objects

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Computers can perform a wide variety of tasks because they can be programmed in ways that are specific to the needs of applications.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Today’s microprocessors are less powerful than the larger electromechanical CPUs in early computers

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly