Words of Wisdom:

"Poor the student who cannot surpass his teacher." - Zerosampson

Devry Bis311 Final Exam 2015

  • Date Submitted: 06/22/2016 06:26 AM
  • Flesch-Kincaid Score: 63.2 
  • Words: 2279
  • Essay Grade: no grades
  • Report this Essay
Devry BIS311 Final exam 2015
Click Link Below To Buy:

http://hwcampus.com/shop/bis311-final-exm/

Devry bIS311 final
Page 1
Question 1.1. (TCO 1) In the systems development life cycle, the goal of the design activity is to _____. (Points : 5)
determine exactly what a new or modified information system should do
create a set of detailed plans or blueprints for the system
build the application
ensure that the application works as desired
Question 2.2. (TCO 2) To plan the code for a procedure, _____ uses standardized symbols to show the steps the procedure must follow to reach its goal. (Points : 5)
pseudocode
a TOE chart
a class diagram
a flowchart
Question 3.3. (TCO 3) Computer memory locations where programmers can temporarily store and change data while an application is running are _____. (Points : 5)
classes
literals
constants
variables
Question 4.4. (TCO 3) In Visual Basic, which of the following correctly declares a named constant with the name strCOURSE that contains the string value "BIS311"? (Points : 5)
Const strCOURSE As String = "BIS311"
String Constant strCOURSE = "BIS311"
Dim strCOURSE As "BIS311"
Const String "BIS311" As strCOURSE
Question 5.5. (TCO 5) A _____ structure is used in an application when a decision needs to be made, followed by an action derived from that decision. (Points : 5)
selection
sequence
repetition
interrogative
Question 6.6. (TCO 5) If intQty contains 60, what will be the value of intPrice after executing the following code?
Select Case intQty
Case 1 To 50
intPrice = 10
Case 51 To 100
intPrice = 8
Case > 100
intPrice = 6
Case Else
intPrice = 0
End Select (Points : 5)
10
8
6
0
Question 7.7. (TCO 6) The loop below is classified as a(n) _____ loop.
Dim intNum As Integer = 2
Do
MsgBox( intNum.ToString() )
intNum *= intNum
Loop While intNum < 1000 (Points : 5)
infinite
pretest
posttest
counter-controlled
Question 8.8. (TCO 6) Which element of the following array contains the...

Comments

Express your owns thoughts and ideas on this essay by writing a grade and/or critique.

  1. No comments