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
____________ is the default value of the PictureBox control's SizeMode property.
(Multiple Choice)
4.8/5
(35)
Each opening brace ({) of a code container must have a corresponding closing brace (}) at some later point in the program.
(True/False)
4.9/5
(42)
Programmers refer to the act of executing a method as calling the method.
(True/False)
4.8/5
(38)
Because the Label control's Text property can accept strings only, you cannot display a number in a label.
(True/False)
4.8/5
(40)
The ____________ shows a description of the error, the source code file that contains the error, the line number and column number of the error, and the name of the project.
(Multiple Choice)
4.8/5
(35)
When you use the Properties window to change a control's Visible property at design time, the control will become invisible in the Designer.
(True/False)
4.9/5
(30)
The PictureBox control's ____________ property specifies how the control's image is to be displayed.
(Multiple Choice)
4.8/5
(42)
PictureBox controls have a BorderStyle property, but it does not work like a Label control's BorderStyle property.
(True/False)
4.9/5
(41)
You can use a(n) ____________ control to display a graphic image on a form.
(Multiple Choice)
4.8/5
(30)
By default, a Label control's text is aligned with the top and left edges of the label's bounding box.
(True/False)
4.9/5
(37)
The ____________ property allows you to set the font, font style, and size of the control's text.
(Multiple Choice)
4.8/5
(36)
Label controls have a(n) ____________ property that controls the way they can be resized.
(Multiple Choice)
4.8/5
(40)
If you double-click the error message that is displayed in the Error List window, the code editor will highlight the code that caused the error.
(True/False)
4.8/5
(42)
The ____________ file contains the application's start-up code, which executes when the application runs.
(Multiple Choice)
4.7/5
(36)
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.9/5
(43)
A file that contains program code is called a ____________.
(Multiple Choice)
4.9/5
(37)
Which of the following statements would clear the text that is displayed in a Label control named cityLabel?
(Multiple Choice)
4.9/5
(36)
When a student is learning computer programming, it is traditional to start by learning to write a ____________ program.
(Multiple Choice)
4.8/5
(41)
In programming we use the term ____________ to mean string of characters.
(Multiple Choice)
4.8/5
(35)
A(n) ____________ event occurs on a control when the user clicks the control while the program is running.
(Multiple Choice)
4.8/5
(39)
Showing 21 - 40 of 131
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)