22.05.2017 Views

BIS 311 DeVry Week 1 Quiz

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

<strong>BIS</strong> <strong>311</strong> <strong>DeVry</strong> <strong>Week</strong> 1 <strong>Quiz</strong><br />

Downloading is very simple, you can download this Course here:<br />

http://mindsblow.us/question_des/<strong>BIS</strong><strong>311</strong><strong>DeVry</strong><strong>Week</strong>1<strong>Quiz</strong>/4366<br />

Or<br />

Contact us at:<br />

help@mindblows.us<br />

<strong>BIS</strong> <strong>311</strong> <strong>DeVry</strong> <strong>Week</strong> 1 <strong>Quiz</strong><br />

<strong>BIS</strong><strong>311</strong><br />

<strong>BIS</strong> <strong>311</strong> <strong>DeVry</strong> <strong>Week</strong> 1 <strong>Quiz</strong><br />

Question 1. 1. (TCO 1) A(n) _____ is a container that stores the projects and files for an entire application. (Points<br />

: 1)<br />

o<br />

o<br />

o<br />

o<br />

window<br />

solution<br />

interface<br />

package<br />

Question 2. 2. (TCO 3) The programming process begins with a meeting between the programmer and the client.<br />

Which of the following activities is the last activity in the programming process? (Points : 1)<br />

o<br />

o<br />

o<br />

o<br />

Build the user interface.<br />

Code the application.<br />

Test and debug.<br />

Assemble the documentation.<br />

Question 3. 3. (TCO 1) All the objects in an object-oriented program are created (instantiated) from a _____.<br />

(Points : 1)<br />

o<br />

o<br />

o<br />

o<br />

project<br />

form<br />

class<br />

property<br />

Question 4. 4. (TCO 3) At design time, the programmer can change the form's background color by changing the<br />

form's _____ property. (Points : 1)<br />

o<br />

o<br />

o<br />

o<br />

BackGround<br />

Color<br />

BackColor<br />

ForeColor<br />

Question 5. 5. (TCO 1) When you click the ellipsis (...) button in the Settings box of the Font property, _____.<br />

(Points : 1)<br />

o<br />

o<br />

a list of font styles appears<br />

a color palette appears


o<br />

o<br />

a dialog box opens<br />

the attribute is removed<br />

Question 6. 6. (TCO 3) The character used to create an access key by inserting it into a text property is _____.<br />

(Points : 1)<br />

o ~<br />

o ^<br />

o &<br />

o +<br />

Question 7. 7. (TCO 1) The Toolbox window _____. (Points : 1)<br />

o<br />

o<br />

o<br />

o<br />

displays the names of the projects and files included in a solution<br />

displays data connections and servers<br />

displays the tools you use when creating your application's interface<br />

displays the classes, methods, and properties included in a solution<br />

Question 8. 8. (TCO 3) In Windows applications, pressing the _____ and Tab keys simultaneously moves the<br />

focus backwards. (Points : 1)<br />

o<br />

o<br />

o<br />

o<br />

Shift<br />

Ctrl<br />

Alt<br />

Ctrl + Shift<br />

Question 9. 9. (TCO 1) A label's _____ property determines the value that appears inside the label on a form.<br />

(Points : 1)<br />

o<br />

o<br />

o<br />

o<br />

Caption<br />

Name<br />

Text<br />

Values<br />

Question 10. 10. (TCO 3) Short, English-like phrases that are written to represent the steps a program must take<br />

to solve a particular problem are called _____. (Points : 1)<br />

o<br />

o<br />

o<br />

o<br />

flowcharts<br />

pseudocode<br />

object code<br />

macro code<br />

Question 11. 11. (TCO 1) The _____ function key will start a Visual Basic 2012 application in the IDE. (Points : 1)<br />

o<br />

o<br />

o<br />

o<br />

F2<br />

F3<br />

F4<br />

F5<br />

Question 12. 12. (TCO 3) A(n) _____ is a predefined procedure that performs a specific task and then returns a<br />

value. (Points : 1)<br />

o<br />

o<br />

o<br />

o<br />

algorithm<br />

function<br />

Sub procedure<br />

class


Question 13. 13. (TCO 1) A(n) _____ is a predefined procedure that you can call (or invoke) when needed. (Points<br />

: 1)<br />

o<br />

o<br />

o<br />

o<br />

method<br />

object<br />

class<br />

event<br />

Question 14. 14. (TCO 3) In the mathematical expression 4 * 3 + 15 / 3 - 6, which operation is performed last?<br />

(Points : 1)<br />

o +<br />

o -<br />

o *<br />

o /<br />

Question 15. 15. (TCO 2) Software developers and programmers use _____ to develop the logic of a solution<br />

prior to coding the solution. (Points : 1)<br />

o<br />

o<br />

o<br />

o<br />

flowcharts and pseudocode<br />

algorithms<br />

instructions<br />

All of the above<br />

Question 16. 16. (TCO 2) The third column in a TOE chart lists _____. (Points : 1)<br />

o<br />

o<br />

o<br />

o<br />

objects to be used in an application’s tasks<br />

tasks the application must perform<br />

events that cause the application to perform tasks<br />

errors that may occur when running the application<br />

Question 17. 17. (TCO 3) A rectangle on a flowchart represents _____. (Points : 1)<br />

o<br />

o<br />

o<br />

o<br />

an input or output operation<br />

the beginning of the application<br />

a processing step such as a calculation<br />

the end of the application<br />

Question 18. 18. TCO 2) In the V-Model of systems development, usability and acceptance testing verifies the<br />

correctness of _____. (Points : 1)<br />

o<br />

o<br />

o<br />

o<br />

implementation<br />

design<br />

analysis<br />

unit testing<br />

Question 19. 19. (TCO 2) Correcting coding defects found in an application is called _____. (Points : 1)<br />

o<br />

o<br />

o<br />

o<br />

deploying<br />

documenting<br />

debugging<br />

designing<br />

Question 20. 20. (TCO 3) The backslash () operator in Visual Basic performs _____. (Points : 1)


o<br />

o<br />

o<br />

o<br />

exponentiation<br />

integer division<br />

multiplication<br />

negation

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!