coding & technology how it links to maths & logic

35
CODING & TECHNOLOGY How it links to Maths & Logic

Upload: ralf-hines

Post on 28-Dec-2015

217 views

Category:

Documents


1 download

TRANSCRIPT

Page 1: CODING & TECHNOLOGY How it links to Maths & Logic

CODING& TECHNOLOGY

How it links to Maths & Logic

Page 2: CODING & TECHNOLOGY How it links to Maths & Logic

Are you a technologist?

Computer Science teacher?

Page 3: CODING & TECHNOLOGY How it links to Maths & Logic

We want our students to make connections and to solve problems creatively… in ANY subject

Page 4: CODING & TECHNOLOGY How it links to Maths & Logic
Page 5: CODING & TECHNOLOGY How it links to Maths & Logic

DESIGN LOGICCALCULATIONS

DECOMPOSITION

REAL WORLD PROBLEM SOLVING

INNOVATION

CRITICAL THINKING

We believe that Technology and Computing can help them do this – they gain transferable skills

Page 6: CODING & TECHNOLOGY How it links to Maths & Logic

STEAM POWER

Page 7: CODING & TECHNOLOGY How it links to Maths & Logic

How?

Page 8: CODING & TECHNOLOGY How it links to Maths & Logic

HOW?

DRONES

How we make it happen?

CIPHERS & TREASURESPROGRAMMING

PBLROBOTS

MINECRAFT EDU

APP CREATION

3D DESIGN & PRINTING

Page 9: CODING & TECHNOLOGY How it links to Maths & Logic

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…

Page 10: CODING & TECHNOLOGY How it links to Maths & Logic

LOOK LINKS

Page 11: CODING & TECHNOLOGY How it links to Maths & Logic

Sow the seeds

Page 12: CODING & TECHNOLOGY How it links to Maths & Logic

Caesar Cipher

Page 13: CODING & TECHNOLOGY How it links to Maths & Logic

Ciphers & Treasure

Page 14: CODING & TECHNOLOGY How it links to Maths & Logic

Ciphers & Treasure

Page 15: CODING & TECHNOLOGY How it links to Maths & Logic

Programmable Robots (ROMO)

Page 16: CODING & TECHNOLOGY How it links to Maths & Logic

- Variables- Algorithms- Boolean logic- Calculations- Sequences- Order of

construction- Fixing errors- Binary conversion

Coding

Page 17: CODING & TECHNOLOGY How it links to Maths & Logic
Page 18: CODING & TECHNOLOGY How it links to Maths & Logic

I want to convert kilograms into stone.

1 stone is 14 pounds1 kg is 2.2 pounds

Stone = (kg × 2.2) / 14

So, let's turn this formula into a program!

Maths Problem Solving in Python

Page 19: CODING & TECHNOLOGY How it links to Maths & Logic

Maths Problem Solving in Python

mass_kg = int(input("What is your mass in kilograms?" ))mass_stone = mass_kg * 2.2 / 14print("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

Page 20: CODING & TECHNOLOGY How it links to Maths & Logic

Code.org

Page 22: CODING & TECHNOLOGY How it links to Maths & Logic

Blockly (Google)

Page 23: CODING & TECHNOLOGY How it links to Maths & Logic

Lightbot

Page 24: CODING & TECHNOLOGY How it links to Maths & Logic

Sensors

Page 25: CODING & TECHNOLOGY How it links to Maths & Logic

Wearables

Page 26: CODING & TECHNOLOGY How it links to Maths & Logic

3D Printing

Build 3D model files using Tinkercad – a free, online program

Students work with digital dimensions & geometrics

Page 27: CODING & TECHNOLOGY How it links to Maths & Logic

3D Printing

Page 28: CODING & TECHNOLOGY How it links to Maths & Logic
Page 29: CODING & TECHNOLOGY How it links to Maths & Logic
Page 30: CODING & TECHNOLOGY How it links to Maths & Logic

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

Page 31: CODING & TECHNOLOGY How it links to Maths & Logic
Page 32: CODING & TECHNOLOGY How it links to Maths & Logic

32

Page 33: CODING & TECHNOLOGY How it links to Maths & Logic

Drones

Page 34: CODING & TECHNOLOGY How it links to Maths & Logic

Derek the Drone

Horizontal speed = 32 feet per second

Descent speed = 20 feet per second

Teaches students how to calculate distances + how drones work

Page 35: CODING & TECHNOLOGY How it links to Maths & Logic

Free technology workshops

For staff and students

Saturday 6th June 2015

Dubai English Speaking College

[email protected]@descdubai.com