Assuming you have a set of data... the mode is the most frequently observed group data points the peak on a histogram.. The median is obtained by sorting the data from low to high and finding the data element that is at the halfway point. i.e. half of the data lies below the median and half is above.
Jim