CCCS#14 Data Structures

Data Structures on this one 

View one on Alan Turing, the father of computers, next.

Data Structure  -  note in the Film a user defined data structure is called a STRUCT  

  1. Define what an array is.
  2. What is the index of an array and what number does it usually start from?
  3. How does a program knows when it has reached the end of a string?
  4. What is a Matrix in terms of arrays?
  5. What does a pointer variable do? 
  6. What does FIFO stand for?
  7. What are the terms used to add and remove  data from existing queue?
  8. What acronym describes the operation of a stack? 
  9. How is data added and removed from a Stack?
  10. In a tree data structure what are nodes with no others attached called?