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
Buttons are the only controls that can respond to Click events.
(True/False)
4.8/5
(29)
Programmers commonly use ____________ in their code to create a sense of visual organization.
(Multiple Choice)
4.9/5
(35)
When an event handler is generated for a control by Visual Studio, it doesn't do anything until you add your own code.
(True/False)
4.8/5
(25)
In code, you use a(n) ____________ to store a value in a control's property.
(Multiple Choice)
4.9/5
(45)
The standard Windows close button is the only way to close an application you create with Visual Studio.
(True/False)
4.8/5
(38)
The Label control can be found in the ____________ group of the Toolbox.
(Multiple Choice)
4.9/5
(26)
Which one of the following Button control names is a legal C# identifier?
(Multiple Choice)
4.8/5
(37)
In C#, string literals must be enclosed in double quotation marks.
(True/False)
4.9/5
(47)
The series of ____________ directives that appears at the top of a C# source code file indicate which namespaces in the .NET Framework the program will use.
(Multiple Choice)
4.8/5
(31)
Which one of the following is not a valid setting for a Label control's BorderStyle property?
(Multiple Choice)
4.7/5
(37)
The first character of a C# identifier must be one of the letters a through z or A through Z or an underscore character (_).
(True/False)
4.9/5
(43)
Showing 121 - 131 of 131
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)