CIS115 QUIZS Page |1
cis115 quizs AND answers
1. Question : (TCO 1) The inputs and outputs of the problem are determined in
which of the following steps in program development?
Plan and design the logic
Question 2. Question : (TCO 1) The purpose of analyzing a problem is to determine the
goal of solving the problem and the items that are needed to
achieve that goal. Programmers refer to items needed to
achieve the goal as the .
Student Answer: input(s)
output(s)
processing
data
, CIS115 QUIZS Page |2
cis115 quizs AND answers
Question 3. Question : (TCO 1) What symbol is used for both input and output in a
flowchart?
Student Answer: Rectangle
Parallelogram
Diamond
Rounded rectangle
Question 4. Question : (TCO 1) Creating a(n) is considered the most challenging
task in the design of a program.
Student Answer: IPO chart
desk-check table
, CIS115 QUIZS Page |3
cis115 quizs AND answers
solution algorithm
None of the above
Question 5. Question : (TCO 1) Which of the following is an invalid variable name?
Student Answer: myName
budget2013
balance
All of the above are valid.
Question 6. Question : (TCO 1) What would be the appropriate data type for a variable
that is used to represent a bank deposit (example data: 125.75)?
cis115 quizs AND answers
1. Question : (TCO 1) The inputs and outputs of the problem are determined in
which of the following steps in program development?
Plan and design the logic
Question 2. Question : (TCO 1) The purpose of analyzing a problem is to determine the
goal of solving the problem and the items that are needed to
achieve that goal. Programmers refer to items needed to
achieve the goal as the .
Student Answer: input(s)
output(s)
processing
data
, CIS115 QUIZS Page |2
cis115 quizs AND answers
Question 3. Question : (TCO 1) What symbol is used for both input and output in a
flowchart?
Student Answer: Rectangle
Parallelogram
Diamond
Rounded rectangle
Question 4. Question : (TCO 1) Creating a(n) is considered the most challenging
task in the design of a program.
Student Answer: IPO chart
desk-check table
, CIS115 QUIZS Page |3
cis115 quizs AND answers
solution algorithm
None of the above
Question 5. Question : (TCO 1) Which of the following is an invalid variable name?
Student Answer: myName
budget2013
balance
All of the above are valid.
Question 6. Question : (TCO 1) What would be the appropriate data type for a variable
that is used to represent a bank deposit (example data: 125.75)?