Font size
WorksheetsAdvanced Technology
Total questions: 20
Worksheet time: 7mins
First version of .Net was released in the year?
2000
2001
2002
2003
The framework supports various programming languages
VB.Net
C#
Java#
All of the above
Full form of COM
(a)
Microsoft Intermediate Language is also termed as
IL
MSIL
MIL
CIL
Which of the followings are the types of JIT?
Pre-JIT
Econo-JIT
Normal-JIT
All of the above
CLR’s JIT (just in time) complier converts CIL into code native to the operating system at.........
Compile Time
Run Time
It has the specification that defines the rules of language integration.
CTS
CLR
CLS
None of the above
CTS defines
specifies rules for the datatype in objects
the rule that the language must follow
an object oriented model that supports the complete implementation of language
all of the above
.Net metadata contains complete description of method
Namespaces
Classes
Assemblies
Which of the following Namespace is used for Data Connectivity?
. System.IO
System.Data
System.data.sqlClient
System.data.connect
Assemblies are physical files that contain (a) code
ADO.Net supports
Connected Access
Disconnected Access
XML Integration
All of the above
Any language that is written in .NET Framework is
Managed Code
Unmanaged Code
Both
None of the above
RCW stands for (a)
In second time compilation which code is generated
Managed
Unmanaged
Both
The disadvantage of .Net is..
language independence
security
interoperatability
high resources
An assembly cannot contain multiple namespaces.
true
false
.Net Technology helps in
interprocess communication
intersite communicatio
intermodule communication
................. compiles only that part of code when called and place in cache memory.
Pre-JIT
Econo-JIT
Normal-JIT
The default input in .Net framework is a ........................... type
Integer
string
float
boolean
