Download presentation
Presentation is loading. Please wait.
1
CODING & TECHNOLOGY How it links to Maths & Logic
2
Are you a technologist? Computer Science teacher?
3
We want our students to make connections and to solve problems creatively… in ANY subject
5
DESIGN LOGIC CALCULATIONS DECOMPOSITION REAL WORLD PROBLEM SOLVING INNOVATION CRITICAL THINKING We believe that Technology and Computing can help them do this – they gain transferable skills
6
STEAM POWER
7
How?
8
HOW? DRONES How we make it happen? CIPHERS & TREASURES PROGRAMMING PBLROBOTS MINECRAFT EDU APP CREATION3D DESIGN & PRINTING
9
Co-Creation Ask your students – let them have a voice. You’ll be surprised how much they want to be part of the planning process…
10
LOOKLINKS
11
Sow the seeds
12
Caesar Cipher
13
Ciphers & Treasure
15
Programmable Robots (ROMO)
16
-Variables -Algorithms -Boolean logic -Calculations -Sequences -Order of construction -Fixing errors -Binary conversion Coding
18
I want to convert kilograms into stone. 1 stone is 14 pounds 1 kg is 2.2 pounds Stone = (kg × 2.2) / 14 So, let's turn this formula into a program! Maths Problem Solving in Python
19
mass_kg = int(input("What is your mass in kilograms?" )) mass_stone = mass_kg * 2.2 / 14 print("You weigh", mass_stone, "stone.") Programming involves decomposition of a problem. Students break the problem down into component parts and solve each step in sequence
20
Code.org
21
http://csedweek.org/unplugged/thinkersmith
22
Blockly (Google)
23
Lightbot
24
Sensors
25
Wearables
26
3D Printing Build 3D model files using Tinkercad – a free, online program Students work with digital dimensions & geometrics
27
3D Printing
30
Project Idea - STEAM Students investigate global superstructures – design, materials, geography, etc. Create their own unique superstructure design, for social good, and print a prototype model of it
32
32
33
Drones
34
Derek the Drone Horizontal speed = 32 feet per second Descent speed = 20 feet per second Teaches students how to calculate distances + how drones work
35
Free technology workshops For staff and students Saturday 6 th June 2015 Dubai English Speaking College lfinch@descdubai.com mmcgrogan@descdubai.com
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.