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 a method executes, the statements in the method execute in the order that they appear, from the beginning of the method to the end of the method.
(True/False)
4.9/5
(37)
To delete a control, select it on the form and then press the ____________ key on the keyboard.
(Multiple Choice)
4.8/5
(29)
A Hello World program is a simple program that merely displays the words "Hello World" on the screen.
(True/False)
4.8/5
(39)
Programmers sometimes say that literals are values that are soft coded into a program because the value of a literal can be changed while the program is running.
(True/False)
4.8/5
(34)
C# code is primarily organized in three ways: namespaces, classes, and methods.
(True/False)
4.7/5
(35)
Each form and control in an application's GUI must have a name that identifies it.
(True/False)
4.8/5
(32)
The only way to run a program in Visual Studio is by clicking the Start Debugging button on the toolbar.
(True/False)
4.9/5
(42)
Assuming an application has a PictureBox control named profilePictureBox, which one of the following assignment statements will hide the PictureBox at run time?
(Multiple Choice)
4.8/5
(28)
A control's name should never be changed to something other than the default name that Visual Studio gives it.
(True/False)
4.8/5
(31)
When a string is written into a program's code, it is called a(n) ____________.
(Multiple Choice)
4.9/5
(39)
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.7/5
(30)
Which one of the following Button control names is not a legal C# identifier?
(Multiple Choice)
4.9/5
(41)
During design time, you can interact with the running application, but you cannot use the Designer, the Toolbox, the Properties window, the code editor, or parts of Visual Studio to make changes to it.
(True/False)
4.7/5
(33)
Button controls have a ____________ property, which holds the text that is displayed on the face of the button.
(Multiple Choice)
4.8/5
(37)
A Label control's BorderStyle property is set to FixedSingle by default.
(Not Answered)
This question doesn't have any answer yet
The time during which an application is executing is referred to as ____________.
(Multiple Choice)
5.0/5
(39)
In C#, there are three types of comments: line comments, block comments, and documentation comments.
(True/False)
4.7/5
(45)
Showing 81 - 100 of 131
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)