Answer the following statement(s) true (T) or false (F)

1. Numerical integration is a stable process.
2. A straight line is the simplest approximation to a function.
3. An approximation to the area under a complicated curve is obtained by assuming the function
can be replaced by simpler functions over a limited range.
4. Simpson’s rule is a popular method of evaluating integrals of functions that are smooth.
5. Simpson’s rule converges nicely in most instances and it is easy to use.


1. True
2. True
3. True
4. True
5. True

Computer Science & Information Technology

You might also like to view...

MC Which of the following events is triggered when the Ctrl, Alt and W keys are pressed simultaneously?

a) . b) . c) . d) None of the above.

Computer Science & Information Technology

Completing an instruction involves two phases-instruction and execution-which are each broken down into two steps for a total of four steps. Which of the following is NOT one of the four steps?

A. fetch instruction B. store results C. execute instruction D. process data

Computer Science & Information Technology

If a queue is implemented as the ADT list, which of the following queue operations can be implemented as list.remove(1)?

a) enqueue() b) dequeue() c) isEmpty() d) peek()

Computer Science & Information Technology

What contains only two child View controls with only one being shown at a time?

a. A GridView control b. A ViewSwitcher control c. A ViewPager control d. An AlternateView control

Computer Science & Information Technology