What is LessonUp
Search
Channels
Log in
Register
‹
Return to search
Data Structures Array
1 / 38
next
Slide 1:
Slide
Computer Science
Secondary Education
This lesson contains
38 slides
, with
interactive quizzes
and
text slides
.
Start lesson
Save
Share
Print lesson
Items in this lesson
Slide 1 - Slide
Name all the data structures that you know?
Slide 2 - Open question
Slide 3 - Slide
Slide 4 - Slide
Slide 5 - Slide
Slide 6 - Slide
Define a Data Structure
Slide 7 - Open question
Slide 8 - Slide
Slide 9 - Slide
What is the difference between a Linear and Non-linear Data Structure?
Slide 10 - Open question
Slide 11 - Slide
What is the difference between a Mutable and Immutable Data Structure
Slide 12 - Open question
Slide 13 - Slide
Slide 14 - Slide
Describe the difference between a Static and Dynamic Data Structure.
Slide 15 - Open question
Slide 16 - Slide
Slide 17 - Slide
Slide 18 - Slide
[4,7,9,8,4,5,15,1,2,16]
Identify the [UB, LB]
Slide 19 - Open question
Slide 20 - Slide
Slide 21 - Slide
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 question
Slide 23 - Slide
Write a Python program to reverse the order of the items in the array.
Slide 24 - Open question
Slide 25 - Slide
Write a python script that searches through a array if a element is in the list or not.
Slide 26 - Open question
Slide 27 - Slide
Slide 28 - Slide
Slide 29 - Slide
Slide 30 - Slide
Slide 31 - Slide
Slide 32 - Slide
Slide 33 - Slide
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 question
Slide 35 - Slide
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 question
Slide 37 - Slide
Slide 38 - Slide
More lessons like this
Introduction to PHP: Building the Basics
July 2024
- Lesson with
16 slides
Introduction to Pandas in Python
February 2024
- Lesson with
18 slides
Mastering Lists in Python
February 2024
- Lesson with
22 slides
Computing
Lower Secondary (Key Stage 3)
Y8 Python
June 2022
- Lesson with
38 slides
Computing
Lower Secondary (Key Stage 3)
Lists in Python
February 2024
- Lesson with
22 slides
Computing
Lower Secondary (Key Stage 3)
Mastering While Loops with Arrays
May 2024
- Lesson with
13 slides
Interpreting graphical data
December 2016
- Lesson with
27 slides
Writing
University
12 - Binary search
June 2024
- Lesson with
20 slides
Computing
Upper Secondary (Key Stage 4)
GCSE