Simple Turing Graphics Woof, Bark, Bark. The Screen (0,0)(600,0) (600,400)(0,400) 300 150 (150,300) First line of code: View.Set(“graphics:600;400”)

Slides:



Advertisements
Similar presentations
(人教PEP)四年级英语下册课件 Unit 3 Is this your skirt? Lesson 1.
Advertisements

Chapter 4: Section 6 Compound Probability.
Quick Start to Using GWAEA Data Tools for Teachers By Grant Wood Area Education Agency Office of Planning & Development March, 2004.
Noadswood Science,  To know how to use Python to produce windows and colours along with specified co-ordinates Sunday, April 12, 2015.
SuperStar Basics Brian Bruderer. Sequence Editors Traditional sequence editors use a large grid to control when channels are turned on and off. This approach.
Handling Data Pie Charts Data (numbers) can be shown much more clearly using charts and graphs.
© red ©
Probabilities of Dependent Events. Determining probabilities of dependent events is usually more complicated than determining them for independent events.
Tips on Listing Funds in Fund Centers. For Cost Centers  Enter S_ALR_ Assignments to Cost Centers onto the command line.  Press Enter.
Scratch Understanding some programming techniques using Scratch Resetting, Parallelism and Events.
Customizing Your Toolbars in Microsoft Office Lunch and Learn: June 7, 2005.
Adding Websites to a Folder  Putting sites into an already existing folder Putting sites into an already existing folder  Adding an image on the icon.
COLOURS.
Do not begin Slide Show. Stay in normal view for now.
Co mputer Graphics Researched via: Student Name: Nathalie Gresseau Date:12/O7/1O.
Basic Animation What you need to try is in the yellow boxes! Save this presentation in your Unit 2 folder.
Objective Understand concepts used to create digital graphics. Course Weight : 15% Part Three : Concepts of Digital Graphics.
Find the probability and odds of simple events.
Introducing Scratch the Cat
G053 Lecture 12 Introduction To HTML Mr C Johnston ICT Teacher
© Ms. Masihi 1.  A Horizontal Rule is a built-in graphic element that can be used to draw horizontal lines (rules) on your web page.  This is accomplished.
AutoCAD 2002 CAD stands for Computer-Aided Design. An AutoCAD drawing is made up of objects. These can be either simple graphic objects (such as lines,
How to get started with Excel VBA. We need to enable programming in Excel  the “Developer menu”
EFolio Intermediate Adding Content Adding Content Images Images Documents Documents Audio and Video Files. Audio and Video Files. Sidebar - Hyperlinks.
Graphic Basics in C ATS 315. The Graphics Window Will look something like this.
11 To call into question Questioning of a statement or fact Demand for justification or explanation Challenge.
GRAPHICS MODULE 14 STUDY BOOK. Graphic commands SCREEN - puts the screen into graphics mode WINDOW - allows scaling of the screen LINE - 3 formats –LINE.
Color Web Design Professor Frank. Color Displays Based on cathode ray tubes (CRTs) or back- lighted flat-screen Monitors transmit light - displays use.
Section 7.4 Use of Counting Techniques in Probability.
MICROSOFT WORD THE SCREEN LAYOUT THE MICROSOFT OFFICE BUTTON.
Dreamweaver Design By Thomas Mason. DREAMWEAVER DESIGN 1.
PART TWO Electronic Color & RGB values 1. Electronic Color Computer Monitors: Use light in 3 colors to create images on the screen Monitors use RED, GREEN,
0171 Blue 1 2x 45dCC.jpg0171 Blue 1 2x 0d.jpg0171 Blue 1 4x end.jpg OMG-ASM-0171, Blue 1, 40-1 Assembly #, Colour code, Foam # :
Created by Lori Cummings. TEACHER JOB AID Accessing the website. Type the following URL into your browser: Enter your.
Create a space Using the box Draw tool for your image.
Click Here Website Using Screencast-o-matic.com. Go to the website that you have the video playing on. The dotted box will still show up, you can resize.
Turtle Graphics Let’s see what we can draw on Python!
A red dress What’s this? It’s a dress. What colour is it? It’s red. It’s a red dress.
Let’s say you wanted to delete this page from the newsletter template.
Introducing the turtle
Creating Web Pages in Word. Sharing Office Files Online Many Web pages are created using the HTML programming language. Web page editors are software.
Dexterity Skills Exercise. What is dexterity? The skill in performing tasks, especially with the hands. The coordination of small muscle movements—usually.
HOW TO TUTORIAL: CREATING DATA VISUALIZATION GROUP 8.
Presentation title which may run over two lines
How To Call Phones From Gmail Go to the chat on left side of the Gmail screen.
© A+ Computer Science -
Starter Activity Instructions: Complete the starter sheet Planner
South African Flag The South African flag contains the most colours of any national flag. Can you colour it in here? RED WHITE YELLOW WHITE BLACK GREEN.
Microsoft® Small Basic
Section 16.1 Functions.
Basic Graphics Drawing Shapes 1.
What do these words mean to you?
Colours.
Pixels.
UNIT3 Colour.
What Color is it?.
Courses Tab Press the Courses tab
Temperature and Color of Stars
© T Madas.
Counting by 2’s, 3’s, 5’s, and 10’s
Powering Africa This template can be used as a starter file to give updates for project milestones. Sections Sections can help to organize your slides.
Solving Ratios Problems using Visuals
Wings 2.0 Business Flow Reference
Drawing graphs….
Standard Grade Graphic Communication KI Q1
Move the mouse pointer onto the red box
Year 8 Unit 2 Bitmap Graphics
CAMP 1 – MODULE 3 INSIDE MATHEMATICS
BPKC NUMERICAL ANALYSIS ASSIGNMENT-3
Presentation transcript:

Simple Turing Graphics Woof, Bark, Bark

The Screen (0,0)(600,0) (600,400)(0,400) (150,300) First line of code: View.Set(“graphics:600;400”)

All Draw commands need… A colour! Colours are numbers between 0 and 255 There are some predefined colours that you can use: black, red, yellow, green… There is a colour chart in the Turing Resource section of the website.

Lets Draw some Stuff! All graphics commands start with Draw. Try this one: Draw.Dot(200,100,24) –200=x coordinate –100= y coordinate –24 is the colour Colours a single pixel

Draw.Box Creates a Box… Try this: Draw.Box(10,10, 60,60,red) (10,10) v (60,60)

The Turing Help Press F10 Has how the commands work Sample programs Tips on how to do cool things!

The Turing Help Click on the Index Tab

Draw. Double click on these commands to see how they work!

Your Graphics Assignment On the site!