Words of Wisdom:

"Gravitation cannot explain why people fall in love." - Delmar

Devry Bis 311 Final Exam-2015

  • Date Submitted: 12/16/2015 03:28 AM
  • Flesch-Kincaid Score: 63.7 
  • Words: 2312
  • Essay Grade: no grades
  • Report this Essay
Devry BIS 311 Final Exam-2015
IF You Want To Purchase A+   Work then Click The Link Below For Instant Down Load
http://www.hwspeed.com/Devry-BIS-311-Final-Exam-2015-9309303321.htm?categoryId=-1
IF You Face Any Problem Then E Mail Us At   JOHNMATE1122@GMAIL.COM
Question
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(...

Comments

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

  1. No comments