CS 0007 Chapter 1 Quiz Name: _____________________________
9/8/99
Short answer questions (1-4)
Name the three parts of the CPU and give a brief description of their function:
Name the two types of memory and give a brief description of their purpose:
Write a pseudocode algorithm to gather two numerical values (you pick the variable names) from the user, add the two together, and output "over 24" if the answer is greater than 24 and "under 24" otherwise.
Hint: Write the algorithm in English! The only difference between the question and the answer is the fact that algorithms are step-by-step!
What are the three problem-solving phase steps, what are the two implementation phase steps, and give a brief description of each step.
Completion questions (5-9)
(4 points each)
___________________________________.
Problems (10-11)
Convert 2476 to binary and show your work.
Convert 11010101 to decimal and show your work.
Bonus (10 points):
Computers group multiple ____-bit bytes together to form ___________.