Detailed SolutionA . . . . . . . . displays a list of choices.
Visual basic
List box
Display box
Choice box
Check box
Answer is Wrong!
Answer is Right!
42. When a value is converted from one data type to another and can store numbers with less precision, the value is said to be . . . . . . . .
Demoted
Promoted
Exported
Converted
Answer is Wrong!
Answer is Right!
43. The code in an application can be broken into logical component by . . . . . . . . process
modular
procedural
partitioning
none of these
Answer is Wrong!
Answer is Right!
44. What does the Start Position Property determine?
initial position on the screen
starting position on the screen
top left corner of the screen
middle of the screen
Answer is Wrong!
Answer is Right!
Detailed SolutionWhat does the Start Position Property determine?
45. . . . . . . . . capitalization is used for menu item captions.
Book title
Sentence
Line
Title
Answer is Wrong!
Answer is Right!
Detailed Solution. . . . . . . . capitalization is used for menu item captions.
46. . . . . . . . . button is used to select a control from the form.
Exit button
Select button
Edit button
Delete button
Answer is Wrong!
Answer is Right!
Detailed Solution. . . . . . . . button is used to select a control from the form.
47. . . . . . . . . returns a value after performing its specific task.
Function Procedure
Sub procedure
Sub block
Structure
Answer is Wrong!
Answer is Right!
Detailed Solution. . . . . . . . returns a value after performing its specific task.
48. ‘e’ parameter’s . . . . . . . . property is used to cancel the key if not accepted in the text area.
Remove
RemoveChar
Handled
handled
Answer is Wrong!
Answer is Right!
49. To include a percentage in arithmetic operators we use . . . . . . . .
Decimal equivalent
Percentage symbol
We cannot use percentage
Division
Answer is Wrong!
Answer is Right!
Detailed SolutionTo include a percentage in arithmetic operators we use . . . . . . . .
50. It is disadvantageous to use public variables in classes because . . . . . . . .
Its values cannot be initialized
It results in compilation error
It cannot be accessed by other variables
It cannot control its values
Answer is Wrong!
Answer is Right!
Detailed SolutionIt is disadvantageous to use public variables in classes because . . . . . . . .