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
The .NET Framework provides a method named MessageBox.Show that you can use in Visual C# to display a message box.
(True/False)
4.8/5
(25)
When typing a statement in code, you can press the Tab key on the keyboard to accept suggestions made by the IntelliSense feature of Visual Studio.
(True/False)
4.9/5
(34)
When you write the values in code, they must be written in all lowercase letters.
(True/False)
4.9/5
(31)
When a PictureBox control's SizeMode property is set to ____________, the image is uniformly resized to fit the PictureBox without losing its original aspect ratio.
(Multiple Choice)
4.9/5
(47)
Label controls have a ____________ property that allows you to display a border around the control's text.
(Multiple Choice)
4.8/5
(35)
When you create Button controls, they are automatically given default names such as button1, button2, and so forth.
(True/False)
4.8/5
(40)
A(n) ____________ can occupy multiple consecutive lines in a program and starts with /* (a forward slash followed by an asterisk) and ends with */ (an asterisk followed by a forward slash).
(Multiple Choice)
4.7/5
(39)
In C# code, ____________ are required to indicate the beginning and the end of a string.
(Multiple Choice)
4.8/5
(31)
Double quotation marks are not required in code to mark the beginning and the end of a string.
(True/False)
4.8/5
(47)
Once you have created a PictureBox control, you use its ____________ property to specify the image that it will display.
(Multiple Choice)
4.9/5
(39)
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.8/5
(41)
If you want to execute a method, you write a statement known as a(n) ____________.
(Multiple Choice)
4.8/5
(40)
To add a control to a form, you simply find it in the Toolbox and then double-click it.
(True/False)
4.7/5
(32)
The text that is displayed on a button should indicate what the button will do when it is clicked.
(True/False)
4.8/5
(27)
____________ allow you to resize a selected object in the Designer by clicking and dragging the mouse when the mouse cursor becomes a two-headed arrow.
(Multiple Choice)
4.8/5
(28)
____________ are short notes that are placed in different parts of a program, explaining how those parts of the program work.
(Multiple Choice)
4.8/5
(37)
A(n) ____________ is a method that executes when a specific event takes place while an application is running.
(Multiple Choice)
4.9/5
(37)
Showing 41 - 60 of 131
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)