P2Pprogrammer 2 programmer

Home > Download > SMU - Question Paper > BCA > BC0053

VB.Net & XML


This is the collection of Sikkim Manipal University (SMU) question and answers for VB.Net & XML. It will help to prepare your examination. All question paper are classified as per semester, subject code and question type of Part A, Part B and Part C with multiple choice options as same as actual examination. SMU question papers includes year 2025, 2024, 2023 Sem I, II, III, IV, V, VI examinations of all subjects.

SMU question test set of old, last and previous year are updated regularly and it is absolutely free to use. Question paper includes Visual basic 6, VB.Net, C#, ASP.Net, Web, Oracle, Database, SQL, Software Engineering, C, C++, OOPS, MBA, MCA, BSC IT I have requested you kindly send me the question paper of VB.Net & XML, SMU - Bachelor of Computer Application.

Course Name        BCA (Bachelor of Computer Application)

Subject Code       BC0053 (VB.Net & XML)

Get Questions        PART - A    PART - B    PART - C

Subject : VB.Net & XML

     BC0053 : PART - C    


Q. 1What is the output of the given code
ReDim dArray (1 to 10) as integer
Dim K as integer
For K=1 to 10
dArray(K) = K
Print dArray(K)
Next
ReDim PRESERVE dArray(1 to 5) as integer
For K=1 to 5
Print dArray(K)
Next
 A)output will be number from 1 to 10
 B)output will be numbers from 1 to 5
 C)output will be numbers from 1 to 9
 D)No output error in the code
   
Q. 2XML can be used to mark up
1) An object with data and methods
2) An ordinary document
3) A structured record
4) Standard schema entities and types
5) All links between information and people on
the web
6) Graphical presentation
 A)2), 3), 4), 5), 6)
 B)1), 2), 4), 5), 6), 7)
 C)1), 2), 3), 4), 5), 7)
 D)All the above
   
Q. 3Identify the XML. Editors
1) XML Pro
2) Jumbo 2
3) XMEtal 1
4) CLIP
5) Homesite 4
6) Amaya 3.11
7) Visual XML
 A)1), 3), 4), 5), 7)
 B)1), 2), 4), 5), 6)
 C)1), 3), 4), 5), 6), 7)
 D)1), 2), 3), 4), 6), 7)
   
Q. 4In the given expression,
Search Str = “XXpXXpXXpXXp”
Search Char = “P”
My Pos = Instr (4, Search Str, Search Char, 1)
My Pos = Instr (1, Search Str, Search Char, 0)
My Pos = Instr (1, Search Str, Search Char)
My Pos = Instr (1, Sea
 A)6, 9, 9, 0
 B)5, 0, 9, Null
 C)6, 0, 0, 0
 D)5, 9, 9, Null
   
Q. 5Which of the following function is used
Hypotenuse of a Right angle triangle.
i. Function(A,B)
Hypotenuse=Sqr(A*2+B*2)
End Function
ii. Funtion(A,B)
Hypotenuse=Sqr(A^2+B^2)
End Function
iii. Function(A,B)
Hypotenuse=Sqr
 A)i, ii
 B)ii, iii
 C)B) iv
 D)ii
   
Click here to get VB.Net & XML (BC0053) New Question


Home > Download > SMU - Question Paper > BCA > BC0053