Question
a.
Integer
b.
Boolean
c.
String
d.
Float
Posted under Visual Basic
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. The Like operator returns _______________ value.
Similar Questions
Discover Related MCQs
Q. Which of the following expressions evaluates to True when the strPart variable contains the string “123X45”?
View solution
Q. You use ______________ to include one or more menus on a Windows form.
View solution
Q. The list of items displayed by menu title are known as ________________
View solution
Q. Each of the options on the submenu are referred to as ________
View solution
Q. ______________ is used to visually group together related items on a menu or submenu.
View solution
Q. Each menu element is considered as _______________
View solution
Q. The programmer use ______________ property to refer to menu element in code.
View solution
Q. The ____________ indicates the purpose of the menu element.
View solution
Q. ________________ capitalization is used for menu item captions.
View solution
Q. Each menu title should have an unique ______________
View solution
Q. Each menu item should have an _______________ that is unique within its menu.
View solution
Q. A simple variable, also called as a ________ variable, is one that is unrelated to any other variable in memory.
View solution
Q. When you group together related variables, the group is referred to as _________
View solution
Q. Using array in a program is efficient because ________
View solution
Q. Data in an array can be distinguished using _______ number.
View solution
Q. If array is of String type all values are _________ by default.
View solution
Q. The act of initializing array is also called as _______
View solution
Q. The _________ method returns an integer that represents the highest subscript in the specified dimension in the array.
View solution
Q. Which of the following declares a five-element one-dimensional array?
View solution
Q. The intSales array is declared as follows:
Dim intSales() As Integer = {10000, 12000, 900, 500, 20000}.
The statement intSales(3) = intSales(3) + 10 will
View solution
Suggested Topics
Are you eager to expand your knowledge beyond Visual Basic? We've curated a selection of related categories that you might find intriguing.
Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!