When would you use a Box Plot, a Histogram, or a QQPlot to graphically summarize a SAMPLE of numbers?
Interpretation:
a sample of numbers: like a dataset that only contains numbers but not discrete values such as categories.
OR:
It means whether the change of the number of samples in the dataset would have some effect on the box plot, QQplot and histogram.



The second is true. Since you have a sample, and the Box Plot/Histogram/QQPlot can only display the data is your sample (since the population is unknown), they will change for each sample.
Whilst it is inappropriate to plot a QQ plot if you have discrete values (because the QQ plot is testing for normality... and discrete values are obviously not normal because the normal distribution is continuous), you can use histograms and box plots to plot discrete data.
If I'm understanding the question correctly...