Data Structures Array

1 / 38
volgende
Slide 1: Tekstslide
Computer ScienceSecondary Education

In deze les zitten 38 slides, met interactieve quizzen en tekstslides.

Onderdelen in deze les

Slide 1 - Tekstslide

Name all the data structures that you know?

Slide 2 - Open vraag

Slide 3 - Tekstslide

Slide 4 - Tekstslide

Slide 5 - Tekstslide

Slide 6 - Tekstslide

Define a Data Structure

Slide 7 - Open vraag

Slide 8 - Tekstslide

Slide 9 - Tekstslide

What is the difference between a Linear and Non-linear Data Structure?

Slide 10 - Open vraag

Slide 11 - Tekstslide

What is the difference between a Mutable and Immutable Data Structure

Slide 12 - Open vraag

Slide 13 - Tekstslide

Slide 14 - Tekstslide

Describe the difference between a Static and Dynamic Data Structure.

Slide 15 - Open vraag

Slide 16 - Tekstslide

Slide 17 - Tekstslide

Slide 18 - Tekstslide

[4,7,9,8,4,5,15,1,2,16]
Identify the [UB, LB]

Slide 19 - Open vraag

Slide 20 - Tekstslide

Slide 21 - Tekstslide

Create a one-dimensional Array with python called Array,
Give the array the following values
Array = [ 12, 15, 18, 17, 19, 20 ]
Print the array

Slide 22 - Open vraag

Slide 23 - Tekstslide

Write a Python program to reverse the order of the items in the array.

Slide 24 - Open vraag

Slide 25 - Tekstslide

Write a python script that searches through a array if a element is in the list or not.

Slide 26 - Open vraag

Slide 27 - Tekstslide

Slide 28 - Tekstslide

Slide 29 - Tekstslide

Slide 30 - Tekstslide

Slide 31 - Tekstslide

Slide 32 - Tekstslide

Slide 33 - Tekstslide

Write a PHP script to create a two-dimensional array (4x4), initialized to a random number between 1 - 10.
Note: Use array_fill() function

Slide 34 - Open vraag

Slide 35 - Tekstslide

Create a 2D array that contains the name and Physics marks of 4 students:
Kevin: 80, Michelle: 90, Ryan: 82, Jim: 95

Slide 36 - Open vraag

Slide 37 - Tekstslide

Slide 38 - Tekstslide