Test 1

Test 1

University

5 Qs

quiz-placeholder

Similar activities

OOPJ #1

OOPJ #1

University

10 Qs

C program quiz 1

C program quiz 1

University

10 Qs

ASP.NET

ASP.NET

University

7 Qs

Java Basics 1

Java Basics 1

University

10 Qs

CSC126 Quick Exercise 1-1

CSC126 Quick Exercise 1-1

University

10 Qs

PF101 - Pretest 1

PF101 - Pretest 1

University

10 Qs

C# Basics

C# Basics

12th Grade - Professional Development

10 Qs

C# mcqs-Unit I

C# mcqs-Unit I

University

10 Qs

Test 1

Test 1

Assessment

Quiz

Computers

University

Hard

Created by

Fikadu Wayesa

Used 2+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1.      … is a code that consists of CPU and platform-independent set of instructions, which can be easily converted to native code.

JIT

FCL

DLL

MSIL

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

2.     … describes how types are declared, used, and managed in the runtime.

A.    Common Language Specifications (CLS)

   B. Common Language Runtime (CLR)

C. Common Type System (CTS)

D. Framework Class Library (FCL)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

3.     What is the purpose of the Common Language Runtime (CLR) in .NET?

To convert code to native code

To manage memory and resources

To define common data types

To handle user interface components

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

4.     Which component of .NET provides a library of reusable types and functionality?

Common Language Runtime (CLR)

Common Type System (CTS)

Framework Class Library (FCL)

Common Language Specifications (CLS)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

5.     What is the role of Just-In-Time (JIT) compilation in .NET?

To interpret code during runtime

To optimize code for performance

To convert code to intermediate language

To manage memory allocation