You are on page 1of 2

Chapter 3 and 4 quiz

1. If Y =
2
a.
b.
c.
d.
e.

3 and X = 2 what is the Value of Z in the formula; Z = (10 X) + (Y*2) /


7
14
None of the above
17
9

Answer: C - None of the above

2. A information contained in , quotes, is considered a Variable.


a. True
b. False
Answer: B - False

3. According to the book, which of the following are valid variable names?
(Select answers that are correct.)
a. All of the above.
b. Sam Jones
c. first*Name
d. partnumber
e. partTime
Answer: D - partnumber and E - partTime

4. Evaluate this box and its contents. Is this valid PROCESS? (According to the
book.)
a. True
b. False
Answer: B - False (Invalid
variable Name)

5. Which of the following is NOT a variable? (Select all that apply.)


a. Counter
b. Three
c. 1234.5
d. X
e. None of the above
Answer: C 1234.5

Chapter 3 and 4 quiz

6. The Output symbol would never be used to prompt the user to exit the
program.
a. True
b. False
Answer: A - False

7. Every input symbol must contain one or more variables separated by


commas?
a. True
b. False
Answer: A - True

8. Declared Variables are reserved a place in _________


a. RAM
b. ROM
c. On my Flash Drive
d. On the Hard Drive
Answer: A - RAM

9. Asking the user a question would be done in a _______ process?


a. Terminate
b. Process
c. Output
d. Input
Answer: C Output

10.According to class lectures: A flowchart can have ___ START symbols and
________
STOP
symbols.
Answer 1:
a. One
b. 1
c. As many as needed
Answer 2:
d. Multiple
e. Many
f. More than one
g. More then 1
h. 1 or more
i. One or more
j. Infinite

You might also like