What is LessonUp
Search
Channels
Log in
Register
‹
Return to search
11 - Binary search
Binary search
/Division and remainders
1 / 21
next
Slide 1:
Slide
Computing
Upper Secondary (Key Stage 4)
GCSE
This lesson contains
21 slides
, with
interactive quizzes
and
text slides
.
Lesson duration is:
50 min
Start lesson
Save
Share
Print lesson
Items in this lesson
Binary search
/Division and remainders
Slide 1 - Slide
Division and Remainders
/ Division
// Floor Division
% Modulus
Slide 2 - Slide
Predict
Slide 3 - Slide
What do you think the code
will do when run?
Slide 4 - Open question
RUN
Run the code
Slide 5 - Slide
Investigate & Modify
Using /, // and %, calculate the following questions using python
Slide 6 - Slide
What is 703 divided by 34 with no remainder?
A
23
B
22
C
20
D
34
Slide 7 - Quiz
What is the remainder of 703 divided by 34?
A
23
B
22
C
20
D
34
Slide 8 - Quiz
What is 90231 divided by 94?
A
959
B
959.904255319
C
90
D
85
Slide 9 - Quiz
Make
Convert minutes to hours and minutes in python
Begin by prompting the user to input the number of minutes.
Use floor division (//) to calculate the number of hours from the total minutes.
Use modulus (%) to calculate the remaining minutes after converting them into hours.
Print out the result in the format "X hours and Y minutes".
Click here for a blank createwithcode
Slide 10 - Slide
Solution
Run the code
Slide 11 - Slide
Searching activity
Slide 12 - Slide
Predict
Slide 13 - Slide
What do you think the code
will do when run?
Slide 14 - Open question
Run
Click here
Slide 15 - Slide
Investigate and Modify
Experiment with altering the target and array's hard-coded values to investigate their effects
Replace the array, to cover a range of 1-10 using two "pointers"
Replace target's hard coded value with a user input.
Slide 16 - Slide
Make
Click here for a blank createwithcode
Create a program to guess a user's number 1-100
You will only tell the program if their number is higher, lower or correct.
Slide 17 - Slide
Number Guesser Code
Click here
Slide 18 - Slide
What is the main advantage of using binary search over linear search?
A
Binary search is eaiser to implement
B
Binary search usually runs faster
C
Binary search works on unsorted data
D
Binary search is more suitable for small datasets
Slide 19 - Quiz
What is the result of 17 % 5?
A
2
B
3
C
4
D
5
Slide 20 - Quiz
In binary search, what is the first step after calculating the midpoint?
A
Check if the midpoint is equal to the target
B
Update the low pointer to the midpoint
C
Update the high pointer to the midpoint.
D
Divide the searrch space into two halves.
Slide 21 - Quiz
More lessons like this
Binary
September 2024
- Lesson with
27 slides
Mastering LCM and HCF
September 2023
- Lesson with
14 slides
GRADE 4 Module 6 Lesson 3 - Interpret Remainders
June 2024
- Lesson with
13 slides
Mathematics Grade 4 Final Revision
January 2024
- Lesson with
16 slides
Nat 5 Computing - Data Representation
March 2023
- Lesson with
12 slides
Computing
Upper Secondary (Key Stage 4)
GCSE
Dividing Whole Numbers with One-Digit Divisors
May 2024
- Lesson with
18 slides
Math
Primary Education
Age 9
Dividing Decimals with Long Division
January 2024
- Lesson with
15 slides
Algorithms
March 2024
- Lesson with
34 slides