P2Pprogrammer 2 programmer

Home > Download > SMU - Question Paper > BSc IT > BT0082

Visual Basic


This is the collection of Sikkim Manipal University (SMU) question and answers for Visual Basic . 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 Visual Basic , SMU - Bachelor of Science in Information Technology.

Course Name        BSc IT (Bachelor of Science in Information Technology)

Subject Code       BT0082 (Visual Basic )

Get Questions        PART - A    PART - B    PART - C

Subject : Visual Basic

     BT0082 : PART - C    


Q. 1In 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. 2Identify the methods that are used to
navigate through the Recordset
1. Record Count
2. Move Previous
3. Update
4. Insert New
5. Delete
6. Move Next
7. Move First
 A)1, 2, 3, 4, 5, 7
 B)2, 3, 4, 5, 6, 7
 C)1, 2, 3, 5, 6, 7
 D)1, 2, 3, 4, 5, 6, 7
   
Q. 3Identify the valid code to create Textl.txt &
store the contents of the string variable MyString
& the contents of the numeric variable MyNum
into the file
 A)FileNum = FreeFile Open “Textl.txt” For Input As FileNum Write #FileNum, MyString, MyNum Close FileNum
 B)FileNum = FreeFile Open “Textl.txt” For Output As FileNum Write #FileNum, Mystring. MyNum Close Mynum
 C)FileNum = FreeFile Open “Textl.txt” for Output As FileNum Write #FileNum, MyString, Mynum Close FileNum
 D)File = FreeFile Open “ Textl.txt” For Input As FileNum Write #FileNum, MyNum Close MyNum
   
Q. 4Match the following error code with their
messages
Set A
1. 59
2. 53
3. 71
4. 75
Set B
a. Path/File access error
b. Path not found
c. Disk not ready
d. File not found
e. Bad record length
 A)1 – e, 2 – d, 3 – b, 4 – a
 B)1 – d, 2 – e, 3 – c, 4 – b
 C)1 – e, 2 – d, 3 – c, 4 – a
 D)1 – d, 2 – e, 3 – b, 4 – a
   
Q. 5 Which of the following statement is true?
i. The User control object file has the extension of
.DLL
ii. The graphical elements on the user control is
stored in the files with Extension .CTX
iii. Visual basic has 3 built in functions t
 A)i, ii, iii
 B)i, ii, iii, iv
 C)iii, v, vi
 D)All of the above are false
   
Click here to get Visual Basic (BT0082 ) New Question


Home > Download > SMU - Question Paper > BSc IT > BT0082