1/3
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
What is a data structure?
A collection of elementary data types such as integer, real, boolean, char, and built-in methods to facilitate processing in some way.
What is an array?
A finite, ordered set of elements of the same type.
How could you visualise a 2D array?
As table.
How would you access the first element in a 3D array in pseudocode?
myArray[0][0][0]