Enter your search terms
Submit search form
Web
examineonline.googlepages.com
Online Exam
>>
Programming
>>
VB.NET
>>
Test 1
Menu
Programming
COMPTIA
GMAT
English
IQ
DataBase
OS
MCSE
CISCO
Finance
Management
Health
Soft Skills
Web Building
Multimedia
Test 1
1 . Can you create Command Line applications using VB.Net ?
A.
Yes
B.
No
2 . You can create COM Dll's using VB.NET
A.
Yes
B.
No
3 . Applications for Smart Phone and other handheld devices can be written using:
A.
.NET Smartclient Framwork
B.
.NET Small Framework
C.
.NET Compact Framework
4 . Which part of the .NET Framework provides Context for managed code?
A.
CLR
B.
.NET Context Manager
C.
CTS
5 . JIT (in .NET ) stands for:
A.
Just in Time
B.
Job in Transit
C.
Java Intermediate Translation
6 . The Visual Basic Compiler is:
A.
vbcompiler.exe
B.
vb.exe
C.
vbc.exe
7 . The vbc.exe compiler generates:
A.
IL Code
B.
Native code
C.
Byte Code
8 . Every .NET compliant compiler generates IL:
A.
True
B.
False
9 . The ildasm.exe is a tool to
A.
Generate Assembly language code from IL
B.
to display the contents of a .NET program file
C.
to view the IL within individual functions
10 . which program will you use to assemble a program written in IL:
A.
ilasm
B.
ildasm
C.
clr
11 . A 'for' loop will run faster in VB.NET or C#?
A.
VB.NET
B.
C#
C.
Both of them will run equally fast.
12 . Can you have optional parameters in VB.NET code?
A.
No
B.
Yes
13 . What's the difference between a class field property?
A.
A field always has Get and Set Methods
B.
A property always has Get and Set Methods
C.
None of the above
14 . Classes from which namespace will have to be used to read or write to a file?
A.
System.IO
B.
System.FileObjects
C.
System.FileSystem
15 . The metadata stored in the assembly is called :
A.
AssemblyInfo
B.
Manifest
C.
AssemblyData
16 . Which of the folloing kind of collections are supported by VB.NET?
A.
ArrayList
B.
HashTable
C.
DynamicArray
17 . A 'Stack' Collection provides 'first-in-first-out' functionality:
A.
True
B.
False
18 . A 'Queue' Collection provides 'first-in-first-out' functionality:
A.
True
B.
False
19 . My.Application.Log.WriteEntry , by default , writes to the file:
A.
Assemblyname.log
B.
Applog.Log
C.
Application.Log
20 . To determine the folder in which your application is placed you can use:
A.
My.Computer.CurrentFolder
B.
My.Application.CurrentFolder
C.
My.System.CurrentFolder
21 . To ping network addresses, you can use:
A.
My.Computer.Network.Ping("hostname")
B.
My.Computer.Ping("hostname")
C.
My.Network.Ping("hostname")
22 . The keyword to use while overloading operators is:
A.
Operator
B.
Overload
C.
Overloads
23 . To find out the role of the logged in user, you'll use:
A.
User.IsInRole("Administrators")
B.
User.Role("Administrators")
C.
UserRole("Administrators")
24 . Which namespace Provides access to the database classes:
A.
System.Database
B.
System.DataAdapter
C.
System.Data
25 . A DataSet can hold any number of tables
A.
True
B.
False
26 . Select the keyword used to refer the name space in our code in VB.Net
A.
Using
B.
Package
C.
Imports
D.
None of the above
27 . How does VB.NET instantiates the .NET object ?
A.
Using NEW keyword
B.
Using CREATEOBJECT keyword
C.
Using GETOBJECT keyword
D.
Both A & B
28 . How do you Dereference an Object in VB.NET ?
A.
By setting the object to Null
B.
By setting the object to Nothing
C.
With Close keyword
D.
None of the above
29 . How do you Create Constructors in VB.NET ?
A.
Create a method and name it with the same name as class name
B.
Create a method and which is named as New
C.
Create a method and which is named as Initialize
30 . How do you enable Strict Type Checking in VB.NET ?
A.
With OPTION EXPICIT Keyword
B.
With OPTION STRICT ON keyword
C.
With OPTION STRICT OFF keyword
Test Name :
Test 1
Category :
VB.NET
Number of Question :
30
Pass Score :
80
Test Result
Your Score :
Passing Score :
80
Result :
Copyright by
VanTuMinh
© 2007