0

Visual Studio .net Quiz

Description: Visual Studio .net Quiz
Number of Questions: 10
Created by:
Tags: .net visual-studio
Attempted 0/10 Correct 0 Score 0
  1. tex and lbl

  2. tex and lab

  3. txb and lbl

  4. txb and lab

  5. txt and lab


Correct Option: C

Which task is accomplished in the Code editor?

  1. Adding forms to the project

  2. Adding controls to the form

  3. Adding event procedures to the form

  4. Both a and b.

  5. All of the above.


Correct Option: C

Which is not a feature of a GUI that makes learning a program easy for users?

  1. Online help

  2. WYSIWYG formatting

  3. Dialog boxes

  4. Detailed key strokes and commands

  5. Icons


Correct Option: D

AI Explanation

To answer this question, let's go through each option to understand why it is correct or incorrect:

A. Online help - Online help is a feature of a GUI that provides users with assistance and guidance on how to use the program. It enhances the user's learning experience by providing access to resources such as tutorials, FAQs, and user manuals. This feature makes learning a program easier for users.

B. WYSIWYG formatting - WYSIWYG (What You See Is What You Get) formatting allows users to see the final appearance of their document or design as they create it. This feature makes it easier for users to understand how the program works and enables them to make real-time adjustments. It enhances the user's learning experience.

C. Dialog boxes - Dialog boxes are windows that appear on the screen and prompt the user to enter information, make selections, or perform specific actions. They provide a clear and organized way for users to interact with a program. Dialog boxes make learning a program easier by presenting options and guiding users through different tasks.

D. Detailed key strokes and commands - This option is correct because detailed key strokes and commands are not a feature of a GUI that makes learning a program easy for users. GUIs are designed to provide a visual and intuitive interface, reducing the reliance on complex keyboard shortcuts and commands. Instead, GUIs rely on graphical elements such as icons, menus, and buttons to perform tasks.

E. Icons - Icons are graphical representations that represent specific functions or actions within a program. They provide a visual cue for users to understand the purpose and functionality of different features. Icons make learning a program easier by providing a visual reference and enabling users to quickly identify and access different functions.

The correct answer is D. Detailed key strokes and commands. This option is not a feature of a GUI that makes learning a program easy for users, as GUIs aim to minimize the need for complex keyboard shortcuts and commands by providing a visual and intuitive interface.

  1. properties.

  2. methods.

  3. events.

  4. Both a and b.

  5. All of the above.


Correct Option: E
  1. One object is used to create one class.

  2. One class is used to create one object.

  3. One object can create many classes.

  4. One class can create many objects.

  5. There is no relationship between objects and classes.


Correct Option: D

Which is not true about forms and controls in Visual Basic?

  1. They are pre-built.

  2. They are graphical objects.

  3. New versions of the classes must be created with each project.

  4. Buttons can be created with the drag and drop method.

  5. All of the above are true.


Correct Option: C

Which is an example of Visual Basic Objects?

  1. Control objects

  2. ASP.NET

  3. ADO.NET

  4. Both a and b.

  5. All of the above.


Correct Option: E
  1. contains over 25,000 classes.

  2. uses namespaces to manage all of the classes.

  3. has the System.Form namespace for classes used in Windows-based application.

  4. Both a and b.

  5. All of the above.


Correct Option: D

Which is not a property of the Common control class?

  1. Show

  2. BackColor

  3. Font

  4. ForeColor

  5. Name


Correct Option: A

AI Explanation

To answer this question, we need to understand the properties of the Common control class. Let's go through each option to understand why it is correct or incorrect:

Option A) Show - This option is incorrect because the Show property is a valid property of the Common control class. It is used to determine whether the control is displayed or hidden.

Option B) BackColor - This option is incorrect because the BackColor property is a valid property of the Common control class. It is used to specify the background color of the control.

Option C) Font - This option is incorrect because the Font property is a valid property of the Common control class. It is used to define the font of the control.

Option D) ForeColor - This option is incorrect because the ForeColor property is a valid property of the Common control class. It is used to define the foreground color of the control.

Option E) Name - This option is correct because the Name property is not a property of the Common control class. The Name property is a property of the Control class, which is the base class for the Common control class.

The correct answer is E) Name. This option is correct because the Name property is not a property of the Common control class.

Which property determines whether a control is displayed to the user?

  1. Hide

  2. Show

  3. Visible

  4. Enabled

  5. Cursor


Correct Option: C
- Hide questions