Lesson 10 _Arrays

Lesson 10 
At the end of the lesson you would learn 
1 / 9
volgende
Slide 1: Tekstslide
Python ProgrammingFurther Education (Key Stage 5)

In deze les zitten 9 slides, met interactieve quizzen, tekstslides en 1 video.

time-iconLesduur is: 60 min

Onderdelen in deze les

Lesson 10 
At the end of the lesson you would learn 

Slide 1 - Tekstslide

7

Slide 2 - Video

00:02

A

Slide 3 - Quizvraag

00:03
If the length of an array holds 100 different Numbers. What would be the highest index number?
A
100
B
101
C
99
D
0

Slide 4 - Quizvraag

01:56
When does the index of an array start from
A
0
B
2
C
1
D
3

Slide 5 - Quizvraag

02:53
A=[ 2 , 6, 4] the variable or the name of the array is
A
b
B
A
C
a
D
=

Slide 6 - Quizvraag

03:07
A=[ 2 , 6, 4]
b=A[0]
B will be
A
6
B
4
C
2
D
3

Slide 7 - Quizvraag

03:51
What is the difference between a list and an array?

Slide 8 - Open vraag

00:00
Arrays 
Please watch all of this video as questions will follow

Slide 9 - Tekstslide