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
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.9/5
(31)
____________ is a term that refers to an image's width to height ratio.
(Multiple Choice)
4.8/5
(33)
The ____________ property allows you to set the font, font style, and size of a control's text.
(Multiple Choice)
4.8/5
(44)
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.9/5
(42)
Single quotation marks can be used in program code to mark the beginning and ending of a string.
(True/False)
4.8/5
(30)
The time during which an application is executing is referred to as ____________.
(Multiple Choice)
4.8/5
(31)
In the design window, you can click and drag a control to a new location when the mouse cursor is positioned inside the control and the mouse cursor becomes a ____________.
(Multiple Choice)
4.8/5
(37)
When selected in the Properties window toolbar, the ____________ button causes the items in the Properties window to be displayed in alphabetical order.
(Multiple Choice)
4.8/5
(32)
When the properties in the Properties window are displayed alphabetically, the (name) property appears at the bottom of the list.
(True/False)
4.8/5
(40)
The Properties window contains a scrollable list of properties, which has two columns: the left column shows each property's name, and the right column shows each property's value.
(True/False)
4.9/5
(46)
____________ are short notes placed in a program's source code, explaining how the program works.
(Multiple Choice)
4.8/5
(41)
Just as a period marks the end of a sentence, a ____________ marks the end of a programming statement in C#.
(Multiple Choice)
4.8/5
(33)
A(n) ____________ appears on one line in a program and begins with two forward slashes (//).
(Multiple Choice)
4.9/5
(42)
The assignment operator assigns the value that appears on its left side to the item that appears on its right side.
(True/False)
4.9/5
(41)
The Label control can be found in the ____________ group of the Toolbox.
(Multiple Choice)
4.8/5
(32)
A(n) ____________ is a sequence of one or more programming statements (code) that performs some operation.
(Multiple Choice)
4.8/5
(37)
The file named ____________ contains code associated with a form named Form1.
(Multiple Choice)
4.9/5
(38)
The ____________ property of a form determines the text that is displayed in a form's title bar.
(Multiple Choice)
4.8/5
(34)
Text displayed on a button should hint at what the button will do when it is clicked.
(True/False)
4.8/5
(40)
Writing comments should be avoided, especially for large and complex programs.
(True/False)
4.9/5
(39)
Showing 81 - 100 of 131
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)