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 appearance and other characteristics of a GUI object are determined by the object's properties.
Free
(True/False)
4.9/5
(34)
Correct Answer:
True
You cannot click and drag controls from the Toolbox onto the form.
Free
(True/False)
4.9/5
(36)
Correct Answer:
False
You can detach the code editor and move it to another part of the screen.
Free
(True/False)
4.9/5
(45)
Correct Answer:
True
When you want to display text on a form, you use a ____________.
(Multiple Choice)
4.8/5
(36)
A(n) ____________ is a group of one or more programming statements that performs some operation.
(Multiple Choice)
4.8/5
(47)
Selecting the ____________ button in the Properties window causes the properties to be displayed in groups.
(Multiple Choice)
4.7/5
(30)
In the Designer, the PictureBox tool is located in the CommonControls group of the Toolbox.
(True/False)
4.8/5
(39)
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.7/5
(38)
The ____________ property can be used to change the form's width and height in pixels.
(Multiple Choice)
4.8/5
(32)
The ____________ property determines the text that is displayed in the form's title bar.
(Multiple Choice)
4.8/5
(40)
____________ is a term that refers to an image's width to height ratio.
(Multiple Choice)
4.8/5
(37)
Ending a programming statement with a semicolon is not required in C#.
(True/False)
4.8/5
(39)
When a(n) ____________ appears around an object in the Designer, it indicates that the object is selected and is ready for editing.
(Multiple Choice)
4.8/5
(33)
The indentation of statements inside methods, classes, and namespaces is a convention that virtually all programmers follow.
(True/False)
4.8/5
(38)
To close an application's form in code, you use the statement ____________.
(Multiple Choice)
4.9/5
(38)
A control's ____________ property identifies the control in the application's code and in the Visual Studio environment.
(Multiple Choice)
4.8/5
(41)
____________ are used by professional programmers to embed extensive documentation in a program' source code.
(Multiple Choice)
4.9/5
(36)
Which of the following statements would display the number 25 in a Label control named ouputLabel?
(Multiple Choice)
4.7/5
(39)
To change the BorderStyle property of a Label control in the Designer, select it in the Properties window and then click the down-arrow button that appears next to the value.
(True/False)
4.8/5
(38)
If you wish to create a Click event handler for a control in Visual Studio, it is not necessary to double-click the control in the Designer first.
(True/False)
4.8/5
(41)
Showing 1 - 20 of 131
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)