Download the unit 4 Resources
Welcome to UNIT 4 - Managing Data. Here we explore how to make use functions to simplify tasks and how to decompose problems into smaller pieces of code. We also look at the use of LISTS as a way to manipulate data and review how to create, access and process 2D matrix data sets.
To implement functions and pass parameters to them
To understand how return values work
To understand variable scope within functions and statement blocks.
Create and access LIST elements
Understand how list references work
Passing data to functions via lists, and return values
Understand pass by reference and pass by value
Learn how to construct 2D data sets, and how to process them