Hi,
you may do in internet search "accuracy vs precision". You may find many good explanations.
In short: both are measures of multiple conversions.
let´s say your analog input is 1.000V and the digital values of lets say five values represent:
* 1.05V, 1.04V, 9.97V, 9.99V, 9.96V (average = 9.998V)
this means high accuracy. The average of the 5 conversions is very close to the target. Accuracy error just 2mV. But some value is off +50mV, the other -40mV. Thus the precision error is about +-/50mV
(good accuracy, mediocre precision)
other 5 values:
* 1.09, 1.08, 1.08, 1.08, 1.09
Here the accuracy is about 80mV off, but the precision is rather good.
(bad accuracy, good precision)
Accuracy: how close the (average) value is at the...