Visual Studio Quiz
Test your knowledge of Visual Studio IDE features, components, and development practices including project types, solution explorer, and control naming conventions.
Questions
Question 1 Multiple Choice (Single Answer)
Which language is not a true object-oriented programming language?
- VB.NET
- VB 6
- C++
- C#
- Java
Question 2 Multiple Choice (Single Answer)
A GUI:
- uses buttons, menus, and icons.
- should be easy for a user to manipulate.
- stands for Graphic Use Interaction.
- Both a and b.
- All of the above.
Question 3 Multiple Choice (Single Answer)
Visual Studio .NET provides which feature:
- debugging.
- application deployment.
- syntax checking.
- Both a and b.
- All of the above.
Question 4 Multiple Choice (Single Answer)
What does IDE stand for?
- Integrated Development Environment
- Integrated Design Environment
- Interior Development Environment
- Interior Design Environment
- None of the above.
Question 5 Multiple Choice (Single Answer)
Which type of project can a developer choose in the New Project dialog box?
- Visual Basic Projects
- Visual C# Projects
- Visual C++ Projects
- Both a and b.
- All of the above.
Question 6 Multiple Choice (Single Answer)
Which is not a main component of the Visual Studio IDE?
- Solution Explorer
- Tool Box
- Start Menu
- Designer Window
- Properties Window
Question 7 Multiple Choice (Single Answer)
Which does the solution explorer not display?
- Form Properties
- Visual C# Projects
- Form File
- Assemble File
- All are part of the solution explorer.
Question 8 Multiple Choice (Single Answer)
For which task does the IDE provide multiple ways to accomplish the task?
- Putting a control on the form
- Running the program
- Activating the property window for a control
- Both a and b.
- All of the above.
Question 9 Multiple Choice (Single Answer)
Which are the standard prefixes for the Button and Combo box controls respectively?
- btn and chb
- btn and cbo
- bto and chb
- bto and cbo
- cmd and cbo
Question 10 Multiple Choice (Single Answer)
What is the standard prefix for the name of a RadioButton?
- rad
- rab
- rdo
- rdb
- rbt