VB NET set 6

Que: 51. Which language is not a true object-oriented programming language?
a. VB 6
b. VB.NET
c. JAVA
d. C++
Que: 52. A GUI
a. uses buttons, menus, and icons
b. should be easy for a user to manipulate
c. both (a) and (b)
d. stands for Graphic Use Interaction
Que: 53. Visual Studio .NET provides which feature:
a. debugging
b. application deployment
c. syntax checking
d. All of the above
Que: 54. What does IDE stand for?
a. Integrated Design Environment
b. Integrated Development Environment
c. Interior Design Environment
d. Interior Development Environment
Que: 55. Which type of project can a developer choose in the New Project dialog box?
a. Visual Basic Projects
b. Visual C++ Projects
c. Visual C# Projects
d. All of the above
Que: 56. Which is not a main component of the Visual Studio IDE?
a. start menu
b. Tool box
c. designer window
d. Solution Explorer
Que: 57. Which does the solution explorer not display?
a. Form Properties
b. Reference Folder
c. Form File
d. Assemble File
Que: 58. Which is true about the name and text property of a control?
a. The text property changes to match any changes in the name property.
b. They are the same when the control is first created.
c. They are never the same unless the programmer makes it that way.
d. The name property changes to match any changes in the text property.
Que: 59. For which task does the IDE provide multiple ways to accomplish the task?
a. Putting a control on the form
b. Running the program
c. Activating the property window for a control
d. All of the above
Que: 60. Which are the standard prefixes for the Button and Combo box controls respectively?
a. bto and cbo
b. bto and chb
c. btn and cbo
d. btn and chb