Detailed SolutionThe function of . . . . . . . . is to give a pop-up message to the user.
Visual basic
msgbox()
inputbox()
print
nested
Answer is Wrong!
Answer is Right!
32. . . . . . . . . method is used to remove space from beginning and end of a string.
Trim
Remove
Truncate
DeleteSpace
Answer is Wrong!
Answer is Right!
Detailed Solution. . . . . . . . method is used to remove space from beginning and end of a string.
33. The range of Integer data type is . . . . . . . . to . . . . . . . .
-2,147,483,648 to 2,147,483,647
-9,223,372,036,854,775,808 to 9,223,372,036,854,775,807
+/-4.94065645841247 Ã 10-324 to +/-1.79769313486231 Ã 10308
-32,768 to 32,767
Answer is Wrong!
Answer is Right!
Detailed SolutionThe range of Integer data type is . . . . . . . . to . . . . . . . .
34. What happens when both the minimize box and maximize box property are set to false?
Both are disabled
This situation shows an exception
This situation shows an error
Both are removed from the title bar
Answer is Wrong!
Answer is Right!
Detailed SolutionWhat happens when both the minimize box and maximize box property are set to false?
35. What happens when a control is deleted from a form?
Does not delete the control's code
Does delete the control's code
Control is deleted in total
Control is not deleted, it can be brought back
Answer is Wrong!
Answer is Right!
Detailed SolutionWhat happens when a control is deleted from a form?
36. . . . . . . . . the documentation refers to putting the documentation in a safe place.
Debugging
Testing
Assembling
Printing
Answer is Wrong!
Answer is Right!
37. What will contain in txtFirst after the following Visual Basic code is executed? strName = “Penny Swanson” txtFirst.Text = strName.Remove(5)
Penny
Swanson
Penny S
y Swanson
Answer is Wrong!
Answer is Right!
38. Variables declared in a form’s declaration section have . . . . . . . . scope.
Class
Procedure
Block
Object
Answer is Wrong!
Answer is Right!
Detailed SolutionVariables declared in a form’s declaration section have . . . . . . . . scope.
39. While printing, the . . . . . . . . need to be active.
Form
Application
Code editor window
Timer
Answer is Wrong!
Answer is Right!
Detailed SolutionWhile printing, the . . . . . . . . need to be active.
40. A variable can store . . . . . . . . value at a time.
Only one
More than one
Only two
More than two
Answer is Wrong!
Answer is Right!
Detailed SolutionA variable can store . . . . . . . . value at a time.