WELCOME TO OPEN HOUSE. Vicki Coffman Computer Science 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

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 ®
Welcome to the DHS Advanced Placement Presentation Anthony Smith Principal, Duluth High School.
COMP171 Data Structures and Algorithm Qiang Yang Lecture 1 ( Fall 2006)
CSC 111 Course orientation
What is the Advanced Placement Program? The Advanced Placement Program are courses taught at local high schools, which allow students to participate in.
“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
Occupational Career Project By Jimmy Evans. I want to pursue a career in computer engineering. Specifically something in computer software. I think a.
11 July 2009 Capital Conference 1UIL CS Contest Preparation Computer Science Contest Preparation and Problem Solving Dr. Shyamal Mitra Contest Director.
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.
South Miami Senior High School. Advanced International Certificate of Education (AICE Diploma) An international, pre-university program developed by the.
 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.
Setting Higher Expectations Creating Successful Transitions from High School to College Language Programs Dygo Tosa, Department of Classics
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.
Tangipahoa Parish School System High School Programs for 21st Century Students * A Commitment to Excellence * Tangipahoa Parish School System High School.
Atascocita High School Class of 2014/ Freshman Night.
Welcome to IIT and cs115!.
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.
Advanced Placement Decatur Public Schools. What is Advanced Placement? AP courses allow students to take college level coursework in high school. AP exams.
WELCOME TO OPEN HOUSE. Vicki Coffman Computer Science Advanced Pre-AP Advanced Placement CS3.
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.
Creekside High School An Introduction to the Advanced Placement Program ®
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: Mr. O’Neill’s AP Computer Science Class SAN MARCOS HIGH SCHOOL KNIGHT PRIDE Leading... Now Tomorrow Forever.
Studying in Guelph for your 3 rd year. University of Guelph.
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 at [INSERT SCHOOL NAME]. Advanced Placement Program ® (AP ® ) courses are college-level courses offered in high school. AP courses reflect.
The AP ® Program Welcome To AP Information Night Oak Ridge High School February 1, 2016.
What is the Advanced Placement Program? The Advanced Placement Program are courses taught at local high schools, which allow students to participate in.
Unraveling Pre-AP,GT and AP Course Selection Colleyville Heritage High School 2013.
Inspiring Excellence Pre-AP, AP, G/T Parent Awareness Spring 2016.
Yorkville High School An Introduction to the Advanced Placement Program ®
Questions to ask yourself. What is AP Human Geography? What can I expect?
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®
An Introduction to the Advanced Placement Program®
Computer Science Department
An Introduction to the Advanced Placement Program®
Computer Science Department
Welcome To AP Information Night Oak Ridge High School February 5, 2018
Computer science & HB 5 Stem Endorsement.
Advanced Placement at Alexander High School
Introduction to CS II Data Structures
An Introduction to the Advanced Placement Program®
Advanced Placement Program®
Advanced Placement Program®
and International Baccalaureate
Presentation transcript:

WELCOME TO OPEN HOUSE

Vicki Coffman Computer Science Pre-AP Advanced Placement CS3

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

Pre-AP Tools All of these are free downloads – URLs are on the syllabus. Scratch Alice Jeroo

Textbook Information (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 (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, T & Th, 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.

IBM Master the Mainframe In the fall semester of 2013, IBM is running its ninth annual Master the Mainframe Contest for college and university students across the U.S. and Canada (excluding Quebec). High school students are also encouraged to compete! No experience with mainframes is necessary. In fact, the contest is designed for students with little or no mainframe experience, increasing with difficulty as the contest progresses. Students just need to bring drive and competitive spirit. reg.dfw.ibm.com/contest/usaca.nsf