Exam 2: Introduction to Visual C

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

The appearance and other characteristics of a GUI object are determined by the object's properties.

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

True

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

Free
(True/False)
4.9/5
(36)
Correct Answer:
Verified

False

You can detach the code editor and move it to another part of the screen.

Free
(True/False)
4.9/5
(45)
Correct Answer:
Verified

True

When you want to display text on a form, you use a ____________.

(Multiple Choice)
4.8/5
(36)

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

(Multiple Choice)
4.8/5
(47)

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

(Multiple Choice)
4.7/5
(30)

In the Designer, the PictureBox tool is located in the CommonControls group of the Toolbox.

(True/False)
4.8/5
(39)

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.7/5
(38)

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

(Multiple Choice)
4.8/5
(32)

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

(Multiple Choice)
4.8/5
(40)

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

(Multiple Choice)
4.8/5
(37)

Ending a programming statement with a semicolon is not required in C#.

(True/False)
4.8/5
(39)

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

(Multiple Choice)
4.8/5
(33)

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

(True/False)
4.8/5
(38)

To close an application's form in code, you use the statement ____________.

(Multiple Choice)
4.9/5
(38)

A control's ____________ property identifies the control in the application's code and in the Visual Studio environment.

(Multiple Choice)
4.8/5
(41)

____________ are used by professional programmers to embed extensive documentation in a program' source code.

(Multiple Choice)
4.9/5
(36)

Which of the following statements would display the number 25 in a Label control named ouputLabel?

(Multiple Choice)
4.7/5
(39)

To change the BorderStyle property of a Label control in the Designer, select it in the Properties window and then click the down-arrow button that appears next to the value.

(True/False)
4.8/5
(38)

If you wish to create a Click event handler for a control in Visual Studio, it is not necessary to double-click the control in the Designer first.

(True/False)
4.8/5
(41)
Showing 1 - 20 of 131
close modal

Filters

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