DIVISION OF INFORMATION TECHNOLOGY PROGRAMS AND SYSTEMS SUPPORT FALL 2015 / Spring 2016

Size: px
Start display at page:

Download "DIVISION OF INFORMATION TECHNOLOGY PROGRAMS AND SYSTEMS SUPPORT FALL 2015 / Spring 2016"

Transcription

1 DIVISION OF INFORMATION TECHNOLOGY PROGRAMS AND SYSTEMS SUPPORT FALL 2015 / Spring 2016 CLASS NUMBER/NAME: COSC 2436 PROGRAMMING FUNDAMENTALS III SECTION NUMBER: 5280 CLASS DAYS/HOURS: Period 5-9:15 10:50 (B day) COURSE PREREQUISITE: COSC 1437, AP COMPUTER SCIENCE A, OR INSTRUCTOR CONSENT BASIC SKILLS REQUIREMENTS: READING INSTRUCTOR: MR. ROBERT GLEN MARTIN gmart039@dallasisd.org OFFICE: 311 PHONE:

2 COURSE DESCRIPTION COSC 2436 PROGRAMMING FUNDMENTALS III FALL SPRING, 2013 Prerequisite: COSC 1437, AP Computer Science A, or instructor consent. Further applications of programming techniques, introducing the fundamental concepts of data structures and algorithms. Topics include recursion, fundamental data structures (including stacks, queues, linked lists, hash tables, trees, and graphs), and algorithmic analysis. This course may use instructional examples and assignments from various programming languages, but will be taught using Java. Coordinating Board Academic Approval Number This course emphasizes programming methodology with a concentration on problem solving and algorithm development. It includes all the topics of AP Computer Science A as well as a more formal and in-depth study of algorithms, data structures, abstraction, and fundamental discrete mathematics. COSC 2436 is a computer science course. This indicates that this course is a disciplined approach to a more broadly conceived subject than computer programming. This is a 4 credit hour course. (3 Lec., 3 Lab.) COURSE MATERIALS Textbooks: Java Methods A and AB, Maria Litvin & Gary Litvin, 2006 ( ) Mathematical Structures for Computer Science, Judith Gersting, 2007 ( X) Barron s AP Computer Science Levels A and AB, Roselyn Teukolsky, 2007 ( ) Your green quick reference packet should be available at all times during class, please bring it. FINANCIAL AID STATEMENT Students who are receiving any form of financial aid should check with the Financial Aid Office prior to withdrawing from classes. Withdrawals may affect your eligibility to receive further aid and could cause you to be in a position of repayment for the current semester. Students who fail to attend or participate after the drop date are also subject to this policy. COSC 2436 Syllabus RGM - 8/23/2012

3 DROP PROCEDURE / ATTENDANCE If you are unable to complete the course or courses for which you have registered, it is your responsibility to withdraw formally from the course. You need to speak with and obtain the signature of the course instructor to drop the course. If the instructor is not available, a counselor, advisor, or dean may sign the drop form. Failure to drop will result in a performance grade, usually a grade of "F." THE LAST DAY TO DROP BY 7 P.M. 3/10/16. Students sometimes drop courses when help is available that would enable them to continue. I hope you will discuss your plans with me if you do feel the need to withdraw. There are many alternatives provided for you to complete this class instead of withdrawal. In Case You Are Late or Absent It is your responsibility to get the course notes, handouts, and lab assignments should you miss class or be late. STOP BEFORE YOU DROP For students who enrolled in college level courses for the first time in the fall of 2007, Texas Education Code limits the number of courses a student may drop. You may drop no more than six (6) courses during your entire undergraduate career, unless the drop qualifies as an exception. Your campus counseling/advising center will give you more information on the allowable exceptions. Remember that once you have accumulated six non-exempt drops, you cannot drop any other courses with a W. Therefore, please exercise caution when dropping courses in any Texas public institution of higher learning, including all seven of the Dallas County Community Colleges. For more information, you may access: ACADEMIC ETHICS Any violation of the Student Code of Conduct (as printed in the El Centro College Catalog and available at will be penalized accordingly. All matters of academic dishonesty (plagiarism, collusion, fabrication, cheating, etc.) will result in a failing grade for the assignment in question. All violations will be forwarded to the proper college authorities for review. The college may, at its discretion, impose additional penalties on the student including academic probation, suspension, or expulsion. ANY form of disruptive behavior will not be tolerated. COSC 2436 Syllabus RGM - 8/23/2012

4 COURSE OUTCOME The student will utilize basic Java syntax, fundamental principles of Object-Oriented design and programming, API documentation, design patterns, and be able to design and code Java applications. Students will be become proficient in both implementing advanced data structures and utilizing the related Java library classes (Java Foundation Classes). The advanced data structures include Two-dimensional Arrays, Linked Lists (singly, doubly, circular), Stacks, Queues, Trees, Heaps, Priority Queues, Sets, Maps, and Graphs. Students will also understand and be able to apply fundamental discrete mathematics including symbolic representation, propositional logic, predicate logic, sets, relations, functions, algorithmic analysis (Big-Oh, Big-Theta, and Big-Omega), and graph theory. COSC 2436 Syllabus RGM - 8/23/2012

5 Learning Outcomes Object Oriented Program design Specify the purpose and goals for a problem. Decompose a problem into classes. Define relationships and responsibilities of those classes. Object Oriented Class design Design and implement a set of interacting classes. Choose appropriate advanced data structures and algorithms. Utilize design patterns. Program Implementation Utilize the advanced Java library classes appropriately. Throw runtime exceptions; Utilize try-catch blocks Program Analysis Identify invariants Apply fundamental discrete mathematics Analyze algorithms (Big-, Big-, Big-) Analyze worst case and averagecase time and space efficiency Standard Data Structures Develop and utilize advanced data structures (2D Arrays, Linked Lists (singly, doubly, circular), Stacks, Queues, Trees, Heaps, Priority Queues, Sets, Maps, and Graphs) Standard Algorithms Implement and utilize iterators Implement and utilize hashing Implement and utilize advanced sorting (Quicksort, Heapsort) Evaluation Group discussion and lab assignments Homework, and lab assignments Homework, lab assignments, Homework, group discussion, Homework, group discussion, Homework, group discussion, lab assignments, COSC 2436 Syllabus RGM - 8/23/2012

6 COMPUTATION OF FINAL GRADE In order to satisfy the curricular requirements of El Centro Community College and the Dallas Independent School District, student 6-week grading period progress will be evaluated and weighted as follows: Course Category Course Weight Homework 10% Daily Work (Labs, Classroom Work, TREK, TAG-IT) 40% Examinations 50% There will be a semester examination at the end of each semester. The semester examination will comprise 15% of the semester grade. Each of the three 6-week grades will be averaged and will comprise 85% of the semester grade. El Centro Grade Evaluation: A = B = C = D = F = 59-Below GRADING POLICY There will generally be at least one in-class examination per chapter of Methods A and AB. Any student may schedule an alternate examination with me to be taken before or after school within 5 school days (not class days) or no later than 10 days after the original test date. Students who received less than a 70 on the first test will receive the higher of the two grades. Students who received a grade greater than or equal to 70 will receive the second grade. This test retake policy does not apply to take-home examinations or end of semester examinations. There will be frequent homework. It is usually graded for effort (completion). The only way to get a 100 is by having your homework complete and on time. Late homework receives a maximum grade as follows: o One class day late 70% maximum grade o More than one class day late 0 maximum grade Your teacher will conduct ongoing formative assessments to keep track of your progress. These formative assessments will generally not be graded. They will be used for early identification of difficulties that you may be having. Extra credit assignments are often available for students who have completed their regularly assigned work. COSC 2436 Syllabus RGM - 8/23/2012

7 LAB WORK Because the development of computer programs to solve problems is a skill fundamental to the study of computer science, a large part of the course is built around the development of computer programs or parts of programs that correctly solve a given problem. The course also emphasizes the design issues that make programs understandable, adaptable, and, when appropriate, reusable. At the same time, the development of useful computer programs and program modules is used as a context for introducing other important concepts in computer science, including the development and analysis of algorithms, the development and use of fundamental data structures, and the study of standard algorithms and typical applications. This course will be taught using the Java programming language. Java is the most used language for introductory computer science courses. Students have access to computers in room 311 during class as well as before and after school. These computers contain the Sun Java 8.0 JDK as well as the JCreator and jgrasp development environments, which is the software that we will be using. Students should be able to complete all assignments using TAG computers. However, students may find it useful to be able to do Java programming work on their computers at home. All the Java software we use can be downloaded from the internet for no additional charge. I will also make this software available on CD. CLASSROOM RULES AND EXPECTATIONS The entire TAG family works hard to provide you with an exemplary educational experience. We endeavor to provide a quality environment, instruction, equipment, and facilities. Be respectful of our commitment by honoring the following rules and responsibilities. Help your peers act appropriately as well. Rules Participate in computer science related activities for the entire class period. A maximum of one student initiated pass is allowed each 6-weeks. A doctor s note is required for additional bathroom or water fountain passes. Follow all school rules. I will take-up any and all electronic devices that I see in the classroom or lab during normal school hours. All work you submit must reflect your own understanding. Plagiarism or other cheating will have significant consequences including but not limited to zero grades and parent notification. TAG computers are for school related work only. Do not use them to play games, listen to music, watch videos, view social media, download or install software. Do not deface property, make any configuration changes, use proxies, or do anything to computers that might disrupt others use. Be in your seat with all materials ready when the tardy bell rings. COSC 2436 Syllabus RGM - 8/23/2012

8 Do not eat or drink in the classroom or lab unless specifically permitted. Water is permitted except at computers. Wear your ID badge at all times. Responsibilities Participate in class and take notes. Complete your homework on time. Keep a notebook with your syllabus, notes, homework, and other handouts. Don t get behind. Leaving your reading and homework until the last minute is a big mistake. CELL PHONE I will take-up all cell phones that I see in my classroom during normal school hours. Students will have to pick them up in the TAG office after paying the applicable fee. GRIEVANCE PROCEDURES Students are expected to follow established procedures of the appropriate division in handling academic issues, such as grade appeals. El Centro College requires that other complaints and disputes (that cannot be resolved by the persons directly involved) be referred initially to the Ombudsman Office for informal, confidential resolution. Additional grievance procedures and the Student Code of conduct are outlined in the El Centro College Catalog, available in hard copy in advisement or on the web at RELIGIOUS HOLY DAYS STATEMENT A student who is absent from classes for the observance of a religious holy day shall be allowed to take an examination or complete an assignment scheduled for that day within a reasonable time after the absence if, not later than the fifteenth day after the first day of the semester, the student notified the instructor of each class scheduled on the date that the student would be absent for a religious holy day. A religious holy day means a holy day observed by a religion whose places of worship are exempt from property taxation under Section 11.20, Tax Code. The notice shall be in writing and shall be delivered by the student personally to the instructor, with receipt acknowledged and dated by the instructor or by certified mail, return receipt requested, addressed to the instructor. A student who is excused under this section may not be penalized for the absence, but the instructor may appropriately respond if the student fails to satisfactorily complete the assignment or examination. COSC 2436 Syllabus RGM - 8/23/2012

9 COMPUTER USE POLICY Access to school computers is critical in order to do your required work. I will expect absolute adherence to DISD, TAG, and classroom computer use policies. Do not do , use MySpace, Facebook, Google+, play computer games, listen to music, watch videos, download or install software, make any configuration changes or use proxies. This policy also applies before and after school. SOFTWARE COPYING POLICY Copying computer software without the expressed written permission of the copyright holder may be unlawful and subject to civil and criminal penalties. To protect you, the college and the copyright holder, no software used to complete the lab exercises may be copied by students. DISABILITY ACCOMODATIONS Any student who may need accommodations due to a disability should contact the Disability Services Office, Room A110, phone number (214) COURSE OUTLINE Assignments and due dates are given in class and are posted on Google Classroom. There may be changes during the year, but this outline is presented so you can plan your work. The instructor may alter this course outline at any time due to time constraints, loss of school days, or unforeseen problems with computer equipment, labs, etc. The following is a breakdown of the week-by-week timeline for this course. Weeks Classes and Interfaces Welcome Inheritance; Polymorphism using classes and interfaces; Specify the purpose and goals for a problem; Decompose a problem into classes, define relationships and responsibilities of those classes; Design and implement a set of interacting classes; Design an interface. 3-5 Discrete Mathematics and Algorithm Analysis (Efficiency) Discrete mathematics including symbolic representation, propositional logic, predicate logic, sets, relations, functions, algorithmic analysis (Big-, Big-, Big-). N/A COSC 2436 Syllabus RGM - 8/23/2012

10 Weeks Lists and Iterators Implementation (using ListNode) and use of linked lists (singly, doubly, and circular); Traversals, insertions, deletions, iterators. 7 TREK TAG Trek Singly Linked List N/A 8-9 Lists and Iterators (cont) (cont) Stacks and Queues Implementation and use of stacks and queues (traversals, insertions, deletions, iterators); JCF (Java Foundation Classes) Stack and Queue. Browsing Weeks Recursion Understanding and implementing structural and procedural recursion. 13 Recursion (cont) (cont) Binary Search Trees Implementation (using TreeNode) and use of Binary Search Trees (traversals, insertions, deletions, iterators); JCF Set, Map, TreeSet, TreeMap. Morse 17 Semester Finals N/A Recursive Sorted Linked List Weeks Look-up Tables and Hashing Implementation and use of look-up tables and hash tables (traversals, insertions, deletions, iterators); hashcode method; JCF Set, Map, HashSet, HashMap. Search Engine Heaps and Priority Queues Implementation and use of heaps and priority queues (traversals, insertions, deletions, iterators); JCF Queue and PriorityQueue. Heapsort COSC 2436 Syllabus RGM - 8/23/2012

11 22-24 Design Patterns Implementation of Object Oriented Programming utilizing design patterns (Façade, Singleton, Strategy, Decorator, Composite, Model View Controller). Easy Date Logger BeeperLayer Filter Temperature Weeks Graphs Implementation and use of graphs and graph algorithms (Shortest Path algorithms including Dijkstra s Algorithm, Topological Sorting, Acylic Shortest Path, Critical Path Analysis Package (Dijkstra) Huffman Weeks Graphs (cont) N/A AP Examinations N/A Big-O Analysis Revisited and Sorting Review Sort Detective Review and analysis of sorts. 38 Semester Finals N/A COSC 2436 Syllabus RGM - 8/23/2012

Professor s Contact Information. General Course Information

Professor s Contact Information. General Course Information Professor s Contact Information Course BA 2301.501 Professor Daniel Buechler Term Fall 2010 Meetings Wednesday - 7:00-9:45 SOM 2.107 Office Phone 214-871-8262 (please feel free to leave a voicemail or

More information

MIS 6204 Information Technology and MIS Fundamentals

MIS 6204 Information Technology and MIS Fundamentals MIS 6204 Information Technology and MIS Fundamentals Course Information Course Number/Section MIS 6204 Section 596 Course Title Information Technology and MIS Fundamentals Term Spring 2010 Second 8 Weeks

More information

Course Syllabus. Course Information ED 3342 001 Classroom Management Grades EC 6 Classroom CB2 1.204

Course Syllabus. Course Information ED 3342 001 Classroom Management Grades EC 6 Classroom CB2 1.204 Course Syllabus Course Information ED 3342 001 Classroom Management Grades EC 6 Classroom CB2 1.204 Professor Contact Information Jan Chapman-Green Phone number 972-883-2730 Email address jan.c-g@utdallas.edu

More information

Psychology of Sport and Exercise

Psychology of Sport and Exercise Psychology of Sport and Exercise KINE 3301.60 Department of Health & Human Performance The University of Texas at Brownsville & Texas Southmost College Professor: Dr. Susan Hart COURSE DESCRIPTION A study

More information

Basic understanding of data security tools such as access control mechanisms, authentication tools and cryptographic constructs.

Basic understanding of data security tools such as access control mechanisms, authentication tools and cryptographic constructs. Course Introduction to Data Security (CS 4389) Professor Murat Kantarcioglu Term Fall 2012 Meetings Friday,10am-12:45pm ECSS 2.306 Professor s Contact Information Office Phone 6616 Other Phone Office Location

More information

January 10, 2011. Course MIS6319-001 Enterprise Resource Planning Professor Dr. Lou Thompson Term Spring 2011 Meetings Thursday, 4-6:45 PM, SOM 1.

January 10, 2011. Course MIS6319-001 Enterprise Resource Planning Professor Dr. Lou Thompson Term Spring 2011 Meetings Thursday, 4-6:45 PM, SOM 1. Course MIS6319-001 Enterprise Resource Planning Professor Dr. Lou Thompson Term Spring 2011 Meetings Thursday, 4-6:45 PM, SOM 1.110 January 10, 2011 Professor s Contact Information Office Phone 972-883-2558

More information

Please see web page for the course information.

Please see web page for the course information. Course Introduction to Data and Application Security (Cs 4389) Professor Murat Kantarcioglu Term Spring 2009 Meetings Tu/Th 2:30-3:45pm Professor s Contact Information Office Phone 6616 Other Phone none

More information

Forensic Biology 3318 Syllabus

Forensic Biology 3318 Syllabus #syl-biol3318.501.11s-@anwu-üu7606uj_page 1 of 5 Course Information BIOL 3318-501, Forensic Biology, Spring 2011 Mondays 7:00-9:45 PM, CN1.120 Forensic Biology 3318 Syllabus Instructor Contact Information

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

The University of Texas at Dallas ACCT 6335- Ethics for Professional Accountants Spring 2012 Room: SM 2.717

The University of Texas at Dallas ACCT 6335- Ethics for Professional Accountants Spring 2012 Room: SM 2.717 The University of Texas at Dallas ACCT 6335- Ethics for Professional Accountants Spring 2012 Room: SM 2.717 Professor Contact Information Amy Troutman, CPA Office: SM 4.419 Phone: 972-883-6719 Email: amybass@utdallas.edu

More information

GENERAL PSYCHOLOGY PSYC 2301-63001 Learning Community

GENERAL PSYCHOLOGY PSYC 2301-63001 Learning Community GENERAL PSYCHOLOGY PSYC 2301-63001 Learning Community Spring 2013 January 23 May 16 Division: Communications and Social Science Professor: Dr. Daven Salmi Email: dsalmi@dcccd.edu Office Location W195A

More information

Palm Beach State College Course Syllabus ELearning Online Class. General Class and Course Information. Professor s Information

Palm Beach State College Course Syllabus ELearning Online Class. General Class and Course Information. Professor s Information General Class and Course Information Course Number: PSY2012 Palm Beach State College Course Title: General Psychology (AA) Term/Dates: SPRING 2016 Reference Number: 210393 Credit Hours: 3 Days: ONLINE

More information

a andersonam@fultonschools.org

a andersonam@fultonschools.org ADVANCED PLACEMENT WORLD HISTORY COURSE SYLLABUS 2014-2015 MR. MARK ANDERSON Room 332 andersonam@fultonschools.org NATIONAL AP EXAM: THURSDAY MAY 14, 2015 a andersonam@fultonschools.org *See the last two

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

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

AP Computer Science AB Syllabus 1

AP Computer Science AB Syllabus 1 AP Computer Science AB Syllabus 1 Course Resources Java Software Solutions for AP Computer Science, J. Lewis, W. Loftus, and C. Cocking, First Edition, 2004, Prentice Hall. Video: Sorting Out Sorting,

More information

MKT 6V99-001Topics in Marketing Analytics Professor Mike Grigsby, PhD Term Spring 2016 Meetings F 4:00-6:45 p.m., SOM 2.901

MKT 6V99-001Topics in Marketing Analytics Professor Mike Grigsby, PhD Term Spring 2016 Meetings F 4:00-6:45 p.m., SOM 2.901 Course MKT 6V99-001Topics in Marketing Analytics Professor Mike Grigsby, PhD Term Spring 2016 Meetings F 4:00-6:45 p.m., SOM 2.901 Professor s Contact Information Email Address mxg153330@utdallas.edu Office

More information

Course Syllabus: ATEC 3352

Course Syllabus: ATEC 3352 Course Syllabus: ATEC 3352 Course Information ATEC 3352-001 COMPUTER GAME DESIGN W 4:00 p.m. - 6:45 p.m., ATEC1.102 Class Blog: http://computergamedesign.blogspot.com/ Professor Contact Information Dr.

More information

BRAZOSPORT COLLEGE LAKE JACKSON, TEXAS SYLLABUS POFI 1349: SPREADSHEETS (EXCEL) COMPUTER TECHNOLOGY & OFFICE ADMINISTRATION DEPARTMENT

BRAZOSPORT COLLEGE LAKE JACKSON, TEXAS SYLLABUS POFI 1349: SPREADSHEETS (EXCEL) COMPUTER TECHNOLOGY & OFFICE ADMINISTRATION DEPARTMENT BRAZOSPORT COLLEGE LAKE JACKSON, TEXAS SYLLABUS POFI 1349: SPREADSHEETS (EXCEL) COMPUTER TECHNOLOGY & OFFICE ADMINISTRATION DEPARTMENT CATALOG DESCRIPTION POF1 1349 Spreadsheets (Excel). CIP 5204070004

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

PSYCHOLOGY 2301 INTRODUCTION TO PSYCHOLOGY BROOKHAVEN COLLEGE & DALLAS COLLEGES ONLINE DCCCD SOCIAL SCIENCE

PSYCHOLOGY 2301 INTRODUCTION TO PSYCHOLOGY BROOKHAVEN COLLEGE & DALLAS COLLEGES ONLINE DCCCD SOCIAL SCIENCE PSYCHOLOGY 2301 INTRODUCTION TO PSYCHOLOGY BROOKHAVEN COLLEGE & DALLAS COLLEGES ONLINE DCCCD SOCIAL SCIENCE PROFESSOR: Bill Sigsbee, MA, LPA OFFICE: K210 PHONE: 972 / 860-4360 E-MAIL: bsigsbee@dcccd.edu

More information

E-Mail Address: XXX. Semester/Year: xxx

E-Mail Address: XXX. Semester/Year: xxx Course Information Course Title: Federal Government Semester/Year: xxx Course number: GOVT 2305 Section number: Credit Hours: 3 Course Prerequisites One of the following must be met: Developmental Reading

More information

THE UNIVERSITY OF TEXAS RIO GRANDE VALLEY. MECE 2140-01 Materials Laboratory Spring 2016

THE UNIVERSITY OF TEXAS RIO GRANDE VALLEY. MECE 2140-01 Materials Laboratory Spring 2016 THE UNIVERSITY OF TEXAS RIO GRANDE VALLEY College of Engineering and Computer Science Department of Mechanical Engineering MECE 2140-01 Materials Laboratory Spring 2016 Instructor Dr. Javier Ortega Office/Phone

More information

CUL 101 COURSE SYLLABUS

CUL 101 COURSE SYLLABUS SEATTLE CENTRAL COMMUNITY COLLEGE Seattle Culinary Academy Chef Instructor Gregg Shiosaki CUL 101 COURSE SYLLABUS Course Title & Number: Food Theory I CUL101 Credits: 6 Lecture Hours: 66 Lab Hours: 0 Meeting

More information

Multimedia 320 Syllabus

Multimedia 320 Syllabus Course information Web Design I Multimedia 320 Section Number 1538 Fall 2013 FA 304 Instructor / Contact Information Brian Olson FA 304 Office Please email me for in person appointments olsonbj@wlac.edu

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

ADVANCED PLACEMENT WORLD HISTORY COURSE SYLLABUS 2013-2014

ADVANCED PLACEMENT WORLD HISTORY COURSE SYLLABUS 2013-2014 ADVANCED PLACEMENT WORLD HISTORY COURSE SYLLABUS 2013-2014 Mr. MARK ANDERSON andersonam@fultonschools.org NATIONAL AP EXAM: THURSDAY MAY 15, 2014 Course Description Advanced Placement World History is

More information

A&S Students and Teachers Working Together

A&S Students and Teachers Working Together A&S and Working Together Civility is not a sign of weakness. John F. Kennedy At a good university, good student/teacher relationships come from mutual respect, trust, and honesty. Learning takes place

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

Software Development Foundations CPSC 2150-002 Spring 2014 Syllabus

Software Development Foundations CPSC 2150-002 Spring 2014 Syllabus College of Engineering and Science, School of Computing Part 1: Course Information Instructor Information Instructor: J. Yates Monteith Office: McAdams 109 Office Hours: Monday / Wednesday, 2:00 PM 4:00

More information

MATH 1314 College Algebra Frank Phillips College

MATH 1314 College Algebra Frank Phillips College MATH 1314 College Algebra Frank Phillips College General Course Information Credit Hours: 3 General Education Core Curriculum Course Prerequisite Completion of MATH 0303 with a grade of C or better or

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

Blinn College Dual Credit Student Handbook

Blinn College Dual Credit Student Handbook Blinn College Dual Credit Student Handbook 2015-2016 1 Blinn College Dual Credit Program Table of Contents Table of Contents Welcome... 3 Introduction...3 Student Records... 4 FERPA 4 Annual Notification

More information

Professor s Contact Information Office Phone 972 883 2337 Other Phone n/a Office Location ECS South 4.207 Email Address

Professor s Contact Information Office Phone 972 883 2337 Other Phone n/a Office Location ECS South 4.207 Email Address Course CS 6349 001 Network Security Professor Dr. Kamil Sarac Term Fall 2014 Meetings Monday/Wednesday at 11:30am in ECS South 2.203 Professor s Contact Information Office Phone 972 883 2337 Other Phone

More information

Computer Science CS 2334: Programming structures and abstractions

Computer Science CS 2334: Programming structures and abstractions Computer Science CS 2334: Programming structures and abstractions Instructor: Dr. McGovern Spring 2013 1 Course Overview This is your second course in programming. We will focus on abstraction and programming

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

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

College in High School Program. Handbook for High School Instructors and Guidance Counselors. Fall 2015

College in High School Program. Handbook for High School Instructors and Guidance Counselors. Fall 2015 College in High School Program Handbook for High School Instructors and Guidance Counselors Fall 2015 Career & Business Development, 226 Bush Hall 454 Delhi Drive Delhi, NY 13753 607-746-4545 COLLEGE IN

More information

Phone: (773) 481-8488 Spring 2015. Office hours: MW 7:30-8:20 and 11:00-12:20, T 7:30-7:50 and 9:55-12:15

Phone: (773) 481-8488 Spring 2015. Office hours: MW 7:30-8:20 and 11:00-12:20, T 7:30-7:50 and 9:55-12:15 Math 140 BDYR Prof. Hellen Colman Email: hcolman@ccc.edu Office: L309 College Algebra Hybrid Class Tuesdays 8:00AM 9:45AM Phone: (773) 481-8488 Spring 2015 Office hours: MW 7:30-8:20 and 11:00-12:20, T

More information

SOC 101 Introduction to Sociology Social & Behavioral Sciences Department

SOC 101 Introduction to Sociology Social & Behavioral Sciences Department SOC 101 Introduction to Sociology Social & Behavioral Sciences Department Catalog Course Description: This course emphasizes the fundamental concepts and principles of sociology, including culture, socialization,

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

The University of Texas at Dallas Financial Modeling FIN 6352-501 Course Syllabus

The University of Texas at Dallas Financial Modeling FIN 6352-501 Course Syllabus The University of Texas at Dallas Financial Modeling FIN 6352-501 Course Syllabus Course Information FIN 6352-501 Financial Modeling Term: Fall 2011 Meeting times: Wednesday 7:00 pm 9:45 pm Classroom:

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

Computer. Course Description

Computer. Course Description Computer Science Computer Science A Computer Science AB Course Description May 2009 The College Board: Connecting Students to College Success The College Board is a not-for-profit membership association

More information

Best way to contact me: email listed above or stop by my office; I don t read WebCT email

Best way to contact me: email listed above or stop by my office; I don t read WebCT email Course CHEM 1311, section 003: General Chemistry I Professor Dr. Steven O. Nielsen Term Fall 2006 Meetings MWF 2:00 2:50 pm, FN 2.102 (Kusch Auditorium) Professor s Contact Information Office Phone 972-883-5323

More information

MTH 110: Elementary Statistics (Online Course) Course Syllabus Fall 2012 Chatham University

MTH 110: Elementary Statistics (Online Course) Course Syllabus Fall 2012 Chatham University MTH 110: Elementary Statistics (Online Course) Course Syllabus Fall 2012 Chatham University Meeting Times: Online course Instructor: Mr. John Wenskovitch Email: jwenskovitch@chatham.edu Office: Buhl 218

More information

EDUC 1301: INTRODUCTION TO THE TEACHING PROFESSION COURSE SYLLABUS

EDUC 1301: INTRODUCTION TO THE TEACHING PROFESSION COURSE SYLLABUS EDUC 1301: INTRODUCTION TO THE TEACHING PROFESSION COURSE SYLLABUS INSTRUCTOR Name: Office: Email: Phone: Office Hours: COURSE INFORMATION Term: Section: Synonym: Days/Times: Location: COURSE DESCRIPTION

More information

COURSE SYLLABUS FOR COLLEGE BEGINNING CHINESE

COURSE SYLLABUS FOR COLLEGE BEGINNING CHINESE CATALOG DESCRIPTION COURSE SYLLABUS FOR COLLEGE BEGINNING CHINESE An introduction to modern spoken and written Mandarin Chinese. Beginners speaking, listening comprehension and basic principles in grammar

More information

Columbus State Community College English Department

Columbus State Community College English Department Columbus State Community College English Department Course and Number: ENGL 1100 Composition I CREDITS: 3 CLASS HOURS PER WEEK: 3 INSTRUCTOR: OFFICE PHONE: EMAIL: DEPARTMENT PHONE: 614/287-2531 or 614/287-2201

More information

Developmental Mathematics Curriculum

Developmental Mathematics Curriculum DMAT 0066 Concepts in Basic Mathematics STUDENT LEARNING OUTCOMES: After completing this course the student should be able to perform the four basic operations on whole numbers. After completing this course

More information

AP Computer Science Summer Assignment Due: 1 st day of class, as you walk into the door!

AP Computer Science Summer Assignment Due: 1 st day of class, as you walk into the door! AP Computer Science Summer Assignment Due: 1 st day of class, as you walk into the door! Purpose: The purpose of the AP Computer Science summer assignment is to prepare the student for the challenges in

More information

ALABAMA DEPARTMENT OF EDUCATION JULY 2009 JOSEPH B. MORTON, STATE SUPERINTENDENT OF EDUCATION No person shall be denied employment, be excluded from

ALABAMA DEPARTMENT OF EDUCATION JULY 2009 JOSEPH B. MORTON, STATE SUPERINTENDENT OF EDUCATION No person shall be denied employment, be excluded from ALABAMA DEPARTMENT OF EDUCATION JULY 2009 JOSEPH B. MORTON, STATE SUPERINTENDENT OF EDUCATION No person shall be denied employment, be excluded from participation in, be denied the benefits of, or be subjected

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

Cedar Valley College MATH 1414 College Algebra

Cedar Valley College MATH 1414 College Algebra Cedar Valley College MATH 1414 College Algebra GENERAL INFORMATION Division Quality Enhancement Plan Math, Science, & Allied Health Cedar Valley College's Quality Enhancement Plan is designed to improve

More information

COMMONWEALTH OF MASSACHUSETTS BUNKER HILL COMMUNITY COLLEGE CHARLESTOWN, MASSACHUSETTS COMPUTER INFORMATION TECHNOLOGY DEPARTMENT

COMMONWEALTH OF MASSACHUSETTS BUNKER HILL COMMUNITY COLLEGE CHARLESTOWN, MASSACHUSETTS COMPUTER INFORMATION TECHNOLOGY DEPARTMENT COMMONWEALTH OF MASSACHUSETTS BUNKER HILL COMMUNITY COLLEGE CHARLESTOWN, MASSACHUSETTS COMPUTER INFORMATION TECHNOLOGY DEPARTMENT CIT 523 PYTHON PROGRAMMING COURSE OUTLINE & REQUIREMENTS COURSE DESCRIPTION:

More information

BRAZOSPORT COLLEGE LAKE JACKSON, TEXAS SYLLABUS ITNW 2405: NETWORK ADMINISTRATION COMPUTER TECHNOLOGY & OFFICE ADMINISTRATION DEPARTMENT

BRAZOSPORT COLLEGE LAKE JACKSON, TEXAS SYLLABUS ITNW 2405: NETWORK ADMINISTRATION COMPUTER TECHNOLOGY & OFFICE ADMINISTRATION DEPARTMENT BRAZOSPORT COLLEGE LAKE JACKSON, TEXAS SYLLABUS ITNW 2405: NETWORK ADMINISTRATION COMPUTER TECHNOLOGY & OFFICE ADMINISTRATION DEPARTMENT CATALOG DESCRIPTION ITNW 2405 Network Administration. CIP 1109010007

More information

INFM 700: Information Architecture Section 0101: Spring 2015 Thursdays 6-8:45 p.m., Plant Sciences 1113

INFM 700: Information Architecture Section 0101: Spring 2015 Thursdays 6-8:45 p.m., Plant Sciences 1113 INFM 700: Information Architecture Section 0101: Spring 2015 Thursdays 6-8:45 p.m., Plant Sciences 1113 Dr. Katy Lawley, Instructor katy.lawley@gmail.com 301-454-0910 (voice or text) College Park: Hornbake

More information

EDU 230 Schools in Communities Social & Behavioral Sciences Department

EDU 230 Schools in Communities Social & Behavioral Sciences Department EDU 230 Schools in Communities Social & Behavioral Sciences Department Catalog Course Description: This course provides students with a basic understanding of the social, political, and historical aspects

More information

Course MKT 6337, Marketing Analytics using SAS Professor B.P.S. Murthi Term Spring 2015 Meetings T 4.00-6.45 p.m., SOM 12.206

Course MKT 6337, Marketing Analytics using SAS Professor B.P.S. Murthi Term Spring 2015 Meetings T 4.00-6.45 p.m., SOM 12.206 Course MKT 6337, Marketing Analytics using SAS Professor B.P.S. Murthi Term Spring 2015 Meetings T 4.00-6.45 p.m., SOM 12.206 Professor s Contact Information Office Phone 972-883-6355 Mobile Phone 214-850-3420

More information

EMPORIA STATE UNIVERSITYSCHOOL OF BUSINESS Department of Accounting and Information Systems. IS213 A Management Information Systems Concepts

EMPORIA STATE UNIVERSITYSCHOOL OF BUSINESS Department of Accounting and Information Systems. IS213 A Management Information Systems Concepts EMPORIA STATE UNIVERSITYSCHOOL OF BUSINESS Department of Accounting and Information Systems IS213A Course Syllabus Spring 2013 MISSION STATEMENT: The School of Business prepares a diverse student body

More information

ACC Child Care & Development Department CDEC 1393 -Special Topics in Early Childhood Master Syllabus

ACC Child Care & Development Department CDEC 1393 -Special Topics in Early Childhood Master Syllabus ACC Child Care & Development Department CDEC 1393 -Special Topics in Early Childhood Master Syllabus Course Description: An in-depth study of the attitudes and behaviors pertinent to early childhood and

More information

Elementary Statistics

Elementary Statistics Cedar Valley College Math 2442 Elementary Statistics GENERAL INFORMATION Division Quality Enhancement Plan Math, Science, & Allied Health Cedar Valley College's Quality Enhancement Plan is designed to

More information

General Course Information Pre-requisites, Corequisites,

General Course Information Pre-requisites, Corequisites, Course ACCT 6343-501 Accounting Information Systems Professor Jeffrey R. Kromer, MBA, CPA, CISA, CBA, CFSA Term Spring 2013 Meetings Tuesdays, 7:00 PM 9:45 PM, JSOM 1.212 Professor s Contact Information

More information

GOVT 2305 Federal Government Frank Phillips College

GOVT 2305 Federal Government Frank Phillips College GOVT 2305 Federal Government Frank Phillips College General Course Information Credit Hours: 3 General Education Core Curriculum Course Prerequisite Passage of or exemption from the Reading Section of

More information

PSY 201 General Psychology Social & Behavioral Sciences Department

PSY 201 General Psychology Social & Behavioral Sciences Department PSY 201 General Psychology Social & Behavioral Sciences Department Catalog Course Description: This course includes the following topics and concepts in the science of behavior: scientific method, biological

More information

Multimedia 100 Syllabus

Multimedia 100 Syllabus Multimedia 1 Syllabus Course information Introduction to Multimedia Multimedia 1 Section Number 836 Fall 1 Etudes Instructor / Contact Information Brian Olson FA 3 Office Please email me for in person

More information

MATH 1080-Sec 003: Polynomial Calculus Fall 2015

MATH 1080-Sec 003: Polynomial Calculus Fall 2015 MATH 1080-Sec 003: Polynomial Calculus Fall 2015 Instructor: Monica Pescitelli Course dates/times: TuTh 9:30-10:45 Office: CU Building 4212 Course Location: King 218 E-mail: monica.pescitelli@ucdenver.edu

More information

TA: TA Office Hours: TA Office:

TA: TA Office Hours: TA Office: Course EE 4360 001: Digital Communications Professor Hlaing Minn Term Spring 2011 Meetings TR 4:00 p.m. - 5:15 p.m., ECSN 2.126 Professor s Contact Information Office Phone 972 883 2889 Office Location

More information

Logistics Management OPMA 5369 Syllabus

Logistics Management OPMA 5369 Syllabus Logistics Management OPMA 5369 Syllabus Fall 2005 B151 M 7:00-9:50 p.m. Instructor Phil Beck E-mail pobeck@uta.edu Phone (817) 272-3546 Office Text: B 535A Office Hours Web Site MW 4:00-5:00 pm & by appointment

More information

THE UNIVERSITY OF TEXAS AT TYLER DEPARTMENT OF HEALTH AND KINESIOLOGY COURSE INFORMATION

THE UNIVERSITY OF TEXAS AT TYLER DEPARTMENT OF HEALTH AND KINESIOLOGY COURSE INFORMATION THE UNIVERSITY OF TEXAS AT TYLER DEPARTMENT OF HEALTH AND KINESIOLOGY COURSE INFORMATION FALL 2015 Course Title: Human Motor Control and Learning Lab Course Number: KINE 3132 Sections:.002,.004, and.005

More information

Lewis, Loftus, and Cocking. Java Software Solutions for AP Computer Science 3rd Edition. Boston, Mass. Addison-Wesley, 2011.

Lewis, Loftus, and Cocking. Java Software Solutions for AP Computer Science 3rd Edition. Boston, Mass. Addison-Wesley, 2011. Dear Parent/Guardian: Please find a summary of instructional goals and activities for the class indicated below, in which your student is enrolled. Although what is set forth is subject to change, the

More information

SYLLABUS CNBT 2335 COMPUTER-AIDED CONSTRUCTION SCHEDULING

SYLLABUS CNBT 2335 COMPUTER-AIDED CONSTRUCTION SCHEDULING SYLLABUS CNBT 2335 COMPUTER-AIDED CONSTRUCTION SCHEDULING COURSE DESCRIPTION Construction scheduling utilizing computer scheduling software to perform various scheduling procedures. Credit Hours: 3 (2

More information

BRAZOSPORT COLLEGE LAKE JACKSON, TEXAS SYLLABUS ITSC 2339: PERSONAL COMPUTER HELP DESK HYBRID VERSION

BRAZOSPORT COLLEGE LAKE JACKSON, TEXAS SYLLABUS ITSC 2339: PERSONAL COMPUTER HELP DESK HYBRID VERSION BRAZOSPORT COLLEGE LAKE JACKSON, TEXAS SYLLABUS ITSC 2339: PERSONAL COMPUTER HELP DESK HYBRID VERSION COMPUTER TECHNOLOGY & OFFICE ADMINISTRATION DEPARTMENT CATALOG DESCRIPTION ITSC 2339 Personal Computer

More information

MGT 3361 Project Management

MGT 3361 Project Management MGT 3361 Project Management Course Description/Overview This course provides the student with an introduction to the project management process. The course focuses on both the common body of knowledge

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

CS4320 Computer and Network Security. Fall 2015 Syllabus

CS4320 Computer and Network Security. Fall 2015 Syllabus CS4320 Computer and Network Security Instructor: Lopamudra Roychoudhuri E-mail: lroychoudhuri@angelo.edu Office: MCS 205E Campus Phone: (325) 486-5448 Class Times: MWF 1:00-1:50pm Classroom: MCS 111A Course

More information

Office phone: (414) 229 5269 Office phone: (414) 229 5105 Office: EMS E481 Office: EMS E 480

Office phone: (414) 229 5269 Office phone: (414) 229 5105 Office: EMS E481 Office: EMS E 480 University of Wisconsin Milwaukee Mathematical Literacy for College Students I Syllabus Math 092 Section 013 (31559) Fall Semester 2015 Class Location: NWQ 1871 Class Time: Tuesdays and Thursdays from

More information

ISM 4113: SYSTEMS ANALYSIS & DESIGN

ISM 4113: SYSTEMS ANALYSIS & DESIGN GENERAL INFORMATION: ISM 4113: SYSTEMS ANALYSIS & DESIGN COURSE SYLLABUS Class Times: Tuesday, Thursday 9:35 11:30 AM Class Location: HVNR 240 Professor: Dr. Aditi Mukherjee Office; Phone: STZ 360, 39-20648

More information

IVY TECH COMMUNITY COLLEGE REGION 03 SYLLABUS MATH 136: COLLEGE ALGEBRA SUMMER 2013. Instructor: Jack Caster Telephone: 260-482-9171 ext.

IVY TECH COMMUNITY COLLEGE REGION 03 SYLLABUS MATH 136: COLLEGE ALGEBRA SUMMER 2013. Instructor: Jack Caster Telephone: 260-482-9171 ext. IVY TECH COMMUNITY COLLEGE REGION 03 SYLLABUS MATH 136: COLLEGE ALGEBRA SUMMER 2013 Instructor: Jack Caster Telephone: 260-482-9171 ext. 2518 Classroom Number: CC1784 E-mail Address: jcaster@ivytech.edu

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

Dr. Robert Yowell GOVT 2305.074. Office Hours: Spring 2014

Dr. Robert Yowell GOVT 2305.074. Office Hours: Spring 2014 Dr. Robert Yowell GOVT 2305.074 Academic I Room 201E Kitty Hawk Campus Northeast Lakeview College Office Hours: Spring 2014 MW 2:00 4:30 p.m. TR 10:50 a.m. 12:05 p.m. R 2:00 4:30 p.m. Academic I Room 131

More information

THE UNIVERSITY OF TOLEDO College of Social Justice & Human Service PARALEGAL STUDIES PROGRAM LGL 1720:001 LAW PRACTICE MANAGEMENT SYLLABUS FALL 2015

THE UNIVERSITY OF TOLEDO College of Social Justice & Human Service PARALEGAL STUDIES PROGRAM LGL 1720:001 LAW PRACTICE MANAGEMENT SYLLABUS FALL 2015 THE UNIVERSITY OF TOLEDO College of Social Justice & Human Service PARALEGAL STUDIES PROGRAM LGL 1720:001 LAW PRACTICE MANAGEMENT SYLLABUS FALL 2015 COURSE INFORMATION: Section: 001 Class times: Tuesday/Thursday

More information

Cedar Valley College MATH 2412 Precalculus

Cedar Valley College MATH 2412 Precalculus . Cedar Valley College MATH 2412 Precalculus GENERAL INFORMATION Division Quality Enhancement Plan Math, Science, & Allied Health Cedar Valley College's Quality Enhancement Plan is designed to improve

More information

COURSE OUTLINE BIOLOGY 366 BEHAVIOR OF ANIMALS NORTHERN ARIZONA UNIVERSITY FALL 2012

COURSE OUTLINE BIOLOGY 366 BEHAVIOR OF ANIMALS NORTHERN ARIZONA UNIVERSITY FALL 2012 COURSE OUTLINE BIOLOGY 366 BEHAVIOR OF ANIMALS NORTHERN ARIZONA UNIVERSITY FALL 2012 GENERAL INFORMATION: Instructor: Stephen M. Shuster, BS 302 Office Hrs: TTh: 2:00-3:00 or by appointment. Phone: SMS:

More information

Photography and New Media Syllabus Spring 2010

Photography and New Media Syllabus Spring 2010 Photography and New Media Syllabus Spring 2010 Course Information ARTS 3340.501 Topics in Studio Art: Photography and New Media, Monday, 7:00 pm - 9:45 pm, ATEC 1.104 (Mac Lab) Professor Contact Information

More information

Cedar Valley College MATH 2414 Calculus II

Cedar Valley College MATH 2414 Calculus II Cedar Valley College MATH 2414 Calculus II GENERAL INFORMATION Division Quality Enhancement Plan Math, Science, & Allied Health Cedar Valley College's Quality Enhancement Plan is designed to improve student

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

ACADEMIC POLICIES AND PROCEDURES

ACADEMIC POLICIES AND PROCEDURES ACADEMIC POLICIES AND PROCEDURES Governing Catalog The college catalog is the official document that describes the policies, academic programs and requirements for students attending Valencia College.

More information

Cedar Valley College MATH 2415 Calculus III

Cedar Valley College MATH 2415 Calculus III Cedar Valley College MATH 2415 Calculus III GENERAL INFORMATION Division Quality Enhancement Plan Math, Science, & Allied Health Cedar Valley College's Quality Enhancement Plan is designed to improve student

More information

CENTRAL TEXAS COLLEGE INDUSTRIAL TECHNOLOGY DEPARTMENT SYLLABUS FOR ARTC 1327 TYPOGRAPHY

CENTRAL TEXAS COLLEGE INDUSTRIAL TECHNOLOGY DEPARTMENT SYLLABUS FOR ARTC 1327 TYPOGRAPHY I. INTRODUCTION CENTRAL TEXAS COLLEGE INDUSTRIAL TECHNOLOGY DEPARTMENT SYLLABUS FOR ARTC 1327 TYPOGRAPHY SEMESTER HOURS CREDIT: 3 CONTRACT HOURS: 96 INSTRUCTOR: OFFICE HOURS: A. A study of letterforms

More information

How To Be A Responsible Student At Midland Technical College

How To Be A Responsible Student At Midland Technical College PSY 212 Abnormal Psychology Social & Behavioral Sciences Department Catalog Course Description: This course is a study of the nature and development of behavioral disorders, including the investigation

More information

Sierra Vista High School

Sierra Vista High School Sierra Vista High School Home of the Mountain Lions Course Expectations 2014-2015 Animation I Instructor: Mr. Parks SVHS Room 317 Phone: (702) 799-6820 Email: parksas@interact.ccsd.net Course Scope: This

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

Digital Design Graphics Technology DDGT 110 Drafting Fundamentals ENGI 122 Intro to Engineering Fall 2015 Course Syllabus

Digital Design Graphics Technology DDGT 110 Drafting Fundamentals ENGI 122 Intro to Engineering Fall 2015 Course Syllabus Digital Design Graphics Technology DDGT 110 Drafting Fundamentals ENGI 122 Intro to Engineering Fall 2015 Course Syllabus Instructor: Department Website: Gary Strommen www.ddgt.net atc.ddgt.net Location:

More information

Professor: Monica Hernandez Phone: (956)295-3562 Dept. Secretary Ms. Canales 956-295-3817

Professor: Monica Hernandez Phone: (956)295-3562 Dept. Secretary Ms. Canales 956-295-3817 Texas Southmost College PSYC 2301 50A/60A General Psychology Course Syllabus PSYC 2301. 50A/60A General Psychology Professor: Monica Hernandez Phone: (956)295-3562 Dept. Secretary Ms. Canales 956-295-3817

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

LeMoyne-Owen College Division of Natural and Mathematical Sciences COMPUTER ALGORITHMS, COSI 335 Fall 2013. Syllabus

LeMoyne-Owen College Division of Natural and Mathematical Sciences COMPUTER ALGORITHMS, COSI 335 Fall 2013. Syllabus LeMoyne-Owen College Division of Natural and Mathematical Sciences COMPUTER ALGORITHMS, COSI 335 Fall 2013 Instructor: Valerie Chu, Ph.D. Office Room: GOH 400D Office Phone: (901) 435-1378 Office Hours:

More information

COURSE DESCRIPTION ITSE

COURSE DESCRIPTION ITSE Eastfield College STEM Division Spring 2016 ITSE 1401.43426/93400 Web Design Tools ONLINE Glenn Stone Office C202 Phone: 972-391-7140 Email: gstone@dcccd.edu COURSE DESCRIPTION ITSE 1401 Web Design Tools

More information

Nashville State Community College Business, Applied Arts & Technologies Division Computer Aided Drafting & Design. Master Course Syllabus

Nashville State Community College Business, Applied Arts & Technologies Division Computer Aided Drafting & Design. Master Course Syllabus Revised: Spring 2013 Nashville State Community College Business, Applied Arts & Technologies Division Computer Aided Drafting & Design Master Course Syllabus CAD 1301 COMPUTER-AIDED DRAFTING II 3 Credits

More information

Turtle Mountain Community College

Turtle Mountain Community College Turtle Mountain Community College Fall Semester- 2013 CIS 104 I: Microcomputer Database-Access Course Dates: August 20 rd to December 6 th Instructor: Marlin Allery (staff) E-mail: mallery@tm.edu Office

More information