Skip to content

Latest commit

 

History

History
 
 

12-basic-data-structs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Basic Data Structures: Arrays and Hashes

Learning Goals

  • Vocabulary: data structure, array, index, value, hash, key-value pair, default value
  • To understand what a data structure is and how it can be used
  • To be able to create a new array and hash data structure
  • To be able to access data in an array and hash
  • To be able to add data to an array and hash
  • To understand the difference between an array and a hash
  • To know the syntax needed to create a new array and hash

Resources

  1. Notes: Arrays
  2. Assignment: Array Worksheet
  3. Assignment: Account Generator
  4. Notes: Hashes
  5. Assignment: Hash Worksheet
  6. Assignment: Account Generator Continued
  7. Assignment: Walk-a-thon