Chapter 2 quiz 2 Flashcards
Exam Study
The file named __________ contains code associated with a form named Form1
Form1.cs
When you select an object in the Visual Studio Designer, the object’s size, color, text, and other characteristics are displayed in the __________ window
Properties
The Visual Studio __________ window shows a scrollable list of controls that you can add to a form
Toolbox
When a piece of data such as 23 or Hello is written into a program’s code, it is called a __________.
literal
A(n) __________ is a sequence of one or more programming statements that perform some operation
method
A(n) __________ is a method that executes when a specific event such as clicking the mouse takes place while an application is running
event handler
A(n) __________ event occurs on a control when the user clicks the mouse while an application is running.
Click
When you want to display text on a form but not allow the user to change the text, you use a ___________control
Label
A __________ property can be set to one of two possible values: true or false
Boolean
In code you use a(n) __________ to store a value in a control’s property
assignment statemen