Lists and Sorting Algorithms Exploring Computer Science – Lesson 2-7.

Slides:



Advertisements
Similar presentations
Why research? to learn the research process to share information to practice finding sources, note taking, and writing expository texts.
Advertisements

The Writing Process Communication Arts.
1/5/14Materials Needed: Binder, Pencil LS-2 Homework: #51 DO NOW: Look at the item in the picture below. What is it? What is it used for? Would you find.
The Writing Process.
Types of Text October Kindly contributed by Samantha Dowd, Wigan.
Data Structures Data Structures Topic #13. Today’s Agenda Sorting Algorithms: Recursive –mergesort –quicksort As we learn about each sorting algorithm,
Writing a Research Paper
COMS W1004 Introduction to Computer Science May 29, 2009.
Basic English II Jay Melton. We will meet twice a week One class meeting in 小 7 The other class meeting in 情 2.
CSCE 3110 Data Structures and Algorithm Analysis.
Inventors/Innovators both past and Present Invented the telephone Steven Sasson Created the first digital camera.
“Funny in Farsi” Presentation Example Mr. Sanders - English 235.
 Step 1. Choose a topic  Step 2. Brainstorm  Step 3. Create a research plan  Step 4. Gather Data.
The Writing Process My Favorite Things.
Level 2 IT Users Qualification – Unit 1 Improving Productivity
Illuminating Computer Science CCIT 4-6Sep
SESSION 2 OF THE COMPUTER TRAINING COURSE CALLED POWER POINT GIVEN AT THE RECOVERY LEARNING COMMUNITIESPOWER POINT PRESENTED BY JOHN MUDIE & STEPHANIE.
English Language Arts Level 7 #44 Ms. Walker
Science Fair Projects Developed by Ms. Sica-Fosella 10 Easy Steps to Science Project Completion.
Unit 1 – Improving Productivity Louis Price Instructions ~ 100 words per box.
How to do Quality Research for Your Research Paper
Steps to Writing a Research Paper. Step #1: Choose a topic.  If given a topic, choose your angle or approach.  Consider what area of the topic you want.
Meta-Knowledge Computer-age study skill or What kids need to know to be effective students Graham Seibert Copyright 2006.
Read 0090 FALL 2012 W70 Adalia Reyna, Instructor.
1 Project Information and Acceptance Testing Integrating Your Code Final Code Submission Acceptance Testing Other Advice and Reminders.
 Although initially, computers are more expensive than books, an unlimited amount of knowledge and information is accessible from them.  They have become.
Monday, Oct. 27 th, 2014 Sit in your assigned seat… NO ELECTRONICS until you have completed your handwritten speech!! Take out the My Future assignment.
Unit 1 – Improving Productivity. 1.1Why did you use a computer? What other systems / resources could you have used? I used a computer because it is easy.
Igniting 21st century learning ® ® © One-to-One Institute 1 Teaching & Learning in a One-to-One Environment 1 Muskegon August 16,17,18.
How to organize your notes When you are done reading this, you will know: Various ways to take notes How to keep track of your sources How to NOT screw.
Revolutionary War Project. You will be doing a research project about the Revolutionary War. You will research people, battles, and events. This project.
Monday September 14th, 2015 Planner: – HW: Safety rules poster due Wed. 9/16 – Safety Quiz tomorrow - based on rules You Need: – Today: Daily 5 To Do:
 Get straight to work on your map poster from “The Most Dangerous Game”
Communication Arts The Writing Process. Communication Arts Five Stages of the Writing Process Prewriting Drafting Revising Editing Publishing.
Read all the material on lab reports at the beginning of the manual and read the rubric. Be sure you understand your experiment. I will grade by the rubric.
Referencing and Plagiarism Objectives: -To learn how to reference correctly - Warning about plagiarism - Getting ready for Mid-term review - Work Experience.
Research Poster A Web based lesson by Ellen Fasenfest a teacher with 15 years of experience at Etna Elementary. Lesson is located at
COMP1927 Course Introduction 16x1
Linear and Binary Search Algorithms
Before Class This is an excellent time to review unit 1 material Focus on our most important concepts: Exploratory narratives (as a genre) Serial position.
Mrs. Herrera English Language Arts and Composition.
Sorting. Sorting Sorting is important! Things that would be much more difficult without sorting: –finding a telephone number –looking up a word in the.
To change the sample image, select the picture and delete it. Now click the Pictures icon in the placeholder to insert your own image. Click Send to.
Hello Everyone! Welcome to Collier Computer Lab Today is Tuesday. Again, we will learn how to type today. I hope that you enjoy practicing your typing.
Body System Here Enter group members names here. Save Your Work! This is a good time to start saving your work. Go to FILE, then Save As…, then change.
FINAL PRESENTATION 25% of Your Total Grade. PRESENTATION INSTRUCTIONS Give a short presentation based on one of the main topics from the text (the topics.
Lists and Sorting Algorithms
Preparing for success, Summer Progress 8 … a changing context!
Communication Arts The Writing Process. Communication Arts GUIDING CONCEPT As writers, we understand and demonstrate the ability and flexibility to use.
AP Computer Science Principles
Welcome to your library day!
BIO1130 Lab 2 Scientific literature
Starting a Project: Research Tips
Welcome to Early Calendar Visual Arts 1
Lists and Sorting Algorithms
Evaluation of Research Methods
Lesson 5-15 AP Computer Science Principles
NUTRITION RESEARCH PROJECT
The Five Stages of Writing
EXPLORING COMPUTER SCIENCE Journal Entries, Portfolio Entries, And Check Your Understanding Unit 2 – Strand 2 Problem Solving This unit focuses on.
Algorithms Key Revision Points.
Making a Change.
The Five Stages of Writing
Starting a Project: Research Tips
January 5th & 6th, 2016 What have we learned so far?
Lesson Warm Up Team Sort:
Mod 3 Lesson 2 Me First! Sorting
TESOL Methods: Principles & Practices
warm-Up: Would you rather…?
Presentation transcript:

Lists and Sorting Algorithms Exploring Computer Science – Lesson 2-7

Objectives The students will be able to:  Define sorted and unsorted lists.  Describe various sorting algorithms.  Compare various sorting algorithms.

Journal Entry  What is the difference between a linear search and a binary search? When is one search method better than another? Give examples. 5 minutes

Sorting – The 5 Most Common Methods of Sorting The 5 most common methods a computer might use to sort information are: 1. Selection Sort 2. Quicksort 3. Insertion Sort 4. Bubble Sort 5. Mergesort

Sorting – Your Mission…Should You Choose To Accept It Using the internet, do the following for each of the 5 sorting methods: 1. In 2 paragraphs or less of clear, concise and grammatically correct English, describe how that sorting method works. 2. Below the 1-2 paragraphs, list the website or websites you referenced to write your paragraph as a ‘clickable’ link. 3. Below that link or links, draw or paste a diagram that visually exemplifies how that sorting method works. 4. When you have finished describing and referencing the 5 methods, in 2 paragraphs or less, conclude (through comparison and contrast) which method YOU think is the best, in terms of speed.

Sorting - Why is this important?  Information is much easier to find in a sorted list. Telephone directories, dictionaries and book indexes all use alphabetical order, and life would be far more difficult if they didn’t. If a list of numbers (such as a list of expenses) is sorted into order, the extreme cases are easy to see because they are at the beginning and end of the list. Duplicates are also easy to find, because they end up together.  Computers spend a lot of their time sorting things into order, so computer scientists have to find fast and efficient ways of doing this.

Sorting - Some Points to Remember  Summarize and rephrase  Using original language will earn you points; copying and pasting will earn you a missing.  Proofread  Turning in writing that someone else has read and offered advice on will earn you points; turning in writing that is full of errors and grammatically incorrect will earn you question marks and minimal points.  Remember the format  Your submission must be a Word document. A Google document is unacceptable and will be deleted.  Focus  You must complete at least one third of your paper before leaving class today (That’s Selection Sort and Quicksort.) and send it to me via . The remainder is homework. You will be given 25 minutes at the start of class on Tuesday to finish, amend or ‘tweak’ your final submission

Sorting – Your Presentation/Demo  Assign Roles  Everyone in your group of 3-4 people MUST speak.  Create a Poster  A poster must be created that summarizes and pictures your sort method.  Create a Deck of Cards  A deck of 12 cards must be created, each of which carries one number between 1 and 12. These cards must be used to demonstrate your sorting method.  Focus  This presentation is part of your overall grade for the Sorting Method Research Paper. Do not take it lightly. Remember: EVERYONE in your group must participate in the presentation. Otherwise, a third of your grade will be a zero and make even a C impossible…unless your research paper is perfect. Is that likely? Hmmmm….based on your Tower Building Activity Reflection….I kind of doubt it. Time to step up and make yourself heard.