1 Final Project Introduction 1. Final Project The descriptions provided here are only acting as summaries – please see the complete description on your.

Slides:



Advertisements
Similar presentations
ENGR-1101 Introduction to Engineering John J. Helferty (ECE) ECEDHA 9/15/2012.
Advertisements

CIS101 Introduction to Computing Week 12. Agenda Your questions Solutions to practice text Final HTML/JavaScript Project Copy and paste assignment JavaScript:
Space Trusses Space truss – 3D truss, where connections are made through ball and socket joints. Simplest shape for a space truss is a tetrahedral shape.
1 Intro to CIT 594 ~matuszek/cit594.html.
CMSC 132: Object-Oriented Programming II
Game Design and Programming. Objectives Classify the games How games are design How games are implemented What are the main components of a game engine.
CMSC 132: Object-Oriented Programming II Nelson Padua-Perez William Pugh Department of Computer Science University of Maryland, College Park.
CS261 Data Structures Winter 2011 Professor Timothy Budd.
Progress Report 11/1/01 Matt Bridges. Overview Data collection and analysis tool for web site traffic Lets website administrators know who is on their.
1 ICS 223: Transaction Processing and Distributed Data Management Winter 2008 Professor Sharad Mehrotra Information and Computer Science University of.
1 Software Testing and Quality Assurance Lecture 32 – SWE 205 Course Objective: Basics of Programming Languages & Software Construction Techniques.
Introduction to Programming Using C++ Dr. Mohamed Khafagy.
Introduction to Nonlinear Analysis
Introduction to Database Systems 1.  Assignments – 3 – 9%  Marked Lab – 5 – 10% + 2% (Bonus)  Marked Quiz – 3 – 6%  Mid term exams – 2 – (30%) 15%
1. PROJECT GOAL Our final product will be an interactive public website which will allow the user to view various aspects of our current and future infrastructure.
1 L07SoftwareDevelopmentMethod.pptCMSC 104, Version 8/06 Software Development Method Topics l Software Development Life Cycle Reading l Section 1.4 – 1.5.
CSCI 101 Introduction to Software Development and Design.
New experiences with teaching Java as a second programming language Ioan Jurca “Politehnica” University of Timisoara/Romania
CS 8532: Adv. Software Eng. – Spring 2007 Dr. Hisham Haddad Tuesday Class will start momentarily. Please Stand By … CS 8532: Advanced Software.
S1-1 ADM703, Section 1, August 2005 Copyright  2005 MSC.Software Corporation PART 1 ADVANCED MODELING AND BEST PRACTICES.
ITEC224 Database Programming
1 Loops & More WHILE loops FOR loops Range operator Running totals Random Numbers.
1 Introduction to Xilinx ISL8.1i Schematic Capture and VHDL 1.
CMSC 2021 CMSC 202 Computer Science II for Majors Fall 2002 Mr. Frey (0101 – 0104) Mr. Raouf (0201 – 0204)
Lab 07: AEV Design Analysis Tool Advanced Energy Vehicle (AEV)
Computer Science: A Structured Programming Approach Using C1 5-3 Multiway Selection In addition to two-way selection, most programming languages provide.
About the Presentations The presentations cover the objectives found in the opening of each chapter. All chapter objectives are listed in the beginning.
New the Mall Introduction. MP3, MP4,CD and DVD’s collection  We are happy to offer all the DVDs and CDs available on this website in MP3 and.
Bonitron A\C Demand Scheduler Alex Brown Cory Haugh Ajmer Dwivedi.
Intro to CIT 594
ME Curriculum. Thermal Systems  Thermodynamics  Thermo (heat) & dynamics (force and motions  work): the science that deals with heat, work, and conversion.
Lab 1: Rube Goldberg Machine Teaching Assistants: Richard Juchniewicz Steven Shamlian Introduction to Robotics.
CMSC 2021 CMSC 202 Computer Science II for Majors Spring 2002 Sections Ms. Susan Mitchell.
CMSC 2021 CMSC 202 Computer Science II for Majors Spring 2003 Mr. Frey (0101 – 0104) Mr. Raouf (0201 – 0204)
CS 162 Introduction to Computer Science II Winter, 2014: 60 Spring, 2014: 60 Summer, 2014: 71.
Objectives Describe room distribution basics Select diffusers
Innovative and Unconventional Approach Toward Analytical Cadastre – based on Genetic Algorithms Anna Shnaidman Mapping and Geo-Information Engineering.
Data Structures and Algorithms in Java AlaaEddin 2012.
Boro Jakimovski Faculty of Computer Science and Engineering University Sa. Cyril and Methodius in Skopje 11th Workshop on.
Problem Statement The goal of this project is to complete the basic automated functions of the Dream Green putting surface. The objective is to produce.
January 10, Csci 2111: Data and File Structures Instructor: Nathalie Japkowicz Objectives of the Course and Preliminaries.
Introduction to Game Programming & Design III Lecture III.
Cascade Control Systems (串级控制系统)
Computer Vision COURSE OBJECTIVES: To introduce the student to computer vision algorithms, methods and concepts. EXPECTED OUTCOME: Get introduced to computer.
Cen 112 C Programming Özgür Örnek.
Lecture 1. Course Introduction
Dr. Fernando Paniagua Associate Professor CSIT Department
Component and Deployment Diagrams
Mrs. Shannon Hornibrook
Lecture 1. Course Introduction
System Design.
Simple CNC machine Students: Mahmood Yunis Shadi Tahseen Hanani.
PRA-SYARAT SISTEM MIKROPROSESOR
Lecture 1. Course Introduction
Artificial Intelligence (CS 461D)
Database Systems Instructor Name: Muhammad Hafeez Lecture-1.
FINAL EXAM INFORMATION
FINAL EXAM INFORMATION
Algorithm Design and Analysis
Topics discussed in this section:
40S / advanced placement TEACHER: MS. LETHBRIDGE
Game Design Practicum (CMPS 179) Summer 2012 Course Overview
Game Design Mr. Gebhart.
Integrated Thermal/Fluid Course Description
ECE 1270: Introduction to Electric Circuits
Introduction to Programming Using C++
EUS 260 Capstone Project.
Algorithm Design and Analysis
CSCE156: Introduction to Computer Science II
Computer Engineering Department Islamic University of Gaza
Presentation transcript:

1 Final Project Introduction 1

Final Project The descriptions provided here are only acting as summaries – please see the complete description on your section’s website. Goal Create a project of your choosing within the constraints specified by your instructor. The goal of your project is to logically implement as many of the semester topics as possible, consistent with your project’s purpose. 2

Final Project, cont. While all topics contribute to the grading of the project, heavy emphasis is assigned to the proper use of: Algorithm Complexity and efficiency Programmer-defined functions Loops File I/O 3

Final Project, cont. Connect 4 Hunting Database MP3 player Keyboard DDR Drum Hero Will a beam break? Fuel efficiency and gas cost Ball and wall collision Automatic toll system Forces in a car crash Electrical circuit analysis Examples of past projects: Audio Analysis Serial Port IM Thermistor Data Collection Bezier Curve Fit Unit Conversion Tournament Generation Deal or No Deal Load and moment distribution on a beam w/ plotting Captain’s Jack Sparrow’s magical compass 4

Final Project, cont. Possible areas for new projects: Geneology Thermodynamics Computational Fluid Dynamics Image / Visual Processing Model Rocket / RC Plane Telemetry 2D / 3D environment modeling Orbital Mechanics 5

Final Project, cont. Extra Credit is provided for: Innovative project concepts Advanced programming techniques Exceptional program development 6