Turtle, Art, TurtleArt
|
|
|
- Angelina Russell
- 9 years ago
- Views:
Transcription
1 Turtle, Art, TurtleArt Paula Bontá, Playful Invention Company. Montreal, Quebec, Canada Artemis Papert, Independent artist. Aberdeen, Scotland Brian Silverman, Playful Invention Company. Montreal, Quebec, Canada Abstract TurtleArt is a microworld for exploring art through turtle geometry. It is similar to the Logo programming language in that the main actor is a turtle that can draw. It is different from Logo and other constructionist systems in that it is focused on art. The vocabulary is small but provides rich control of colours, shades, pen widths, etc. Introduction TurtleArt does only one thing and tries to do it very simply and very well: bring geometry and art together through programming. Like the Logo programming language turtle geometry has a central role. However the main focus of TurtleArt is static artistic images. Programming in TurtleArt TurtleArt follows the recent trend of programming by snapping together blocks. It borrows from the earliest versions of Logo by having a vocabulary centred around Turtle Geometry. Here is the TurtleArt version of a square: 1
2 Procedures are defined by adding a "hat" to a stack of blocks. Once defined they can be used in other stacks: The turtle s drawing colour is controlled by setting a colour (hue) and a shade (lightness). The colours: 2
3 and the shades: TurtleArt has an arc block. It allows drawing circles and arcs of a desired radius without knowing pi or the formula connecting a radius to a circumference. Two arcs put together make a petal: With several petals you can make a flower: 3
4 And with several flowers you can make a garden (Papert, 1971): Here is the entire TurtleArt vocabulary: 4
5 Design of TurtleArt Design is the art of making choices. Some are based on objective criteria. Others are more subjective and based on the preferences of the designers. We'd like to say something about some of our more salient choices. In TurtleArt we tried to keep everything simple. Period. It is extremely minimalistic. We felt that if something isn't used often then it should not be there. A more common design approach is to feel that it's ok to have things that are useful only in rare cases. The thought is that if you don't need it just don t use it. We prefer otherwise. We agree with the Zen of Palm: "focus on what users do 80 percent of the time and try to ignore the other 20 percent" (PalmSource, Inc., 2003). TurtleArt has only one object, the turtle. TurtleArt is also single threaded. Most recent versions of Logo have multiple objects of multiple kinds and support multiple threads. We consciously moved "backwards" in the name of simplicity. If the goal is static images, one turtle and one thread is good enough, and in the name of simplicity good enough turns out to be good enough. The central exploration in TurtleArt is an artistic one. We feel that we can best empower that by a sharp focus on that exploration. There will be people who bump against the walls or the ceiling. Those people have other software choices available to them, some excellent. It is a nongoal for us to have TurtleArt also be good as a video game maker, a simulation language, or a system for multimedia presentations. Sometimes the hardest part of a design is deciding what not to include. It's easy to invent new features. It's often even relatively easy to implement them. However, a minimalist design aesthetic suggests that things should only be included if they really fit. An example is that we included only a minimal set of mathematical operations. Trigonometric functions and square root are absent. Yes, this a limitation, but a conscious one. Another important facet of the design is that we explicitly encourage programming. For example, there is no direct manipulation way of setting the turtle s pen colour. Scratch and PicoBlocks have a SETCOLOR block. However they have a point and click way of setting a colour in addition to the programmatic way. In TurtleArt we skipped the point and click option in order to encourage a description that can be readily manipulated through programs. In the design of the user interface and of the blocks language we chose to emphasize visual stability. Nothing flashes, resizes, moves or animates automatically. We feel that this leads to a simpler, friendlier more tangible user interface. We recognise that this is opposite to the modern trend of having animations as a part of the interaction design and having elements that constantly update to provide real time feedback. Overall, TurtleArt conforms to the design principles described by Resnick and Silverman (2005). Notable exceptions are that the "walls" aren't that wide and there aren't "many paths, many styles". The Art of TurtleArt We consider our work with TurtleArt as an exploration. It is an exploration of the interaction of formula, choice, and chance. Formula is very common in mathematical and computational art, e.g. fractals, Julia and Mandelbrodt sets, tilings, tessellations, etc. Choice is the result of an artist making a decision, picking a shape, colour, texture, composition of elements, etc. Chance is added to the mix using randomness, the result may be constrained but is never fully determined. We d like to present some images where formula, chance, and choice are mixed in varying proportions. 5
6 Lion s Teeth is based on a simple formula. Draw a line, turn a little, repeat. The basic pattern is repeated with different pen widths and colouring. Simple has very little formula. Every element is placed by choice. Doing this often requires a fair bit of code. Bridge to Nowhere gets its texture from a controlled use of randomness. Run it again and it will be different in detail, though still very similar in texture. 6
7 Art through Programming With TurtleArt we create images by creating programs. This has a collection of affordances. One obvious one is that a computer can draw thousands or even millions of strokes in a short amount of time. Less obvious is that programming allows for an evolution of images. We often create images that leave us with the feeling of being a good idea but needing further exploration. It isn t unusual for us to explore variants of a particular theme. We can modify parameters and code sequences in ways that change images to include what we like and leave aside what we don t. This process works exceptionally well with a programmatic description. Here is an example of an evolution of images. A first image looks like a low resolution picture... add some colour... 7
8 smaller squares, less lined up... form little groups... Conclusion In 1971 Papert and Solomon described twenty things to do with a computer. These included making turtles, drawing pictures, playing music, building balancing robots and other activities. Back then only a few of those activities were possible, Turtle Geometry being one of them. It took a couple of decades before technology made it possible to do most of the other twenty things in a way that was accessible to children. A way of understanding the evolution of Logo and its successors is that Logo grew to be able to do more and more of the things described in that early paper. Along the way Turtle Geometry and drawing with the Turtle slipped to the back burner. We feel that this is unfortunate. TurtleArt tries to bring Turtle Geometry back and to do it in a way that empowers artistic expression. For more information about TurtleArt, please visit Acknowledgments Mitchel Resnick, Natalie Rusk, Robbie Berg were centrally involved the design of PicoBlocks, essentially the same blocks language as the one in TurtleArt. 8
9 References PalmSource, Inc. (2003) Zen of Palm, Document Number HW, June 13, (accessed March 2010). Papert, S. (1971) Teaching children to be mathematicians vs. teaching about mathematics. Artificial Intelligence Memo No. 249 and Logo Memo No. 4. Papert, S. & Solomon, C. (1971). Twenty things to do with a computer. Artificial Intelligence Memo No. 248 and Logo Memo No. 3. Resnick, M. & Silverman, B. (2005) Some Reflections on Designing Construction Kits for Kids. Proceedings of Interaction Design and Children conference, Boulder, CO., USA. 9
SCRATCH Lesson Plan What is SCRATCH? Why SCRATCH?
SCRATCH Lesson Plan What is SCRATCH? SCRATCH is a programming language that makes it easy to create interactive stories, animations, games, music, and art that can then easily be shared on the web. Scratch
Julie Rotthoff Brian Ruffles. No Pi Allowed
Julie Rotthoff Brian Ruffles [email protected] [email protected] No Pi Allowed Introduction: Students often confuse or forget the area and circumference formulas for circles. In addition, students
GETTING STARTED. number of sides. draw a line. turn BIGGER OR SMALLER. change this number SQUARE TRIANGLE. these numbers have changed
1 repeat 6 forward 100 60 Getting Started Getting Started Getting Started Getting Started repeat 6 forward 100 forward 100 number of sides draw a line 1 60 turn 60 BIGGER OR SMALLER repeat 6 forward 38
Unit 4: Exploring Math Patterns...106. Introduction...5. Unit 1: Visualizing Math...17. Unit 5: Exploring Probability...125
Introduction....................................5 WHAT IS MICROWORLDS EX, AND HOW CAN IT HELP ME IN THE MATH CLASSROOM?.................6 HOW TO USE THIS BOOK AND CD.....................10 CLASSROOM ENVIRONMENT..........................12
What makes a good coder and technology user at Mountfields Lodge School?
What makes a good coder and technology user at Mountfields Lodge School? Pupils who persevere to become competent in coding for a variety of practical and inventive purposes, including the application
Smart Board Notebook Software A guide for new Smart Board users
Smart Board Notebook Software A guide for new Smart Board users This guide will address the following tasks in Notebook: 1. Adding shapes, text, and pictures. 2. Searching the Gallery. 3. Arranging objects
Progression of Skills in Art and Design National Curriculum 2014 Age Related Expectations. Strand Year 1 Year 2 Year 3 Year 4 Year 5 Year 6
Progression of Skills in Art and Design National Curriculum 2014 Age Related Expectations Strand Year 1 Year 2 Year 3 Year 4 Year 5 Year 6 Generic skills Record and explore ideas from first hand observations
Chapter 2. Making Shapes
Chapter 2. Making Shapes Let's play turtle! You can use your Pencil Turtle, you can use yourself, or you can use some of your friends. In fact, why not try all three? Rabbit Trail 4. Body Geometry Can
EXPLORING ALGORITHMIC GEOMETRY WITH BEETLE BLOCKS: A GRAPHICAL PROGRAMMING LANGUAGE FOR GENERATING 3D FORMS
15 TH INTERNATIONAL CONFERENCE ON GEOMETRY AND GRAPHICS 2012 ISGG 1-5 AUGUST, 2012, MONTREAL, CANADA EXPLORING ALGORITHMIC GEOMETRY WITH BEETLE BLOCKS: A GRAPHICAL PROGRAMMING LANGUAGE FOR GENERATING 3D
The Flat Shape Everything around us is shaped
The Flat Shape Everything around us is shaped The shape is the external appearance of the bodies of nature: Objects, animals, buildings, humans. Each form has certain qualities that distinguish it from
Student Outcomes. Lesson Notes. Classwork. Exercises 1 3 (4 minutes)
Student Outcomes Students give an informal derivation of the relationship between the circumference and area of a circle. Students know the formula for the area of a circle and use it to solve problems.
WritePlacer Sample Topic. WritePlacer. Arithmetic
. Knowledge of another language fosters greater awareness of cultural diversity among the peoples of the world. Individuals who have foreign language skills can appreciate more readily other peoples values
Basic Theory of Intermedia Composing with Sounds and Images
(This article was written originally in 1997 as part of a larger text to accompany a Ph.D. thesis at the Music Department of the University of California, San Diego. It was published in "Monochord. De
Radius, Diameter, Circumference, π, Geometer s Sketchpad, and You! T. Scott Edge
TMME,Vol.1, no.1,p.9 Radius, Diameter, Circumference, π, Geometer s Sketchpad, and You! T. Scott Edge Introduction I truly believe learning mathematics can be a fun experience for children of all ages.
Tessellating with Regular Polygons
Tessellating with Regular Polygons You ve probably seen a floor tiled with square tiles. Squares make good tiles because they can cover a surface without any gaps or overlapping. This kind of tiling is
Area of Circles. Say Thanks to the Authors Click http://www.ck12.org/saythanks (No sign in required)
Area of Circles Say Thanks to the Authors Click http://www.ck12.org/saythanks (No sign in required) To access a customizable version of this book, as well as other interactive content, visit www.ck12.org
x 2 + y 2 = 1 y 1 = x 2 + 2x y = x 2 + 2x + 1
Implicit Functions Defining Implicit Functions Up until now in this course, we have only talked about functions, which assign to every real number x in their domain exactly one real number f(x). The graphs
CAD and Creativity. Contents
CAD and Creativity K C Hui Department of Automation and Computer- Aided Engineering Contents Various aspects of CAD CAD training in the university and the industry Conveying fundamental concepts in CAD
Published : 2011-03-14 License : None. INTRODUCTION 1. Learning with Turtle Art
TURTLE ART 1 Published : 2011-03-14 License : None INTRODUCTION 1. Learning with Turtle Art 2 1. LEARNING WITH TURTLE ART Play with Turtle Art to draw colorful art patterns using a turtle that accepts
How To Create Your Own Create the Good Do-It-Yourself Project Guide
How To Create Your Own Do-It-Yourself Project Guide All the information you need to create and submit your do-it-yourself service project www.createthegood.org Table of Contents Page About Do-It-Yourself
GAP CLOSING. 2D Measurement GAP CLOSING. Intermeditate / Senior Facilitator s Guide. 2D Measurement
GAP CLOSING 2D Measurement GAP CLOSING 2D Measurement Intermeditate / Senior Facilitator s Guide 2-D Measurement Diagnostic...4 Administer the diagnostic...4 Using diagnostic results to personalize interventions...4
Drawing a histogram using Excel
Drawing a histogram using Excel STEP 1: Examine the data to decide how many class intervals you need and what the class boundaries should be. (In an assignment you may be told what class boundaries to
Sales Training Programme. Module 8. Closing the sale workbook
Sales Training Programme. Module 8. Closing the sale workbook Workbook 8. Closing the sale Introduction This workbook is designed to be used along with the podcast on closing the sale. It is a self learning
Fun Learning Activities for Mentors and Tutors
Fun Learning Activities for Mentors and Tutors Mentors can best support children s academic development by having fun learning activities prepared to engage in if the child needs a change in academic/tutoring
How do you compare numbers? On a number line, larger numbers are to the right and smaller numbers are to the left.
The verbal answers to all of the following questions should be memorized before completion of pre-algebra. Answers that are not memorized will hinder your ability to succeed in algebra 1. Number Basics
Lesson 26: Reflection & Mirror Diagrams
Lesson 26: Reflection & Mirror Diagrams The Law of Reflection There is nothing really mysterious about reflection, but some people try to make it more difficult than it really is. All EMR will reflect
ELEMENTS AND PRINCIPLES OF DESIGN
APPENDIX A1 4 T T ELEMENTS AND PRINCIPLES OF DESIGN Groups: 1. Select an advertisement. 2. Examine the advertisement to find examples of a few elements and principles of design that you are familiar with.
Computers, art and creativity Author(s) Duthie, Birnie Source Teaching and Learning, 11(1),23-27 Published by Institute of Education (Singapore)
Title Computers, art and creativity Author(s) Duthie, Birnie Source Teaching and Learning, 11(1),23-27 Published by Institute of Education (Singapore) This document may be used for private study or research
Unit 1 Number Sense. In this unit, students will study repeating decimals, percents, fractions, decimals, and proportions.
Unit 1 Number Sense In this unit, students will study repeating decimals, percents, fractions, decimals, and proportions. BLM Three Types of Percent Problems (p L-34) is a summary BLM for the material
Search Engine Design understanding how algorithms behind search engines are established
Search Engine Design understanding how algorithms behind search engines are established An article written by Koulutus- and Konsultointipalvelu KK Mediat Web: http://www.2kmediat.com/kkmediat/eng/ Last
Imagine It! ICEBREAKER:
ICEBREAKER: Imagine It! FOCUS: To develop creativity and increase participants comfort with acting in front of a group PURPOSE: To help participants relax before working on their public presentation skills
Graphic Design. Background: The part of an artwork that appears to be farthest from the viewer, or in the distance of the scene.
Graphic Design Active Layer- When you create multi layers for your images the active layer, or the only one that will be affected by your actions, is the one with a blue background in your layers palette.
Illustrator - bezier pen, advanced techniques
llustrator - bezier pen, advanced techniques Using the main pen tools in llustrator allows you to create the bezier paths but is limited unless you know how to use your keys to change direction of the
The Taxman Game. Robert K. Moniot September 5, 2003
The Taxman Game Robert K. Moniot September 5, 2003 1 Introduction Want to know how to beat the taxman? Legally, that is? Read on, and we will explore this cute little mathematical game. The taxman game
SMART NOTEBOOK 10. Instructional Technology Enhancing ACHievement
SMART NOTEBOOK 10 Instructional Technology Enhancing ACHievement TABLE OF CONTENTS SMART Notebook 10 Themes... 3 Page Groups... 4 Magic Pen... 5 Shape Pen... 6 Tables... 7 Object Animation... 8 Aligning
Level Design. Characters vs Levels. Level Design. Case Study: Matchstick puzzle
Level Design Characters vs Levels Characters and levels are essentially the main user interface of your game. Levels present the challenge or problem to solve, Characters present the tools to solve them.
AREA & CIRCUMFERENCE OF CIRCLES
Edexcel GCSE Mathematics (Linear) 1MA0 AREA & CIRCUMFERENCE OF CIRCLES Materials required for examination Ruler graduated in centimetres and millimetres, protractor, compasses, pen, HB pencil, eraser.
Algebra Geometry Glossary. 90 angle
lgebra Geometry Glossary 1) acute angle an angle less than 90 acute angle 90 angle 2) acute triangle a triangle where all angles are less than 90 3) adjacent angles angles that share a common leg Example:
Windows Presentation Foundation: What, Why and When
Windows Presentation Foundation: What, Why and When A. WHY WPF: WPF is framework to build application for windows. It is designed for.net influenced by modern display technologies like HTML and Flash and
The Circumference Function
2 Geometry You have permission to make copies of this document for your classroom use only. You may not distribute, copy or otherwise reproduce any part of this document or the lessons contained herein
PATTERN: A two-dimensional decorative visual repetition. A pattern has no movement and may or may not have rhythm.
Project: Elements of Design - NAME Elements: Line, Color, Value, Shape, Space, Texture Principles: Consider what principles you may have used based on the definition of each. Artist to Remember: Research
Mensuration. The shapes covered are 2-dimensional square circle sector 3-dimensional cube cylinder sphere
Mensuration This a mixed selection of worksheets on a standard mathematical topic. A glance at each will be sufficient to determine its purpose and usefulness in any given situation. These notes are intended
Geometry Solve real life and mathematical problems involving angle measure, area, surface area and volume.
Performance Assessment Task Pizza Crusts Grade 7 This task challenges a student to calculate area and perimeters of squares and rectangles and find circumference and area of a circle. Students must find
LESSON 7: IMPORTING AND VECTORIZING A BITMAP IMAGE
LESSON 7: IMPORTING AND VECTORIZING A BITMAP IMAGE In this lesson we ll learn how to import a bitmap logo, transform it into a vector and perform some editing on the vector to clean it up. The concepts
Phi: The Golden Ratio
Phi: The Golden Ratio Subject Areas Associated Unit Associated Lesson Activity Title Header Algebra, measurement, numbers, and operations Discovering Phi Grade Level 7(6-8) Activity Dependency Time Required
Intermediate Tutorials Modeling - Trees. 3d studio max. 3d studio max. Tree Modeling. 1.2206 2006 Matthew D'Onofrio Page 1 of 12
3d studio max Tree Modeling Techniques and Principles 1.2206 2006 Matthew D'Onofrio Page 1 of 12 Modeling Trees Tree Modeling Techniques and Principles The era of sprites and cylinders-for-trunks has passed
(Refer Slide Time: 2:03)
Control Engineering Prof. Madan Gopal Department of Electrical Engineering Indian Institute of Technology, Delhi Lecture - 11 Models of Industrial Control Devices and Systems (Contd.) Last time we were
Knowledge and Understanding of the World. Early Learning Goals. National Curriculum. (learning objectives) (level 1 descriptors)
Knowledge and Understanding of the World Knowledge and Understanding of the world Science K&U4 Ask questions about why things happened and how things work To talk about what they see To make recordings
Application of Function Composition
Math Objectives Given functions f and g, the student will be able to determine the domain and range of each as well as the composite functions defined by f ( g( x )) and g( f ( x )). Students will interpret
CHAPTER 1 INTRODUCTION
1 CHAPTER 1 INTRODUCTION Exploration is a process of discovery. In the database exploration process, an analyst executes a sequence of transformations over a collection of data structures to discover useful
Introduction to Computer Graphics
Introduction to Computer Graphics Torsten Möller TASC 8021 778-782-2215 [email protected] www.cs.sfu.ca/~torsten Today What is computer graphics? Contents of this course Syllabus Overview of course topics
Using Image J to Measure the Brightness of Stars (Written by Do H. Kim)
Using Image J to Measure the Brightness of Stars (Written by Do H. Kim) What is Image J? Image J is Java-based image processing program developed at the National Institutes of Health. Image J runs on everywhere,
Task: Representing the National Debt 7 th grade
Tennessee Department of Education Task: Representing the National Debt 7 th grade Rachel s economics class has been studying the national debt. The day her class discussed it, the national debt was $16,743,576,637,802.93.
Brain-in-a-bag: creating an artificial brain
Activity 2 Brain-in-a-bag: creating an artificial brain Age group successfully used with: Abilities assumed: Time: Size of group: 8 adult answering general questions, 20-30 minutes as lecture format, 1
Big Ideas in Mathematics
Big Ideas in Mathematics which are important to all mathematics learning. (Adapted from the NCTM Curriculum Focal Points, 2006) The Mathematics Big Ideas are organized using the PA Mathematics Standards
Geometry Notes PERIMETER AND AREA
Perimeter and Area Page 1 of 57 PERIMETER AND AREA Objectives: After completing this section, you should be able to do the following: Calculate the area of given geometric figures. Calculate the perimeter
Utilisation des flash-cards dans l enseignement des langues
Utilisation des flash-cards dans l enseignement des langues Source 1 : http://www.teachingenglish.org/ Joanna Budden, British Council, Spain Flashcards are a simple, versatile, yet often under exploited
Chapter 13: Fibonacci Numbers and the Golden Ratio
Chapter 13: Fibonacci Numbers and the Golden Ratio 13.1 Fibonacci Numbers THE FIBONACCI SEQUENCE 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, The sequence of numbers shown above is called the Fibonacci
7 th Grade Math Foundations for Teaching Unit One: Numbers & Operations Module One: Rational Number s
Unit One: Numbers & Operations Module One: s Day/Date TEKS Activities and Resources Essential Question Aug 25 Aug 26 Aug 27 Aug 28 Aug 29 (SS) (SS) (SS) (SS) - First Day Procedures - Math Class Student
Grade 7/8 Math Circles November 3/4, 2015. M.C. Escher and Tessellations
Faculty of Mathematics Waterloo, Ontario N2L 3G1 Centre for Education in Mathematics and Computing Tiling the Plane Grade 7/8 Math Circles November 3/4, 2015 M.C. Escher and Tessellations Do the following
Turtle Power. Introduction: Python. In this project, you ll learn how to use a turtle to draw awesome shapes and patterns. Activity Checklist
Python 1 Turtle Power All Code Clubs must be registered. By registering your club we can measure our impact, and we can continue to provide free resources that help children learn to code. You can register
Q. Can an Exceptional3D monitor play back 2D content? A. Yes, Exceptional3D monitors can play back both 2D and specially formatted 3D content.
FAQ Content Playback Q. What kind of computer do I need to run an Exceptional 3D display? A. Processor: Intel Core Duo Processor 2.5+GHz, 3M, 1066 Operating System: Windows 7 Memory: 4GB, DDR3, 1066MHz,
Algebra 2 C Chapter 12 Probability and Statistics
Algebra 2 C Chapter 12 Probability and Statistics Section 3 Probability fraction Probability is the ratio that measures the chances of the event occurring For example a coin toss only has 2 equally likely
Math Games For Skills and Concepts
Math Games p.1 Math Games For Skills and Concepts Original material 2001-2006, John Golden, GVSU permission granted for educational use Other material copyright: Investigations in Number, Data and Space,
MISSION VALLEY REGIONAL OCCUPATION PROGRAM COMPUTER GRAPHICS DESIGN COURSE OUTINE
MISSION VALLEY REGIONAL OCCUPATION PROGRAM COMPUTER GRAPHICS DESIGN COURSE OUTINE 1. Course Title: Motion Graphics (Selected Studies) 2. CBEDS Title: Graphic Communications 3. CBEDS Number: 5751 4. Job
How To Make A Poster In Microsoft Excel With Wordpress
Make a Poster With Excel By Lorrie Jackson WHY A TECHTORIAL? What will I learn today? You will learn how to make a classroom poster using Microsoft Excel. What hardware and/or software does the techtorial
1. I have 4 sides. My opposite sides are equal. I have 4 right angles. Which shape am I?
Which Shape? This problem gives you the chance to: identify and describe shapes use clues to solve riddles Use shapes A, B, or C to solve the riddles. A B C 1. I have 4 sides. My opposite sides are equal.
Webelos Scouts will use old and new media in this adventure to bring stories to life as movies. Lights! Camera! Action!
MOVIEMAKING RATIONALE FOR ADVENTURE Webelos Scouts will use old and new media in this adventure to bring stories to life as movies. Lights! Camera! Action! TAKEAWAYS FOR CUB SCOUTS Creating projects with
MMGD0203 Multimedia Design MMGD0203 MULTIMEDIA DESIGN. Chapter 3 Graphics and Animations
MMGD0203 MULTIMEDIA DESIGN Chapter 3 Graphics and Animations 1 Topics: Definition of Graphics Why use Graphics? Graphics Categories Graphics Qualities File Formats Types of Graphics Graphic File Size Introduction
Lesson 1.1 P.WRITE, Gr. 2 & 3, 08-09. PWRITE: POW + TREE: LESSON # 1 Part 1
PWRITE: POW + TREE: LESSON # 1 Part 1 Purpose: Develop Background Knowledge, Discuss It Objectives: Introduction to POW, writing to persuade, and TREE; identification of TREE parts in essay example Materials:
Engage in Successful Flailing
Problem Solving Strategy Essay # 1: Engage in Successful Flailing James Tanton, PhD, Mathematics, Princeton 1994; MAA Mathematician in Residence *** Teachers and schools can benefit from the chance to
an introduction to VISUALIZING DATA by joel laumans
an introduction to VISUALIZING DATA by joel laumans an introduction to VISUALIZING DATA iii AN INTRODUCTION TO VISUALIZING DATA by Joel Laumans Table of Contents 1 Introduction 1 Definition Purpose 2 Data
Creating a Poster Presentation using PowerPoint
Creating a Poster Presentation using PowerPoint Course Description: This course is designed to assist you in creating eye-catching effective posters for presentation of research findings at scientific
Making tessellations combines the creativity of an art project with the challenge of solving a puzzle.
Activities Grades 6 8 www.exploratorium.edu/geometryplayground/activities EXPLORING TESSELLATIONS Background: What is a tessellation? A tessellation is any pattern made of repeating shapes that covers
Ten easy steps to creating great MicroWorlds EX projects. Steve Robson
How do I? Ten easy steps to creating great MicroWorlds EX projects. Steve Robson Contents Page 2 Page 3 Page 4 Page 5 Page 6 Page 7 Page 8 Page 9 Page 10 Introduction How do I move the Turtle? How do I
MAKING AN ANIMATION in MICROWORLDS PRO
1 To create a turtle, click first on this button and then on the white background 2 Try these commands in the command-center and see how the turtle moves on the screen pd right 10 right 45 pu forward 50
Exercise 9-6 Creating a Window Family
Exercise 9-6 Creating a Window Family Estimated Time: File: 10 minutes ex8-5, generic model wall based.rft This exercise reinforces the following skills: Standard Component Families Templates We want to
Problem of the Month: Fair Games
Problem of the Month: The Problems of the Month (POM) are used in a variety of ways to promote problem solving and to foster the first standard of mathematical practice from the Common Core State Standards:
WORK SCHEDULE: MATHEMATICS 2007
, K WORK SCHEDULE: MATHEMATICS 00 GRADE MODULE TERM... LO NUMBERS, OPERATIONS AND RELATIONSHIPS able to recognise, represent numbers and their relationships, and to count, estimate, calculate and check
The GED math test gives you a page of math formulas that
Math Smart 643 The GED Math Formulas The GED math test gives you a page of math formulas that you can use on the test, but just seeing the formulas doesn t do you any good. The important thing is understanding
Microsoft Word 2010: How to Resize and Move Clip Art
Microsoft Word 2010: How to Resize and Move Clip Art Resizing Clip Art If your clip art is too big or too small you can resize to suit your needs. Click on your image with the left mouse button. You should
Writing a Proposal. About Proposals. Step By Step
Writing a Proposal About Proposals Format: Proposals can generally be a letter, memo or a report. Unless told otherwise or given a specific type of document to respond to I d recommend using a report style,
Bridging Documents for Mathematics
Bridging Documents for Mathematics 5 th /6 th Class, Primary Junior Cycle, Post-Primary Primary Post-Primary Card # Strand(s): Number, Measure Number (Strand 3) 2-5 Strand: Shape and Space Geometry and
Tallahassee Community College PERIMETER
Tallahassee Community College 47 PERIMETER The perimeter of a plane figure is the distance around it. Perimeter is measured in linear units because we are finding the total of the lengths of the sides
Radius Compensation G40, G41, & G42 (cutter radius compensation for machining centers, tool nose radius compensation for turning centers)
Radius Compensation G40, G41, & G42 (cutter radius compensation for machining centers, tool nose radius compensation for turning centers) These features are commonly well covered in most basic CNC courses.
1When I get busy I tend to just start piling stuff in my work area. Pretty
Tiger Tutorial All Content Copyright 2010 Glitschka Studios I don t do a ton of pro-bono work but this was for a good cause: a diabetes fundraiser poster with a jungle theme. They asked if I d specifically
Embracing Change with Squeak: Extreme Programming (XP)
Embracing Change with Squeak: Extreme Programming (XP) J. Sarkela, P. McDonough, D. Caster The Fourth Estate, Incorporated Introduction In the sports world, we often hear the adjective extreme applied
CAPZLES TUTORIAL INTRODUCTION
CAPZLES TUTORIAL Hello and Welcome to my Capzles Tutorial! INTRODUCTION Capzles.com is a Web 2.0 social media website for people to create and share their own unique stories using audio, video, photographs,
CALCULATING THE AREA OF A FLOWER BED AND CALCULATING NUMBER OF PLANTS NEEDED
This resource has been produced as a result of a grant awarded by LSIS. The grant was made available through the Skills for Life Support Programme in 2010. The resource has been developed by (managers
SCRATCH PROGRAMMING AND NUMERACY IN SENIOR PRIMARY CLASSES
SCRATCH PROGRAMMING AND NUMERACY IN SENIOR PRIMARY CLASSES Lero, NCTE 2012 Page 2 Table of Contents Page Number Course Introduction page 4 Module 1: page 5 Module 2: page 22 Module 3: page 32 Module 4:
MassArt Studio Foundation: Visual Language Digital Media Cookbook, Fall 2013
INPUT OUTPUT 08 / IMAGE QUALITY & VIEWING In this section we will cover common image file formats you are likely to come across and examine image quality in terms of resolution and bit depth. We will cover
Enhancing Your Smart Board Lessons
Idea #1: Dragging -great for sorting or matching Hint: Right click on object (or click arrow) to pull down menu and choose Locking Allow Move. Another Hint: Make sure you put each item in its own text
Basics of Web Design, introduction to web site design and web page design skills
Basics of Web Design, introduction to web site design and web page design skills This section provides basic skills for web site design and designing good usable web pages, through insight insight into
N-CAP Users Guide. Everything You Need to Know About Using the Internet! How Banner Ads Work
N-CAP Users Guide Everything You Need to Know About Using the Internet! How Banner Ads Work How Banner Ads Work by Tom Harris If you've spent any time surfing the Internet, you've seen more than your fair
MAKE YOUR FIRST A-MAZE-ING GAME IN GAME MAKER 7
MAKE YOUR FIRST A-MAZE-ING GAME IN GAME MAKER 7 In this tutorial, you will learn how to create your first game in Game Maker. The game you will create will be a simple maze game. The object of the game
Digital Photography and Imaging
Digital Photography and Imaging Section B.93 12/16/2015 Ontario College Diploma (2 Years - 4 Semesters ) (1093) 705.759.6700 : 1.800.461.2260 : www.saultcollege.ca : Sault Ste. Marie, ON, Canada PROGRAM
