Visual Studio Quiz

Description: Visual Studio Quiz
Number of Questions: 10
Created by:
Tags: visual-studio
Attempted 0/10 Correct 0 Score 0

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

  1. VB.NET

  2. VB 6

  3. C++

  4. C#

  5. Java


Correct Option: B

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.


Correct Option: D

Visual Studio .NET provides which feature:

  1. debugging.

  2. application deployment.

  3. syntax checking.

  4. Both a and b.

  5. All of the above.


Correct Option: E

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.


Correct Option: A

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.


Correct Option: E

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


Correct Option: C

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.


Correct Option: A

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.


Correct Option: E
  1. btn and chb

  2. btn and cbo

  3. bto and chb

  4. bto and cbo

  5. cmd and cbo


Correct Option: B

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

  1. rad

  2. rab

  3. rdo

  4. rdb

  5. rbt


Correct Option: A
- Hide questions