Arrays updates (#488)
* Rewrote introduction and objectives Took out old placeholders in Objectives and rewrote Introduction to be more complete. * Removed stock photo * Added new Array Sorting Animations and Cover image * Added missing activity * Added maker component to rubric.
This commit is contained in:
@ -1,13 +1,17 @@
|
||||
# Arrays
|
||||
|
||||
This lesson covers storing and retrieving data in an ordered fashion using Arrays. Introduces JavaScript as an alternate way of creating and modifying code. Uses a melody as a list/array of notes.
|
||||

|
||||
|
||||
This lesson introduces the fundamental concept of storing and retrieving data in an ordered fashion using Arrays. We'll also look at JavaScript as an alternate way of creating and modifying code. We'll look at the structure of a Melody as a list of notes.
|
||||
|
||||
## Lesson objectives
|
||||
Students will...
|
||||
* Explain the steps they would take to sort a series of numbers
|
||||
* Recognize three common sorting algorithms
|
||||
* Learn
|
||||
* Apply
|
||||
* Explain the steps they would take to sort a series of numbers.
|
||||
* Recognize three common sorting algorithms.
|
||||
* Practice creating Arrays.
|
||||
* Practice storing and retrieving values in Arrays.
|
||||
* Learn common Array operations such as setting and getting values by index.
|
||||
* Demonstrate understanding and apply skills by creating a musical instrument that uses a micro:bit and a program that correctly and effectively uses Arrays to store data.
|
||||
|
||||
## Lesson structure
|
||||
* Introduction: Arrays
|
||||
|
Reference in New Issue
Block a user