Exam 1: Introduction to Computing and Programming
Exam 1: Introduction to Computing and Programming75 Questions
Exam 2: Data Types and Expressions75 Questions
Exam 3: Methods and Behaviors75 Questions
Exam 4: Creating Your Own Classes75 Questions
Exam 5: Making Decisions75 Questions
Exam 6: Repeating Instructions75 Questions
Exam 7: Arrays75 Questions
Exam 8: Advanced Collections74 Questions
Exam 9: Introduction to Windows Programming75 Questions
Exam 10: Programming Based on Events75 Questions
Exam 11: Advanced Object-Oriented Programming Features75 Questions
Exam 12: Debugging and Handling Exceptions75 Questions
Exam 13: Working With Files75 Questions
Exam 14: Working With Databases75 Questions
Exam 15: Web-Based Applications73 Questions
Select questions type
The Visual Studio IDE is an interactive environment that enables you to type the source code, compile, and execute without leaving the IDE program.
(True/False)
4.8/5
(45)
Procedural and object-oriented are the two commonly used design methods.
(True/False)
4.8/5
(33)
The Framework Class Library (FCL) includes a number of different __________.
(Short Answer)
4.8/5
(46)
Run-time errors are more difficult to find than syntax errors because ____ .
(Multiple Choice)
4.8/5
(41)
Since C# is an object-oriented language, everything is designed around a class.
(True/False)
4.9/5
(32)
When you use the ____________ approach to solving a problem, you break the problem into subtasks.
(Short Answer)
4.9/5
(39)
Several third-party vendors are also marketing .NET-compliant languages.
(True/False)
4.8/5
(32)
Problem specifications often include the desired output of the program in terms of what is to be displayed, saved, or printed.
(True/False)
4.7/5
(31)
As far as the compiler is concerned, you could actually type the entire program without touching the Enter key.
(True/False)
4.8/5
(35)
At the beginning of a program, comments are often written to identify how many pages are included in the program listing.
(True/False)
4.8/5
(43)
A(n) ___________ is a collection of one or more statements combined to perform an action.
(Short Answer)
4.8/5
(26)
In C#, it is tradition to name the file containing the class the same name as the class name, except the file name will have a .c# extension affixed to the end of the name.
(True/False)
4.8/5
(29)
Packaging data characteristics and behaviors into a class is called ____.
(Multiple Choice)
4.9/5
(35)
Showing 41 - 60 of 75
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)