CISS240: Introduction to Programming. Course Information

Size: px
Start display at page:

Download "CISS240: Introduction to Programming. Course Information"

Transcription

1 CISS240: Introduction to Programming Instructor Catalog description Dr Yihsiang Liow St. Clair 223, Columbia Campus (573) Office hours: MWF 11AM-12PM, TuTh 12PM-1PM Program design and development using C++. A disciplined approach to problem solving and algorithm development is stressed using top-down design. Topics include syntax and semantics, input/output, selection, iterative constructs, functions, data types, arrays, strings, pointers, and recursion. Prerequisite CISS 170, MATH 150 Credit hours 4 Class Time & Place Course Objectives MWF 9AM-9:50AM BUH107 Tu 8:30AM-9:20AM BUH107 To understand procedural C++ programming. To decompose simple problems and map decomposition onto C++ language syntax and semantics. To write thoroughly documented programs. To write well-tested and appropriately robust programs. Dr Yihsiang Liow (yliow@ccis.ccis.edu) 1 of 9 January 11, 2010

2 Topical Outline Basic components of a computer Preprocessing, compiling, assembling, linking and loading a program Types Operators Variables and constants Input and output Assignment statements Selection: if, if-else, switch Repetition: while, for, do/while Break and continue statements Functions Scope rules Recursion Reference parameters Function templates Arrays Array parameters Sorting arrays Pointers and strings Pointers and arrays Data structures and algorithms: stack implemented with template structure and functions, Monte-Carlo simulation, sorting and searching algorithms, sieve of Erastosthenes, etc. Introduction to graphics and game programming (optional) The information in our textbook is not complete in certain places. So I will also be using Stroustrup s book. You do not need to get a copy of Stroustrup s book since everything will be in the lecture notes. If we have extra time there will be an introduction to classes and objects. For the complete story on objects you will need to take CISS245. Dr Yihsiang Liow (yliow@ccis.ccis.edu) 2 of 9 January 11, 2010

3 Outcomes Write program documentation that is succinct, thorough, and maintains standards of good English. Compile, load and run a C++ program using a compiler. Explain what the assembly process does. Explain what a compiler does. Explain object code linking. Explain program loading. Compose and evaluate mathematical expressions in C++. Use basic math functions from compiler-provided libraries. Use appropriate data types. Demonstrate when to use and how to write while loops. Demonstrate when to use and how to write for loops. Demonstrate when to use and how to write switch statements. Demonstrate when to use and how to write if-else statements. Demonstrate when to use and how to write compound Boolean expression using Boolean operators. Demonstrate how to call and construct functions. Demonstrate how to use scope rules. Demonstrate and use formal and actual parameters. Demonstrate how to use value and reference parameters. Demonstrate how to use and construct template functions. Demonstrate how to use and construct overloaded functions. Demonstrate how to use and write function prototypes. Declare and initialize one- and two-dimensional arrays. Pass arrays as parameters to function. Write recursive functions. Trace flow of control of recursive functions. Dr Yihsiang Liow (yliow@ccis.ccis.edu) 3 of 9 January 11, 2010

4 Books 0. REQUIRED: T. Gaddis, Starting out with C++, Addison- Wesley 1. Y. D. Liang, Introduction to Programming with C++, Prentice-Hall. 2. S. Malik, C++ Programming, Thomson. 3. S. Prata, C++ Primer Plus, 5th edition, Sams. 4. B. Stroustrup. The C++ Programming Language (special edition) 5. S. Meyers, Effective C++, 2nd edition, Addison-Wesley. 6. I. Horton, Beginning Visual C , Wrox. 7. B. Eckel, Thinking in C++ Vol 1, 2nd edition, Only 0 is required. 1-3 are a recommended for extra examples and exercises for self-study; 3 is a best seller. 4 is a good reference and a very good read and is written by the inventor of C++. Both 4 and 5 serve the same audience: they are written for people who know C++ and want to deepen or refresh their knowledge. 6 is a popular introduction and it focuses on MS Visual C++. For the student who is serious about learning how to program in C++, sooner or later you should get a copy of 4 and 5. And now for 7. You might not believe this but its free. There are in fact two volumes. After studying both volumes, you will have a very good foundation in C++. You ll find many other free books from Eckel s website. Assessment The following table summarized the assessment items for this course; the weight for each category is also given. Instructions, expectations, and details for all assessment items will be provided in handouts. Assessments Weight Assignments 20% Quizzes 5% Project 15% Tests 30% Final Exam 30% Total 100% Dr Yihsiang Liow (yliow@ccis.ccis.edu) 4 of 9 January 11, 2010

5 The final letter grade is computed based on the final percentage grade using the following table: 90% 100.0% A 80% 89.9% B 70% 79.9% C 60% 69.9% D 0% 59.9% E Refer to the schedule on the course web site for exam dates. Dr Yihsiang Liow (yliow@ccis.ccis.edu) 5 of 9 January 11, 2010

6 Policies and Procedures The instructor reserves the right to alter any part of this document. Changes will be announced. To prevent your from being confused with spam, the subject line of your should be of the form [course and section] [name] - [subject]. For instance: Subject: CISS123Z J. Doe - Question on Assignment #456 Academic Integrity: I take the issue of academic integrity very seriously. I do check your work for plagiarism. Dishonesty in academic work is grounds for being dropped from the course with a failing grade. Please refer to the College catalog for examples of violations. Please ask me if you have questions about what is right and what is wrong. Attendance: Attendance is essential for proper understanding of the course topics. Hence students are expected to attend all class meetings. 1. Students may be absent (unexcused) a maximum of 2 classes without penalty. 2. After the second unexcused absence, for each additional absence, 1% will be deducted from the final grade. 3. Two excused absences will be allowed for the following reasons only: (a) Medical reason with a note from the doctor or nurse visited (b) Death in the immediate family only, i.e. father, mother, brother, sister (c) Mandatory participation in a school/class event such as a field trip 4. Students with excused absences only will be allowed to make up quizzes and exams and turn in assignments by the next class session without penalty. However I should be informed of your absence at least 24 hours before the class. 5. Students late to class more than 5 minutes will be considered absent. 6. Students with four or more unexcused absences may be dropped from the course. Tests: Make-up tests will only be given for a valid reason. See above. Arrangements must be made at least 24 hours before the test is given. Assignments: 1. Handouts for assignments will be distributed in class and posted to the class web site. 2. Due date for all assignments will be announced and adhered to strictly. 3. If an assignment is to be collected in class, then it will be at the beginning of the class hour. Dr Yihsiang Liow (yliow@ccis.ccis.edu) 6 of 9 January 11, 2010

7 4. When turning in work on paper, it should be neat, clean, and stapled (if there is more than one sheet). 5. Extension of deadlines will only be granted if there is a valid reason (see above) and if I am informed at least 24 hours before the work is due. Administrative Drop: Excessive absence from class or continual poor class performance may result in an administrative drop. Disabilities: Students with documented disabilities who may need classroom academic adjustments or auxiliary aids or services are required to register with the ADA Coordinator located in Missouri Hall, room 233. Dr Yihsiang Liow (yliow@ccis.ccis.edu) 7 of 9 January 11, 2010

8 Schedule Week Date Topic Assignment 1 Jan 11 Chap 1-2 Jan 12 Chap 1-2 Jan 13 Chap 1-2 Jan 15 Chap Jan 18 Martin Luther King Day Jan 19 Chap 3 Jan 20 Chap 3 Jan 22 Chap 3 a01 due 3 Jan 25 Chap 4 Jan 26 Chap 4 Jan 27 Chap 4 Jan 29 Chap 4 a02 due 4 Feb 01 Chap 5 Feb 02 Chap 5 Feb 03 Chap 5 Feb 05 Chap 5 a03 due 5 Feb 08 Chap 5 Feb 09 Chap 5 Feb 10 Chap 5 Feb 12 Chap 5 a04 due 6 Feb 15 Chap 6 Feb 16 Chap 6 Feb 17 Test 1 Feb 19 Test 1 a05 due 7 Feb 22 Chap 6 Feb 23 Chap 6 Feb 24 Chap 6 Feb 26 Chap 6 a06 due 8 Mar 01 Chap 7 Mar 02 Chap 7 Mar 03 Chap 7 Mar 05 Chap 7 a07 due 9 Mar 08 Chap 8 Mar 09 Chap 8 Mar 10 Chap 8 Mar 12 Chap 8 a08 due 10 Mar 15 Chap 9 Mar 16 Chap 9 Mar 17 Chap 9 Mar 19 Chap 9 a09 due 11 Mar 22 Chap 10 Mar 23 Chap 10 Dr Yihsiang Liow (yliow@ccis.ccis.edu) 8 of 9 January 11, 2010

9 Week Date Topic Assignment Mar 24 Test 2 Mar 26 Test 2 a10 due 12 Mar 29 Spring Break Mar 30 Spring Break Mar 31 Spring Break Apr 02 Spring Break 13 Apr 05 Chap 10 Apr 06 Chap 10 Apr 07 Chap 10 Apr 09 Chap 10 a11 due 14 Apr 12 Chap 10 Apr 13 Chap 10 Apr 14 Chap 11 Apr 16 Chap 11 a12 due 15 Apr 19 Chap 11 Apr 20 Chap 11 Apr 21 Chap 19 Apr 23 Chap 19 a13 due 16 Apr 26 Chap 19 Apr 27 Chap 19 Apr 28 Test 3 Apr 30 Test 3 a14 due 17 May 04 Final Exam: Tue, 04 May :00 AM Dr Yihsiang Liow (yliow@ccis.ccis.edu) 9 of 9 January 11, 2010

NEW YORK CITY COLLEGE OF TECHNOLOGY/CUNY Computer Systems Technology Department. COURSE: CST2403 C++ Programming Part 1 ( 4 hours, 3 credits )

NEW YORK CITY COLLEGE OF TECHNOLOGY/CUNY Computer Systems Technology Department. COURSE: CST2403 C++ Programming Part 1 ( 4 hours, 3 credits ) 1 NEW YORK CITY COLLEGE OF TECHNOLOGY/CUNY Computer Systems Technology Department COURSE: CST2403 C++ Programming Part 1 ( 4 hours, 3 credits ) INSTRUCTOR: OFFICE: E-MAIL: PHONE: OFFICE HOURS: Course Description:

More information

Syllabus Introduction to C++ Programming and Numerical Analysis Spring 2016

Syllabus Introduction to C++ Programming and Numerical Analysis Spring 2016 Syllabus Introduction to C++ Programming and Numerical Analysis Spring 2016 lead instructor: office: web: class time: Professor Johan Walden F655 walden@haas.berkeley.edu http://www.haas.berkeley.edu/faculty/walden.html

More information

COURSE INFORMATION. Biology 224 Anatomy & Physiology Spring, 2014

COURSE INFORMATION. Biology 224 Anatomy & Physiology Spring, 2014 COURSE INFORMATION Biology 224 Anatomy & Physiology Spring, 2014 INSTRUCTOR: Renee Magrini OFFICE: Bristlecone 324 OFFICE PHONE: 445-3280 (I will check voice mail once daily, except weekends and holidays,

More information

CS 261 C and Assembly Language Programming. Course Syllabus

CS 261 C and Assembly Language Programming. Course Syllabus CS 261 C and Assembly Language Programming Course Syllabus Spring 2016 Lecture: Tuesdays and Thursdays 9:10AM to 10:25 in VSCI 255 3 Semester Hours Instructor: Dick Lang, Ph.D. dick_lang@vancouver.wsu.edu

More information

Sample Syllabus (C++) CSCI 1301 Introduction to Programming Principles

Sample Syllabus (C++) CSCI 1301 Introduction to Programming Principles Sample Syllabus (C++) CSCI 1301 Introduction to Programming Principles Knowledge Areas that contain topics and learning outcomes covered in the course Knowledge Areas Total Hours of Coverage Software Development

More information

COURSE INFORMATION. Biology 224 Anatomy & Physiology Spring, 2015

COURSE INFORMATION. Biology 224 Anatomy & Physiology Spring, 2015 COURSE INFORMATION Biology 224 Anatomy & Physiology Spring, 2015 INSTRUCTOR: Renee Magrini OFFICE: Bristlecone 324 OFFICE PHONE: 445-3280 (I will check voice mail once daily, except weekends and holidays,

More information

Course Syllabus PEHR 2990 Intro to Intercollegiate Athletic Administration Dixie State College of Utah Spring 2013

Course Syllabus PEHR 2990 Intro to Intercollegiate Athletic Administration Dixie State College of Utah Spring 2013 Course Syllabus PEHR 2990 Intro to Intercollegiate Athletic Administration Dixie State College of Utah Spring 2013 Instructor: Jason Herbers Office: North Instructional Building 107 Office Hours: 10:00-11:00

More information

NEW YORK CITY COLLEGE OF TECHNOLOGY/CUNY Computer Systems Technology Department

NEW YORK CITY COLLEGE OF TECHNOLOGY/CUNY Computer Systems Technology Department NEW YORK CITY COLLEGE OF TECHNOLOGY/CUNY Computer Systems Technology Department COURSE: CST1201 Programming Fundamentals (2 class hours, 2 lab hours, 3 credits) Course Description: This course is an intensive

More information

Department of Electrical and Computer Engineering. EEL 3160 Embedded C++ and Data Structures. Tuesday & Thursday 3:00 5:00 pm

Department of Electrical and Computer Engineering. EEL 3160 Embedded C++ and Data Structures. Tuesday & Thursday 3:00 5:00 pm Department of Electrical and Computer Engineering EEL 3160 Embedded C++ and Data Structures Instructor : Dr. Herman Watson Office Hours : by appointment Monday 9:30-11:00 AM Tuesday & Thursday 3:00 5:00

More information

The University of Akron Department of Mathematics. 3450:145-803 COLLEGE ALGEBRA 4 credits Spring 2015

The University of Akron Department of Mathematics. 3450:145-803 COLLEGE ALGEBRA 4 credits Spring 2015 The University of Akron Department of Mathematics 3450:145-803 COLLEGE ALGEBRA 4 credits Spring 2015 Instructor: Jonathan Hafner Email: jhafner@zips.uakron.edu Office: CAS 249 Phone: (330) 972 6158 Office

More information

CS 300 Data Structures Syllabus - Fall 2014

CS 300 Data Structures Syllabus - Fall 2014 CS 300 Data Structures Syllabus - Fall 2014 Catalog Description Data structures are fundamental to advanced, efficient programming. Topics including asymptotic analysis, stacks, queues, linked lists, trees,

More information

Management Information Systems 260 Web Programming Fall 2006 (CRN: 42459)

Management Information Systems 260 Web Programming Fall 2006 (CRN: 42459) Management Information Systems 260 Web Programming Fall 2006 (CRN: 42459) Class Time: 6:00 8:05 p.m. (T,Th) Venue: WSL 5 Web Site: www.pbvusd.net/mis260 Instructor Name: Terrell Tucker Office: BDC 127

More information

CI 437: Educational Game Design

CI 437: Educational Game Design CI 437: Educational Game Design Department of Curriculum & Instruction UIUC College of Education I. Basic Course Information Semester: Spring 2015 Class Location: Course Meeting Days: Tues & Thurs Undergrad

More information

Dr. Gus C. Lease. Instructor: MUSIC BUILDING, Room 185. Office Location: 1/408/924-4678. Telephone:

Dr. Gus C. Lease. Instructor: MUSIC BUILDING, Room 185. Office Location: 1/408/924-4678. Telephone: San José State University School of Music and Dance/Music Department Course #20398, Music Appreciation 10A, Section 5 Spring Semester, January 22 - May 23, 2015 Instructor: Office Location: Telephone:

More information

CS135 Computer Science I Spring 2015

CS135 Computer Science I Spring 2015 CS135 Computer Science I Spring 2015 Instructor: Laura Pike Email: laura.pike@gbcnv.edu Phone: 775-753-2288 Office: HTC 131 Office Hours: Monday 9:00 11:30 am Thursday 1:00-3:30 pm Textbooks: ISBN: 978-0470927137,

More information

OPERATIONS MANAGEMENT COURSE OUTLINE MGT 364 Sections 1, 2 and 3 - Glass 438

OPERATIONS MANAGEMENT COURSE OUTLINE MGT 364 Sections 1, 2 and 3 - Glass 438 OPERATIONS MANAGEMENT COURSE OUTLINE MGT 364 Sections 1, 2 and 3 - Glass 438 OBJECTIVES: The objectives of this course include: - Develop a basic understanding of the operations function within an organization.

More information

MAT 1111: College Algebra: CRN 30500 SPRING 2013: MWF 11-11:50: GRAY 208

MAT 1111: College Algebra: CRN 30500 SPRING 2013: MWF 11-11:50: GRAY 208 MAT : College Algebra: CRN 30500 SPRING 2013: MWF -:50: GRAY 20 Course Syllabus: Please read this document completely. Instructor Information: Name: Connie High Office Phone: 9-391- 52 Office: Britt Hall,

More information

AGEC 448 AGEC 601 AGRICULTURAL COMMODITY FUTURES COMMODITY FUTURES & OPTIONS MARKETS SYLLABUS SPRING 2014 SCHEDULE

AGEC 448 AGEC 601 AGRICULTURAL COMMODITY FUTURES COMMODITY FUTURES & OPTIONS MARKETS SYLLABUS SPRING 2014 SCHEDULE AGEC 448 AGRICULTURAL COMMODITY FUTURES AGEC 601 COMMODITY FUTURES & OPTIONS MARKETS SYLLABUS SPRING 2014 SCHEDULE Time: TR, 2:20pm 3:35pm (stacked sections) Location: Heep Center, Rm.103 INSTRUCTOR Dr.

More information

COURSE OBJECTIVES AND STUDENT LEARNING OUTCOMES:

COURSE OBJECTIVES AND STUDENT LEARNING OUTCOMES: Psychology 2301: General Psychology Blinn College, Spring 2011 Course Syllabus Section N4 Instructor: Barbara Corbisier, M.A., M.S. Office Hours: A238 T/TH 10-noon or by appt. Office Phone: 209-7314 email:

More information

CSC122/CYEN122: Intermediate Computer Programming

CSC122/CYEN122: Intermediate Computer Programming CSC122/CYEN122: Intermediate Computer Programming Fall 2013 Description: Per the catalog: Analysis, design and implementation of programs. Application structures, algorithm development, eventdriven programming,

More information

Introduction to Programming System Design. CSCI 455x (4 Units)

Introduction to Programming System Design. CSCI 455x (4 Units) Introduction to Programming System Design CSCI 455x (4 Units) Description This course covers programming in Java and C++. Topics include review of basic programming concepts such as control structures,

More information

CHEM121: General Chemistry II. Spring 2012

CHEM121: General Chemistry II. Spring 2012 CHEM121: General Chemistry II Spring 2012 Instructor: Dr. Anja Rosengarth Hours: Lecture: MWF 11:00-11:50 am (Smith 101) Recitation: M 10:00 10:50 am (Bldg. 17, room 1 and 2) Office hours: Wednesday and

More information

CENTRAL TEXAS COLLEGE ITSE 2459 ADVANCED COMPUTER PROGRAMMING C# Semester Hours Credit: 4 INSTRUCTOR: OFFICE HOURS:

CENTRAL TEXAS COLLEGE ITSE 2459 ADVANCED COMPUTER PROGRAMMING C# Semester Hours Credit: 4 INSTRUCTOR: OFFICE HOURS: CENTRAL TEXAS COLLEGE ITSE 2459 ADVANCED COMPUTER PROGRAMMING C# Semester Hours Credit: 4 INSTRUCTOR: OFFICE HOURS: I. INTRODUCTION A. This course presents advanced programming techniques including file

More information

GRAPHIC DESIGN 1. ART 115 Course Syllabus Fontbonne University, St. Louis, MO COURSE INFORMATION COURSE DESCRIPTION COURSE OBJECTIVES PREREQUISITES

GRAPHIC DESIGN 1. ART 115 Course Syllabus Fontbonne University, St. Louis, MO COURSE INFORMATION COURSE DESCRIPTION COURSE OBJECTIVES PREREQUISITES GRAPHIC DESIGN 1 ART 115 Course Syllabus Fontbonne University, St. Louis, MO COURSE INFORMATION Mark Oakley FALL 2012 Tu - Th, 10:30 am - 1:00 pm FA 3 credit hours 314.223.1691 moakley@fontbonne.edu Office

More information

Welcome to Computer Science 2604 Data Structures and File Management

Welcome to Computer Science 2604 Data Structures and File Management CS 2604 1 Welcome to Computer Science 2604 Data Structures and File Management Composition #8, Kandinsky Instructor Info and Prerequisites 2 Instructor: Email: Office: Office Hours: William D McQuain mcquain@cs.vt.edu

More information

INFO 2130 Introduction to Business Computing Spring 2013 Self-Paced Section 006

INFO 2130 Introduction to Business Computing Spring 2013 Self-Paced Section 006 INFO 2130 Introduction to Business Computing Spring 2013 Self-Paced Section 006 Course Coordinator & Master Instructor: Prof. Ming-Chang Huang Office: 306A, Friday Phone: 704-687-7452 Email: mhuang5@uncc.edu

More information

DYERSBURG STATE COMMUNITY COLLEGE COURSE SYLLABUS. Elementary Probability and Statistics

DYERSBURG STATE COMMUNITY COLLEGE COURSE SYLLABUS. Elementary Probability and Statistics DYERSBURG STATE COMMUNITY COLLEGE COURSE SYLLABUS COURSE TITLE: Elementary Probability and Statistics COURES NUMBER AND SECTION: MATH 1530 COURSE DESCRIPTION: This course includes such topics as organization

More information

COURSE SYLLABUS EDG 6931: Designing Integrated Media Environments 2 Educational Technology Program University of Florida

COURSE SYLLABUS EDG 6931: Designing Integrated Media Environments 2 Educational Technology Program University of Florida COURSE SYLLABUS EDG 6931: Designing Integrated Media Environments 2 Educational Technology Program University of Florida CREDIT HOURS 3 credits hours PREREQUISITE Completion of EME 6208 with a passing

More information

ACG 3151-003 (10061) INTERMEDIATE THEORY III (3 credit hours) Tentative Syllabus spring 2012 Class hours: Wednesdays, 7:10 p.m. 10:00 p.m.

ACG 3151-003 (10061) INTERMEDIATE THEORY III (3 credit hours) Tentative Syllabus spring 2012 Class hours: Wednesdays, 7:10 p.m. 10:00 p.m. INTERMEDIATE THEORY III (3 credit hours) Tentative Syllabus spring 2012 Class hours: Wednesdays, 7:10 p.m. 10:00 p.m. LA 234 Instructor George R. Young II, PhD, CPA Phone: (954) 236-1195 E-mail: gyoung@fau.edu

More information

DYERSBURG STATE COMMUNITY COLLEGE Course Syllabus

DYERSBURG STATE COMMUNITY COLLEGE Course Syllabus DYERSBURG STATE COMMUNITY COLLEGE Course Syllabus COURSE DEPARTMENT AND NUMBER: MATH 1830 COURSE NAME: Elementary Calculus NUMBER OF SEMESTER HOURS: Three semester hours INSTRUCTOR: Bobby Solmon TEXT:

More information

Organizational Communication Training and Development Spring 2003. Office Hours: MWF 10:30 11:00, 12:00 1:00 and 4:15 5:30 p.m. and by appointment

Organizational Communication Training and Development Spring 2003. Office Hours: MWF 10:30 11:00, 12:00 1:00 and 4:15 5:30 p.m. and by appointment Organizational Communication Training and Development Spring 2003 Comm 45865:11748-001 Mon, Wed, and Fri 1:10 2:00 pm Instructor: Dr. Rozell Duncan Office Phone: (330) 672-0184 Dept. Phone: (330) 672-2659

More information

JOUR 340 Online Journalism

JOUR 340 Online Journalism SOUTH CAROLINA STATE UNIVERSITY DEPARTMENT OF ENGLISH AND MODERN LANGUAGES JOUR 340 Online Journalism FALL 2013 COURSE SYLLABUS Lecture: T/TH 1-2:20 p.m. Room: Turner A-Wing 273 Instructor: Dante Mozie

More information

SERP 523b: Braille 2 University of Arizona Department of Special Education, Rehabilitation and School Psychology Spring 2009

SERP 523b: Braille 2 University of Arizona Department of Special Education, Rehabilitation and School Psychology Spring 2009 SERP 523b: Braille 2 University of Arizona Department of Special Education, Rehabilitation and School Psychology Spring 2009 L. Penny Rosenblum Office: 520-621-1223 University of Arizona Fax: 520-621-3821

More information

Major Topics Covered in the Course

Major Topics Covered in the Course Welcome to CSE 110! CSE 110 : Principles of Programming with Java (3) Spring 2012, Syllabus and Course Information School of Computing, Informatics, and Decision Systems Engineering, ASU Course web page

More information

Florida Gulf Coast University Finite Math M GF 1106 Spring 2014 CRN 11072

Florida Gulf Coast University Finite Math M GF 1106 Spring 2014 CRN 11072 Florida Gulf Coast University Finite Math M GF 1106 Spring 2014 CRN 11072 Instructor: Jaffar Ali Shahul-Hameed Ph.D. Associate Professor Email: jahameed@fgcu.edu Telephone: (239) 590-1470 Office: AB7 206

More information

The University of Texas at Austin Department of Civil, Architectural and Environmental Engineering

The University of Texas at Austin Department of Civil, Architectural and Environmental Engineering The University of Texas at Austin Department of Civil, Architectural and Environmental Engineering ARE 323K Project Management and Economics Spring 2014 Unique: 15490 (for 8:00am section) and 15495 (for

More information

Computer Science 1015F ~ 2010 ~ Notes to Students

Computer Science 1015F ~ 2010 ~ Notes to Students Computer Science 1015F ~ 2010 ~ Notes to Students Course Description Computer Science 1015/8F and 1016S together constitute a complete Computer Science curriculum for first year students, offering an introduction

More information

Syllabus for MTH 311 Numerical Analysis

Syllabus for MTH 311 Numerical Analysis MTH 311 Numerical Analysis Syllabus, Spring 2016 1 Cleveland State University Department of Mathematics Syllabus for MTH 311 Numerical Analysis Fall 2016: January 20 May 13 1 Instructor Information Instructor:

More information

MAT 183 - Elements of Modern Mathematics Syllabus for Spring 2011 Section 100, TTh 9:30-10:50 AM; Section 200, TTh 8:00-9:20 AM

MAT 183 - Elements of Modern Mathematics Syllabus for Spring 2011 Section 100, TTh 9:30-10:50 AM; Section 200, TTh 8:00-9:20 AM MAT 183 - Elements of Modern Mathematics Syllabus for Spring 2011 Section 100, TTh 9:30-10:50 AM; Section 200, TTh 8:00-9:20 AM Course Instructor email office ext. Thomas John, Ph.D. thjohn@syr.edu 224

More information

BUS 1950-002-008 Computer Concepts and Applications for Business Fall 2012

BUS 1950-002-008 Computer Concepts and Applications for Business Fall 2012 BUS 1950-002-008 Computer Concepts and Applications for Business Fall 2012 Instructor: Contact Information: Susan Kling Office: 4505 Lumpkin Hall Phone: 217-581-8547 Email: SJKling@eiu.edu Course Website:

More information

Drop Policy: A course drop grade will be assigned in accord with UTA policy (see current catalog).

Drop Policy: A course drop grade will be assigned in accord with UTA policy (see current catalog). Course: Psychology 1315 Spring 2011, Section 004 Meeting place and time: Instructor: Office & Telephone: Office Hours: Email: Department website: Life Sciences Bldg Room 122; Tu & Th 9:30AM 10:50AM Linda

More information

This four (4) credit hour. Students will explore tools and techniques used penetrate, exploit and infiltrate data from computers and networks.

This four (4) credit hour. Students will explore tools and techniques used penetrate, exploit and infiltrate data from computers and networks. Integrated Science & Technology 457 Network Penetration and Attack Course Syllabus Spring 2014 MWF 10:00 10:50, W 12:00 12:50 Morrow Library 121 Instructor: Bill Gardner, Assistant Professor Office: 213

More information

Course Description: ECN 5100 (3 credits) Economic Analysis of Enterprises Prerequisites:

Course Description: ECN 5100 (3 credits) Economic Analysis of Enterprises Prerequisites: Course Delivery: Entirely online Office Hours: N/A ECN 5100 Term: Winter 2016 Economic Analysis of Enterprises Instructor: Ablaye Camara Office: Briggs 320. Third Floor Briggs Tel: 313-993-1098 (office)

More information

Management 2030 Section B: Introduction to Organizational Behavior Spring 2015

Management 2030 Section B: Introduction to Organizational Behavior Spring 2015 Management 2030 Section B: Introduction to Organizational Behavior Spring 2015 Instructor Email Office Class Hours Office Hours Syed Hammad Ali MBA, M.Phil., M.Sc. Candidate h.ali@uleth.ca Markin Hall

More information

TECM 3200: Web Design and Development University of North Texas Technical Communication Spring 2015

TECM 3200: Web Design and Development University of North Texas Technical Communication Spring 2015 TECM 3200: Web Design and Development University of North Texas Technical Communication Spring 2015 Instructor and Course Information Time: Monday/Wednesday 2:00-3:20 p.m. and Lab Wednesday 1:00-1:50 Place:

More information

University of Florida at Gainesville Linguistics Program 4131 Turlington Hall LIN 6084-7908 Introduction to Graduate Research

University of Florida at Gainesville Linguistics Program 4131 Turlington Hall LIN 6084-7908 Introduction to Graduate Research Time: Tues. 8-10th periods (3.00-6:00) Location: Anderson 013 University of Florida at Gainesville Linguistics Program 4131 Turlington Hall LIN 6084-7908 Introduction to Graduate Research Professor: Ratree

More information

02-201: Programming for Scientists

02-201: Programming for Scientists 1. Course Information 1.1 Course description 02-201: Programming for Scientists Carl Kingsford Fall 2015 Provides a practical introduction to programming for students with little or no prior programming

More information

Advanced Online Media Production

Advanced Online Media Production Advanced Online Media Production MMC 4341 Spring 2015 Section 099F Monday periods 8, 9, 10 (3 6 p.m.), 3024 Weimer Hall Plus individual meetings, by appointment, required weekly Instructor: Mindy McAdams,

More information

COURSE DESCRIPTION AND PREREQUISITES

COURSE DESCRIPTION AND PREREQUISITES ACCT 204 Managerial Accounting The College of Charleston Spring 2014 Classes: Section: 07 Tues./Thurs. 9:25am-10:40am Tate 315 06 - Tues./Thurs 10:50 am 12:05pm Tate 315 Instructor: Gerry H. Grant, Ph.D.,

More information

College Algebra Online Course Syllabus

College Algebra Online Course Syllabus VALENCIA COMMUNITY COLLEGE EAST CAMPUS MAC 1114 COLLEGE TRIGONOMETRY (ONLINE COURSE) SYLLABUS Term/Year: Spring 2009 CRN: 22607 Professor: Dr. Agatha Shaw Phone: (407) 582 2117 Office: 8-249 Student Engagement

More information

FIN 301 SYLLABUS Corporate Finance Spring 2012

FIN 301 SYLLABUS Corporate Finance Spring 2012 FIN 301 SYLLABUS Corporate Finance Spring 2012 Professor: Hunter M. Holzhauer, Ph.D. Office Number: REDC 291 Office Phone: (814) 898-6326 E-mail: hmh14@psu.edu Office Hours: MTW 3:15-4:30pm (and by appointment)

More information

Moravian College Department of Biological Sciences Anatomy and Physiology - BIO 104

Moravian College Department of Biological Sciences Anatomy and Physiology - BIO 104 Moravian College Department of Biological Sciences Anatomy and Physiology - BIO 104 Spring 2015 Instructor: Professor Marie Hosier Office Phone 610-861-1674 Cell Phone: 610-703-6045 Phone Hours-7AM-10

More information

How To Teach C++ Data Structure Programming

How To Teach C++ Data Structure Programming UTSA EE 3223 - C++ Data Structures Syllabus Fall 2015 Part A - Course Outline Catalog Description: 3 hours credit. Review of C/C++ non-object oriented programming concepts. Object-oriented programming

More information

SPRING 2013 BUSINESS COMMUNICATIONS Syllabus

SPRING 2013 BUSINESS COMMUNICATIONS Syllabus SPRING 2013 BUSINESS COMMUNICATIONS Syllabus Instructor: Antoinette Simmonds Section 3097 Class Meeting Time: Every Wednesday evening 7:00-10:10 Room 3207 (February 4 May 29, 2013) Office Hours: Bus Ed

More information

FIN 430: Financial Modeling (Spring 2016) Professor Russell Jame Course Overview and Objectives Course Prerequisites Required Materials

FIN 430: Financial Modeling (Spring 2016) Professor Russell Jame Course Overview and Objectives Course Prerequisites Required Materials FIN 430: Financial Modeling (Spring 2016) Professor Russell Jame BE Room 235 Office: 335J Gatton Email: russell.jame@uky.edu Office hours: TR 9 10 am, or by appointment Course Overview and Objectives This

More information

RARITAN VALLEY COMMUNITY COLLEGE ACADEMIC COURSE OUTLINE. CISY 105 Foundations of Computer Science

RARITAN VALLEY COMMUNITY COLLEGE ACADEMIC COURSE OUTLINE. CISY 105 Foundations of Computer Science I. Basic Course Information RARITAN VALLEY COMMUNITY COLLEGE ACADEMIC COURSE OUTLINE CISY 105 Foundations of Computer Science A. Course Number and Title: CISY-105, Foundations of Computer Science B. New

More information

Ordinary Differential Equations

Ordinary Differential Equations Course Title Ordinary Differential Equations Course Number MATH-UA 9262001 SAMPLE SYLLABUS ACTUAL SYLLABUS MAY VARY Instructor Contact Information Mark de Longueville mark.de.longueville@nyu.edu Course

More information

SPAN 4740 SPANISH TRANSLATION/INTERPRETING II Spring 2014 HYBRID MW 10:30-11:20am EH 106 COURSE DESCRIPTION AND OBJECTIVES

SPAN 4740 SPANISH TRANSLATION/INTERPRETING II Spring 2014 HYBRID MW 10:30-11:20am EH 106 COURSE DESCRIPTION AND OBJECTIVES SPAN 4740 SPANISH TRANSLATION/INTERPRETING II Spring 2014 HYBRID MW 10:30-11:20am EH 106 Instructor: Dr. Isabel Asensio Office: Elizabeth Hall 230 Office phone: 626-6777 Office hours: MW 1-3pm or by appointment

More information

Some programming experience in a high-level structured programming language is recommended.

Some programming experience in a high-level structured programming language is recommended. Python Programming Course Description This course is an introduction to the Python programming language. Programming techniques covered by this course include modularity, abstraction, top-down design,

More information

CS 4330: Mobile Application Development Spring 2015

CS 4330: Mobile Application Development Spring 2015 CS 4330: Mobile Application Development Spring 2015 CRN: 27188 Lecture: TR 3:00-4:20 pm in CCSB 1.0202 Website: http://www.cs.utep.edu/cheon/cs4330 Instructor: Yoonsik Cheon (x-8028, ycheon@utep.edu);

More information

Math 103, College Algebra Spring 2016 Syllabus MWF Day Classes MWTh Day Classes

Math 103, College Algebra Spring 2016 Syllabus MWF Day Classes MWTh Day Classes SECTION #: Lecture Time: Lecture Location: Lecture Instructor: Office Hours: Office Location: Phone: E-mail: Recitation Location: Recitation Instructor: Office Hours: Office Location: Phone: E-mail: Class

More information

ERP 5210 Performance Dashboards, Scorecard, and Data Visualization Course Syllabus Spring 2015

ERP 5210 Performance Dashboards, Scorecard, and Data Visualization Course Syllabus Spring 2015 ERP 5210 Performance Dashboards, Scorecard, and Data Visualization Course Syllabus Spring 2015 Department of Business & Information Technology Mission Capitalizing on the strong technological emphasis

More information

CS A250 (CRN 20690-25399) C++ Programming Language 2. Syllabus Fall 2015

CS A250 (CRN 20690-25399) C++ Programming Language 2. Syllabus Fall 2015 CS A250 (CRN 20690-25399) C++ Programming Language 2 Syllabus Fall 2015 Instructor: Gabriela Ernsberger E-mail: gernsberger@occ.cccd.edu Course Web site: www.thisclass.info Office: MB Computing Center

More information

Physical Education Health and Recreation Program

Physical Education Health and Recreation Program Physical Education Health and Recreation Program Introduction to Sport Management/PEHR 2070 CRN: 27498 Meeting Days and Time: T/R, 9 to 10:15 AM Semester/Year: Spring/2015 Credit Hours: 3.0 credit hours

More information

STARK STATE COLLEGE Master Syllabus (to be included with Class Syllabus)

STARK STATE COLLEGE Master Syllabus (to be included with Class Syllabus) STARK STATE COLLEGE Master Syllabus (to be included with Class Syllabus) Division Name: Information Technology Department Name: AdministrativeServices and Office Applications Program Name: Click here to

More information

Florida Gulf Coast University Lutgert College of Business Marketing Department MAR3503 Consumer Behavior Spring 2015

Florida Gulf Coast University Lutgert College of Business Marketing Department MAR3503 Consumer Behavior Spring 2015 Course name: Class schedule: Course mode: Classroom: Lutgert Hall, Room 2208 CRN: 10141 Consumer Behavior Tuesday & Thursday, 9:30 AM 10:45 AM On campus, face-to-face meetings Credit hours: 3 Final exam:

More information

Phone: (301) 434-4700 x 736

Phone: (301) 434-4700 x 736 Instructor: Email : Hilary E. Daly hdaly@ta.edu Phone: (301) 434-4700 x 736 AP Environmental Science Syllabus Course Overview Course Requirements Lesson Topics Grading Procedures Course Overview Textbook

More information

SOUTHWEST COLLEGE Department of Mathematics COURSE SYLLABUS

SOUTHWEST COLLEGE Department of Mathematics COURSE SYLLABUS SOUTHWEST COLLEGE Department of Mathematics COURSE SYLLABUS MATH 0312: Intermediate Algebra INSTRUCTOR: E-MAIL: Location: Mohammad Abbasi mohammad.abbasi@hccs.edu H. C. C. West Loop Campus MATH 0312: Intermediate

More information

Syllabus Outline. Syllabus COSC1336 Programming Fundamentals I Page 1 of 6

Syllabus Outline. Syllabus COSC1336 Programming Fundamentals I Page 1 of 6 Syllabus COSC1336 Programming Fundamentals I Page 1 of 6 Syllabus Outline Austin Community College Department of Computer Studies and Advanced Technology Programming Fundamentals I ALL sections Spring

More information

MGSC 590 Information Systems Development Course Syllabus for Spring 2008

MGSC 590 Information Systems Development Course Syllabus for Spring 2008 MGSC 590 Information Systems Development Course Syllabus for Spring 2008 Tue and Thu 2:00 p.m. - 3:15 p.m. Room 463, College of Business Administration http://dmsweb.moore.sc.edu/mgsc590/ Instructor: Dr.

More information

Professor: Dr. Esra Memili Email: e_memili@uncg.edu Office: 370 Bryan Office Hours: Monday 2:00-6:00pm and 8:50-9:50pm, and by appointment

Professor: Dr. Esra Memili Email: e_memili@uncg.edu Office: 370 Bryan Office Hours: Monday 2:00-6:00pm and 8:50-9:50pm, and by appointment University of North Carolina at Greensboro Bryan School of Business and Economics Marketing, Entrepreneurship, Hospitality and Tourism Spring 2016 ENT 336-01 Opportunities to Action: Business Plan 6:00-8:50pm

More information

INFO 3130 008 Management Information Systems Spring 2015

INFO 3130 008 Management Information Systems Spring 2015 INFO 3130 008 Management Information Systems Spring 2015 INSTRUCTOR: Dr. Sungjune Park OFFICE: 353B Friday PHONE: (704) 687-7628 EMAIL: supark@uncc.edu OFFICE HOURS: Tue & Thu 12:20pm 1:50pm and by appointment

More information

Psych 204: Research Methods in Psychology

Psych 204: Research Methods in Psychology Psych 204: Research Methods in Psychology Spring 2003 Professor: Nancy Darling, Ph.D. Office: 108 Preston Hall e-mail: darling@bard.edu Home phone: 876-3583 Please don't call before 8:00AM or after 11:00PM.

More information

MATH 2412 PRECALCULUS SPRING 2015 Synonym 26044, Section 011 MW 12:00-1:45, EVC 8106

MATH 2412 PRECALCULUS SPRING 2015 Synonym 26044, Section 011 MW 12:00-1:45, EVC 8106 MATH 2412 PRECALCULUS SPRING 2015 Synonym 26044, Section 011 MW 12:00-1:45, EVC 8106 INSTRUCTOR: Carolynn Campbell Reed EMAIL: creed@austincc.edu WEBSITE: http://www.austincc.edu/creed PHONE/OFFICE: 223-5825

More information

Systems and Internet Marketing Syllabus Spring 2011 Department of Management, Marketing and International Business

Systems and Internet Marketing Syllabus Spring 2011 Department of Management, Marketing and International Business Systems and Internet Marketing Syllabus Spring 2011 Department of Management, Marketing and International Business MKT 425.022 (3 credit hour class) Wednesday, 4:00 6:30 pm, BU 465 Instructor: Dr. Charlotte

More information

Computer Science III Advanced Placement G/T [AP Computer Science A] Syllabus

Computer Science III Advanced Placement G/T [AP Computer Science A] Syllabus Computer Science III Advanced Placement G/T [AP Computer Science A] Syllabus Course Overview This course is a fast-paced advanced level course that focuses on the study of the fundamental principles associated

More information

Canisius College Computer Science Department Computer Programming for Science CSC107 & CSC107L Fall 2014

Canisius College Computer Science Department Computer Programming for Science CSC107 & CSC107L Fall 2014 Canisius College Computer Science Department Computer Programming for Science CSC107 & CSC107L Fall 2014 Class: Tuesdays and Thursdays, 10:00-11:15 in Science Hall 005 Lab: Tuesdays, 9:00-9:50 in Science

More information

Decision Sciences 101 - Data Analysis for Managers

Decision Sciences 101 - Data Analysis for Managers Spring 2013 CALIFORNIA STATE UNIVERSITY, SACRAMENTO School of Business Administration Decision Sciences 101 - Data Analysis for Managers COURSE OUTLINE INSTRUCTOR: Dr. Stanley A. Taylor OFFICE: TAH -2096

More information

ISM 206 Web Design and Development Spring 2006

ISM 206 Web Design and Development Spring 2006 ISM 206 Web Design and Development Spring 2006 Instructor: Janice Knapp Office: 474 Bryan Building Voice Mail: 334-4890 Fax: 334-4083 Office Hours: M, W, F: 12:00-12:50 a.m. M, W: 3:15 4:00 p.m. And by

More information

FLORIDA STATE COLLEGE AT JACKSONVILLE COLLEGE CREDIT COURSE OUTLINE. Introduction to Programming with Visual Basic.NET

FLORIDA STATE COLLEGE AT JACKSONVILLE COLLEGE CREDIT COURSE OUTLINE. Introduction to Programming with Visual Basic.NET Form 2A, Page 1 FLORIDA STATE COLLEGE AT JACKSONVILLE COLLEGE CREDIT COURSE OUTLINE COURSE NUMBER: COP 2837 COURSE TITLE: Introduction to Programming with Visual Basic.NET PREREQUISITE(S): COP 1000 COREQUISITE(S):

More information

Introduction to Public Relations MCM 380.090 Course Syllabus Spring 2011 Division of Communication and Contemporary Culture

Introduction to Public Relations MCM 380.090 Course Syllabus Spring 2011 Division of Communication and Contemporary Culture Introduction to Public Relations MCM 380.090 Course Syllabus Spring 2011 Division of Communication and Contemporary Culture Instructor: Kimberly Squyres/Phone: 936-468-6541/Email: squyreska@.sfasu.edu

More information

Required Text Schacter, Daniel L. Introducing Psychology with Updates on DSM-5 (2nd ed.). Worth Publishers. (2014).

Required Text Schacter, Daniel L. Introducing Psychology with Updates on DSM-5 (2nd ed.). Worth Publishers. (2014). 1 General Psychology PSY 1010-52H CRN 26527 Spring 2015 Instructor & Contact Information Colin Metzger, M.S. Phone: 435.256.7869 Email: metzger@dixie.edu Lecture: Thursdays 6:00 pm to 8:30 pm, Dixie State

More information

MUSC 136: Music Theory II Spring 2015 MWF 9:00-9:50am. HTH 009

MUSC 136: Music Theory II Spring 2015 MWF 9:00-9:50am. HTH 009 Spring 2015 MWF 9:00-9:50am. HTH 009 Instructor: Dr. Greg Glancey (Dr. Greg or Dr. G) email: gglancey@vanguard.edu Office hours: MW 1:00-4:00pm TR 12:30-1:30pm, Friday by appt. only Catalog Description

More information

CSC 281 Automata and Algorithms Spring 2009

CSC 281 Automata and Algorithms Spring 2009 CSC 281 Automata and Algorithms Spring 2009 Instructor/Guide: Dr. Jeffrey J. McConnell mcconnel@canisius.edu cs.canisius.edu/~mcconnel WTC 207A 888-2434 (Secretary: 2430) Office Hours: MR 1:00 pm 4:00

More information

MKT 363 Professional Selling & Sales Management Course Syllabus (Spring 2011)

MKT 363 Professional Selling & Sales Management Course Syllabus (Spring 2011) MKT 363 Professional Selling & Sales Management Course Syllabus (Spring 2011) Instructor: Professor Herbert A. Miller, Jr. Office Hours: T TH 11:00-11:45am Class Hours: T - TH 12:30pm - 2:00pm Office Location:

More information

Biology 1008 Anatomy and Physiology II Spring 2015

Biology 1008 Anatomy and Physiology II Spring 2015 Course Syllabus Lecture: Wednesday 6:30pm D-225 Laboratory: 6:30pm A101 Monday (sections 300 and 301) Tuesday (sections 302 and 303) Lecture Instructor: Carmen Hartford Office A315 Phone: (815) 224-0321

More information

44-599 Intro. to Data Visualization Spring 2016

44-599 Intro. to Data Visualization Spring 2016 44-599 Intro. to Data Visualization Spring 2016 Instructor: Dr. Ajay Bandi 2250 Colden Hall ajay@nwmissouri.edu Classroom: VLK127 Time: 02:00pm - 03:15pm TR Textbook: No textbook is required. All the material

More information

BRAZOSPORT COLLEGE LAKE JACKSON, TEXAS SYLLABUS ITSE 1432 INTRODUCTION TO VISUAL BASIC.NET PROGRAMMING

BRAZOSPORT COLLEGE LAKE JACKSON, TEXAS SYLLABUS ITSE 1432 INTRODUCTION TO VISUAL BASIC.NET PROGRAMMING BRAZOSPORT COLLEGE LAKE JACKSON, TEXAS SYLLABUS ITSE 1432: INTRODUCTION TO VISUAL BASIC.NET PROGRAMMING COMPUTER TECHNOLOGY & OFFICE ADMINISTRATION DEPARTMENT CATALOG DESCRIPTION ITSE 1432 INTRODUCTION

More information

COMP252: Systems Administration and Networking Online SYLLABUS COURSE DESCRIPTION OBJECTIVES

COMP252: Systems Administration and Networking Online SYLLABUS COURSE DESCRIPTION OBJECTIVES COMP252: Systems Administration and Networking Online SYLLABUS COURSE DESCRIPTION Installation, administration and maintenance of various modern operating systems widely-used in academic, industrial and

More information

COURSE REQUIREMENTS AND EXPECTATIONS FOR ALL STUDENTS ENROLLED IN COLLEGE ALGEBRA ROWAN UNIVERSITY CAMDEN CAMPUS SPRING 2011

COURSE REQUIREMENTS AND EXPECTATIONS FOR ALL STUDENTS ENROLLED IN COLLEGE ALGEBRA ROWAN UNIVERSITY CAMDEN CAMPUS SPRING 2011 COURSE REQUIREMENTS AND EXPECTATIONS FOR ALL STUDENTS ENROLLED IN COLLEGE ALGEBRA ROWAN UNIVERSITY CAMDEN CAMPUS SPRING 2011 PROFESSOR JAY L. SCHIFFMAN e-mail: schiffman@rowan.edu 1 IMPORTANT INFORMATION

More information

PELLISSIPPI STATE COMMUNITY COLLEGE MASTER SYLLABUS PROJECT SCHEDULING W/LAB ENGT 2021

PELLISSIPPI STATE COMMUNITY COLLEGE MASTER SYLLABUS PROJECT SCHEDULING W/LAB ENGT 2021 PELLISSIPPI STATE COMMUNITY COLLEGE MASTER SYLLABUS PROJECT SCHEDULING W/LAB ENGT 2021 Class Hours: 3:0 Credit Hours: 3:0 Laboratory Hours:2:0 Date Revised: Fall 2012 Catalog Course Description: This course

More information

PCB 3043: Ecology Spring 2012, MMC

PCB 3043: Ecology Spring 2012, MMC PCB 3043: Ecology Spring 2012, MMC Instructor: Dr. John Withey OE 212 (office) ECS 158 (lab) Office Hours: Tu/Th after class in ECS 158 (to 3pm) for study questions Tu/Th 3-4 pm in OE 212 for private questions

More information

HEARTLAND COMMUNITY COLLEGE MATH 163 Calculus III Syllabus Spring 2013

HEARTLAND COMMUNITY COLLEGE MATH 163 Calculus III Syllabus Spring 2013 HEARTLAND COMMUNITY COLLEGE MATH 163 Calculus III Syllabus Spring 2013 Class: MTWR: 2:00 3:50 pm Office Hours:10:30 noon Wednesday and Thursday; 5 6 pm Tuesday and Thursday Instructor s Name: Dr. Kim McHale

More information

Portland Community College - Cascade Campus MM 234 3.0 Credits 3D for Interactivity CRN: 18072

Portland Community College - Cascade Campus MM 234 3.0 Credits 3D for Interactivity CRN: 18072 Portland Community College - Cascade Campus MM 234 3.0 Credits 3D for Interactivity CRN: 18072 Winter 2015 January 6 March 17 Tu 2:00 PM 4:50 PM Room: Cascade Campus MAHB 217 Instructor: Brittany Wouden

More information

CENTRAL STATE UNIVERSITY DEPARTMENT OF BUSINESS ADMINISTRATION COLLEGE OF BUSINESS AND INDUSTRY

CENTRAL STATE UNIVERSITY DEPARTMENT OF BUSINESS ADMINISTRATION COLLEGE OF BUSINESS AND INDUSTRY CENTRAL STATE UNIVERSITY DEPARTMENT OF BUSINESS ADMINISTRATION COLLEGE OF BUSINESS AND INDUSTRY Course Information Document Date: Fall 2006 Course Name: Business Communication Course Number & Course Section:

More information

COURSE APPROVAL DOCUMENT Southeast Missouri State University

COURSE APPROVAL DOCUMENT Southeast Missouri State University COURSE APPROVAL DOCUMENT Southeast Missouri State University Department: Mathematics Course No. MA585 Title of Course: Introduction to Life Contingencies Date: Fall 2015 Please check: New Revision I. Catalog

More information

GET 114 Computer Programming Course Outline. Contact: craig.west@rdc.ab.ca Office Hours: TBD 403.342.3415 (or by appointment)

GET 114 Computer Programming Course Outline. Contact: craig.west@rdc.ab.ca Office Hours: TBD 403.342.3415 (or by appointment) GET 114 Computer Programming Course Outline Electrical Engineering Technology Fall 2015 Instructor: Craig West Office: 2915-11 Contact: craig.west@rdc.ab.ca Office Hours: TBD 403.342.3415 (or by appointment)

More information

Mechanical Engineering Technology Mech 257 Solid Modeling Applications

Mechanical Engineering Technology Mech 257 Solid Modeling Applications Course Outline Professor: Dan Gravel Office Location C330B Office Phone (250) 762-5445 ext. 4758 Email vneykov@okanagan.bc.ca Credit Hours 3 Presentation format Lecture 3 hrs/wk Prerequisite: Mech 237

More information