CIS 115 ALL WEEK QUIZ

CIS 115 ALL WEEK QUIZ


Follow this link to get this tutorial:
http://wiseamerican.us/product/cis-115-week-quiz/
Contact us at:
SUPPORT@WISEAMERICAN.US
All possible questions includes
and
(TCO 1) The inputs and outputs of the problem are determined in which of the following steps in program development?
(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 _____.
(TCO 1) What symbol is used for both input and output in a flowchart?
(TCO 1) Creating a(n) _____ is considered the most challenging task in the design of a program.
(TCO 1) Which of the following is an invalid variable name?
(TCO 1) What would be the appropriate data type for a variable that is used to represent a bank deposit (example data: 125.75)?
(TCO 1) Assume that the variable temp has a data type of string and val has a data type of integer. Which of the following assignment statements is invalid?
(TCO 1) You use the _____ control structure when you need to select one of two paths based on the answer to a question.
(TCO 1) What is the value of x in this expression?
x = 20 / (5 – 1)
(TCO 1) In a computer program, memory locations that are used to store data are called _____.
Week 3
(TCO 4) In a decision structure, the _____ clause executes when the condition is false.
(TCO 4) The expression amount < 10 is a(n) _____ expression.
(TCO 4) Both conditions must be true in order for the _____ operator to evaluate to true.
(TCO 4) If a valid score is between 0 and 100, which Boolean expression is true if the value in the score variable is valid?
(TCO 4) Evaluate each of the following conditions (as being true or false). Assume A
= 3, B = 6, C = 3, and D = 18.
A * B = D AND A != C
(TCO 4) Evaluate each of the following conditions (as being true or false). Assume A
= 3, B = 10, and Z = “five”.
A * 2 > B / 2 AND Z > “two”
(TCOs 3 and 4) Given the...

Similar Essays