Engineering Questions with Answers - Multiple Choice Questions
Home » MCQs » Computer Science » MCQs on Starting and Ending an Application
MCQs on Starting and Ending an Application
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.
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.
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.
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.
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.
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.
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.
What are listed in a Properties Window?
a) Attributes
b) Objects
c) Values
d) Items
View Answer
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.
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.
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.
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.