Why Computer Science? “The United States currently has more than 494,000 unfilled computing jobs, but only 43,000 computer science graduates to fill those.

Slides:



Advertisements
Similar presentations
About Ms. Ritchie First Year at St. Mary’s 2nd Year Teaching
Advertisements

Computer Lab 2012 Teacher: Mrs. Jordan Am I in the right room? You are in room 313 for You are in room 313 for Computer Applications Computer Applications.
Beginning Of School By Carlos Williams. Table of Contents Classroom Consequences Course Syllabus Internet Acceptable Use Procedures Permission Form Computer.
Mrs. Kreifels Word Processing Data Base Spreadsheet Power Point Integration This class meets a graduation requirement.
3 rd : Intro to Programming Entrance. 1 st PeriodAP Computer Science 2 nd PeriodComputer Science I 3 rd PeriodIntroduction to Programming 4 th PeriodComputer.
1 st PeriodAP Computer Science 2 nd PeriodComputer Science I 3 rd PeriodIntroduction to Programming 4 th PeriodComputer Science I/ Advanced Projects Lunch.
Arrival Procedures Wait quietly at the door for the teacher. When permitted, walk to your assigned computer without talking. Sit down and wait for instructions.
1 st PeriodAP Computer Science 2 nd PeriodComputer Science I 3 rd PeriodIntroduction to Programming 4 th PeriodComputer Science I/ Advanced Projects Lunch.
WELCOME TO MY CLASS! Please come in and take a seat! Please do not touch the computers!
COURSE NAME TEACHER NAME ROOM NUMBER Pre AP Biology Mrs. Joann Sandoval Room 406 (Conference 3rd period) S.W.H.S. #
Kelly Medina Grade 6 Math and Science.
Mr. Lindsey Foundations of Algebra Room 105
Teacher Contact Information address - Phone number – 215 – 944 – 1154 Website is always available for you.
Warm Up 1. Explain the high 5, and why is it used?
Mr. Allan’s Classroom Arbor View HS
INFORMATION COMMUNICATION TECHNOLOGY
Why Computer Science? “The United States currently has more than 494,000 unfilled computing jobs, but only 43,000 computer science graduates to fill those.
Mathematics with Ms. King
Welcome to World History!
Welcome to 6th Grade Math and Science Mrs. Cicchinelli’s Class
Mr. Stockland C104 WELCOME TO CLASS!
Computer Lab 2012 Teacher: Mrs. Jordan.
International Studies
7 North Language Arts Mrs. Benko Expectations Consequences Rules
5th Grade Keyboarding Classroom Rules
Ms. Griffin 6th Grade Math
Mrs. DeRoads Geometry.
7th & 8th Grade Computers Mrs. Smith.
Welcome to 6th Grade! Mr. Murray Math.
Class Expectations Communication with the teacher Class Rules
Classroom Rules and Procedures
Computer Lab 2014 Teacher: Mr. O’Neal.
Mr. Smith’s Schedule 1st Period Computer Science I
Mr. Smith’s Schedule 1st Period Computer Science 2
Coach Rost Period 1: M220 Period 2: M218 Period 3: S208
Mr. Smith’s Schedule 1st Period Computer Science I
Welcome, Bearkat Parents!
Mr. Smith’s Schedule 1st Period AP Computer Science
Mrs. Korintus Science Room 206
If you haven’t downloaded the fonts yet, go back to the file that says “START HERE.” It will look way better once you do!
Mr. Smith’s Schedule 1st Period Computer Science I
AP Computer Science Welcome Start on slide 44 on 9/11.
WELCOME TO CLASS!- FIND A SEAT!
Welcome to 6th Grade! Mr. Murray Math.
Algebra 1 Honors with Mrs. Keeney
Computer Science Class Mr. Michael R. Clarke
Welcome!.
Mr. Halvorson’s Class Syllabus and Expectations
Welcome to Parent’s Night
pencils & black, blue and red pen,
Why Computer Science? “The United States currently has more than 494,000 unfilled computing jobs, but only 43,000 computer science graduates to fill those.
Welcome to Mr. Mallory’s Third Grade Carroll Elementary School
Policies & Procedures Mrs. Ginn’s Class.
AP Computer Science Welcome.
AP Computer Science Welcome.
Anatomy and Physiology
Why Computer Science? “The United States currently has more than 494,000 unfilled computing jobs, but only 43,000 computer science graduates to fill those.
PORTABLE 10 Class Procedures
Ms. Schaefers August 15, 2018 Course Information: Policies, Expectations, Grading, and Materials Required.
Syllabus Coach Jenkins Social Studies
Ms. LeDoux 8C ELA Expectations Consequences Rules
ASL 2 - KERCE What’s students need for
Welcome to Mr. Abbott’s English 9 Class.
Welcome to Honors English!
Welcome to Economics!.
Welcome to World History!
Welcome to Mr. Mallory’s Third Grade Carroll Elementary School
Hospitality and Tourism
Ms. Morrison’s Science Class
Welcome to Language Arts!
Presentation transcript:

Why Computer Science? “The United States currently has more than 494,000 unfilled computing jobs, but only 43,000 computer science graduates to fill those jobs,” Kentucky Education Commissioner Stephen Pruitt , 2017

Teacher

Teacher

Mr. Smith’s Schedule Fall 2018 1st Period Computer Science I (D131) 2nd Period Prep 3rd Period Computer Science I (D131) 4th Period Intro to Programming (D131) Lunch 5th Period AP Computer Science (A116) 6th Period AP Computer Science (A116) 7th Period Prep 8th Period Robotics Projects/Advanced Computer Projects (A116)

West High D131 A116 Main Gym Counselors Commons Attendance Student Center

West High D131 A116 Main Gym Commons Counselors Attendance Student Center

Computer Science I Today’s Schedule Why Computer Science Computer Science Course Offerings Successful behaviors Log In Set up Folders/Shortcuts Finding your strengths Writing a program

Top Paid Majors for 2018 BROAD CATEGORY AVERAGE SALARY Engineering Here is a list of average starting salaries by discipline: National Center for Career Development BROAD CATEGORY AVERAGE SALARY Engineering $66,521 Computer Science $66,005 Math & Sciences $61,867 Business $56,720 Social Sciences $56,689 Humanities $56,688 Agriculture & Natural Resources $53,565 Communications $51,448

Computer Science – Robotics - Engineering Honors Geometry + Co-Requisite Can Skip Intro Intro to Engineering Design Engineering Design

Successful Behavior Behavior/Discipline Plan: Students are expected to be safe, responsible and respectful. Students not following these expectations may expect: verbal warnings, removal from class pending conference, parent contact, or referral to administration.

To be successful in this course: Stay focused and productive in the classroom Excellent attendance Let your projects, daily work, quizzes and tests display your best effort Feel free to talk with me about your projects, questions, etc.

Computer Lab Rules No gum in class No food or drink in the lab (except water with a lid at approved locations) No headphones or music except on days selected by teacher Absolutely no off-task Internet usage (e-mail, games, chat, etc – anything other than class related) Absolutely no off-task Computer usage (ask teacher permission to use equipment for anything other than class assignments) Do NOT download any software (games, utilities, music, etc.) Do NOT use any “chat” software No CELL PHONE use in class without permission of Mr. Smith.

Materials Needed Each student will need a Composition Book, spiral or a tabbed off section in your three-ring binder for notes and handouts. Bring notebook, and a pen or pencil with you everyday

Course Overview 1) Getting Started Students are introduced to Pascal, the process of writing, compiling and running code. Students will move from ‘Hello world’ to writing programs that get user input and perform simple calculations. 2) Math to Pascal In the second week of the course students use more complex mathematics in Pascal and gain more experience taking a problem and implementing its solution in Pascal. 3) Making decisions: if/else During this week students are introduced to decision constructs and add some logic to their programs. 4) Repeating pieces of code: for loop For loop, while loop and repeat until. 5) Case State: If else on steroids 6) Repeat Until 7) While Loop 8) Project 9) Procedures and functions 10) Arrays Saving Searching Sorting 11) If time.. Files Dynamic data structures

Grading Class Activities Warm-up Activities 5 pts Programs 10 pts Projects 20-100 pts Quizzes 25 pts Tests 100 pts   Grading Policy A: 90-100% B: 80 – 89% C: 70 – 79% D: 60 – 69% F: 0 – 59%

Log in Log onto the network Your log in number is on your student ID number Your password is your First Initial Last Initial Birthdate. Example Susie Kalahan 1/1/2002 sk112002 Jose Mahindra 10/15/2001 Jm10152001 Create a Folder for ComputerScience1 in your school folder

Creating Shortcuts 2) Double Click on ‘CS1’ Folder 1) Double Click on SMITH_GREG-Shortcut

Drag and Drop into your ComputerScience1 Folder.

Shortcut to Class Website www.smithcsrobot.weebly.com Find your course and click

Put Shortcut into Your Class Folder Drag and Drop Into Your Folder Drop

Class Website Print out the Syllabus at home Have your parents sign it and turn it in

Find the Class Website, Find your Strengths Smithcsrobot.weebly.com Click on the Computer Science 1 Link Click on ‘Find Your Strengths’ When complete Turn in a Word Document that includes: Your Name Class Period Two + strengths Any questions you have at this point in time Anything that would help me teach you better.

2) Click on ‘New Source File’ First Program 2) Click on ‘New Source File’ 1) Open Dev-Pascal

Delete the Info on the File After you delete the text. Start writing your own program.

Listing of errors, if any, when trying to compile. Run Compile Enter this program. Compile and Run Listing of errors, if any, when trying to compile.

Assignment Enter the program into Pascal Pushes: Modify the program so that you can enter the TAX value. Look up the if..then and give a special thanks if they spend more than $500. Enter the program into Pascal Fix any errors made when entering the program. Compile and run it. Go back, make and document three errors. Write the error and what the compiler says on the code itself behind. Put {} around your descriptions. Turn it in as YourNameThreeErrors