A couple more points that weren't brought up in this thread:
1. You should never use the quotient rule if the denominator is a constant. It's not wrong to use the quotient rule, but it's more complicated, which makes it more likely that you will make a mistake.
For example, if f(x) = x2/4, write this as (1/4)x2 and use the constant multiple rule, which says that d/dx(k*f(x)) = k*d/dx(f(x)).
Using this rule we get f'(x) = (1/4) * d/dx(x2) = (1/4) * 2x = x/2
2. You should never use the product rule if one factor is a constant. Instead, use the constant multiple rule. It would not be incorrect to use the product rule, but as before, it's more complicated, so you are more likely to make a mistake.
For example, if g(x) = 10 * tan(x), then g'(x) = 10 * d/dx(tan(x)) = 10 * sec2(x).