Visual Studio Quiz

Test your knowledge of Visual Studio IDE features, components, and development practices including project types, solution explorer, and control naming conventions.

10 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Which language is not a true object-oriented programming language?

  1. VB.NET
  2. VB 6
  3. C++
  4. C#
  5. Java
Question 2 Multiple Choice (Single Answer)

A GUI:

  1. uses buttons, menus, and icons.
  2. should be easy for a user to manipulate.
  3. stands for Graphic Use Interaction.
  4. Both a and b.
  5. All of the above.
Question 3 Multiple Choice (Single Answer)

Visual Studio .NET provides which feature:

  1. debugging.
  2. application deployment.
  3. syntax checking.
  4. Both a and b.
  5. All of the above.
Question 4 Multiple Choice (Single Answer)

What does IDE stand for?

  1. Integrated Development Environment
  2. Integrated Design Environment
  3. Interior Development Environment
  4. Interior Design Environment
  5. None of the above.
Question 5 Multiple Choice (Single Answer)

Which type of project can a developer choose in the New Project dialog box?

  1. Visual Basic Projects
  2. Visual C# Projects
  3. Visual C++ Projects
  4. Both a and b.
  5. All of the above.
Question 6 Multiple Choice (Single Answer)

Which is not a main component of the Visual Studio IDE?

  1. Solution Explorer
  2. Tool Box
  3. Start Menu
  4. Designer Window
  5. Properties Window
Question 7 Multiple Choice (Single Answer)

Which does the solution explorer not display?

  1. Form Properties
  2. Visual C# Projects
  3. Form File
  4. Assemble File
  5. 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?

  1. Putting a control on the form
  2. Running the program
  3. Activating the property window for a control
  4. Both a and b.
  5. All of the above.
Question 9 Multiple Choice (Single Answer)

Which are the standard prefixes for the Button and Combo box controls respectively?

  1. btn and chb
  2. btn and cbo
  3. bto and chb
  4. bto and cbo
  5. cmd and cbo
Question 10 Multiple Choice (Single Answer)

What is the standard prefix for the name of a RadioButton?

  1. rad
  2. rab
  3. rdo
  4. rdb
  5. rbt