Question Question 1. 1. (TCO 1) A(n) _____ is a container that stores the projects and files for an entire application. (Points : 1) window solution interface package Question 2. 2. (TCO 3) The programming process begins with a meeting between the programmer and the client. Which of the following activities is the last activity in the programming process? (Points : 1) Build the user interface. Code the application. Test and debug. Assemble the documentation. Question 3. 3. (TCO 1) All the objects in an object-oriented program are created (instantiated) from a _____. (Points : 1) project form class property Question 4. 4. (TCO 3) At design time, the programmer can change the form's background color by changing the form's _____ property. (Points : 1) BackGround Color BackColor ForeColor Question 5. 5. (TCO 1) When you click the ellipsis (...) button in the Settings box of the Font property, _____. (Points : 1) a list of font styles appears a color palette appears a dialog box opens the attribute is removed Question 6. 6. (TCO 3) The character used to create an access key by inserting it into a text property is _____. (Points : 1) ~ ^ & + Question 7. 7. (TCO 1) The Toolbox window _____. (Points : 1) displays the names of the projects and files included in a solution displays data connections and servers displays the tools you use when creating your application's interface displays the classes, methods, and properties included in a solution Question 8. 8. (TCO 3) In Windows applications, pressing the _____ and Tab keys simultaneously moves the focus backwards. (Points : 1) Shift Ctrl Alt Ctrl + Shift Question 9. 9. (TCO 1) A label's _____ property determines the value that appears inside the label on a form. (Points : 1) Caption Name Text Values Question 10. 10. (TCO 3) Short, English-like phrases that are written to represent the steps a program must take to solve a particular problem are called _____. (Points : 1) flowcharts pseudocode object code macro code Question 11. 11. (TCO 1) The _____ function key will start a Visual Basic 2012 application in the IDE. (Points : 1) F2 F3 F4 F5 Question 12. 12. (TCO 3) A(n) _____ is a predefined procedure that performs a specific task and then returns a value. (Points : 1) algorithm function Sub procedure class Question 13. 13. (TCO 1) A(n) _____ is a predefined procedure that you can call (or invoke) when needed. (Points : 1) method object class event Question 14. 14. (TCO 3) In the mathematical expression 4 * 3 + 15 / 3 - 6, which operation is performed last? (Points : 1) + - * / Question 15. 15. (TCO 2) Software developers and programmers use _____ to develop the logic of a solution prior to coding the solution. (Points : 1) flowcharts and pseudocode algorithms instructions All of the above Question 16. 16. (TCO 2) The third column in a TOE chart lists _____. (Points : 1) objects to be used in an application- tasks tasks the application must perform events that cause the application to perform tasks errors that may occur when running the application Question 17. 17. (TCO 3) A rectangle on a flowchart represents _____. (Points : 1) an input or output operation the beginning of the application a processing step such as a calculation the end of the application Question 18. 18. TCO 2) In the V-Model of systems development, usability and acceptance testing verifies the correctness of _____. (Points : 1) implementation design analysis unit testing Question 19. 19. (TCO 2) Correcting coding defects found in an application is called _____. (Points : 1) deploying documenting debugging designing Question 20. 20. (TCO 3) The backslash () operator in Visual Basic performs _____. (Points : 1) exponentiation integer division multiplication negation