Que.If the properties of the form are not listed alphabetically, click __________ button to make it alphabetical.
|
Lexicographical button |
Alphabetical button |
A-Z button |
Arrange button |
Answer:Alphabetical button
Que.What is a class definition?
|
It defines object |
It defines the appearance and behavior of an object |
It defines namespace |
It is a prototype |
Answer:It defines the appearance and behavior of an object
Que.What does namespace contain?
|
Code that defines a group of related classes |
Code to define hierarchy |
Contains object definition |
Contains class definition |
Answer:Code that defines a group of related classes
Que.Form is called as the __________
|
object |
dot member access operator |
instance of a class |
class |
Answer:dot member access operator
Que.Hungarian notations name are entered using __________
|
camel case |
upper case |
lower case |
both alphabets and numbers |
Que.Where does the form’s Text Property appear?
|
Title bar |
In Text box in the form |
Caption bar |
Text bar |
Que.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:initial position on the screen
Que.The size property contains the size of __________
|
form |
text on the form |
size of any object such as textbox, button, etc on the form |
size of the screen |
Que.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:width in pixel, height in pixel
Que.Which is used to restore a property’s value?
|
Restore button |
Reset button |
Default button |
Back button |