zzz3.jpg

Back 

One-dimensional arrays questions

Q1. What pieces of information have to be provided when declaring an array?
Q2. In an array, what is meant by an ‘element’?
Q3. Using an example, describe how you would read the value from an element into a variable called Score.
Q4. Using an example, describe how you would write to an element from the data held in a variable called Score. 
Q5.
How many items of data can you store in a variable?
Q6. How many items of data can you store in an array?
Q7. Do some research. What is meant by the 'bounds' of an array?
Q8. Do some research. What is meant by the lower bounds of an array?
Q9. Do some research. What is meant by the upper bounds of an array?
Q10. What is meant by a 'one-dimensional' array?

Back