WELCOME TO OPEN HOUSE. Vicki Coffman Computer Science Advanced Pre-AP Advanced Placement CS3.

Slides:



Advertisements
Similar presentations
Meeting the Needs of Gifted and Motivated Students Deborah Johnston Curriculum Process ELS 703 March, 2010.
Advertisements

What is the Advanced Placement Program? The Advanced Placement Program are courses taught at local high schools, which allow students to participate in.
Welcome to Mount Si High Schools Open House Please sign in…. AP Biology/Biology Andrew Rapin Room 124.
WELCOME TO OPEN HOUSE. Vicki Coffman Computer Science I and II and Web II (Independent Study in Technology Applications)
What is AP? Advanced Placement (AP) is a series of courses designed by the CollegeBoard and taught by high school teachers. Through AP's college- level.
CollegeBoard AP The AP ® Program. What is the difference between Advanced Placement ® and other college–prep or honors courses ? Designed by teams of.
Ecole St. Patrick High School Advanced Placement Program.
ADVANCED PLACEMENT & DUAL CREDIT Conroe High School Stephanie Osborn Advanced Programs Facilitator.
Tangipahoa Parish School System Academic Information An Overview of Graduation Requirements, Academic Endorsements, and Honors and AP® Courses.
Oswego High School Science Dept. An Introduction to the Advanced Placement Program ®
Final Exam Preview Chapter 4,5,6,7,8,9. Remember to evaluate CS221  Go to  Ends tonight.
CSCE156: Introduction to Computer Science II Instructor Stephen Scott Website
COMP171 Data Structures and Algorithm Qiang Yang Lecture 1 ( Fall 2006)
CSC 111 Course orientation
Visualize Your Future-Make the Right Choice 1.
July 16, Introduction to CS II Data Structures Hongwei Xi Comp. Sci. Dept. Boston University.
“So You’re Taking AP?” Date: May 27 th, Advanced Placement Program (AP) courses are college-level courses offered in high school. AP courses reflect.
HORSEED International University
Welcome to AP Human Geography “The most important class you will ever take!” Pietruszka.
The Advanced Placement Program at West Forsyth High School Dr. Tom Fowler Mrs. Donna Duncan AP CoordinatorAssistant AP Coordinator.
Integrating Business Education and Computer Science to Prepare Students for the 21 st Century Barbara Ericson Advanced.
 Students have an opportunity to make choices in middle school that are new and exciting and like nothing they have experienced before…
Exit data from classes of 2009 (597) & 2010 (644) Academic Profiles of SCAHS Students at Penn State.
Clayton Valley Charter High School AP and Honors Class Offerings PREPARING ALL STUDENTS TO BE BECOME 1 ST CLASS CITIZENS WITH A WORLD CLASS EDUCATION.
A Growing Opportunity At Windsor High School.  Committed to the principle that ALL students deserve an opportunity to participate in rigorous and academically.
 address the challenges of  increasing interest and participation  improving the preparation of girls in computing and cyber.
CSC 212 – Data Structures Prof. Matthew Hertz WTC 207D /
Tangipahoa Parish School System High School Programs for 21st Century Students * A Commitment to Excellence * Tangipahoa Parish School System High School.
Java Collections An Introduction to Abstract Data Types, Data Structures, and Algorithms David A Watt and Deryck F Brown © 2001, D.A. Watt and D.F. Brown.
8 th Grade Parent Night 2014 Mrs Deborah Cote Science and Technology Department Head ext. 242.
AP/Honors Night WELCOME! WELCOME!. What is the Honors and Advanced Placement Program? We offer nine Honors classes across the English, Social Studies,
Welcome to AP Human Geography “The most important class you will ever take!” Pietruszka.
Data Structures (Second Part) Lecture 1 Bong-Soo Sohn Assistant Professor School of Computer Science and Engineering Chung-Ang University.
Pre-AP (Advanced Placement) Pre-AP (Advanced Placement) The decision to take a Pre-AP course needs to be what is most appropriate for YOU as a student.
Armstrong School District An Introduction to the Advanced Placement Program ®
College Graduation Rates Source: Dodd and Keng, 2008.
Creekside High School An Introduction to the Advanced Placement Program ®
ADVANCED PLACEMENT at ST. MARY C.S.S.. WHAT IS THE AP PROGRAM?  Grade 9-12 enrichment courses  Aim of courses: prepare students to successfully write.
Advanced Academics Northwest ISD. Advanced Academics The Advanced Academics Department provides direction, leadership and support to K-12 programs that.
Is Advanced Placement the right choice for me? North Forsyth High School.
WELCOME TO OPEN HOUSE. Vicki Coffman Computer Science Pre-AP Advanced Placement CS3.
Welcome to: Mr. O’Neill’s AP Computer Science Class SAN MARCOS HIGH SCHOOL KNIGHT PRIDE Leading... Now Tomorrow Forever.
Pre-AP & AP Information February 25, What is Pre-AP? Think of Pre-AP courses as honors courses designed to prepare students for AP courses. Pre-AP.
Northern Burlington County Regional High School Honors and Advanced Placement (AP) Program.
AP HUMAN GEOGRAPHY MR. ROBLES* AP HUMAN GEOGRAPHY THE PURPOSE OF THE AP HUMAN GEOGRAPHY COURSE IS TO INTRODUCE STUDENTS TO THE SYSTEMATIC STUDY.
Final Exam Tuesday, December 22nd 2:00 - 3:50pm room 102 Warren Weaver Hall.
Advanced Placement at Century H.S. Reaching the top of the mountain.
2013 – 2014 Student Activity Conference 1CS Intro and Update Computer Science Contest Introduction Dr. Shyamal Mitra Contest Director For new coaches and.
Socorro Independent School District Pre-Advanced and Advanced Placement Program 2015.
The AP ® Program Welcome To AP Information Night Oak Ridge High School February 1, 2016.
Advanced Placement College Composition I/II College Credit Plus Nordonia Guidance Department School Counselors: Mrs. Emily Rion and Miss. Courtney Wenzel.
Yorkville High School An Introduction to the Advanced Placement Program ®
Shrewsbury High School Susie Eriole, AP Coordinator Maureen Monopoli, Assistant Principal for Curriculum & Assessment An Introduction to the Advanced Placement.
Lancaster High School An Introduction to the Advanced Placement Program ®
1 i206: Lecture 17: Exam 2 Prep ; Intro to Regular Expressions Marti Hearst Spring 2012.
An Introduction to the Advanced Placement Program®
AP Test Registration 2017.
COMP9024: Data Structures and Algorithms
An Introduction to the Advanced Placement Program®
An Introduction to the Advanced Placement Program®
Advanced Placement Program®
Welcome To AP Information Night Oak Ridge High School February 5, 2018
Computer science & HB 5 Stem Endorsement.
Advanced Placement at Alexander High School
Advanced Programs in Jefferson County
Introduction to CS II Data Structures
An Introduction to the Advanced Placement Program®
CS 2430 Object Oriented Programming and Data Structures I
Advanced Placement Program®
Advanced Placement Program®
Presentation transcript:

WELCOME TO OPEN HOUSE

Vicki Coffman Computer Science Advanced Pre-AP Advanced Placement CS3

Advanced and pre-AP Topics Variables and constants Data types Program input/output Data abstraction and encapsulation Control structures Boolean logic Program design

Advanced and pre-AP tools All of these are free downloads – URLs are on the syllabus. Scratch Alice Jeroo

Textbook Information (Advanced and pre-AP) A+ Computer Science Stacey Armstrong (Your student should have taken this home on a USB drive.)

Advanced Placement Topics (plus review of pre-AP topics) One and two dimensional arrays Algorithms –Searching –Sorting –Traversal –Insertion –Deletion GridWorld case study

Advanced Placement is strictly Java! // Java0401.java // This program demonstrates one-way selection with. // Run the program twice. First with Sales equals to 300,000 // and a second time with Sales equals 500,000. public class Java0401 { public static void main (String args[]) { System.out.println("\nJAVA0401.JAVA\n"); double sales = ; double bonus = ; if (sales >= ) bonus += 500.0; System.out.println("Yearly bonus: " + bonus); System.out.println(); }

Textbook Information (Advanced Placement) Exposure Java Leon Schram (Your student should have taken this home on a USB drive.)

AP Information (Advanced and pre-AP students, please consider continuing to AP!) Prepare to Succeed in College AP courses can help you acquire the skills and habits you'll need to be successful in college. You'll improve your writing skills, sharpen your problem-solving abilities, and develop time management skills, discipline, and study habits. Earn College Credit and Placement More than 90 percent of four-year colleges in the United States and colleges in more than 60 other countries give students credit, advanced placement or both on the basis of AP Exam scores. By entering college with AP credits, you'll have the time to move into upper level courses, pursue a double-major or study abroad.

CSIII Topics (Advanced Placement students, please consider for next year!) Continuation of CS AP topics, plus Stacks, queues, linked lists, binary trees, heaps, maps, sets Hashing Algorithm analysis and Big-O Individual projects

Tutorials/Computer Science Club Tutorials M-F 2:30PM – 3:00PM (at least) Computer Science Club, MWF, 2:30PM - ? Conference period: 2 nd (8:25AM – 9:15AM)

UIL Information The University Interscholastic League offers the most comprehensive literary and academic competitive program in the nation. These activities, which exist to complement the academic curriculum, are designed to motivate students as they acquire higher levels of knowledge, to challenge students to confront issues of importance, and to provide students with the opportunity to demonstrate mastery of specific skills.

Programming Contest Information We attend numerous written and hands- on programming contests during the year. All are on Saturdays, usually from 7AM to 3PM (approximately). We attend between one and three contests per month. I can usually take pretty much as many people as want to go. I favor those who show up for club.

Code Wars Information HP Code Wars is a first class computer programming competition for high school students. Hosted on Hewlett- Packard's Houston campus, the Code Wars experience is unlike any other programming competition. The event successfully combines several quality ingredients: the high-tech HP environment, a wide range of programming challenges, large amounts of good "programmer" food (pizza and caffeine), music, plus loads of giveaways (including gift bags and door prizes) -- all in an exciting, stimulating, and competitive environment. In the past, I have been able to take 15 people. I favor those who do extra projects and show up for club.