Multiple Choice
Which statement exemplifies abstraction?
A) The president of General Motors views the company in terms of every worker, every supplier, and every car.
B) The president of General Motors views the company in terms of its corporate divisions and high-level policy issues.
C) A good approach to algorithm design and software development is to focus on how we might actually implement a particular operation.
D) A convenient way to view the hardware component called "memory" is to focus on the billions of electronic devices that go into constructing a memory unit.
Correct Answer:

Verified
Correct Answer:
Verified
Q10: Briefly define the concept of iteration.
Q11: Once an algorithm has been developed, it
Q12: Having an infinite loop in an algorithm
Q13: _ operations send results from the computing
Q14: Pattern matching can only be applied to
Q16: _ operations allow us to alter the
Q17: The process of searching for a special
Q18: _ is sometimes called a programming language
Q19: What is pattern matching?
Q20: The _ loop is an example of