Exam 1: .NET Framework and C Programming

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

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:
Verified

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:
Verified

A

Which of the following define the rules for .Net Languages?

Free
(Multiple Choice)
4.8/5
(35)
Correct Answer:
Verified

B

________causes the loop to continue with the next iteration after skipping any statements in between.

(Multiple Choice)
4.8/5
(32)

Arrays in C# are ______ objects

(Multiple Choice)
5.0/5
(36)

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)

How many types of compilers availbale under CLR?

(Multiple Choice)
4.8/5
(32)

The character pair?: is an________________available in C#.

(Multiple Choice)
4.9/5
(33)

Code that targets the Common Language Runtime is known as

(Multiple Choice)
4.8/5
(37)

Which of the following statements correctly define .NET Framework?

(Multiple Choice)
4.8/5
(39)

_________ are reserved, and cannot be used as identifiers.

(Multiple Choice)
4.8/5
(31)

___________ 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)

In C#, a subroutine is called a ________.

(Multiple Choice)
4.9/5
(37)

A _______ is an identifier that denotes a storage location

(Multiple Choice)
4.9/5
(25)

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
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)