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

Slides:



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

Announcements Final Exam: Project Due on Wednesday at noon Central Time.
CS 331 / CMPE 334 – Intro to AI CS 531 / CMPE AI Course Outline.
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?
1 MID TERM EXAM DIRECTIONS George Koutsogiannakis 2009 CS441 CURRENT TOPICS IN PROGRAMMING LANGUAGES.
CIS 310 Management Information Systems Course Overview Guthrie, Summer 2014.
Welcome to CS 395/495 Measurement and Analysis of Online Social Networks.
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.
Course Introduction Software Engineering
Welcome to IIT and cs115!.
CSE 1340 Introduction to Computing Concepts Class 1 ~ Intro.
AC300.01: Seminar Unit 1 November 9, 2011 School of Business and Management.
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.
Summary CGS 3460, Lecture 43 April 26, 2006 Hen-I Yang.
Announcements Final Exam: TBD. Static Variables and Methods static means “in class” methods and variables static variable: one per class (not one per.
Data Structures and Algorithms in Java AlaaEddin 2012.
CSE 1340 Introduction to Computing Concepts Class 1 ~ Intro.
Welcome to Accounting II Professor Laurie Hopkins Unit 1 Seminar.
+ DGM 3870 Web Graphics (Photoshop) Bryce Newell, J.D.
ICS 151 Digital Logic Design Spring 2004 Administrative Issues.
CS140 – Computer Programming 1 Course Overview First Semester – Fall /1438 – 2016/2017 CS140 - Computer Programming 11.
Introduction to CSCI 1311 Dr. Mark C. Lewis
Final Exam Review CS 3358.
Andy Wang Object Oriented Programming in C++ COP 3330
Welcome to AP World History!
Welcome to AB113 Accounting for Non-Majors
CSc 1302 Principles of Computer Science II
Jie(Jay) Wang Week1 Sept. 30
CSc 020: Programming Concepts and Methodology II
CSc 2310 Principles of Programming (Java)
CSC 221: Computer Programming I Spring 2010
CSC 221: Computer Programming I Fall 2005
Welcome to AP CS Principles!
Computer Science 102 Data Structures CSCI-UA
September 27 – Course introductions; Adts; Stacks and Queues
Mohammad H. Mofrad University of Pittsburgh
FINAL EXAM INFORMATION
AP Exam Breakdown 3 hours 15 minutes.
What If? Write a program that prompts for the names and locations of 1000 employees. Store the information in the program for later use.
CS 2308 Final Exam Review.
CS 2308 Exam II Review.
CS 2308 Exam II Review.
CS 2308 Exam II Review.
CS 1302 Programming Principles II
Exam 1 Review CS 3358.
Welcome to the Computer Science classes
CS212 Data Structures 2018 Second Semester.
CS 2308 Exam II Review.
Arrays Syntax: type variableName[size];
Attendance More than 3 absences – grade is lowered 1 letter grade (i.e. A  B) 3% perk! Excused vs Unexcused Absence.
Arrays of Objects // The following does NOT create memory for
Summary Class 1.
CSE1311 Introductory Programming for Engineers & Scientists
Test Next Week Summer 3, 2016 Midterm Exam
Accelerated Introduction to Computer Science
English Communication
Class 4: Repetition Pretest Posttest Counting Flowchart these!
Review of Previous Lesson
EE 312 Final Exam Review.
AP Exam Breakdown 3 hours 15 minutes.
Welcome to AP World History!
Loose ends from yesterday
Announcements Exam 2 Lecture Grades Posted on blackboard
Summary Class 1.
CS 2308 Final Exam Review.
CS a-spring-midterm2-survey
Financial Mathematics
Presentation transcript:

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

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

Documentation, Etc. Comments: Analysis: Vectors Passed to Functions 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 { 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!