Exam 2: Introduction to Visual C#

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

To run an application in Visual Studio, press the ____________ button on the keyboard or click the Start Debugging button on the toolbar.

(Multiple Choice)
4.9/5
(31)

____________ is a term that refers to an image's width to height ratio.

(Multiple Choice)
4.8/5
(33)

The ____________ property allows you to set the font, font style, and size of a control's text.

(Multiple Choice)
4.8/5
(44)

When you enter a statement into the code editor, Visual Studio analyzes it, and if a syntax error is found, it is ____________.

(Multiple Choice)
4.9/5
(42)

Single quotation marks can be used in program code to mark the beginning and ending of a string.

(True/False)
4.8/5
(30)

The time during which an application is executing is referred to as ____________.

(Multiple Choice)
4.8/5
(31)

In the design window, you can click and drag a control to a new location when the mouse cursor is positioned inside the control and the mouse cursor becomes a ____________.

(Multiple Choice)
4.8/5
(37)

When selected in the Properties window toolbar, the ____________ button causes the items in the Properties window to be displayed in alphabetical order.

(Multiple Choice)
4.8/5
(32)

When the properties in the Properties window are displayed alphabetically, the (name) property appears at the bottom of the list.

(True/False)
4.8/5
(40)

The Properties window contains a scrollable list of properties, which has two columns: the left column shows each property's name, and the right column shows each property's value.

(True/False)
4.9/5
(46)

____________ are short notes placed in a program's source code, explaining how the program works.

(Multiple Choice)
4.8/5
(41)

Just as a period marks the end of a sentence, a ____________ marks the end of a programming statement in C#.

(Multiple Choice)
4.8/5
(33)

A(n) ____________ appears on one line in a program and begins with two forward slashes (//).

(Multiple Choice)
4.9/5
(42)

The assignment operator assigns the value that appears on its left side to the item that appears on its right side.

(True/False)
4.9/5
(41)

The Label control can be found in the ____________ group of the Toolbox.

(Multiple Choice)
4.8/5
(32)

A(n) ____________ is a sequence of one or more programming statements (code) that performs some operation.

(Multiple Choice)
4.8/5
(37)

The file named ____________ contains code associated with a form named Form1.

(Multiple Choice)
4.9/5
(38)

The ____________ property of a form determines the text that is displayed in a form's title bar.

(Multiple Choice)
4.8/5
(34)

Text displayed on a button should hint at what the button will do when it is clicked.

(True/False)
4.8/5
(40)

Writing comments should be avoided, especially for large and complex programs.

(True/False)
4.9/5
(39)
Showing 81 - 100 of 131
close modal

Filters

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