Engineering Questions with Answers - Multiple Choice Questions

MCQs on Starting and Ending an Application

1 - Question

Who displays the list of projects contained in current solution?
a) Solution Explorer Window
b) List Window
c) Project Window
d) Catalogue Window

View Answer

Answer: a
Explanation: The Solution Explorer Window provides you with an organized view of your projects and their files as well as ready access to the commands that pertain to them. A toolbar associated with this window offers commonly used commands for the item you highlight in this list.




2 - Question

Who displays the item contained in each project?
a) Record Window
b) List Window
c) Solution Explorer Window
d) Index Window

View Answer

Answer: c
Explanation: The standard Solution Explorer view presents the active solution as a logical container for one or more projects and the items associated with them. You can open project items for modification and perform other management tasks directly from this view.




3 - Question

By which button you can display the additional items?
a) Display Button
b) Show All Files Button
c) Visible Button
d) Show Button

View Answer

Answer: b
Explanation: Show All Files Button displays the additional items mainly the hidden files. It is the most significant part of the solution explorer.




4 - Question

A ____________ is a file that contains program instructions called code.
a) Source file
b) Object file
c) Executable file
d) Program file

View Answer

Answer: a
Explanation: A Source File is a file that contains program instructions called code. A source file consists of an optional set of option statements, and attributes which are followed by a namespace body.




5 - Question

Which box contains the name of the selected object?
a) Select Box
b) Object Box
c) List Box
d) Display box

View Answer

Answer: b
Explanation: The Object Box contains the name of the selected objects. When you click on the object box the drop-down list will display a list of objects you have inserted into the form.




6 - Question

Which box displays the current values of each of the properties?
a) Settings Box
b) Display Box
c) Object box
d) Value Box

View Answer

Answer: a
Explanation: The Settings Box contains the current values of each of the properties. It helps one to change the settings by modifying the current value. After modifying the new value which becomes the current value is in the Settings box.




7 - Question

Which button is used to display the names in the property list by category?
a) Categorized button
b) Alphabetical button
c) Lexicographical button
d) Group button

View Answer

Answer: a
Explanation: The Categorized button is used to display the names in the property list by category. When you click the Categorized button, Visual Studio calls the ICategorizeProperties interface on the object that has focus to sort its properties by category. ICategorizeProperties are implemented on the IDispatch object that is presented to the Properties Window.




8 - Question

What are listed in a Properties Window?
a) Attributes
b) Objects
c) Values
d) Items

View Answer
Answer: a
Explanation: Attributes also known as properties are listed in a Properties Window. Attributes are keyword-like tags in which you can specify additional information about entities defined in Visual Basic application. Attributes are saved as assembly’s metadata.

 




9 - Question

Which button is used to save a solution?
a) Save Button
b) Save As Button
c) Save Solution Button
d) Save All Button

View Answer

Answer: d
Explanation: Save All Button is used to save a solution. When the solution is not saved an asterisk (*) appears on the top of the solution. If it is saved the asterisk (*) is no more present.




10 - Question

Which option is used to close the IDE?
a) Close
b) Close Solution
c) Close All
d) Close IDE

View Answer

Answer: a
Explanation: Close is used to close the IDE. Close Solution is required to close the solution. Sometimes it is required to close the IDE and not the solution, then we use Close button.




11 - Question

Which option is used to close the Solution?
a) Close
b) Close Solution
c) Close All
d) Exit

View Answer

Answer: b
Explanation: Close Solution is used to close the solution. When we require to close the whole solution and not the IDE we use Close Solution button.

Get weekly updates about new MCQs and other posts by joining 18000+ community of active learners