To close an application's form in code, you use the statement __________.
a. Close();
b. Close.This();
c. Close()
d. this.Close();
Answer:...
Programmers commonly use blank lines and indentations in their code to create a sense of __________.
Programmers commonly use blank lines and indentations in their code to create a sense of __________.
a. logic
b. visual organization
c. documentation
d....
A__________ can occupy multiple consecutive lines in a program.
A__________ can occupy multiple consecutive lines in a program.
a. block comment
b. square comment
c. multiline comment
d. machine comment
Answer:...
A(an) __________ appears on one line in a program.
A(an) __________ appears on one line in a program.
a. inline comment
b. line comment
c. forward comment
d. block comment
Answer: ...
Most controls have a __________ property that determines whether the control is visible on the form at run time.
Most controls have a __________ property that determines whether the control is visible on the form at run time.
a. Render
b. Viewable
c. Visible
d....
______ is the image's width to height ratio.
______ is the image's width to height ratio.
a. Aspect ratio
b. Size ratio
c. Projection ratio
d. Area ratio
Answer: ...
The PictureBox control's __________ property specifies how the control's image is to be displayed.
The PictureBox control's __________ property specifies how the control's image is to be displayed.
a. RenderMode
b. DrawMode
c. SizeMode
d. ImageMode...
Once you have created a PictureBox control, you use its __________ property to specify the image that it will display.
Once you have created a PictureBox control, you use its __________ property to specify the image that it will display.
a. Image
b. Source
c. DrawSource
d....
You can use a(n) __________ control to display a graphic image on a form.
You can use a(n) __________ control to display a graphic image on a form.
a. Graphics
b. PictureBox
c. Drawing
d. ImageBox
Answer:...
______ is a feature of Visual Studio that provides automatic code completion as you write programming statements.
______ is a feature of Visual Studio that provides automatic code completion as you write programming statements.
a. AutoCode
b. AutoComplete
c....
The standard notation for referring to a control's property in code is __________.
The standard notation for referring to a control's property in code is __________.
a.ControlName.PropertyName
b.ControlName=PropertyName
c.PropertyName.ControlName
d.PropertyName=ControlName...
The equal sign (=) is known as the __________.
The equal sign (=) is known as the __________.
a. equality symbol
b. assignment operator
c. equality operator
d. property position
Answer:...
In code, you use a(n) __________ to store a value in a control's property.
In code, you use a(n) __________ to store a value in a control's property.
a. Click event
b. method call
c. assignment statement
d. Boolean value...
The __________ property can be used to change the text's alignment in the label.
The __________ property can be used to change the text's alignment in the label.
a. TextPosition
b. AutoAlign
c. TextCenter
d. TextAlign
Answer:...
Label controls have a(n) __________ property that controls the way they can be resized.
Label controls have a(n) __________ property that controls the way they can be resized.
a. Stretch
b. AutoSize
c. Dimension
d. Fixed
Answer:...
A __________ property can be set to one of two possible values: True or False.
A __________ property can be set to one of two possible values: True or False.
a. Boolean
b. Logical
c. Binary
d. Dual
Answer: ...
The __________ property allows you to set the font, font style, and size of the control's text.
The __________ property allows you to set the font, font style, and size of the control's text.
a. Style
b. AutoSize
c. Text
d. Font
Answer:...
When you want to display text on a form, you use a __________ control.
When you want to display text on a form, you use a __________ control.
a. Button
b. PictureBox
c. label
d. TextBox
Answer: ...
The time during which an application is executing is referred to as __________.
The time during which an application is executing is referred to as __________.
a. go time
b. design time
c. execution
d. run time
Answer:...
The time during which you build the GUI and write the application's code is referred to as __________.
The time during which you build the GUI and write the application's code is referred to as __________.
a. run time
b. design time
c. code time
d....
A piece of data that is written into a program's code is a(n) ___________.
A piece of data that is written into a program's code is a(n) ___________.
a. identifier
b. specifier
c. keyword
d. literal
Answer:...
A(n) __________ marks the end of a programming statement in C#.
A(n) __________ marks the end of a programming statement in C#.
a. semicolon
b. period
c. hyphen
d. underscore
Answer: ...
In programming we use the term string to mean __________.
In programming we use the term string to mean __________.
a. many lines of code
b. parallel memory locations
c. string of characters
d. virtually...
The statement MessageBox.Show("Hello World"); is an example of a(n) __________.
The statement MessageBox.Show("Hello World"); is an example of a(n) __________.
a. method call
b. namespace
c. Click event
d. event handler
Answer:...
A(n) __________ is a method that executes when a specific event takes place while an application is running.
A(n) __________ is a method that executes when a specific event takes place while an application is running.
a. action process
b. event handler
c....
A namespace is container that holds_____.
A namespace is container that holds_____.
a.methods
b. names
c. spaces
d. classes
Answer: ...
A file that contains program code is called a(n) __________.
A file that contains program code is called a(n) __________.
a. destination code file
b. executable file
c. machine language file
d. source code...
The __________ property holds the text that is displayed on the face of the button.
The __________ property holds the text that is displayed on the face of the button.
a.Name
b. Text
c. Tag
d. Face
Answer: ...
_________ is the name of the blank form that Visual Studio initially creates in a new project.
_________ is the name of the blank form that Visual Studio initially creates in a new project.
a. Form1
b. Main
c. New1
d. Blank
Answer:...
The small squares that appear on the right edge, bottom edge, and lower-right corner of a form's bounding box are called __________.
The small squares that appear on the right edge, bottom edge, and lower-right corner of a form's bounding box are called __________.
a. sizing hooks
b....
A(n) __________ is the thin dotted line that encloses an object in the Designer.
A(n) __________ is the thin dotted line that encloses an object in the Designer.
a. selection marker
b. control binder
c. bounding box
d. object...
Subscribe to:
Posts (Atom)