Ira Goldstein Siena College

Slides:



Advertisements
Similar presentations
ETL339: E-Learning Is it all just smoke and mirrors... bells and whistles?
Advertisements

Alice and Media Computation August 2009 Animation Storyboard  Code Steve Cooper Barbara Ericson.
CSC1401 Animation Creating methods/instructions (class-level)
Introduction to Alice Alice is named in honor of
Introduction to Alice Web Design Section 8-2 Alice is named in honor of Lewis Carroll’s Alice in Wonderland.
Using Open-Source Solutions to Teach Computing Skills to Psychology Students David Allbritton DePaul University
 Objective: Understand why you should learn to code even if you don’t want to be a computer scientist.  Essential Questions: ◦ What is Coding? ◦ What.
Introduction to Alice Alice is named in honor of Lewis Carroll’s Alice in Wonderland.
RaspberryPi Ira Goldstein Siena College. What is a Raspberry Pi? University of Cambridge’s Computer Laboratory – Decline in skill level – Designed for.
Copyright © Allyn & Bacon 2008 POWER PRACTICE Chapter 6 Academic Software START This multimedia product and its contents are protected under copyright.
Why Should Communicators Learn To Associate Professor Texas State University Stanford Knight Journalism Fellow slideshare.net/cindyroyal.
CSC1401: Introductory Programming Steve Cooper
Thank you for your previous support of the Alice project. Let’s see what you’ve helped make possible….
Project-Based Learning Training What is the problem with current education methods?
GLOBAL PERSPECTIVES: ARTS & HUMANITIES INFUSED LEARNING Contemporary literacy.
ing to Make Learning Relevant
Tells - a facility for web-based, remote real time laboratory experiments University of Limerick Ireland.
Introduction to Alice Alice is named in honor of Lewis Carroll’s Alice in Wonderland.
1 © Copyright 2000 Ethel Schuster The Web… in 15 minutes Ethel Schuster
Learning Theories for the Digital Age Socio-cultural Learning Theory Zone of Proximal Development/Collaboration Activity Theory Constructivism Complexity.
Introduction to Alice Alice is named in honor of Lewis Carroll’s Alice in Wonderland.
Obj: Introduction to Alice HW: Read handout and answer questions. Alice is named in honor of Lewis Carroll’s Alice in Wonderland Day 5.
Creating An Animation Program Alice. Step 1: Design Decide on the problem to be solved Design a solution We will use a storyboard design technique, commonly.
Storyboarding1 Steve Cooper Barb Ericson August 2009 Storyboarding.
Alice and Algorithms Chapter 1 Part Reasons to Program The joy of programming To create a tool To use your creativity abilities For non programmers.
Assistive Technology in the Classroom Setting Rebecca Puckett CAE6100 – GQ1 (24494) Dec. 7, 2009.
REVIEW OF ACTIVITIES OF THE WORK GROUP FOR INTERNET AND e -TECHNOLOGIES Prof. Dr Milena Stanković Faculty of Electronic Engineering TEMPUS Project CD-JEP.
CS 10K – Rise of CS Principles UTeach and Computer Science Principles: National Initiatives To Reform Introductory Curricula And Broaden Participation.
3D Animation Concepts CS0007 George Novacky. Overview Creating a new world (slides 5 – 13) Remembering camera position (slides )
The Sims Go to College Mary Dziorny University of North Texas United States
Exploring Problem Solving With Software, Apps, and Games By: Brittney Wynter.
Teaching and Learning with Technology Master title style  Allyn and Bacon 2002 Teaching and Learning with Technology to edit Master title style  Allyn.
Introduction to Alice Web Design Section 8-2 Alice is named in honor of Lewis Carroll’s Alice in Wonderland.
Goal: You will know history, theory and implementation strategies for these 3 main roles that robotics and related technologies play in educational settings.
Jennifer Starkey & Jen Black Edmodo Code uojdeb.
Trends in Computer and Video Games Team members: Jennifer Cohen, Kristi Thorland And Carole Vowell.
Benefits overview Speaker name goes here.
Alice the Free, Fun and Easy Way to Introduce Students to Programming Elaine Witkowski and Jill Nelson.
An introduction to the Raspberry Pi. What is a Raspberry Pi?  University of Cambridge’s Computer Laboratory  Decline in skill level  Designed for education.
RaspberryPi.
Solar Pi – A Technology Innovation
Ira Goldstein Siena College
Animation Storyboard Design
Setting Up the Initial Scene
An Innovative Approach to the Technology Itch
Obj: Introduction to Alice
Unit 3 lesson 2&3 The Need For Algorithms- Creativity in Algorithms
MAKING HISTORY GAMES Not talking about: apps, PC games, online games, games FROM history.
Introduction to Alice Alice is named in honor of
Minecraft: Education Edition
Introduction to Alice Alice is named in honor of
Today Is S.T.E.M. Day.
Introduction to Programming
Alice and Media Computation August 2009
Zakia Elhadi ISNA Education Forum 2018
Bringing Instruction to Life
Teaching and Learning with Technology Academic Software Chapter 8
Introduction to Alice Alice is named in honor of
What is a Raspberry Pi? The Raspberry Pi is a low cost, credit-card sized computer that plugs into a computer monitor or TV, and uses a standard keyboard.
Roam Around the World: Without Wings, Without Wheels
Introduction to Alice Alice is named in honor of
ICT Gaming Lesson 1.
Introduction to Alice Alice is named in honor of
Lesson 23 Understanding Multimedia.
Lesson 23 Understanding Multimedia.
Problem Solving and Computer Programming
Introduction to Alice Alice is named in honor of
Introduction to Alice Alice is named in honor of
Presentation transcript:

Ira Goldstein Siena College Education Gaming In K12 Ira Goldstein Siena College

Agenda Follow-up: Raspberry Pi Education Simulation and Gaming In K12 Q & A

Raspberry Pi Experience

What is a Raspberry Pi? University of Cambridge’s Computer Laboratory Decline in skill level Designed for education A credit card sized PC Plugs into a TV or monitor Inexpensive(ish) ~$35 each Capability: Programming Electronic Projects Office Play HD Videos

RPi Experience Everyone has their own RPi Linux - All Command Line Shell Scripts Perl Web Apache Server HTML Forms CGI in Perl

Education Simulation and Gaming In K12

Active, Critical Learning

Two Classes Exogenous – of, relating to, or developing from external factors. Content Focus Jeopardy or Wheel of Fortune Endogenous – having an internal cause or origin. Environment Focus Learning as a result of playing Emergent – Systems thinking Hard to map outcomes - Need to draw conclusions Civilization series or Minecraft

Simulation and Gaming Compelling activities – Encourage learning Immediate feedback – Regime of competence Participation – Not passive consumption Take chances – Not real-world Avatar – Try on new personas Mistakes are private (or at least not in front of the class) Often teamwork Regime of competence - Scaffolding PBL-like

Some Games Dig-It!’s Mayan Mysteries http://www.dig-itgames.com/mayan_Mysteries Filament Games’ Reach for the Sun https://www.filamentgames.com/ Gamestar Mechanic  http://gamestarmechanic.com/teachers/what_is_gamestar Alice – Object-based educational programming language www.alice.org Civilization – “What If” history Railroad Tycoon – Resource Allocation Minecraft – Create and Explore www.minecraftedu.com World of Warcraft - www.wowinschool.pbworks.com

Alice A modern programming tool Animation 3-D graphics 3-D models of objects Foundation for learning other computer languages Animation Objects can be made to move around the virtual world (a video game or simulation implemented in 3D)

Traditional Problem Solving in CS Read and understand a problem or task specification Design a solution (develop an algorithm) Implement (code) Test Revise, as needed

Problem Solving in Alice Read and understand a scenario – tell a story, play a game, carry out a task. A princess has been grounded by her father (a wizard). Being a rather rebellious princess, she has emailed the local dragon taxi service. The dragon will fly to the princess and she will climb aboard the dragon to escape from the castle – to meet some friends at the village dance club.

Objects Any thing that can be identified as unique from other things Has a name Has properties: width, height, color, location Can perform actions (methods): associated actions it can perform tasks it can carry out

Mini-Bib Gee, J. P. (2007). What videogames have to teach us about learning and literacy. New York, NY: Palgrave MacMillan. Gee, J. P., & Hayes, E. R. (2010). Women and gaming: The Sims and 21st century learning. New York, NY: Palgrave MacMillan. Halverson, Richard. "What Can K-12 School Leaders Learn from Video Games and Gaming?." Innovate: Journal of Online Education 1.6 (2005): n6. Stufft, Carolyn J. "From Playing to Learning: Using the Learning Principles of Video Games to Rethink Classroom Literacy Instruction." TEXAS ASSOCIATION FOR LITERACY EDUCATION YEARBOOK (2014): 78. Computers in the Schools: Interdisciplinary Journal of Practice, Theory, and Applied Research, Volume 31, Issue 1-2, 2014 Special Issue: Digital Game-Based Learning