CIS 115 (Devry) help Making Decisions/uophelp.com CIS 115 (Devry) help Making Decisions/uophelp.com | Page 9
CIS 115 Final Exam 2 (Devry)
For more course tutorials visit
www.uophelp.com
1. What is the first step in software development?
2. What are named locations in a computer’s memory holding
information required by a program?
3. What symbol in a flowchart would be used by a developer to
represent the beginning or ending point?
4. ) Set name = “BSCIS” is a process. What data type would you expect
the variable, name, to have?
5. (You are using dollar amounts in an algorithm. What data type would
you assign?
6. What tool is used by developers to design logic using specific
shapes/symbols?
7. When a program evaluates mathematical expression, which of the
following operators (or mathematical operations) takes precedence?
8. (Which one of the following is a valid assignment statement in a
program?
9. (Evaluate (2 * 3) ^ 3.
10. (TCO 2) Review the partial pseudocode below. What is the correct
math expression to complete the algorithm and total sales for both
regions?
Prompt “Enter total sales for region 1: “