30
Miles Berry University of Roehampton 28 June 2013 Primary Computing Workshop 3. More Coding

Roehampton computing workshop 3

Embed Size (px)

DESCRIPTION

 

Citation preview

Page 1: Roehampton computing workshop 3

Miles Berry

University of Roehampton

28 June 2013

Primary Computing Workshop

3. More Coding

Page 2: Roehampton computing workshop 3

The Internet and the Web

Page 3: Roehampton computing workshop 3

Can you draw the Internet?

Page 6: Roehampton computing workshop 3

HTML by hand<html> <head> <title>First page</title> </head> <body> <h1>My first webpage</h1> <p>How cool is this?</p> </body></html>

Page 7: Roehampton computing workshop 3

Some tags to tryBold

<strong>Bold</strong>Italic

<em>Italic</em>This is a link

<a href="http://...">This is a link</a>

Page 9: Roehampton computing workshop 3

Styles

The quick brown fox jumps over the lazy dog

<style type="text/css">p { color: #f60; font-size: 24px; font-family: Georgia, Times, 'Times New Roman', serif;}</style>

Page 10: Roehampton computing workshop 3

Mozilla X-Ray Goggles

Page 11: Roehampton computing workshop 3

Mozilla Thimble

Page 12: Roehampton computing workshop 3

16 steps

Page 13: Roehampton computing workshop 3

Robots

Page 14: Roehampton computing workshop 3

Play and Exploration• Children learn through first hand experience in activities they have

chosen

• Play allows children to test their ideas

• Play lets children learn from mistakes

• Play fosters imagination and flexibility of mind

• Rich, enabling environments are provided

• Allow children to dictate the pace, length and focus; interventions should be supportive

• Recognise children’s fascination with and curiosity about what is going on in their worlds.

EYFS: Effective practice: play and exploration

Page 15: Roehampton computing workshop 3

understand what algorithms are, how they are implemented as programs on digital devices, and that programs execute by following a sequence of instructions

write and test simple programs

Page 19: Roehampton computing workshop 3

ICT in schools 2008–11An evaluation of information and communication technology

education in schools in England 2008–11

Most of the Key Stage 1 pupils observed were able to learn programming through devising and testing sequences of instructions for floor robots. However, in Key Stage 2, pupils in the majority of schools visited had insufficient opportunities to develop their understanding and use of programming, and data logging and handling.

Page 20: Roehampton computing workshop 3

design and write programs that accomplish specific goals, including controlling or simulating physical systems; solve problems by decomposing them into smaller parts

Glasshead Studios for BBC Cracking the Code

Page 21: Roehampton computing workshop 3
Page 24: Roehampton computing workshop 3

Games

Page 25: Roehampton computing workshop 3

Games

Goal Oriented Interactivity Feedback

Progression Problem / Challenge

Flow

Page 26: Roehampton computing workshop 3

Programming

Goal Oriented Interactivity Feedback

Progression Problem / Challenge

Flow

Page 27: Roehampton computing workshop 3

use logical reasoning to predict the behaviour of simple programs

generate appropriate inputs and predicted outputs to test programs

use logical reasoning to explain how a simple algorithm works

Page 29: Roehampton computing workshop 3

There’s an app for that

Page 30: Roehampton computing workshop 3

Evaluations...