CSC 209 / BIO 209 Introduction to Bioinformatics Programming Fall 2016

Size: px
Start display at page:

Download "CSC 209 / BIO 209 Introduction to Bioinformatics Programming Fall 2016"

Transcription

1 CSC 209 / BIO 209 Introduction to Bioinformatics Programming Fall 2016 Instructor: Dr. Laurie Heyer Chambers 3027 Phone: (office) laheyer@davidson.edu Course home page: We will use the Moodle course management system for announcements, links, and posting assignments and examples. Course description: Bioinformatics is an interdisciplinary course that explores computational techniques useful in the study of genomes, proteomes, and other biological data. It is also a first course in computer programming that will prepare you for further study in computer science. No previous experience in programming is required, assumed, or even desired. This course counts toward the genomics and computer science concentrations, the biology major and the mathematics major. Prerequisites: There are no prerequisites for this course. In particular, I will assume no previous experience with computer programming. Please note that you may not receive credit for both BIO/CSC 209 and CSC 121. Both of these courses are introductions to computer science and include programming in Python, and both will prepare you adequately for CSC 221. Textbook: Programming in Python 2.7 at zybooks.com. Instructions for subscribing to the textbook: 1. Sign up at zybooks.com 2. Enter zybook code DAVIDSONCSC209HeyerFall Click Subscribe Subscription expires after the semester ends. You may choose to print any part of the text to PDF if you wish to save it for future use. You can print an entire chapter at a time. Learning outcomes: (adapted from the ACM 2013 Curricular Guidelines) Create algorithms for solving simple problems and express them in English or pseudocode Implement, test and debug algorithms for solving bioinformatics problems in the Python language Analyze and explain the behavior of simple programs involving the fundamental programming constructs: variables, expressions, assignments, I/O, control constructs, functions, parameter passing and recursion Design, implement, test and debug a program that uses each of the following fundamental programming constructs: basic computation, simple I/O, standard conditional and iterative structures, the definition of functions, and parameter passing Choose appropriate conditional and iteration constructs for a given programming task Apply the techniques of decomposition to break a problem into smaller pieces Identify the base case and the general case of a recursively-defined problem, and

2 implement a solution in Python Implement a class in Python Apply consistent documentation and program style standards that contribute to the readability and maintainability of software Access and accommodation: Together, we will strive for your success in meeting the above learning goals. The components of the course, including the modes of assessing your progress toward these goals, require a range of skills and abilities. Every student s success is important to me. If there are any circumstances that may affect your performance in the class, please let me know as soon as possible so that we can work together to develop strategies that will meet your needs while fulfilling the requirements of the course. In particular, if you have a documented disability (or believe you may have a disability) and need a reasonable accommodation to participate fully in this class, complete course requirements, or benefit from the Colleges programs and services, please contact the Academic Access and Disability Resources Office (Nance Longworth, nalongworth@davidson.edu<mailto:nalongworth@davidson.edu>) as soon as possible. You are welcome to speak with me as well so that we can devise a plan that maximizes your chances of success in the course. All such discussions will be fully confidential. Please look carefully at the course schedule during the first week of class. If any of the assignments conflict with a major religious holiday for your faith, please let me know. I will make every effort to make the necessary accommodations. If you must miss class for any reason, excused or otherwise, you are responsible for getting notes from a classmate and making up the work you miss. Anticipated absences, e.g., for athletic or family events, should be communicated to me in advance, and any work due those days should be turned in before you leave. Attendance: Missing class will adversely affect your grade in many ways. In addition, the college attendance policy will be enforced: missing more than 25% of class meetings makes you eligible for a failing grade. Course components: The following will help you achieve and measure your progress toward these outcomes: Reading. The textbook is an interactive workbook, and you should do (most of) the exercises as you read. I will monitor your reading activity regularly, and consider your engagement in the reading when assigning your participation grade. It is crucial to your success that you take the reading assignments seriously. Otherwise, you will find yourself lost in class, unable to do the in-class activities or homework, and poorly prepared for quizzes. In-class activities. Each class day will involve a significant amount of hands-on work with Python and biological data. I will expect you to have completed the assigned reading before you come to class, and be prepared to ask (and answer) questions about the reading. Attendance and engagement in in-class activities is an important part of your reading and participation grade. This is not a lecture class; it is more like a lab.

3 Homework. Weekly assignments (due most Thursdays) will provide you with regular practice with Python programming and bioinformatics procedures and algorithms. You will be assigned a partner, and you must adhere to the following guidelines for completing homework assignments: One partner is the "driver," and the other is the "navigator." Much like on a road trip, both roles are essential to the success of the team, and the navigator is also a "back seat driver." The driver is the one typing, but the navigator is watching every word and making suggestions about the next thing to type. Switch roles approximately every 20 minutes. Strive to do ALL work on the assignment in this paired configuration. Never spend more than 20 minutes working on an assignment by yourself. All code must be the work of the team. The only authorized help on homework is from Math and Science Center tutors or me, and all requests for help must come from you and your partner jointly. Other than reading help on particular commands that you have already learned in class, you may not seek help from the Internet. You may not get help from friends, family, etc. Each assignment will include detailed instructions for formatting and turning in your program(s). Your code will be tested by an automated script, and scored for correctness and appropriate coding style by a grading assistant. Significant penalties will be assessed if your code does not run as specified by the assignment. Sometimes programming assignments take longer than expected for a variety of reasons. Therefore, you can be up to 24 hours late on an assignment with no penalty, but no more than four times during the semester. Because of the system required to grade assignments, work will not be accepted more than 24 hours late. Project. You will work with a partner to implement a program of your own choosing, approved by me. Options include interactive games, teaching demonstrations, and online tools (bioinformatics or otherwise). You will have at least three weeks to complete your work. In addition to giving a brief demo of your project on the last day of class, you will be asked to present your project at the Digital Project Showcase on December 7, the last day of optional classes, 3:30-5:30 pm. You must inform me of any conflicts with this presentation at least two weeks in advance, so we can make other arrangements for you to present your work. Quizzes. The Python programming language is like any other language in the sense that you must master the vocabulary to be an effective "speaker." Quizzes will be given on most Tuesdays. In-class portions of quizzes are closed-book, handwritten, and timed exercises in which you will be asked to explain or specify the output of code that I provide and/or write very short code segments. Some quizzes will have a take-home programming portion that is closed book, but allows you to check your code as you write it. The material you are expected to know for each quiz is all material covered in the reading and in class up to that point, but with a focus on the previous week's material. Final Exam. The final is a comprehensive take home exam. You will have a limited number of hours of active work time on these programming exercises. The exam will be released on the first day of final exams, and will be due at the end of final exams.

4 Software and computing resources: Python is built into Mac OS X and is freely available on Windows computers (but I m sorry, I cannot help you set it up on a Windows machine). WingIDE is also available on all lab Macs on campus, and may be installed on your own computer. You will all have access to the GAMCo (Genomics, Applied Mathematics and Computer Science) computer lab (Chambers 3146) during building hours, whenever class is not in session. The class schedule for GAMCo will be posted on the door and on the course home page. Getting help: It is normal and expected that all students will need help outside of class with the material in this course. Because programming is only learned with practice, an important source of help is additional exercises, in the required textbook or online resources that I will provide. The following additional resources are also available. Math and Science Center: The Math & Science Center (MSC) offers free assistance to students in all areas of math and science, with a focus on the introductory courses. Trained and highly qualified peers hold one-on-one and small-group tutoring sessions on a drop-in basis or by appointment, as well as timely recap sessions ahead of scheduled reviews. Emphasis is placed on thinking critically, understanding concepts, making connections, and communicating effectively, not just getting correct answers. In addition, students can start or join a study group and use the MSC as a group or individual study space. Located in the Center for Teaching & Learning (CTL) on the first floor of the College Library, drop-in hours are Sunday through Thursday, 8-11 PM, and Sunday, Tuesday, Thursday, 4-6 PM, beginning Sunday, August 28. Appointments are available at other times. For more information, visit or contact Dr. Mark Barsoum (mabarsoum or ext. 2796). AT Sessions: Erica Shook is an experienced programmer who took this class two years ago, and has extensive coding experience in several languages. She will attend class and help me answer your questions as they arise. She will also meet with students at two different times in the week. The focus of AT sessions is on preparing for quizzes. AT sessions are not required, but are strongly encouraged. Office Hours: Office hours, Monday and Wednesday 2:00-3:30 and Tuesday and Thursday 2:30-4:00, are specifically dedicated to meeting with students in my office, Chambers Please feel free to drop by at other times; I am in the office more than just these hours. Or, I welcome you to make an appointment for a specific time other than those I have listed. is a great way to reach me, day and night. Grading: Course grades will be computed as follows: Reading & Participation 10% Assignments 40% Project 10% Quizzes 20% Final exam 20% Approximate class schedule:

5 Date Topic Reading Due Work Assigned Work Due Preparing for Programming and 23-Aug Python Writing Simple Programs ; HW1: 25-Aug Picobot Computing with Numbers ; 30-Aug 3.8 String basics 2.8, 3.1, 3.7, 7.3 HW2: Melting HW1: Picobot 1-Sep temp 6-Sep Branching Quiz 1 While loops; Debugging 8-Sep HW3: ORFs HW2: Melting temp More with strings 7.1, 7.2, Quiz 2 13-Sep 15-Sep 7.4 Reading and writing files , HW4: Restriction sites HW3: ORFs Lists 3.2; 4.5; Quiz 3 20-Sep Graphs Links HW 5 HW 4: Restriction 22-Sep sites 27-Sep Biological Sequence Analysis Links Quiz 4 HW 5 Biological Sequence Analysis Links HW 6: Sequence 29-Sep comparison 4-Oct For loops Quiz 5 6-Oct More on lists HW 6: Sequence comparison FALL BREAK Nested loops and other loop structures , 5.12 HW 7: Longest 13-Oct repeat 18-Oct Functions; Simulation Quiz 6 More about functions , HW 8: Alignment HW 7: Longest 20-Oct repeat 25-Oct Object oriented programming Quiz 7 Object oriented programming HW9: HW8: 27-Oct Regression Alignment 1-Nov Turtle graphics Links Quiz 8 Graphics package Links HW9: 3-Nov Regression 8-Nov More graphics Links Quiz 9

6 10-Nov Projects --- Project 15-Nov Recursion Quiz Nov Recursion Nov More bioinformatics algorithms Links THANKSGIVING BREAK 29-Nov Projects Course evaluations 1-Dec Prepare for final exam 6-Dec Project demos Project 7-Dec Digital project fair 3:30-5:00

MATH 101 E.S. COLLEGE ALGEBRA FALL 2011 SYLLABUS

MATH 101 E.S. COLLEGE ALGEBRA FALL 2011 SYLLABUS Instructor: Phone: Office: Email: Office Hours: http://math.nicholls.edu/math/faculty.asp Link to Blackboard: http://blackboard.nicholls.edu M.E.W. Web Address: http://math.nicholls.edu/mew Text: Algebra

More information

MAC2233, Business Calculus Reference # 722957, RM 2216 TR 9:50AM 11:05AM

MAC2233, Business Calculus Reference # 722957, RM 2216 TR 9:50AM 11:05AM Instructor: Jakeisha Thompson Email: jthompso@mdc.edu Phone: 305-237-3347 Office: 1543 Office Hours Monday Tuesday Wednesday Thursday Friday 7:30AM 8:15AM 12:30PM 2:00PM 7:30AM 9:30AM 7:30AM 8:15AM 12:30PM

More information

Introduction to Java Programming ITP 109 (2 Units) Fall 2015

Introduction to Java Programming ITP 109 (2 Units) Fall 2015 Introduction to Java Programming ITP 109 (2 Units) Fall 2015 Catalogue Description Objective Prerequisites Instructor Office Hours Lab Assistants Course Hours Course Structure Required Textbook Grading

More information

MAT 117: College Algebra Fall 2013 Course Syllabus

MAT 117: College Algebra Fall 2013 Course Syllabus MAT 117: College Algebra Fall 2013 Course Syllabus Instructor: Douglas Williams E-mail - Phone: douglas.a.williams@asu.edu - 480-965-7561 Office: ECA 206 Office Hours: MWF 11:00-11:50, TTh 12:00-12:50,

More information

BUS315: INTRODUCTION TO FINANCIAL MANAGEMENT COURSE OUTLINE

BUS315: INTRODUCTION TO FINANCIAL MANAGEMENT COURSE OUTLINE BUS315: INTRODUCTION TO FINANCIAL MANAGEMENT Lynda Livingston Fall, 2012 office: McIntyre 111-J e-mail: llivingston@ups.edu office phone: (253) 879-3471 fax: (253) 878-3156 office hours: MF 12:00-1:00

More information

Sociology 302: Contemporary Social Problems

Sociology 302: Contemporary Social Problems Sociology 302: Contemporary Social Problems Southern Illinois University, Carbondale Fall 2012 Instructor: Dr. Kretschmer Course Time: Tues/Thurs 11am-12:15pm Email: kkretsch@siu.edu Location: WHAM 0203

More information

F l o r i d a G u l f C o a s t U n i v e r s i t y S t a t i s t i c a l M e t h o d s F a l l 2 0 1 2 - C R N 8 1 1 2 6

F l o r i d a G u l f C o a s t U n i v e r s i t y S t a t i s t i c a l M e t h o d s F a l l 2 0 1 2 - C R N 8 1 1 2 6 F l o r i d a G u l f C o a s t U n i v e r s i t y S t a t i s t i c a l M e t h o d s F a l l 2 0 1 2 - C R N 8 1 1 2 6 Instructor: Larry L. Southard, M.A. Email: lsouthar@fgcu.edu Telephone: (239) 590-7420

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

MAT 1500: College Algebra for the Social and Management Sciences General Syllabus

MAT 1500: College Algebra for the Social and Management Sciences General Syllabus MAT 1500: College Algebra for the Social and Management Sciences General Syllabus (See your section syllabus for specific instructor information, deadlines and points.) Course Description: This is a college

More information

Course Information for Math 104: Basic Probability and Statistics

Course Information for Math 104: Basic Probability and Statistics Course Information for Math 104: Basic Probability and Statistics Professor: Amy N. Myers Email: anmyers@brynmawr.edu Office: Park 356 Office Hours: Mon: 10 11am; Wed: 10 11am; Fri: 10 11am & 2 4pm Appointments:

More information

SYLLABUS MAC 1105 COLLEGE ALGEBRA Spring 2011 Tuesday & Thursday 12:30 p.m. 1:45 p.m.

SYLLABUS MAC 1105 COLLEGE ALGEBRA Spring 2011 Tuesday & Thursday 12:30 p.m. 1:45 p.m. SYLLABUS MAC 1105 COLLEGE ALGEBRA Spring 2011 Tuesday & Thursday 12:30 p.m. 1:45 p.m. Instructor: Val Mohanakumar Office Location: Office Phone #: 253 7351 Email: vmohanakumar@hccfl.edu Webpage: http://www.hccfl.edu/faculty-info/vmohanakumar.aspx.

More information

STAT 1403 College Algebra Dr. Myron Rigsby Fall 2013 Section 0V2 crn 457 MWF 9:00 am

STAT 1403 College Algebra Dr. Myron Rigsby Fall 2013 Section 0V2 crn 457 MWF 9:00 am MATH 1403 College Algebra/ Rigsby/ Fall 2013 Page 1 Credit Hours: 3 Lecture Hours: 3 University of Arkansas Fort Smith 5210 GRAND AVENUE P.O. BOX 3649 FORT SMITH, AR 72913-3649 479-788-7000 Syllabus and

More information

Math 257: Geometry and Probability for Teachers

Math 257: Geometry and Probability for Teachers Math 257: Geometry and Probability for Teachers Course Syllabus for MATH 257.001 & MATH 257.002, Fall 2013 at Boise State University I. COURSE INFORMATION Instructor: Joe Champion, Ph.D. E-mail (preferred

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

Using MyMathLab. Features

Using MyMathLab. Features Using MyMathLab Features You must already be registered or enrolled in a current MyMathLab class in order to use MyMathLab. If you are not registered or enrolled in a new class, see another PowerPoint

More information

Digital Communication Southwest College

Digital Communication Southwest College Digital Communication Southwest College ARTC 1317 0080 Design Communication I CRN 76410 Fall 2015 West Loop Center - Room 131 5:30 pm - 9:45 pm Monday 2 hrs. Lecture (32 hrs.) / 3 hrs. External (48 hrs.)

More information

CSS 341 : Fundamentals of Programming Theory and Applications Course Syllabus-Autumn 2012

CSS 341 : Fundamentals of Programming Theory and Applications Course Syllabus-Autumn 2012 Fund Prog Autumn 2012 Page 1 of 9 CSS 341 : Fundamentals of Programming Theory and Applications Course Syllabus-Autumn 2012 Instructor: Charles F. Jackels Office: Room 251-UWBB (Science and Technology

More information

COURSE SYLLABUS INTRODUCTION TO INTERNATIONAL BUSINESS MGT 301-01 ONLINE FALL 2014

COURSE SYLLABUS INTRODUCTION TO INTERNATIONAL BUSINESS MGT 301-01 ONLINE FALL 2014 COURSE SYLLABUS INTRODUCTION TO INTERNATIONAL BUSINESS MGT 301-01 ONLINE FALL 2014 DATES COURSE TOPICS READING DEADLINES Session 1 Globalization Ch 1 (in textbook) Quiz 1: Due 08/24 11:59 08/18-08/24 Unit

More information

Napa Valley College Fall 2015 Math 106-67528: College Algebra (Prerequisite: Math 94/Intermediate Alg.)

Napa Valley College Fall 2015 Math 106-67528: College Algebra (Prerequisite: Math 94/Intermediate Alg.) 1 Napa Valley College Fall 2015 Math 106-67528: College Algebra (Prerequisite: Math 94/Intermediate Alg.) Room 1204 Instructor: Yolanda Woods Office: Bldg. 1000 Rm. 1031R Phone: 707-256-7757 M-Th 9:30-10:35

More information

Los Angeles Pierce College. SYLLABUS Math 227: Elementary Statistics. Fall 2011 T Th 4:45 6:50 pm Section #3307 Room: MATH 1400

Los Angeles Pierce College. SYLLABUS Math 227: Elementary Statistics. Fall 2011 T Th 4:45 6:50 pm Section #3307 Room: MATH 1400 Los Angeles Pierce College SYLLABUS Math 227: Elementary Statistics Fall 2011 T Th 4:45 6:50 pm Section #3307 Room: MATH 1400 Instructor: Pauline Pham Office hours: T Th: 4:00 4:35 PM, Room Math 1409X

More information

Physics 21-Bio: University Physics I with Biological Applications Syllabus for Spring 2012

Physics 21-Bio: University Physics I with Biological Applications Syllabus for Spring 2012 Physics 21-Bio: University Physics I with Biological Applications Syllabus for Spring 2012 Class Information Instructor: Prof. Mark Reeves (Samson 214, reevesme@gwu.edu 46279) Office Hours: Tuesday 4:30-5:15

More information

SYLLABUS- PRINCIPLES OF MANAGEMENT

SYLLABUS- PRINCIPLES OF MANAGEMENT Course No: BUA 2214 SYLLABUS- PRINCIPLES OF MANAGEMENT Section: Instructor: 01; Monday, Wednesday, Friday (9:10-10:10 am) Joe Carter Office Phone No.: 857-2459 (extension 2459 on campus) Ofc. Hours: Monday

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

CS 2302 Data Structures Spring 2015

CS 2302 Data Structures Spring 2015 1. General Information Instructor: CS 2302 Data Structures Spring 2015 Olac Fuentes Email: ofuentes@utep.edu Web: www.cs.utep.edu/ofuentes Office hours: Tuesdays and Thursdays 2:00-3:30, or by appointment,

More information

MATH 2103 Business Calculus Oklahoma State University HONORS Spring 2015 Instructor: Dr. Melissa Mills 517 Math Sciences memills@math.okstate.

MATH 2103 Business Calculus Oklahoma State University HONORS Spring 2015 Instructor: Dr. Melissa Mills 517 Math Sciences memills@math.okstate. MATH 2103 Business Calculus Oklahoma State University HONORS Spring 2015 Instructor: Dr. Melissa Mills 517 Math Sciences memills@math.okstate.edu 744-1689 Office Hours: Monday 11:30am in MSCS 517 Tuesday

More information

The University of Texas at Austin School of Social Work SOCIAL WORK STATISTICS

The University of Texas at Austin School of Social Work SOCIAL WORK STATISTICS 1 The University of Texas at Austin School of Social Work SOCIAL WORK STATISTICS Course Number: SW 318 Instructor: Michael Bergman, Ph.D. Unique Number: 65190 Office Number: SSW 1.214 (IT Classroom) Semester:

More information

Gustavus Adolphus College Department of Economics and Management E/M 260 002: MARKETING M/T/W/F 11:30AM 12:20AM, BH 301, SPRING 2016

Gustavus Adolphus College Department of Economics and Management E/M 260 002: MARKETING M/T/W/F 11:30AM 12:20AM, BH 301, SPRING 2016 Gustavus Adolphus College Department of Economics and Management E/M 260 002: MARKETING M/T/W/F 11:30AM 12:20AM, BH 301, SPRING 2016 Instructor: Wei Fu Office: BH 135 Phone: 507-933-6141 E-mail: wfu@gustavus.edu

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

IT 106 Introduction to IT Problem Solving Using Computer Programming revised 01.09.2013

IT 106 Introduction to IT Problem Solving Using Computer Programming revised 01.09.2013 Applied Information Technology Department Course Syllabus IT 106 Introduction to IT Problem Solving Using Computer Programming revised 01.09.2013 Catalog Description Introduces use of procedural programming

More information

West Los Angeles College

West Los Angeles College West Los Angeles College SPAN 001 Online # 8175 & 8372 Syllabus Fall 2015 Prof. Yunsook Kim kimy2@wlac.edu WLAC Online class room: ETUDES: www.myetudes.org (Monday-Thursday) Vistas 4th ed. SUPERSITE (Digital

More information

INFO 2130 Introduction to Business Computing Fall 2014

INFO 2130 Introduction to Business Computing Fall 2014 INFO 2130 Introduction to Business Computing Fall 2014 Instructor: Office: Reginald Silver 304A, Friday Building Phone: 704-687-6181 Email: rsilver5@uncc.edu Course Website: Moodle 2 Section: INFO 2130

More information

COSC 150. Scientific Investigations Using Computation. Goals (and how we will achieve these) Materials. Why you should learn how to program?

COSC 150. Scientific Investigations Using Computation. Goals (and how we will achieve these) Materials. Why you should learn how to program? COSC 150 Scientific Investigations Using Computation Instructor: Xenia Mountrouidou (Dr. X) E-Mail: MountrouidouP@wofford.edu Phone: (864) 597-4528 Office: Olin 204F Office Hours: MWF 9:00 11:20 Tues.

More information

Computer Science 160 Fall WEC Semester 2012 Introduction to Computer Science and Communication

Computer Science 160 Fall WEC Semester 2012 Introduction to Computer Science and Communication Computer Science 160 Fall WEC Semester 2012 Introduction to Computer Science and Communication Instructor: Tim Wrenn Phone: 612-330-1414 Office: Sverdrup 203A Office Hours: 5:00 5:50 PM Email: wrenn@augsburg.edu

More information

BCE 101 SAMPLE COURSE SYLLABUS

BCE 101 SAMPLE COURSE SYLLABUS BCE 101 SAMPLE COURSE SYLLABUS Instructor: Office/Office Hours: /By appointment Telephone/E-mail: Class Time: Class Location: Credit: 2 credit hours, Pass/Fail Also required: Text: UA Fundamentals: Adjusting

More information

RYERSON UNIVERSITY Ted Rogers School of Information Technology Management And G. Raymond Chang School of Continuing Education

RYERSON UNIVERSITY Ted Rogers School of Information Technology Management And G. Raymond Chang School of Continuing Education 1.0 PREREQUISITE RYERSON UNIVERSITY Ted Rogers School of Information Technology Management And G. Raymond Chang School of Continuing Education COURSE OF STUDY 2015-2016 (C)ITM 601 Advanced Business Process

More information

Chemistry 511 Inorganic Chemistry Fall 2004 KEEP THIS SYLLABUS FOR FUTURE REFERENCE

Chemistry 511 Inorganic Chemistry Fall 2004 KEEP THIS SYLLABUS FOR FUTURE REFERENCE Chemistry 511 Inorganic Chemistry Fall 2004 KEEP THIS SYLLABUS FOR FUTURE REFERENCE Inorganic Chemistry: Lecture: 3 credit hours 11:00 11:50 am M,W,F, 2373 Chemistry * Lecturer: Nguyet T. Tran Phone Number:

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

SYLLABUS Fall 2013 MATH 115 ELEMENTARY STATISTICS. Class Section Name (on WileyPlus):

SYLLABUS Fall 2013 MATH 115 ELEMENTARY STATISTICS. Class Section Name (on WileyPlus): SYLLABUS Fall 2013 MATH 115 ELEMENTARY STATISTICS Instructor: Email: Class Section Name (on WileyPlus): Class Section URL (on WileyPlus): http://edugen.wiley.com/edugen/class/cls.../ REQUIRED TEXT/SOFTWARE:

More information

CASPER COLLEGE COURSE SYLLABUS

CASPER COLLEGE COURSE SYLLABUS CASPER COLLEGE COURSE SYLLABUS COURSE NUMBER & TITLE: MATH 1400-N1 Pre-Calculus Algebra SEMESTER: Fall 2015 LECTURE HOURS: 0 CREDIT HOURS: 4 CLASS TIME: Internet Course DAYS: MTWTHF ROOM: ----- INSTRUCTOR

More information

COURSE SYLLABUS CHEM 103: General Chemistry- Fall 2010 University of Wisconsin-Eau Claire

COURSE SYLLABUS CHEM 103: General Chemistry- Fall 2010 University of Wisconsin-Eau Claire COURSE SYLLABUS CHEM 103: General Chemistry- Fall 2010 University of Wisconsin-Eau Claire Instructor Dr. Sudeep Bhattacharyay Office P-452 Office Phone 715 836 2278 Office Hours By appointment E-mail bhattas@uwec.edu

More information

Stephen F. Austin State University DeWitt School of Nursing INTRODUCTION TO NURSING SYLLABUS Course Number: NUR 305 Section Number: 003 Fall 2010

Stephen F. Austin State University DeWitt School of Nursing INTRODUCTION TO NURSING SYLLABUS Course Number: NUR 305 Section Number: 003 Fall 2010 Stephen F. Austin State University DeWitt School of Nursing INTRODUCTION TO NURSING SYLLABUS Course Number: NUR 305 Section Number: 003 Fall 2010 Course Instructor: Tammy Harris, MSN, RN, FNP-BC ALL INFORMATION

More information

CHEM 1305: SURVEY OF GENERAL CHEMISTRY COURSE INFORMATION

CHEM 1305: SURVEY OF GENERAL CHEMISTRY COURSE INFORMATION CHEM 1305: SURVEY OF GENERAL CHEMISTRY FALL 2014 T/R 3:30 PM 4:45 PM; Keith D McFarland Science Building; STC 122 Instructor: Dr. Tasneem Hossain-Kumar Office Location: STC # 302 Office Hours: T/W 12:00

More information

Introduction to Computer Programming Course Syllabus Fall 2012

Introduction to Computer Programming Course Syllabus Fall 2012 Course Syllabus Fall 2012 Course Information Instructor: Dr. Mike Jochen Phone: 570.422.3036 Email: mjochen@esu.edu Office: 337 SCITECH Building Office Hours: Tues/Thurs 12:45 1:45 p.m. Weds 9:30 a.m.

More information

JMS, MAT150 THIS SYLLABUS, COURSE SCHEDULE, ASSIGNMENTS, AND EXAM DATES Summer 2014 ARE SUBJECT TO CHANGE AS CIRCUMSTANCES DICTATE.

JMS, MAT150 THIS SYLLABUS, COURSE SCHEDULE, ASSIGNMENTS, AND EXAM DATES Summer 2014 ARE SUBJECT TO CHANGE AS CIRCUMSTANCES DICTATE. SCOTTSDALE COMMUNITY COLLEGE MATHEMATICS DEPARTMENT MAT150, COLLEGE ALGEBRA CLASS# 16015 TIME: 12:10pm 2:20pm DAYS: M, Tu, W, Th LOCATION: CM 465 INSTRUCTOR: J. Michael Sinclair voice mail: 480-731-8866

More information

FUNDAMENTALS OF NEGOTIATIONS Purdue University Fall 2014 CSR 34400-001 CRN 51571 Tuesday and Thursday 7:30 AM - 8:45 AM Krannert Building G016

FUNDAMENTALS OF NEGOTIATIONS Purdue University Fall 2014 CSR 34400-001 CRN 51571 Tuesday and Thursday 7:30 AM - 8:45 AM Krannert Building G016 FUNDAMENTALS OF NEGOTIATIONS Purdue University Fall 2014 CSR 34400-001 CRN 51571 Tuesday and Thursday 7:30 AM - 8:45 AM Krannert Building G016 Professor: Andres Vargas, PhD Office: Matthews Hall Room 216

More information

CMSC 10600 Fundamentals of Computer Programming II (C++)

CMSC 10600 Fundamentals of Computer Programming II (C++) CMSC 10600 Fundamentals of Computer Programming II (C++) Department of Computer Science University of Chicago Winter 2011 Quarter Dates: January 3 through March 19, 2011 Lectures: TuTh 12:00-13:20 in Ryerson

More information

Foundations of Criminal Justice 1101/W01 Fall Semester 2012 (CRN# 81676)

Foundations of Criminal Justice 1101/W01 Fall Semester 2012 (CRN# 81676) Professor John Marks Department of Sociology and Criminal Justice Social Science Building 1000 Chastain Road Kennesaw, GA 30144-5591 E-mail: GeorgiaView Vista Office Hours: By Appointment Foundations of

More information

EDTECH 536: Digital Game Design for K-12 Classrooms

EDTECH 536: Digital Game Design for K-12 Classrooms EDTECH 536: Digital Game Design for K-12 Classrooms Young Baek, Ph.D. Instructor Professor Boise State University youngkyunbaek@boisestate.edu Semester: Fall 2014, August 25- December 12 Credits: 3 Credit

More information

CS 115 Introduction to Computer Programming Course Syllabus (Night Sections) Fall 2015

CS 115 Introduction to Computer Programming Course Syllabus (Night Sections) Fall 2015 CS 115 Introduction to Computer Programming Course Syllabus (Night Sections) Fall 2015 Night Section Lecturer: E-mail: Office Hours and Location: Class Webpage Mohammad Tariqul Islam mtislam.tarik@uky.edu

More information

Truman College-Mathematics Department Math 125-CD: Introductory Statistics Course Syllabus Fall 2012

Truman College-Mathematics Department Math 125-CD: Introductory Statistics Course Syllabus Fall 2012 Instructor: Dr. Abdallah Shuaibi Office #: 3816 Email: ashuaibi1@ccc.edu URL: http://faculty.ccc.edu/ashuaibi/ Phone #: (773)907-4085 Office Hours: Truman College-Mathematics Department Math 125-CD: Introductory

More information

Del Mar College - Mathematics Department SYLLABUS for the Online Calculus for Business and Social Science - Math 1325.709fa

Del Mar College - Mathematics Department SYLLABUS for the Online Calculus for Business and Social Science - Math 1325.709fa Del Mar College - Mathematics Department SYLLABUS for the Online Calculus for Business and Social Science - Math 1325.709fa INSTRUCTOR: Timothy Precella Course: Calculus for Business and Social Sciences,

More information

TECM 2700 Introduction to Technical Writing

TECM 2700 Introduction to Technical Writing TECM 2700 Syllabus, page 1 of 13 TECM 2700 Introduction to Technical Writing Instructor Dr. L.G. Jackson Office Auditorium Building, Room 207 E-mail LJackson@unt.edu Office Hours By appointment Text Sims,

More information

College Algebra MATH 1111/11

College Algebra MATH 1111/11 College Algebra MATH 1111 Spring 2011 Instructor: Gordon Shumard Class: CRN Days Time Course Num/Sec Location 12293 T R 8:00AM-9:15AM MATH 1111/09 Burruss Building- 109 12294 T R 9:30AM- 10:45AM MATH 1111/11

More information

STA 4442 INTRODUCTION TO PROBABILITY FALL 2012

STA 4442 INTRODUCTION TO PROBABILITY FALL 2012 Instructor: Keshav P. Pokhrel Email: kpokhrel@mail.usf.edu Class Hours: MWF 12.55PM-1.45PM in CMC 118 Office Hours: MW 2:00PM 3:00 PM in CMC 368 A (Third Floor) or by appointment. Prerequisite: MAC2313

More information

ITP 300: Database Web Development. Database Web Development (Monday section) http://webdev.usc.edu/itp300m Fall 2012 Course 32031 3 Units

ITP 300: Database Web Development. Database Web Development (Monday section) http://webdev.usc.edu/itp300m Fall 2012 Course 32031 3 Units ITP 300: Database Web Development Course: Lecture/Lab: Instructor: Database Web Development (Monday section) http://webdev.usc.edu/itp300m Fall 2012 Course 32031 3 Units Mondays from 2 4:50 p.m. in KAP267

More information

MGMT 360 (Hybrid) Organizational Theory

MGMT 360 (Hybrid) Organizational Theory Columbia College Online Campus P a g e 1 MGMT 360 (Hybrid) Organizational Theory Early Fall Session 15/11 August 17 October 10, 2015 Course Description Examination of the foundations, theories, models,

More information

A packet of materials needed for this course should be purchased at SASE-INK.

A packet of materials needed for this course should be purchased at SASE-INK. EDFS 635 - EDUCATIONAL RESEARCH Fall 2013 (ECTR 213) Instructor: Michael Skinner, Ph.D. Class Hours: Monday: 4:00 6:45 p.m. Office: #221, 86 Wentworth Street Office Hours: Tuesday: 2:00 5:00 p.m. Thursday:

More information

Syllabus COMP 517 Computer Security Penn State Harrisburg Fall 2009

Syllabus COMP 517 Computer Security Penn State Harrisburg Fall 2009 Syllabus COMP 517 Computer Security Penn State Harrisburg Fall 2009 Instructor Dr. Jeremy Blum Office Location: Email (preferred contact method 1): Office hours (preferred contact method 2): 255W Olmsted

More information

CISS 365 DEA Project Management

CISS 365 DEA Project Management Columbia College Online Campus P a g e 1 CISS 365 DEA Project Management March 2015 Session 14-54 March 23 May 16, 2015 Course Description An introduction to project management issues associated with information

More information

Course Syllabus: Math 1314.01W College Algebra, Spring 2014, ONLINE

Course Syllabus: Math 1314.01W College Algebra, Spring 2014, ONLINE Instructor: Course Syllabus: Math 1314.01W College Algebra, Spring 2014, ONLINE Adam Bowden Office Location: Binnion 324 Office Hours: Office Phone: 903-886-5959 University Email Address: 3:20 pm - 5:20

More information

Course Objectives: This is a survey course to introduce you to the federal income tax system. The objectives of the course are to:

Course Objectives: This is a survey course to introduce you to the federal income tax system. The objectives of the course are to: FLORIDA ATLANTIC UNIVERSITY COLLEGE OF BUSINESS SCHOOL OF ACCOUNTING -003 Concepts of Federal Income Tax Instructor: Clinton Tarkoe e-mail: ctarkoe@fau.edu Telephone: 954.772.7189 Class: Distance Learning

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

FINN 3271-021 Principles of Risk Management and Insurance Summer 2015

FINN 3271-021 Principles of Risk Management and Insurance Summer 2015 FINN 3271-021 Principles of Risk Management and Insurance Summer 2015 This syllabus contains the policies and expectations I have established for Principles of Risk Management and Insurance. Please read

More information

ASTR 100 Introduction to Astronomy Syllabus for Fall 2015

ASTR 100 Introduction to Astronomy Syllabus for Fall 2015 Instructor Information Name Office Email Office Hours Course Information ASTR 100 Introduction to Astronomy Syllabus for Fall 2015 Prof. Emily Hardegree-Ullman 125 Astronomy emilyehu@illinois.edu Tuesdays

More information

MATH 1900, ANALYTIC GEOMETRY AND CALCULUS II SYLLABUS

MATH 1900, ANALYTIC GEOMETRY AND CALCULUS II SYLLABUS MATH 1900, ANALYTIC GEOMETRY AND CALCULUS II SYLLABUS COURSE TITLE: Analytic Geometry and Calculus II CREDIT: 5 credit hours SEMESTER: Spring 2010 INSTRUCTOR: Shahla Peterman OFFICE: 353 CCB PHONE: 314-516-5826

More information

LOGOM 3300: Business Statistics Fall 2015

LOGOM 3300: Business Statistics Fall 2015 LOGOM 3300: Business Statistics Fall 2015 The science of statistics is the chief instrumentality through which the progress of civilization is now measured and by which its development hereafter will be

More information

SYLLABUS (MA 105-QL)

SYLLABUS (MA 105-QL) UAB Department of Mathematics SYLLABUS (MA 105-QL) MA 105 Pre - Calculus Algebra Semester: Fall 2011 Section: 105-QL Course ID: kravchuk07614 UAB zip code: 35294 Instructor: Dr. Elena Kravchuk Office phone:

More information

Math 35 Section 43376 Spring 2014. Class meetings: 6 Saturdays 9:00AM-11:30AM (on the following dates: 2/22, 3/8, 3/29, 5/3, 5/24, 6/7)

Math 35 Section 43376 Spring 2014. Class meetings: 6 Saturdays 9:00AM-11:30AM (on the following dates: 2/22, 3/8, 3/29, 5/3, 5/24, 6/7) Math 35 Section 43376 Spring 2014 Class meetings: 6 Saturdays 9:00AM-11:30AM (on the following dates: 2/22, 3/8, 3/29, 5/3, 5/24, 6/7) Instructor: Kathy Nabours Office: MTSC 133 Email: kathy.nabours@rcc.edu

More information

Department of Accounting ACC 311 - Fundamentals of Financial Accounting Syllabus

Department of Accounting ACC 311 - Fundamentals of Financial Accounting Syllabus Department of Accounting ACC 311 - Fundamentals of Financial Accounting Syllabus Instructor: Kristen Valentine E-mail: kristen.valentine@mccombs.utexas.edu Office: CBA 5.334W Office Hours: Monday Thursday

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

Fundamentals of marketing: product planning and development; pricing strategies; and marketing channels.

Fundamentals of marketing: product planning and development; pricing strategies; and marketing channels. DE ANZA COLLEGE BUSINESS, COMPUTER SCIENCE & APPLIED TECHNOLOGIES DIVISION BUSINESS 90 PRINCIPLES OF MARKETING - Online Summer 2014 Section 61Z CRN: 00105 INSTRUCTOR: Emily Garbe PhD UNITS: 5 REQUISITES:

More information

Criminal Justice I. Mr. Concannon Smith Email: Benjamin_Smith@wrsd.net Website: www.benjaminallensmith.com Twitter: @BACSmith

Criminal Justice I. Mr. Concannon Smith Email: Benjamin_Smith@wrsd.net Website: www.benjaminallensmith.com Twitter: @BACSmith Criminal Justice I Mr. Concannon Smith Email: Benjamin_Smith@wrsd.net Website: www.benjaminallensmith.com Twitter: @BACSmith Course Description: This course has two goals. The first is to provide students

More information

Biology 360 Genetics Lecture Syllabus and Schedule, Fall 2012 Tentative

Biology 360 Genetics Lecture Syllabus and Schedule, Fall 2012 Tentative Biology 360 Genetics Lecture Syllabus and Schedule, Fall 2012 Tentative Dr. David Keller Office: Holt 318 Lab: Holt 301 Office Hrs:10-11 am Ph: 898-5040 Dr. Jeff Bell Office: Holt 205 Ph: 898-5356 Prerequisites:

More information

Corporate and Brand Identity on the Web: VIC5315 University of Florida Summer 2013

Corporate and Brand Identity on the Web: VIC5315 University of Florida Summer 2013 b+i corporate and brand identity on the web Corporate and Brand Identity on the Web: VIC5315 University of Florida Summer 2013 Course number: VIC5315 Credits: 03 Meeting times: Wednesday evenings, 6pm

More information

Math 1302 (College Algebra) Syllabus Fall 2015 (Online)

Math 1302 (College Algebra) Syllabus Fall 2015 (Online) Math 1302 (College Algebra) Syllabus Fall 2015 (Online) Instructor: Mrs. Paula Koca Fax: (325) 942 2503 Office: MCS 220L E mail: Paula.Koca@angelo.edu Office Phone: (325) 486 5437 Office Hours: Mon/Wed

More information

Experimental Psychology PSY 3017, CRN 80485 Fall 2011

Experimental Psychology PSY 3017, CRN 80485 Fall 2011 Credit hours: 3 Class time: Friday 11:00 AM 1:45 PM Class location: Griffin Hall 205 Experimental Psychology PSY 3017, CRN 80485 Fall 2011 Instructor: Elena Stepanova, Ph.D., Assistant Professor of Psychology

More information

MAT1033C INTERMEDIATE ALGEBRA COURSE SYLLABUS ONLINE COURSE (Fall 2013)

MAT1033C INTERMEDIATE ALGEBRA COURSE SYLLABUS ONLINE COURSE (Fall 2013) MAT1033C INTERMEDIATE ALGEBRA COURSE SYLLABUS ONLINE COURSE (Fall 2013) Instructor Information: Name: Joel M. Berman Engagement/Office Hours (Times I am available to help you!) Office: East Campus 4-240

More information

CS 301 Course Information

CS 301 Course Information CS 301: Languages and Automata January 9, 2009 CS 301 Course Information Prof. Robert H. Sloan Handout 1 Lecture: Tuesday Thursday, 2:00 3:15, LC A5 Weekly Problem Session: Wednesday, 4:00 4:50 p.m., LC

More information

MATH 1111 College Algebra Fall Semester 2014 Course Syllabus. Course Details: TR 3:30 4:45 pm Math 1111-I4 CRN 963 IC #322

MATH 1111 College Algebra Fall Semester 2014 Course Syllabus. Course Details: TR 3:30 4:45 pm Math 1111-I4 CRN 963 IC #322 MATH 1111 College Algebra Fall Semester 2014 Course Syllabus Instructor: Mr. Geoff Clement Office: Russell Hall, Room 205 Office Hours: M-R 8-9 and 12:30-2, and other times by appointment Other Tutoring:

More information

Course Syllabus PEHR 2990 - Sports Marketing, Game Management & Promotions Dixie State College of Utah Fall 2012

Course Syllabus PEHR 2990 - Sports Marketing, Game Management & Promotions Dixie State College of Utah Fall 2012 Course Syllabus PEHR 2990 - Sports Marketing, Game Management & Promotions Dixie State College of Utah Fall 2012 Instructor: Jason Herbers Office: Burns Arena 134 Office Hours: 9:00-10:00 am Mon, Wed Phone:

More information

CISS 365 A Project Management

CISS 365 A Project Management Columbia College Online Campus P a g e 1 CISS 365 A Project Management June 2015 Session 14-55 June 1 July 25, 2015 Course Description An introduction to project management issues associated with information

More information

International Business Negotiations. Spring Semester 2013

International Business Negotiations. Spring Semester 2013 International Business Negotiations Spring Semester 2013 This course, which is being offered for the first time at UC Hasting, is structured around a simulated negotiation exercise that will cover the

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

STAT 2080/MATH 2080/ECON 2280 Statistical Methods for Data Analysis and Inference Fall 2015

STAT 2080/MATH 2080/ECON 2280 Statistical Methods for Data Analysis and Inference Fall 2015 Faculty of Science Course Syllabus Department of Mathematics & Statistics STAT 2080/MATH 2080/ECON 2280 Statistical Methods for Data Analysis and Inference Fall 2015 Instructor: Michael Dowd Email: michael.dowd@dal.ca

More information

After completing SI- 539, students will have a working personal portfolio website in production.

After completing SI- 539, students will have a working personal portfolio website in production. SI 539, Fall 2014 Complex Web Design Lecture: Friday: 1:00pm 3:00pm *Must leave by 3:15 Discussion Sections Varies Office Hours*: Tues: 11:35 12:35 Wed mornings *Please check my Google Calendar for updates

More information

COURSE OUTLINE HISTORY OF MATHEMATICS MATH 463

COURSE OUTLINE HISTORY OF MATHEMATICS MATH 463 COURSE OUTLINE HISTORY OF MATHEMATICS MATH 463 Fall 2007 3 sem hrs As all historians know, the past is a great darkness, and filled with echoes. Voices may reach us from it; but [...] try as we may, we

More information

PSYCHOLOGY 1010-001 Introductory Psychology Fall Semester 2010 Tu-Th 7:30-8:50 AM S BEH AUD

PSYCHOLOGY 1010-001 Introductory Psychology Fall Semester 2010 Tu-Th 7:30-8:50 AM S BEH AUD PSYCHOLOGY 1010-001 Introductory Psychology Fall Semester 2010 Tu-Th 7:30-8:50 AM S BEH AUD PSYCH 1010 Pg.1 Personnel Instructor Office Hours Phone Email Sean P. Meegan, Ph.D. By Appointment 801-585-6280

More information

NEUROSCI 373/ PSY 279 Behavioral Neuroimmunology: Brain and Behavior in Health and Disease Fall 2012

NEUROSCI 373/ PSY 279 Behavioral Neuroimmunology: Brain and Behavior in Health and Disease Fall 2012 NEUROSCI 373/ PSY 279 Behavioral Neuroimmunology: Brain and Behavior in Health and Disease Fall 12 PROFESSOR: Dr. Staci D. Bilbo, PhD, Assistant Professor of Psychology & Neuroscience Office Hours: By

More information

MARK3220 MARKETING RESEARCH

MARK3220 MARKETING RESEARCH MARK3220 MARKETING RESEARCH Fall 2013 Section: L1 Syllabus Instructor Teaching Assistant Ralf van der Lans Lily Wong Room LSK 4003 Room LSK 4025 Tel: 2358-7706 Tel: 2358-7705 rlans@ust.hk lilywong@ust.hk

More information

Math 103, College Algebra Fall 2015 Syllabus TTh PM Classes

Math 103, College Algebra Fall 2015 Syllabus TTh PM Classes SECTION #: Lecture Time: Lecture Location: Lecture Instructor: Office Hours: Office Location: Phone: E-mail: Class Materials: Graphing Calculator: A graphing calculator is required for this course and

More information

EXPECTED LEARNING OUTCOMES:

EXPECTED LEARNING OUTCOMES: PCCUA 1 Course Name: COLLEGE ALGEBRA Course Number: MS 123 ACTS Course: MATH 1103 (transferable) Semester and Year: Fall 2015 Meeting Place: C103 Meeting Time: Tues/Thurs 11:00a-12:20p Prerequisites: 19+

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

INFO 3130 Management Information Systems Spring 2016

INFO 3130 Management Information Systems Spring 2016 Instructor: Office: Dr. Reginald Silver 304A Friday Building Phone: 704-687-6181 Email: rsilver5@uncc.edu Course Website: Moodle 2 Section Information: Section Day(s) Location Time Section 004 MW 3222

More information

COURSE AND GRADING POLICY

COURSE AND GRADING POLICY MONTGOMERY COLLEGE Chemistry Department Rockville Campus Summer II 2015 CHEM131-: General Chemistry I Lecture Section (10462 CH131) MTWR 9:00-10:35 am, Room SC-462 (Science Center). Discussion Sections

More information

AUSTIN COMMUNITY COLLEGE DEPARTMENT OF COMPUTER STUDIES AND ADVANCED TECHNOLOGY

AUSTIN COMMUNITY COLLEGE DEPARTMENT OF COMPUTER STUDIES AND ADVANCED TECHNOLOGY AUSTIN COMMUNITY COLLEGE DEPARTMENT OF COMPUTER STUDIES AND ADVANCED TECHNOLOGY Course Syllabus: COSC 1320 C++ / C Programming (CIS 2003) Section 33024 Lecture 021 at Northridge Campus Spring 2006 Instructor:

More information

USC VITERBI SCHOOL OF ENGINEERING INFORMATICS PROGRAM

USC VITERBI SCHOOL OF ENGINEERING INFORMATICS PROGRAM USC VITERBI SCHOOL OF ENGINEERING INFORMATICS PROGRAM INF 510: Principles of Programming for Informatics Dr. Jeremy Abramson Abramson@isi.usc.edu Time: 5:00-7:20 PM Day: Tuesdays Room: KAP 164 Instructor

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

Prerequisites: C grade or above in ACG 2021

Prerequisites: C grade or above in ACG 2021 Intro to Managerial Accounting ACG 2071 Spring 2016 Instructor Information Full Professor: Ara G. Volkan, Ph.D., CPA Department: Accounting/Lutgert College of Business Office: Lutgert Hall 3316 Office

More information