Lecture 5 Announcements. HW2 – Regrading Thinking like a programmer –Part b: (5 points) Test for input in the range it is specified (otherwise what is.

Slides:



Advertisements
Similar presentations
Make sure you know the day and time of the final exam for this section of Math 110: Day: ______ Date:______ Time: ______ to _______ All Math 110.
Advertisements

Pre-AP Biology Erica Kenny website:
Any questions on today’s homework? (Section 1.3B) Reminder: You should be doing this homework without using a calculator, because calculators can’t be.
Please CLOSE YOUR LAPTOPS, and turn off and put away your cell phones, and get out your note-taking materials. Today’s daily quiz will be given at the.
Note 1 of 5E Welcome to Pstat5E: Statistics with Economics and Business Applications Yuedong Wang Syllabus.
Homework #1 Due Date: 22 Feb, 2011
BNAD 301 Global and Financial Economics & Strategies.
Math 115b Section 5(Spring 06)  Instructor: Kerima Ratnayaka   Phone :  Office.
COMP171 Data Structures and Algorithm Qiang Yang Lecture 1 ( Fall 2006)
Math 115a– Section 4  Instructor: Kerima Ratnayaka   Phone :  Office : MTL 124B.
Exam 3 Material Formulas, Proportions, Linear Inequalities
Syllabus Please print off and read through syllabus completely. It can be found on my website which is :
Please open your laptops, log in to the MyMathLab course web site, and open Daily Quiz 9. Remember: If you have time left out of your five minutes after.
Today: 1. Hand back/review Test Lecture on Section 5. 1, with HW 5
Please open your laptops, log in to the MyMathLab course web site, and open Quiz 2.6/9.1. IMPORTANT NOTE: If you have time left after you finish the problems.
Please open your laptops and pull up Quiz Only the provided online calculator may be used on this quiz. You may use your yellow formula sheet for.
Make sure you know the day and time of the final exam for this section of Math 110: Day: ______ Date:______ Time: ______ to _______ All Math 110 finals.
Quiz 2 Results: Grade Scale
Next class session: Test 1 on all sections covered from Chapters 1 and 2 Remember: If you haven’t yet passed the Gateway Quiz, you need to review your.
1/23/12 Chapter 6 Section 6.3/6.4 Similar Triangles
Please CLOSE YOUR LAPTOPS, and turn off and put away your cell phones, and get out your note-taking materials. Today’s daily quiz will be given at the.
Welcome to AP Bio Parents Night For access to my class website, scan the QR code to the right, take a picture of the website with your phone, or grab a.
Please open Daily Quiz 34. A scientific calculator may be used on this quiz. You can keep your yellow formula sheets out when you take the quiz. Remember.
WELCOME TO Mrs. Matthews’ Class
Please CLOSE YOUR LAPTOPS, and turn off and put away your cell phones, and get out your note- taking materials.
Please close your laptops and turn off and put away your cell phones, and get out your note-taking materials.
Learning with Purpose March 6, 2013 Learning with Purpose March 6, Mechanical Design II Spring 2013.
COP3502: Introduction to Computer Science Yashas Shankar.
Please CLOSE YOUR LAPTOPS, and turn off and put away your cell phones, and get out your note- taking materials.
Math 115b Section 3 (Spring 09)  Instructor: Kerima Ratnayaka   Phone :  Office.
Principles of Computer Science I Honors Section Note Set 1 CSE 1341 – H 1.
Welcome to AP Bio Parents Night For access to my class website, scan the QR code to the right or take a picture of the website address with your phone.
1 Daily Announcements CS 202, Spring 2007 Aaron Bloomfield.
AP STATISTICS Mrs. Sanchez
Please CLOSE YOUR LAPTOPS, and turn off and put away your cell phones, and get out your note- taking materials.
Please CLOSE YOUR LAPTOPS, and turn off and put away your cell phones, and get out your note- taking materials.
Sundara Ram Matta Feb 16 th, Sundara Ram Matta Feb 16 th, 2015
Welcome to the MTLC MATH 113 Summer 2014 Instructor Section 100: Dr. Allen Section 101: Dr. Allen.
REMINDER: If you haven’t yet passed the Gateway Quiz, make sure you take it this week! (You can find more practice quizzes online in the Gateway Info menu.
Any questions on today’s homework? (Section 1.3B) Reminder: You should be doing this homework without using a calculator, because calculators can’t be.
Think First, Code Second Understand the problem Work out step by step procedure for solving the problem (algorithm) top down design and stepwise refinement.
Seventh Grade Mathematics Meghan Cassady St. Mary School
Please CLOSE YOUR LAPTOPS, and turn off and put away your cell phones, and get out your note-taking materials.
Teachers: If you hand back Test 4 today, tell your class you will review it with them in class on Thursday when you do the review lecture on Chapters 6,
Please CLOSE YOUR LAPTOPS, and turn off and put away your cell phones, and get out your note-taking materials.
4 - Conditional Control Structures CHAPTER 4. Introduction A Program is usually not limited to a linear sequence of instructions. In real life, a programme.
REMINDER: If you haven’t yet passed the Gateway Quiz, make sure you take it this week! (You can find more practice quizzes online in the Gateway Info menu.
WELCOME TO MICRO ECONOMICS AB 224 Discussion of Syllabus and Expectations in the Class.
CS 360 Lab 1 Professor: Krzysztof Nowak TA: Mark Boady.
Please CLOSE YOUR LAPTOPS, and turn off and put away your cell phones, and get out your note- taking materials.
Math 120: Pre-calculus 2 Instructor: Mike Panitz
Show me the Gradebook! January 6, 2008.
CLOSE Please YOUR LAPTOPS, and get out your note-taking materials.
Instructor: Mike Panitz
CLOSE Please YOUR LAPTOPS, and get out your note-taking materials.
FINAL EXAM INFORMATION
IB HL Biology Year 1 Maura Palillo.
Physics 101: Lecture 29 Exam Results & Review
Regents Physical Setting: Earth Science
PRINCIPLES OF MACRO (ECON )
Administrative Issues
Building Java Programs
Building Java Programs
Administrative Issues
Building Java Programs
CGS 3269: COMPUTER SYSTEMS ARCHITECTURE
CHEM 2311 ORGANIC CHEMISTRY – I POLICIES, PROCEDURES AND GRADES
CSS 290: Video Games and Computer Programming
Instructor: Mike Panitz
Regents Physical Setting: Earth Science
Presentation transcript:

Lecture 5 Announcements

HW2 – Regrading Thinking like a programmer –Part b: (5 points) Test for input in the range it is specified (otherwise what is the point of the range in the first place?) –Part c: (4 points) Certain variables are better as float than int (makes more sense because they are real world values) –Part c: (4 points) Test for bad input like that which might cause division by zero (which causes run time error) –Part c: (4 points) The average miles per gallon makes more sense if it is calculated by adding up each individual m/g and then dividing by the total number of them because this gives you a better sense of how your car uses gas, but a student pointed out that the example on pg. 92 of your book handles it the other way so it would be unfair to mark off for that. –Total points: 17 These points will be added back to each HW2 –If you implemented them already then this will be extra credit for you Later HWs will not be graded like HW2 was but you should keep in mind these aspects for future programming in general

Homework One extra optional homework due last day of class Will replace any previous lowest grade homework

Project: Memory Game Can work in a group (2-3) or alone –Many opportunities for bonus points –Groups must implement 10 points extra credit to receive full credit me your choice to work in a group or alone –If in group: include your group members or if you want to be in one but don’t have a group yet

Project (continued) I have written some supplementary functions for you –project_supplemental.h Last Homework Assignment: –HW5 will be to start the project

Final Exam Survey: –Open book or not? –If open book it will have to be harder –If not, then will be similar to quizzes Study Session for both Sections: –Monday night 10/10/05 at 8pm –Classroom: DCC 330