Exam 2: Introduction to Visual C#
Exam 1: Introduction to Computers and Programming161 Questions
Exam 2: Introduction to Visual C#131 Questions
Exam 3: Processing Data176 Questions
Exam 4: Making Decisions78 Questions
Exam 5: Loops, Files, and Random Numbers112 Questions
Exam 6: Modularizing Your Code with Methods69 Questions
Exam 7: Arrays and Lists99 Questions
Exam 8: More About Processing Data90 Questions
Exam 9: Classes and Multiform Projects89 Questions
Exam 10: Inheritance and Polymorphism37 Questions
Exam 11: Databases69 Questions
Select questions type
The first character of a C# identifier must be one of the letters a through z or A through Z or an underscore character (_).
Free
(True/False)
4.7/5
(34)
Correct Answer:
True
A(n) ____________ event occurs on a control when the user clicks the mouse on a control while the program is running.
Free
(Multiple Choice)
4.9/5
(40)
Correct Answer:
B
When a(n) ____________ appears around an object in the Visual Studio Designer, it indicates that the object is selected and is ready for editing.
Free
(Multiple Choice)
4.8/5
(43)
Correct Answer:
C
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
(38)
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.8/5
(48)
The ____________ property can be used to change a form's width and height, measured in pixels.
(Multiple Choice)
4.7/5
(32)
Because the Label control's Text property can accept only strings, you cannot display a number in a label.
(True/False)
4.8/5
(43)
The terms run time, runtime, and run-time all typically mean the same thing.
(True/False)
4.9/5
(37)
A Label control's Text property is initially set to the same value as the Label control's name.
(True/False)
4.8/5
(35)
Most controls have a(n) ____________ property that determines whether the control can be seen by the user at run time.
(Multiple Choice)
4.8/5
(34)
An easy way to switch between the Designer and the code editor is to click the ____________ for the desired window. This only works if both the code file and designer file have already been opened.
(Multiple Choice)
4.9/5
(40)
Selecting the ____________ button in the Properties window causes the items in the window to be displayed in logical groups.
(Multiple Choice)
5.0/5
(26)
A file that contains program code is called a ____________.
(Multiple Choice)
4.8/5
(37)
____________ is a feature of Visual Studio that provides automatic code completion as you write programming statements.
(Multiple Choice)
4.8/5
(43)
The indentation of statements inside methods, classes, and namespaces is a convention that virtually all programmers follow.
(True/False)
4.8/5
(38)
The ____________ file contains an application's start-up code, which executes when the application runs.
(Multiple Choice)
4.8/5
(36)
When you have a project open in Visual Studio, the time during which you build the GUI and write the application's code is referred to as ____________.
(Multiple Choice)
4.9/5
(26)
The ____________ shows a description of the error, the name of the source code file containing the error, the error's line number and column number, and the name of the project.
(Multiple Choice)
4.9/5
(38)
You cannot click and drag controls from the Toolbox onto a form.
(True/False)
4.9/5
(34)
In code, you use a(n) ____________ to store a value in a control's property.
(Multiple Choice)
4.7/5
(35)
Showing 1 - 20 of 131
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)