DotNet |
Level:-Basic
|
Q(1) |
Which language is not a true object-oriented programming language? |
A  | VB.NET |
B  | VB 6.0 |
C  | CPP |
D  | C# |
Q(2) |
A GUI _____. |
A  | uses buttons, menus, and icons. |
B  | should be easy for a user to manipulate. |
C  | stands for Graphic Use Interaction. |
D  | Both A and B |
Level:-Intermediate
|
Q(1) |
Which is true about the name and text property of a control? |
A  | They are the same when the control is first created. |
B  | The text property changes to match any changes in the name property. |
C  | The name property changes to match any changes in the text property. |
D  | They are never the same unless the programmer makes it that way. |
Q(2) |
Which are the standard prefixes for the Button and Combo box controls respectively? |
A  | btn and chb |
B  | btn and cbo |
C  | bto and chb |
D  | bto and cbo |
Level:-Expert
|
Q(1) |
The .Net class library _____. |
A  | contains over 25,000 classes. |
B  | uses namespaces to manage all of the classes. |
C  | Both A and B |
D  | None of the above |
Q(2) |
Which part of a function procedure declaration statement is optional? |
A  | Datatype |
B  | Function |
C  | Parameters |
D  | ProcedureName |