Detailed SolutionThe . . . . . . . . operator returns the remainder of the division.
Visual basic
Addition
Modulus
Subtraction
Integer division
Answer is Wrong!
Answer is Right!
2. Which of the following is false?
A function can return one or more values to the statement that invoked it
A procedure can accept one or more items of data passed to it
The parameter List in a procedure header is optional
At times, a memory location inside the computer's internal memory may have more than one name
Answer is Wrong!
Answer is Right!
3. A . . . . . . . . is defined as a zero or more characters enclosed in quotation marks.
String
Number
Floating point integer
Integer
Answer is Wrong!
Answer is Right!
4. The size property contains two numbers separated by comma, and a space. These numbers are . . . . . . . .
width in pixel, height in pixel
height in pixel, width in pixel
height in cm, width in cm
width in cm, height in cm
Answer is Wrong!
Answer is Right!
5. The . . . . . . . . instruction tells the computer to close the current form.
Me.Close()
Close()
This.Close()
Close.this()
Answer is Wrong!
Answer is Right!
Detailed SolutionThe . . . . . . . . instruction tells the computer to close the current form.
6. . . . . . . . . is used to converting a string to uppercase.
toUpper
toLower
toUpperCase
toLowerCase
Answer is Wrong!
Answer is Right!
Detailed Solution. . . . . . . . is used to converting a string to uppercase.
7. . . . . . . . . array size can be changed at run time .
dynamic
fixed
single dimension
double dimension
Answer is Wrong!
Answer is Right!
Detailed Solution. . . . . . . . array size can be changed at run time .
8. The long form of MDI is. . . . . . . ..
multiple document interface
single document interface
single data interface
system document interface
Answer is Wrong!
Answer is Right!
9. . . . . . . . . method is used to remove specified number of characters located anywhere in the String.
Trim
Remove
Truncate
DeleteSpace
Answer is Wrong!
Answer is Right!
10. A . . . . . . . . is a file that contains program instructions called code.
Source file
Object file
Executable file
Program file
Answer is Wrong!
Answer is Right!
Detailed SolutionA . . . . . . . . is a file that contains program instructions called code.