Test 1

Test 1

University

5 Qs

quiz-placeholder

Similar activities

DotNet

DotNet

University

10 Qs

CSC126 Quick Exercise 1-1

CSC126 Quick Exercise 1-1

University

10 Qs

CD-2S5-23-5-22 WS21-22

CD-2S5-23-5-22 WS21-22

University

10 Qs

Understanding Pseudocode Basics

Understanding Pseudocode Basics

6th Grade - University

10 Qs

Quiz 1

Quiz 1

University

10 Qs

.Net Framework Basics

.Net Framework Basics

University

10 Qs

OOPJ #1

OOPJ #1

University

10 Qs

Quiz 1

Quiz 1

University

5 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