You do not have access to this content.
In order to access the 'Quiz Zone' and all of its contents, please purchase a 'Premium Course'.
Quiz Summary
0 of 10 questions completed
Questions:
Information
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading...
You must sign in or sign up to start the quiz.
You must first complete the following:
Results
Results
0 of 10 questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 point(s), (0)
Earned Point(s): 0 of 0, (0)
0 Essay(s) Pending (Possible Point(s): 0)
Categories
- Development 0%
-
Aaah, relax, its over! Now take a look at your result and spend further time revising any areas of the test that you got incorrect.
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- Current
- Review
- Answered
- Incorrect
-
Question 1 of 10
1. Question
Which of the following statements about arrays are true?
CorrectIncorrect -
Question 2 of 10
2. Question
Is an array a variable or a data structure?
CorrectIncorrect -
Question 3 of 10
3. Question
Items held in arrays are indexed. What is meant by this statement?
CorrectIncorrect -
Question 4 of 10
4. Question
Consider the following array: names = ["Dave", "Mary", "Sam", "Billie", "Julie"]. What would be the value of names[3]?
CorrectIncorrect -
Question 5 of 10
5. Question
What is a two dimensional array?
CorrectIncorrect -
Question 6 of 10
6. Question
Consider the following array: letters = [ ["D", "M", "S"] , ["B", "J"] ]. What would be the value of letters[0][1]?
CorrectIncorrect -
Question 7 of 10
7. Question
How can an array be visualised?
CorrectIncorrect -
Question 8 of 10
8. Question
How can a 2D array be visualised?
CorrectIncorrect -
Question 9 of 10
9. Question
array = [ [2,4,3], [5,7,6], [8,9,1] ]. What is found at array[2][2]
CorrectIncorrect -
Question 10 of 10
10. Question
Are arrays and lists the same?
CorrectIncorrect