Home » Downloads » CSIS 312 » CSIS 312 Quiz 5
- Which of the following statements is true?
- After a fractal’s pattern is applied several times, the shape of the fractal will generally become ________.
- When a recursive method is called to solve a problem, the method actually is capable of solving only the simplest case(s), or .
- The recursion step should:
- Each time a fractal’s pattern is applied to it, the fractal is said to be at a new ________.
- The current method executing is always the method whose activation record is ________.
- Which statement is false?
- Fractals that yield an exact copy of the original when a portion of the original image is magnified are called
- Suppose Stack is a generic class that has one type parameter. The assignment
- Which of the following statements about recursion are true?