Exam 2: Introduction to Visual C#

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

The first character of a C# identifier must be one of the letters a through z or A through Z or an underscore character (_).

Free
(True/False)
4.7/5
(34)
Correct Answer:
Verified

True

A(n) ____________ event occurs on a control when the user clicks the mouse on a control while the program is running.

Free
(Multiple Choice)
4.9/5
(40)
Correct Answer:
Verified

B

When a(n) ____________ appears around an object in the Visual Studio Designer, it indicates that the object is selected and is ready for editing.

Free
(Multiple Choice)
4.8/5
(43)
Correct Answer:
Verified

C

Programmers sometimes say that literals are values that are soft coded into a program because the value of a literal can be changed while the program is running.

(True/False)
4.8/5
(38)

Block comments make it easier to write long explanations because you do not have to mark every line with a comment symbol.

(True/False)
4.8/5
(48)

The ____________ property can be used to change a form's width and height, measured in pixels.

(Multiple Choice)
4.7/5
(32)

Because the Label control's Text property can accept only strings, you cannot display a number in a label.

(True/False)
4.8/5
(43)

The terms run time, runtime, and run-time all typically mean the same thing.

(True/False)
4.9/5
(37)

A Label control's Text property is initially set to the same value as the Label control's name.

(True/False)
4.8/5
(35)

Most controls have a(n) ____________ property that determines whether the control can be seen by the user at run time.

(Multiple Choice)
4.8/5
(34)

An easy way to switch between the Designer and the code editor is to click the ____________ for the desired window. This only works if both the code file and designer file have already been opened.

(Multiple Choice)
4.9/5
(40)

Selecting the ____________ button in the Properties window causes the items in the window to be displayed in logical groups.

(Multiple Choice)
5.0/5
(26)

A file that contains program code is called a ____________.

(Multiple Choice)
4.8/5
(37)

____________ is a feature of Visual Studio that provides automatic code completion as you write programming statements.

(Multiple Choice)
4.8/5
(43)

The indentation of statements inside methods, classes, and namespaces is a convention that virtually all programmers follow.

(True/False)
4.8/5
(38)

The ____________ file contains an application's start-up code, which executes when the application runs.

(Multiple Choice)
4.8/5
(36)

When you have a project open in Visual Studio, the time during which you build the GUI and write the application's code is referred to as ____________.

(Multiple Choice)
4.9/5
(26)

The ____________ shows a description of the error, the name of the source code file containing the error, the error's line number and column number, and the name of the project.

(Multiple Choice)
4.9/5
(38)

You cannot click and drag controls from the Toolbox onto a form.

(True/False)
4.9/5
(34)

In code, you use a(n) ____________ to store a value in a control's property.

(Multiple Choice)
4.7/5
(35)
Showing 1 - 20 of 131
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)