Announcements Final Exam: Project Due on Wednesday at noon Central Time.

Slides:



Advertisements
Similar presentations
CSc 2310 Principles of Programming (Java)
Advertisements

COMS S1007 Object-Oriented Programming and Design in Java July 8, 2008.
CS/CMPE 535 – Machine Learning Outline. CS Machine Learning (Wi ) - Asim LUMS2 Description A course on the fundamentals of machine.
CS 331 / CMPE 334 – Intro to AI CS 531 / CMPE AI Course Outline.
Grading Guidelines for grading in CIS 602. New Grading Policy The Computer Science Department has become concerned about grade inflation and has developed.
Welcome to IIT and cs105!. CS Secs Jon Hanrath SB Office Hours: –MW 8:00 A.M. – 9:45 A.M. –W 5:00 P.M. – 6:00 P.M
1 Welcome to CS 105 Intro Comp Pgm’g I Welcome to IIT too?
OBJECT ORIENTED PROGRAMMING I LECTURE 1 GEORGE KOUTSOGIANNAKIS
1 MID TERM EXAM DIRECTIONS George Koutsogiannakis 2009 CS441 CURRENT TOPICS IN PROGRAMMING LANGUAGES.
CIS 310 Management Information Systems Course Overview Guthrie, Summer 2014.
CS 106 Introduction to Computer Science I 03 / 17 / 2008 Instructor: Michael Eckmann.
Welcome to CS 395/495 Measurement and Analysis of Online Social Networks.
CS 450: COMPUTER GRAPHICS COURSE AND SYLLABUS OVERVIEW SPRING 2015 DR. MICHAEL J. REALE.
Welcome to CompSci 100! As You Arrive… Make sure you grab a syllabus packet. Read through it. I will be covering the most essential points in my talk,
COMP 111 Programming Languages 1 First Day. Course COMP111 Dr. Abdul-Hameed Assawadi Office: Room AS15 – No. 2 Tel: Ext. ??
Welcome to CS 3260 Dennis A. Fairclough. Overview Course Canvas Web Site Course Materials Lab Assignments Homework Grading Exams Withdrawing from Class.
CSc 2310 Principles of Programming (Java) Dr. Xiaolin Hu.
Welcome Parents to AP Calculus BC with Mathematica.
Course Introduction Software Engineering
Welcome to IIT and cs115!.
CS 106 Introduction to Computer Science I 03 / 19 / 2007 Instructor: Michael Eckmann.
1 Project Information and Acceptance Testing Integrating Your Code Final Code Submission Acceptance Testing Other Advice and Reminders.
 200 Total Points ◦ 74 Points Writing Programs ◦ 60 Points Tracing Algorithms and determining results ◦ 36 Points Short Answer ◦ 30 Points Multiple Choice.
Humanities 1 Syllabus Professor Robert Cannon Web: robertleecannon.com Spring 2010 Classroom: CC 208 TH 6:45-9:55 pm 3 units.
CSCE 1040 Computer Science 2 First Day. Course Dr. Ryan Garlick Office: Research Park F201 B –Inside the Computer Science department.
CNS 4450 Syllabus. Context Language is a tool of thought. We rarely think without words. In solving problems by computer, we eventually get to the point.
Bilgisayar Mühendisliği Bölümü CENG 102 – Computer Programming Melek OKTAY Syllabus Administrative Information.
CSE 1340 Introduction to Computing Concepts Class 1 ~ Intro.
Principles of Computer Science I Honors Section Note Set 1 CSE 1341 – H 1.
Welcome to EECS 395/495 Networking Problems in Cloud Computing.
AC300.01: Seminar Unit 1 November 9, 2011 School of Business and Management.
Final Exam Review CS Total Points – 60 Points Writing Programs – 50 Points Tracing Algorithms, determining results, and drawing pictures – 50.
CS-1030 Dr. Mark L. Hornick 1 CS-1030 – Software Design 2 Dr. Mark L. Hornick web: people.msoe.edu/~hornick webCT: webct.msoe.edu.
 200 Total Points ◦ 75 Points Writing Programs ◦ 60 Points Tracing Algorithms and determining results ◦ 35 Points Short Answer ◦ 30 Points Multiple Choice.
Welcome to AP World History! Have a seat. There are NO other handouts! Everything you need is online.
Summary CGS 3460, Lecture 43 April 26, 2006 Hen-I Yang.
Welcome to AB113 Accounting for Non-Majors
Announcements Final Exam: TBD. Static Variables and Methods static means “in class” methods and variables static variable: one per class (not one per.
Midterm Prep. Midterm Schedule Wednesday, January 21  Math7:20 – 9:05  English 9:30 – 11:15  Conflicts12:30 – 2:15 Thursday, January 22  World Language7:20.
Data Structures and Algorithms in Java AlaaEddin 2012.
CS 106 Introduction to Computer Science I 03 / 22 / 2010 Instructor: Michael Eckmann.
CSE 1340 Introduction to Computing Concepts Class 1 ~ Intro.
Welcome to Accounting II Professor Laurie Hopkins Unit 1 Seminar.
CSC Programming for Science Lecture 37 : Course Review.
Final Exam Review CS Total Points – 20 Points Writing Programs – 65 Points Tracing Algorithms, determining results, and drawing pictures – 50.
1 Test Next Period Summer 3, 2015 Midterm Exam. 2 Type of Exam Possible exam questions areas follows:  True-False Questions  Multiple Choice Questions.
Graduate Instruction Methods Fall 2008 Being a successful TA Cesar D. Guerrero Department of Computer Science and Engineering October.
+ DGM 3870 Web Graphics (Photoshop) Bryce Newell, J.D.
CS 100Lecture 231 Announcements Check your grades on the door of 5141 Upson More review tomorrow Review session Sunday night w/Alan FINAL EXAM: Tuesday.
1 Computer Science 1021 Programming in Java Geoff Draper University of Utah.
Economics 175 American Economic History
CS140 – Computer Programming 1 Course Overview First Semester – Fall /1438 – 2016/2017 CS140 - Computer Programming 11.
Welcome to AP World History!
Welcome to AB113 Accounting for Non-Majors
CSc 2310 Principles of Programming (Java)
Welcome to AP CS Principles!
Computer Science 102 Data Structures CSCI-UA
AP Exam Breakdown 3 hours 15 minutes.
CS 2308 Final Exam Review.
CS 1302 Programming Principles II
Welcome to the Computer Science classes
Arrays Syntax: type variableName[size];
Arrays of Objects // The following does NOT create memory for
Accelerated Introduction to Computer Science
Announcements Final Exam: Project Due on Monday at noon Central Time.
Class 4: Repetition Pretest Posttest Counting Flowchart these!
AP Exam Breakdown 3 hours 15 minutes.
Welcome to AP World History!
CS 2308 Final Exam Review.
CS a-spring-midterm2-survey
Presentation transcript:

Announcements Final Exam: Project Due on Wednesday at noon Central Time

Project Project Due Wednesday at Noon Central Time Turn in to TA ( ) –.cpp File –.doc “What I learned” file –.txt Data File Confirm that TA Received Your Program No Late Projects Accepted!

Documentation, Etc. Comments: –Document Approach to Problem Outline Design Above main() Briefly Describe Functions –Comment Any Unobvious Code Analysis: –What Did You Learn from the Project? –What Went Wrong? –What Would You Do Differently? Vectors Passed to Functions

Final Exam 2 Hours 200 Points 30% of Grade Must Take to Pass Course

Need to Know for Final Everything Through Exam 2 Plus: –Passing Arrays to Functions –Array Initialization –Pass by Reference –Vectors

Final Exam 200 Points Total – 30% of Final Grade 60 points Matching or Short Answer or Multiple Choice (Terminology, Operators, C++ Basics) 30 Points Program Output 80 Points Programming (Full Programs) 30 Points Essay

Final Exam Study Previous Exams and Quizzes Make Sure to Study Arrays, Pass by Reference, and Vectors (i.e., New Stuff) Have fun 8) !!

What Have You Learned? Logical Thinking, Design, Planning Programming What a Computer Is and Isn’t Not Intimidated by Computers and/or CS Majors… …but Respect for What Programmers Do “Human Side” of Writing Programs “Real World” Issues, Negotiation, Expectations That You Really Really Don’t Want to Go into CS

Future if (interest_in_cs == “waning”) goodLuckInYourMajor(); else { if (confidence == “still not 100%”) cs115/cs116: JAVA language (2 semesters) else cs201: JAVA language (1 semester) } Fun Stuff – pointers, recursion, classes, structures, constructors, operator overloading (tres’ cool), more practical programming

I Love Each and Every One of You!!! 8) Good Luck on Exams!