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