wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Advanced Technology

Total questions: 20

Worksheet time: 7mins

Name
Class
Date
1.

First version of .Net was released in the year?

a)

2000

b)

2001

c)

2002

d)

2003

2.

The framework supports various programming languages

a)

VB.Net

b)

C#

c)

Java#

d)

All of the above

3.

Full form of COM

(a)  

4.

Microsoft Intermediate Language is also termed as

a)

IL

b)

MSIL

c)

MIL

d)

CIL

5.

Which of the followings are the types of JIT?

a)

Pre-JIT

b)

Econo-JIT

c)

Normal-JIT

d)

All of the above

6.

CLR’s JIT (just in time) complier converts CIL into code native to the operating system at.........

a)

Compile Time

b)

Run Time

7.

It has the specification that defines the rules of language integration.

a)

CTS

b)

CLR

c)

CLS

d)

None of the above

8.

CTS defines

a)

specifies rules for the datatype in objects

b)

the rule that the language must follow

c)

an object oriented model that supports the complete implementation of language

d)

all of the above

9.

.Net metadata contains complete description of method

a)

Namespaces

b)

Classes

c)

Assemblies

10.

Which of the following Namespace is used for Data Connectivity?

a)

. System.IO

b)

System.Data

c)

System.data.sqlClient

d)

System.data.connect

11.

Assemblies are physical files that contain (a)   code

12.

ADO.Net supports

a)

Connected Access

b)

Disconnected Access

c)

XML Integration

d)

All of the above

13.

Any language that is written in .NET Framework is

a)

Managed Code

b)

Unmanaged Code

c)

Both

d)

None of the above

14.

RCW stands for (a)  

15.

In second time compilation which code is generated

a)

Managed

b)

Unmanaged

c)

Both

16.

The disadvantage of .Net is..

a)

language independence

b)

security

c)

interoperatability

d)

high resources

17.

An assembly cannot contain multiple namespaces.

a)

true

b)

false

18.

.Net Technology helps in

a)

interprocess communication

b)

intersite communicatio

c)

intermodule communication

19.

................. compiles only that part of code when called and place in cache memory.

a)

Pre-JIT

b)

Econo-JIT

c)

Normal-JIT

20.

The default input in .Net framework is a ........................... type

a)

Integer

b)

string

c)

float

d)

boolean