Get help DeVry-University MIS 505 Week 3 Quiz. We provide assignment, homework, discussions and case studies help for all subjects DeVry-University for Session 2017-2018.
MIS 505 WEEK 3 QUIZ
Question 1
5 / 5 pts
(TCO B) These errors are relatively easy to locate and correct because the compiler or interpreter you use highlights every error.
Logic
Syntax
Input
Process
Chapter 1, page 11
Question 2
5 / 5 pts
(TCO C) You can also refer to a variable name as a
mnemonic.
pneumonic.
cue.
prompt.
Chapter 2, page 44
Question 3
5 / 5 pts
(TCO B) After a programmer plans and develops the logic of a program, the next step is
understanding the problem.
testing the program.
translating the program.
coding the program.
Chapter 1, pages 10-11
Question 4
5 / 5 pts
(TCO B) Programmers refer to programs that contain meaningful names as what?
Undocumented
Procedurally documented
Fully documented
Self-documenting
Chapter 2, page 71
Question 5
5 / 5 pts
(TCO B) A software package that provides an editor, compiler, and other programming tools is what?
GUI
CGI
GDE
IDE
Chapter 1, pages 24-25
Question 6
13 / 20 pts
(TCOs A-C) Discuss two ways that you can enter a program into a computer.
Question 7
20 / 20 pts
(TCOs B and C) What is a variable, and how is it used in a program?
A variable is a storage location paired with an identifier.it helps refer to a memory location where a program instructing is stored.
A variable is a named memory location whose value can vary-for example, the value of a variable myNumber might be three when the program is used for the first time and 45 when it is used the next time.
Question 8
14 / 20 pts
(TCO B) How is a decision represented in a flowchart?
Question 9
20 / 20 pts
(TCO B) Explain why it is important to maintain good programming habits.
Question 10
20 / 20 pts
(TCOs B and C) Currently, there are two techniques used to develop programs and their procedures. Name and describe them.
Comments
Post a Comment