B.The bisection method uses the exact derivative at the current point, while Newton - Raphson approximates the derivative using two previous points.
C.The bisection method can be used for nonlinear equations only, while the Newton - Raphson can be used for linear equations.
D.Both methods require an initial guess close to the true root.