Exam 2: Introduction to Visual C

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

When a method executes, the statements in the method execute in the order that they appear, from the beginning of the method to the end of the method.

(True/False)
4.9/5
(37)

To delete a control, select it on the form and then press the ____________ key on the keyboard.

(Multiple Choice)
4.8/5
(29)

A Hello World program is a simple program that merely displays the words "Hello World" on the screen.

(True/False)
4.8/5
(39)

A control's Visible property cannot be modified in code.

(True/False)
4.9/5
(24)

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
(34)

C# code is primarily organized in three ways: namespaces, classes, and methods.

(True/False)
4.7/5
(35)

Each form and control in an application's GUI must have a name that identifies it.

(True/False)
4.8/5
(32)

The only way to run a program in Visual Studio is by clicking the Start Debugging button on the toolbar.

(True/False)
4.9/5
(42)

Assuming an application has a PictureBox control named profilePictureBox, which one of the following assignment statements will hide the PictureBox at run time?

(Multiple Choice)
4.8/5
(28)

A control's name should never be changed to something other than the default name that Visual Studio gives it.

(True/False)
4.8/5
(31)

When a string is written into a program's code, it is called a(n) ____________.

(Multiple Choice)
4.9/5
(39)

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

Which one of the following Button control names is not a legal C# identifier?

(Multiple Choice)
4.9/5
(41)

During design time, you can interact with the running application, but you cannot use the Designer, the Toolbox, the Properties window, the code editor, or parts of Visual Studio to make changes to it.

(True/False)
4.7/5
(33)

Changing the form's Text property will change the form's name.

(True/False)
4.9/5
(39)

Button controls have a ____________ property, which holds the text that is displayed on the face of the button.

(Multiple Choice)
4.8/5
(37)

A Label control's BorderStyle property is set to FixedSingle by default.

(Not Answered)
This question doesn't have any answer yet
Ask our community

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

(Multiple Choice)
5.0/5
(39)

In C#, there are three types of comments: line comments, block comments, and documentation comments.

(True/False)
4.7/5
(45)

C# source code files always end with the .cs extension.

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

Filters

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