Test 1

Test 1

University

5 Qs

quiz-placeholder

Similar activities

C-Basic

C-Basic

University

10 Qs

Java Control Flow statements

Java Control Flow statements

University

10 Qs

Bulme C# Einführung

Bulme C# Einführung

1st Grade - University

8 Qs

OOPJ #1

OOPJ #1

University

10 Qs

CMP128 Java Ch. 01 Intro PC & Java

CMP128 Java Ch. 01 Intro PC & Java

University

10 Qs

CSC126 Quick Exercise 1-1

CSC126 Quick Exercise 1-1

University

10 Qs

Understanding Pseudocode Basics

Understanding Pseudocode Basics

6th Grade - University

10 Qs

Computer Languages

Computer Languages

KG - 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