CIS 115 WEEK 1 QUIZ

01 August, 2024 | 1 Min Read

(TCO 1) What symbol represents output in a flowchart?Answer: Parallelogram

(TCO 1) Which of the following tasks should be performed first when designing a program?Answer: Understand the problem

(TCO 1) To help with defining the problem, the initial analysis should be divided into which of the following steps?Answer: All of the above (The input(s), The output(s), The processing steps to produce required outputs)

(TCO 1) What would be the appropriate data type for a variable that is used to represent a bank deposit (example data: 125.75)?Answer: Real (decimal)

(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?Answer: 5 = val

(TCO 1) Which of the following is not one of the three control structures described by the structure theorem?Answer: Case

Related posts