MCQs on VB.NET
MCQs on VB.NET
Subject: Front End Design Tool VB.Net (IP University BCA 3rd Sem)
Q1: VB.NET supports inheritance
(a) True
(b) False
Q2: The .NET framework consist of
(a) ADO.net
(b) XML
(c) Threading
(d) All of above
Q3: JIT compilers convert MSIL into
(a) byte code
(b) native code
(b) hexa code
(d) high level c++ language
Q4: VB.net supports
(a) VarPtr
(b) StrPtr
(c) ObjPtr
(d) none of these
Q5: In VB.net value of ‘TRUE’ is equivalent to
(a) 0
(b) -1
(c) 1
(d) none of these
Q6: Which of the following types of System namespace of .NET framework are supported by VB.NET:
(a) System.Byte
(b) System.sByte
(c) Both (a) and (b)
(d) none of these
Q7: Which of the following is not part of Common Language Runtime of .Net application
(a) Threading
(b) Common Type System
(c) Garbage Collection
(d) JIT compiler
Answer:
1: (a) True
2: (d) All of above
3: (c) native code
4: (d) none of these
5: (c) 1
6: (a) System.Byte
7: (a) Thread