Exam 1: .NET Framework and C Programming
Exam 1: .NET Framework and C Programming39 Questions
Exam 2: C Programming: Data Types, Constructors, Inheritance, and Exception Handling40 Questions
Exam 3: C Programming: Collections, Delegates, and Object-Oriented Concepts39 Questions
Exam 4: C Programming: Database and ADO.NET38 Questions
Select questions type
Which of the following are parts of the .NET Framework?1. The Common Language Runtime (CLR)2. The Framework Class Libraries (FCL)3. Microsoft Published Web Services4. Applications deployed on IIS5. Mobile Applications
Free
(Multiple Choice)
5.0/5
(32)
Correct Answer:
B
Which of the following components of the .NET framework provide an extensible set of classes that can be used by any .NET compliant programming language?
Free
(Multiple Choice)
4.8/5
(45)
Correct Answer:
A
Which of the following define the rules for .Net Languages?
Free
(Multiple Choice)
4.8/5
(35)
Correct Answer:
B
________causes the loop to continue with the next iteration after skipping any statements in between.
(Multiple Choice)
4.8/5
(32)
Which of the following are NOT true about .NET Framework?1. It provides a consistent object-oriented programming environment whether object code is stored and executed locally, executed locally but Internet-distributed, or executed remotely.2. It provides a code-execution environment that minimizes software deployment and versioning conflicts.3. It provides a code-execution environment that promotes safe execution of code, including code created by an unknown or semi-trusted third party.4. It provides different programming models for Windows-based applications and Web-based applications.5. It provides an event driven programming model for building Windows Device Drivers.
(Multiple Choice)
4.9/5
(44)
Which of the following statements correctly define .NET Framework?
(Multiple Choice)
4.8/5
(39)
___________ namespace is not defined in the .NET class library.
(Multiple Choice)
4.8/5
(33)
Which of the following .NET components can be used to remove unused references from the managed heap?
(Multiple Choice)
5.0/5
(38)
Which of the following statements are TRUE about the .NET CLR?1. It provides a language-neutral development & execution environment.2. It ensures that an application would not be able to access memory that it is not authorized to access.3. It provides services to run "managed" applications.4. The resources are garbage collected.5. It provides services to run "unmanaged" applications.
(Multiple Choice)
4.9/5
(33)
Multidimensional arrays are sometimes called _______ Arrays.
(Multiple Choice)
4.8/5
(34)
Which of the following statements are correct about a .NET Assembly?1. It is the smallest deployable unit.2. Each assembly has only one entry point - Main(), WinMain() or DLLMain().3. An assembly can be a Shared assembly or a Private assembly.4. An assembly can contain only code and data.5. An assembly is always in the form of an EXE file.
(Multiple Choice)
4.8/5
(23)
Which of the following constitutes the .NET Framework?1. ASP.NET Applications2. CLR3. Framework Class Library4. WinForm Applications5. Windows Services
(Multiple Choice)
4.8/5
(39)
An _______ is a symbol that tells the computer to perform certain mathematical or logical manipulations.
(Multiple Choice)
4.9/5
(37)
Showing 1 - 20 of 39
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)