Intro to Programming 2/23/2016 Review Sections 1-3

Slides:



Advertisements
Similar presentations
Chapter 12 Sorting and searching. This chapter discusses n Two fundamental list operations. u Sorting u Searching n Sorted lists. n Selection/bubble sort.
Advertisements

Quiz Time What button stops the sprite from vanishing off the screen?
Flappy bird guide for Scratch
Creating a Basic Pacman game
Put Time on Your Side Activity. You need scratch paper and a pen or pencil.
1 An intro to programming concepts with Scratch Session 3 of 10 sessions Repetition and variations.
Getting Started With HTML HTML code needs an editor for a programmer to be able to use. We can use Notepad on a PC or TextEdit on a Mac. However, it is.
Scratch Programming Lesson 2 First glance to programming logic.
2015 CSE/EGR Summer Camps 1 Computer Science Concepts 1. What is an algorithm? 2. Binary information coding 3. Programming concepts via Scratch Designed.
Summary Algorithms Flow charts Bubble sort Quick sort Binary search Bin Packing.
Image #1 Getting Started
Computer Programming Modeling a Passive Solar Home.
First Project: Dance Dance Sprite  Write a dance with your sprite (You pick or create the sprite)  Incorporate as many of the Motion Commands as you.
How to create a sprite Delete a sprite (e.g. the cat) by right clicking on it and choosing delete. Go to the bottom right hand corner and choose a new.
How to create a basic game in Scratch. The Scratch Stage The Scratch stage is 480 pixels wide and 360 pixels high x increasesx decreases.
An exploration of drama and writing.  Librarians pass out all reading materials  Do Now: What is your favorite movie or play? Why? (Be specific)  10mins.
Review for Final June 13, 2016.
Scratch Programming Cards
Introduction to Scratch
Searching and Sorting Algorithms
Standard Operating Procedure
Today, we'll learn how to animate our artwork
Scratch for Interactivity
Exploring Mathematical Relationships Module 5: Investigation 3
Battleship.
Intro CS – Loops & Creating Shapes
Building with Numbers Module 4: Investigation 3
© A+ Computer Science -
Creating a Tank Game in Scratch
Chapter 8 Arrays Objectives
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Playing with Pictures Module 1 Lesson 3.
Analysis of Bubble Sort and Loop Invariant
Sprite Animation An exercise on filling circles and polygons to create the animated sprite used in ‘Pac Man’
Getting Started with Scratch
Module 2 Lesson 3 Over and Over Again
Areas of the SCRATCH 2 Screen
How to make a peanut butter & jelly sandwich
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Mod 2 Lesson 2 Repeating Debugging
Directions: On each slide you will find fish of different colors, sizes, and numbers. You will also find bubbles for grouping the fish. On some slides.
Mod 2 Lesson 2 Repeating with loops
Searching and Sorting Arrays
Getting Started with Scratch
Image #1 Getting Started
Game Over Module 4 Lesson 2.
Introduction to Snap Programming
Rubric: You will be scored on the following:
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Getting Started with Scratch
© LaunchPad Learning Inc. All rights reserved.
Module 2 Lesson 3 Over and Over Again
Mod 5 Lesson 1 Scratch Cards: Easy
Game development using Scratch
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Intro to Programming Review for Quiz.
Mod 2 Lesson 2 Repeating with loops
Module 2 Lesson 3 Over and Over Again
Playing with Pictures Module 1 Lesson 3.
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Mod 3 Lesson 2 Me First! Sorting
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Battleship.
Scratch 7B IT 1.
2 Making Blocks.
Animate a Sprite. By M, M and C P6
Presentation transcript:

Intro to Programming 2/23/2016 Review Sections 1-3 Open Notes Quiz on Thursday Get out a piece of paper for review Intro to Programming 2/23/2016 Review Sections 1-3

Learning Objectives Students will be able to use the Selection and Bubble sort to put items in order. Students will complete a review activity preparing for Thursday’s Quiz

Put your answers in your notes. Sort Review Show the following sets of data after three passes Go from LEFT to RIGHT Bubble Sort Low High 30 10 5 60 20 21 4 Selection Sort Put your answers in your notes.

Put your answers in your notes. Quiz Review Put your answers in your notes. Describe the following Linear Search: Binary Search: Searching using a Hash table: Bubble Sort: Selection Sort: Quick Sort:

Algorithm Review Write an algorithm (At least 8 steps) to make a peanut butter and jelly sandwich

Scratch Review Describe what the following code does. Test your answer by entering it into Scratch

Review in Scratch Create a Scene with the following Three copies of one sprite, each that have been changed to a different size Large Sprite Edit the image by putting on a Hat The large sprite moves back on forth changing costumes to face in the correct direction Medium Sprite Edit the image with a mustache The medium sprite moves up and down Small Sprite Edit the image by changing the color of the face The small sprite can move around the stage using arrow keys Add a drawing using loops and the pen of at least three polygons. (Square, pentagon ,…) Set a background Extensions: Create different costumes for the sprites so they change as they move around the screen, Create a reaction when two sprites collide, …