Exam 2: Introduction to Visual C

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

Buttons are the only controls that can respond to Click events.

(True/False)
4.8/5
(29)

Programmers commonly use ____________ in their code to create a sense of visual organization.

(Multiple Choice)
4.9/5
(35)

When an event handler is generated for a control by Visual Studio, it doesn't do anything until you add your own code.

(True/False)
4.8/5
(25)

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

(Multiple Choice)
4.9/5
(45)

The standard Windows close button is the only way to close an application you create with Visual Studio.

(True/False)
4.8/5
(38)

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

(Multiple Choice)
4.9/5
(26)

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

(Multiple Choice)
4.8/5
(37)

In C#, string literals must be enclosed in double quotation marks.

(True/False)
4.9/5
(47)

The series of ____________ directives that appears at the top of a C# source code file indicate which namespaces in the .NET Framework the program will use.

(Multiple Choice)
4.8/5
(31)

Which one of the following is not a valid setting for a Label control's BorderStyle property?

(Multiple Choice)
4.7/5
(37)

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

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

Filters

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