VB.NET BASIC QUIZ

VB.NET BASIC QUIZ

University

50 Qs

quiz-placeholder

Similar activities

PF 101 - Activity 5 (OO Design and Principles

PF 101 - Activity 5 (OO Design and Principles

University

55 Qs

CC102 - Quiz Finals

CC102 - Quiz Finals

University

50 Qs

Activity 3 - CC103

Activity 3 - CC103

University

50 Qs

Examen VB

Examen VB

University

45 Qs

C programming quiz

C programming quiz

University

55 Qs

JAVASCRIPT LONG

JAVASCRIPT LONG

University

55 Qs

VB.Net - OOP

VB.Net - OOP

University

50 Qs

codinggss

codinggss

University

50 Qs

VB.NET BASIC QUIZ

VB.NET BASIC QUIZ

Assessment

Quiz

Computers

University

Medium

Created by

BCA Selvam

Used 1+ times

FREE Resource

50 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the Common Language Runtime (CLR)?

The CLR is a programming language used in .NET development.
The Common Language Runtime (CLR) is the virtual machine component of the .NET framework that manages the execution of .NET programs.
The CLR is a web server component of the .NET framework.
The CLR is a database management system for .NET applications.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is not a .NET base class library namespace?

System.Data
System.Collections
System.IO

System.Audio

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does IL stand for in .NET?

Intermediate Language
Integrated Logic
Internal Language
Interface Layer

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What compiles source code into IL?

CLR

JIT Compiler

.NET Compiler (csc.exe/vbc.exe)

Visual Studio IDE

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which file type is generated after compilation in .NET?

.exe or .dll

.jar

.class

.com

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which tool converts IL to native code at runtime?

Just-In-Time (JIT) compiler
Runtime interpreter
Static code analyzer
Ahead-Of-Time (AOT) compiler

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the role of the Garbage Collector?

The Garbage Collector compiles code for execution.
The Garbage Collector optimizes CPU usage.
The Garbage Collector handles user input and output.

Garbage Collector manage memory by reclaiming unused objects.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?