Exam 2: Introduction to Visual C
Exam 1: Introduction to Computers and Programming161 Questions
Exam 2: Introduction to Visual C131 Questions
Exam 3: Processing Data174 Questions
Exam 4: Making Decisions77 Questions
Exam 5: Loops, Files, and Random Numbers109 Questions
Exam 6: Modularizing Your Code With Methods61 Questions
Exam 7: Arrays and Lists99 Questions
Exam 8: More About Processing Data87 Questions
Exam 9: Classes and Multiform Projects89 Questions
Exam 10: Inheritance and Polymorphism37 Questions
Exam 11: Databases69 Questions
Select questions type
When you enter a statement into the code editor, Visual Studio analyzes it, and if a syntax error is found, it is ____________.
(Multiple Choice)
4.8/5
(46)
Which one of the following statements would correctly display the text "Hello" in a message box?
(Multiple Choice)
4.8/5
(38)
The assignment operator assigns the value that appears on its left side to the item that appears on its right side.
(True/False)
4.8/5
(43)
Deleting a control is simple: you select it and then press the F4 key on the keyboard.
(True/False)
4.7/5
(35)
Code containers, such as namespaces, classes, and methods, use ____________ to enclose code.
(Multiple Choice)
4.9/5
(44)
The properties in the Properties window are displayed alphabetically by default.
(True/False)
4.8/5
(40)
A Label control's Text property is initially set to the same value as the Label control's name.
(True/False)
4.9/5
(32)
When selected, the ____________ button causes the properties in the Properties window to be displayed in alphabetical order.
(Multiple Choice)
4.8/5
(43)
It is important that you do not modify the contents of the Form1.cs file because doing so could prevent the application from executing.
(True/False)
4.7/5
(39)
Most controls have a(n) ____________ property that determines whether the control is visible on the form at run time.
(Multiple Choice)
5.0/5
(35)
To run an application in Visual Studio, press the ____________ button on the keyboard or click the Start Debugging button on the toolbar.
(Multiple Choice)
4.8/5
(40)
When you select an object in the Designer, that object's properties are displayed in the ____________ window.
(Multiple Choice)
4.8/5
(44)
Just as a period marks the end of a sentence, a ____________ marks the end of a programming statement in C#.
(Multiple Choice)
4.9/5
(31)
A ____________ property can be set to one of two possible values:.
(Multiple Choice)
4.9/5
(29)
The ____________ can be accessed in the Properties window by clicking the ellipses that appears next to the Font property's value.
(Multiple Choice)
4.9/5
(30)
A(n) ____________ is a container that holds methods (among other things).
(Multiple Choice)
4.8/5
(33)
The ____________ shows a scrollable list of controls that you can add to a form.
(Multiple Choice)
4.8/5
(35)
The terms run time, runtime, and run-time all typically mean the same thing.
(True/False)
4.8/5
(42)
A Label control's ____________ property can be used to align the text differently within the label.
(Multiple Choice)
4.8/5
(34)
When the PictureBox control's SizeMode property is set to AutoSize, the PictureBox control is automatically resized to fit the image that will be displayed.
(True/False)
4.8/5
(30)
Showing 61 - 80 of 131
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)