Search Header Logo
Year 9 Understanding Arrays

Year 9 Understanding Arrays

Assessment

Presentation

Computers

10th Grade

Practice Problem

Easy

Created by

David Kang

Used 2+ times

FREE Resource

8 Slides • 1 Question

2

Open Ended

What did you understand from your reading?

3

What is an Array?

An array is a data structure that can store multiple values under a single identifier.

Arrays allow you to organize data so that related values can be easily accessed and managed.

4

Why Use Arrays?

Arrays are particularly useful when you need to handle lists or collections of similar items like scores, sensor readings, or even strings of text.

They enable easier data manipulation and can be indexed using integers, making them ideal for loops and iterative processes in programming.

5

Array Syntax in MicroPython

To declare an array in MicroPython, you typically use square brackets to enclose the array elements. Here is a basic syntax example:

media

6

Example Code

media

7

​Download highscoresV1.py in Google Classroom and upload into Microbit Python

8

media

​Complete Worksheet 3 while observing highscoresV1.py file

9

Create a program based on this suggestion on Worksheet 4

media

Show answer

Auto Play

Slide 1 / 9

SLIDE