Computer science & HB 5 Stem Endorsement.

Slides:



Advertisements
Similar presentations
Peaster High School Graduation Requirements. Which Program is Right for You? The Minimum Program is preparing you to go into the Workforce. The Recommended.
Advertisements

AP Session info and course information.  English III  Math  Math Analysis, Algebra II w/ Trig, or AP Calculus I/AB  Fitness/Health  Technical Concentration.
HOUSE BILL 5 UPDATE Foundation and Endorsement FAQs.
Tomball ISD and House Bill 5
© North East Independent School District, 2014 High School Graduation Requirements First time 9th-grade students in and thereafter.
Foundation High School Program with endorsements & Distinguished Level of Achievement House Bill 5 (hb5)
ADVANCED PLACEMENT & DUAL CREDIT Conroe High School Stephanie Osborn Advanced Programs Facilitator.
AUSTI N Independent School District AUSTIN Independent School District AUSTIN Independent School District AISD Graduation Plans and HB5 February 3, 2014.
New High School Graduation Requirements Students entering Grade 9 in the school year and thereafter shall enroll in the courses necessary.
Scheduling HB 5 and graduation.
High School Graduation Plans
HB 5 Course Requirements March 21, Foundation Graduation Plan DistiD Foundation 22 Credits Endorsement 26 Credits Distinguished Copyright 2014 Region.
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 OPEN HOUSE. Vicki Coffman Computer Science Advanced Pre-AP Advanced Placement CS3.
HB 5 Orientation Presented by: Junior High Counseling Department.
WELCOME TO OPEN HOUSE. Vicki Coffman Computer Science Pre-AP Advanced Placement CS3.
Pflugerville ISD House Bill 5 Graduation Plan
4 Year Plans Eaton High School HB5 Requirements - Counselors will meet with each student and parent to develop a four year plan. - These plans.
Four Year Plan Kick Off Meeting.  Counselors will meet with each student and parent to develop a four year plan.  These plans can be changed each year.
Decatur ISD Graduation Requirements For Incoming 9th Graders in the School Year.
New Graduation Requirements For students entering high school during the school year and beyond.
Approved to reshape the graduation plans for all students in the state of Texas. Students choose their high school Program of Study Beginning with students.
Class of 2019! Foundation High School Plan (curriculum requirements) Endorsements (coursework related to specific career interest that will allow for.
 Uplift Summit International Preparatory.  Introductions  Graduation Requirements  Graduation Plans  IB Diploma Program.
BETA Counseling Department
High School CTE Electives
New Graduation Requirements
HB 5 Course Requirements
Personal Graduation Plan
Start Right at Valencia by Taking the Correct Math Class
Plano ISD Graduation Plans
Freshmen Parent Meeting
Honors Advanced Placement and Dual Enrollment
Class of 2018 Brandon High School (current 11th graders)
Class of 2021 Brandon High School (Current 8th graders)
Graduation Plans for SBISD Students
KLEIN OAK HIGH SCHOOL Promise2Purpose
Making A Plan Setting A Goal
Class of 2019 (CURRENT 10TH GRADE STUDENTS)
Honors Advanced Placement and Dual Enrollment
Honors & Advanced Placement Informational Session 2017
Graduation Requirements
Graduation Plans.
Ap computer science 2 AP COMPUTER SCIENCE A EXAM SPRING OF EVERY YEAR
Graduation Requirements
2019.
Scheduling HB 5 and graduation.
Sharyland High School 9th Grade Orientation
Welcome to the Computer Science classes
High School Graduation Plan
Freshmen Parent Meeting
Parent Information Night 8th and 9th Grade Parents
Class of 2015 Registration for your Senior Year
Class of 2023! Incoming Freshmen Orientation Night December 11, 2018
Get on the Path to STEM Success
Graduation Requirements
The transition from 8th Grade into high school is a milestone to celebrate! Welcome to high school! Learn what you need to know to make the transition.
Here’s what we’re doing….
Here’s what we’re doing….
Freshman Conference Overview
Welcome to Sophomore Year
JUNIOR ENROLLMENT (THIS YR’S SOPHOMORES) ACTUAL PRE-ENROLLMENT DATE
SENIOR ENROLLMENT (THIS YR’S JUNIORS) ACTUAL PRE-ENROLLMENT DATE
James C. Enochs High School
High School CTE Electives
Foundation High School Program + Endorsement
Graduation Plans for SBISD Students
Advanced Placement & Honors Informational Session 2018
Sharyland High School 9th Orientation
Oak Ridge High School Parent Information Cohort 2023
Presentation transcript:

Computer science & HB 5 Stem Endorsement

Stem endorsement options: pure CS (Stem option 2) Algebra II, Chemistry, and Physics AND: A sequence of 4 Computer Science classes from below: Fundamentals of CS Computer Science I (PreAP) Computer Science II/AP Computer Science Computer Science III Game Programming & Design Computer Science Principles (AP) Independent Study of Tech. Applications

Stem endorsement options: blended (stem option 5) Algebra II, Chemistry, and Physics AND: A coherent sequence of 3 additional credits in STEM endorsements CTE classes Computer Science classes Additional Math classes Additional Science classes

Computer science as LOTE credit Students can use a sequence of two of the following courses as their foreign language credit: Computer Science I PreAP Computer Science II (note: AP Comp Sci does NOT qualify) Computer Science III The courses below do NOT qualify for LOTE credit: Fundamentals of CS AP Comp Sci CS Principles Game Programming & Design

Computer Science courses

Fundamentals of Computer Science Introductory course Geared towards: students in Algebra I or on-level Geometry Focus areas of curriculum: Computer history, hardware, and software Internet usage/Digital Citizenship HTML website design Basics of programming through block based and text based languages Interested more in HTML and design aspects of websites? Check out the Arts & AV Pathway!

Fundamentals of CS, Cont. HTML Menu bar developed by a student Students using a controller that they designed and built to play Minecraft Aftermath of the Hardware unit

Computer science I Pre-AP Introductory course Geared towards: students in Pre-AP Geometry or higher Focus areas of curriculum: History, Hardware/Software Block-based programming through Scratch Text-based programming through Jeroo and Java Control Structures and key programming concepts as built through progression of Scratch, Jeroo, and Java

Computer science I Pre-AP, cont. Student code samples

Computer Science II AP Computer Science Geared towards: students who have completed Pre-AP Geometry or higher and/or Computer Science I Pre-AP Focus areas of curriculum: Advanced Placement topics such as Object-Oriented Program Design Program Implementation and Analysis Standard Data Structures Standard Algorithms Computing in Context Programming language is Java

Advanced placement is strictly java // Java0401.java // This program demonstrates one-way selection with <if>. // 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 = 300000.00; double bonus = 250.00; if (sales >= 500000.0) bonus += 500.0; System.out.println("Yearly bonus: " + bonus); System.out.println(); }

Ap information http://www.collegeboard.com 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.

Computer science III Geared towards: students who have completed Computer Science II AP Focus areas of curriculum: Continuation of CS AP topics, plus Stacks, queues, linked lists, binary trees, heaps, maps, sets Hashing Algorithm analysis and Big-O Individual projects

Game Programming & Design Upper level, project based course Geared towards students who: taken 2 years of Computer Science (preferably taken APCS/CS2) Works well independently Focus areas of curriculum: History and theory of game design Elements of successful games Programming games Marketing games