Let us arrange the scores in ascending order .
0 , 1 , 2 , 3 , 3 , 3 , 3 , 4 , 4 , 5.
mean = ( 0 + 1 +2 + 3 + 3 + 3 + 3 + 4 + 4 + 5)/10 = 2.8
median is the middle element in this sequence. Since there are 10 numbers , there is no middle number. So We take average of middle 2 numbers.
So median = ( 3 + 3 ) / 2 = 3.
mode is the number whose frequency in the distribution is higher. i.e., 3 appears 4 times.
So mode = 3.