Imp Notes mcq555
Imp Notes mcq555
QUESTION BANK
K1 LEVEL
Multiple Choice Questions
known as ______
4. The use of codes of one language with that of other language application development
is _________
6. The construction of classes and components used by any language is made by _________
11. To declare a variable, use the _____statement followed by the variable's name, the As
12. The data type of the variable is defined by using the ______ clause
a) in b) Where c) as d) is
15. In Select Case _______ Case is used to define codes that executes, if the expression does
17. Which function returns the system's current date and time
a) Date Time Now b) Date Time Today c) Date Time System d) Date Time Current
18. What statement is used to close a loop started with For statement?
19. What statement is used to terminate a Do _______ Loop without evaluating the test
expression?
20. ________ method is create a new String object with the same content
22. The String data type comes from the ________ class
24.The _______ function in String Class will insert a String in a specified index in the String
instance.
25. Which of the following when turned on do not allow to use any variable without proper
declaration?
26. Which of the following methods cane be used to add items to an Array List class?
28.Which of the following does not denote a arithmetic operator allowed in VB.Net?
a) Mod b) / c) * d) ~
29.Which of the following denote the method used for compatible type conversions?
34. Do Loop While Statement executes a set of statements and checks the condition, this is
38.The ___________ statement first executes the statement and then test the condition after
each execution
a) & b) * c) + d) |
44. The compiler that conserves both memory and resources is called _______
d) Memory Complier
known as __________
46. .Net garbage collector removes the lost objects and automatically frees the occupied
memory by _________
47. The compiled assemblies stored in private folder and installed whenever needed is _____
50. The access to the server side resources, data bases are possible through __________
51. The classes and its respective members, methods, properties and feelings are revealed
through _________
54. The conversion of readable data into and readable format is ________
58. Defining of same method for multiple times through different argument list
is ____________
60. The main area of a form where everything takes place is called _________ area
65. The word wrap property helps to add __________ in the text box.
a) Rich Text Font b) Right Text Font c) Rich Text Format d) Right Text Format
67. The location property in a form helps to ___________ the place of a tool.
68. __________ helps to display number of items for the users to select from it.
a) Minimum and Maximum Bar b) Right and Left Bar c) Horizontal and Vertical Bar
70. The ___________ view helps to display the files in nodes in hierarchy.
72. The ___________ window helps in changing the features of the form are the tools used in
a form.
73. ____________ property helps to view the tool during the runtime.
75. ___________ control helps in selection of either of the options given and not more than
one.
77. In ___________ interface the objects are referenced, instantiated and their functionality
78. The interface class and the class that implements the interface represent the most loosely
79. ____________ class is a class that cannot be instantiated, but must be inherited from.
80. Using interface inheritance, __________ interfaces can be merged to form a single
82. The 2 types of exception handling models are resumption and ________ model.
83. The ____________ model states that after the code blows up, the things has to be set
normal.
84. The __________ model states that the things cannot be returned to the point in code
realise it.
86. __________ errors occur during execution of the code but may have absolutely nothing to
87. _________ errors are similar to syntax errors because they go unnoticed by a
88. ________ errors are usually custom built by deriving from a base exception class and are
explicitly raised.
89. To catch the exceptions, the code should be enclosed within _________ block.
a) Try ... Catch b) If ... Else c) Switch ... Case d) All of the above
needed.
94. __________ databases are powerful databases that connect tables with specific keys.
95. _________ binding helps to display one data element such as a field's value from a data
table, in a control.
96. _________ binding allows a control to bind to more than one element at the same time.
97. When the user clicks the > arrow, the position is _______ buy a single position property.
98. The Add new method helps to _______ new records to a data set.
100. _______ is that which handles the storage, retrieval and updating of data in a computer
system.
13. d) 14. d) 15. d) 16. d) 17. a) 18. b) 19. d) 20. b) 21. d) 22. a) 23. c) 24. b)
25. b) 26. d) 27. a) 28. d) 29. d) 30. b) 31. a) 32. b) 33. a) 34. a) 35. b) 36. c)
37. a) 38. a) 39. b) 40. b) 41. a) 42. a) 43. a) 44. a) 45. b) 46. c) 47. b) 48. c)
49. b) 50. a) 51. c) 52. b) 53. c) 54. a) 55. b) 56. a) 57. b) 58. c) 59. b) 60. d)
61. a) 62. b) 63. c) 64. d) 65. a) 66. c) 67. b) 68. d) 69. c) 70. b) 71. a) 72. d)
73. d) 74. a) 75. d) 76. b) 77. c) 78. d) 79. a) 80. b) 81. a) 82. c) 83. d) 84. c)
85. b) 86. a) 87. d) 88. b) 89. a) 90. d) 91. b) 92. a) 93. d) 94. c) 95. d) 96. b)
K2 Level Questions
Frameworks are collections of reusable classes that present software designs and codes
that can be recycled for various application domains.
3. Outline on IDE.
4. Define MSIL.
MSIL Stands for Microsoft Intermediate Language. When Visual Basic.Net source
code is compiled, it is changed to an intermediate language that the CLR and other .Net
development environment understand.
5. Recall the term Metadata.
A Set of data that describes and gives information about other data is known as
Metadata.
It is the execution process for the managed code using Just in Time Complier.
The software in the form that can be run in the computer which typically refers to
machine language, which is set of native instructions the computer carries out in hardware.
Just-in-Time Deployment helps to compile the source code just in time and it does not
compiles hole code, only the code that is to be executed is compiled.
Auto hide feature helps to hide away the windows that are not currently in use in
VB.Net.
The Constants are all declared in one place and referred them by name throughout the
code instead of hardwiring numeric values in the code.
Attrlist refers to the list of attributes that apply to the constants that are declared in the
statement.
CChar refers to conversion of the given input into Char Data type.
16. Find the gist of an Array.
Dynamic array or resizable array is a random access, variable size list data structure
that allows elements to be added or removed.
The loop iterates while the condition is true and when the condition is false, program
control passes to the line immediately following the loop.
Desktop location property helps to get or set the location of the form on the windows
desktop.
The Focus object method gives the form the focus on it.
An MDI form also called as an MDI parent form, can display MDI children in it.
Anchor refers to the edges of the form where a control will stay in the same position
as the form is resized.
27. Indicate the syntax to create the Rich Textbox through coding.
Check on Click property is made true to have the default selection of the check box.
The HScroll Bar refers to the horizontal scroll bar which helps in scrolling and
viewing the form contents horizontally.
Polymorphism is the crucial feature of VB.Net which means the ability to take on
different forms.
Encapsulation is the exposure of properties and methods of an object while hiding the
actual implementation from the outside world.
Try
Statement
Catch Except
End Try
41. Identify about Data in VB.Net.
The Complex binding is the process of binding the component with the database.
Multiple values can be displayed from the dataset through complex binding.
The combo box is used to display a drop-down list of various items from a database
content.
The list box displays all the items at once in a text area, whereas the combo box
displays only one item at a time.
K3 Level Questions
19. Schedule the Conversion of Strings to Numbers, Characters and Character Codes.
27. Organising of MDI Child Windows into a VB.Net Windows Application. Explain.
16. Argue on the term Inheritance and establish its uses in .Net.
17. Establish the importance of the Modularity Concept.
21. Break down in detail the Working with ADO.Net Control in VB.Net.
25. Establish the creation of Data Forms with the Data Form Wizards.