AUSTIN COMMUNITY COLLEGE DEPARTMENT OF COMPUTER STUDIES AND ADVANCED TECHNOLOGY

Size: px
Start display at page:

Download "AUSTIN COMMUNITY COLLEGE DEPARTMENT OF COMPUTER STUDIES AND ADVANCED TECHNOLOGY"

Transcription

1 AUSTIN COMMUNITY COLLEGE DEPARTMENT OF COMPUTER STUDIES AND ADVANCED TECHNOLOGY Course Syllabus: COSC 1320 C++ / C Programming (CIS 2003) Section Lecture 021 at Northridge Campus Spring 2006 Instructor: Robert C. Marshall (Professor of Computer Studies) Office Telephone: Office: Northridge Campus Building 4 Room 4234 Office Hours: Look at rmarshal@austincc.edu Web Site: Course Description: Introduction to the C++ programming language and its subset, the C programming language. Program structure, blocks, storage types, console and file I/O, functions, arrays, strings, pointers, call-by-reference, call-by-value, and dynamic memory allocation will be discussed. The concept of classes will be introduced. The differences between C++ and C will also be discussed. Pre-requisite: COSC 1315 or department approval. Approved Course Texts: Starting Out with C++ - Alternate Version, 4 th Edition (Paper Package), Gaddis, Walters, Muganda, Scott Jones, ISBN Instructional Methodology: This course will have 2 hours of lecture and 2 hours of lab per week. If the students are unable to finish the assigned lab work within the lab time, they will need to visit the CIS open labs. Teaching methodology will be to use a hybrid approach utilizing traditional in-class lectures and lab sessions coupled with distance-learning techniques utilizing computers and the Internet. The students will be expected to use Blackboard for all homework submissions. Online techniques will be taught during the first few lectures. No homework will be accepted through any submission channel except through the Digital Drop Box feature of Blackboard! Exams will be given in class. Programming homework will constitute 40% of the final grade. Course Rationale: This course is designed to teach students the C++ programming language and intermediate programming concepts with examples and applications using the C++ language. The course builds and extends topics covered in the prerequisite course, COSC 1315, and prepares students for more advanced programming courses such as ITSE 2431 (Advanced C++ Programming) and COSC 2415 (Data Structures) as well as for entry level programming employment. The course is required for an Associate Degree in several Computer Information Systems and Computer Science degree areas. 1

2 Course Objectives/ Learning Outcomes: Students will be exposed to the following concepts and/or skills at an introductory concepts level: The analysis and design of programs based on requirements and performance considerations; evaluation of various possible technical solutions; object-oriented design considerations; system integration; program documentation; debugging procedures; developing program testing plans; consideration of program operating environments; use of reusable software. Scans Competencies: SCANS competencies have been defined that are relevant to the level of instruction in the community college environment. These competencies reflect the knowledge and skills employees need to succeed in any occupation. To be successful in this course the following SCANS competencies will need to be applied:? Students select relevant goal-related activities, rank them in the order of importance, allocate time to these activities, and understand, prepare, and follow schedules.? Students use computers to process information.? Students understand overall intent and proper procedures for setup and operation of equipment.? Students perform basic computations; use basic numerical concepts such as whole numbers, etc.? Students receive, attend to, interpret, and respond to verbal messages and other cues.? Students recognize problems and devise and implement plan of action. Grade Policy: Grade will be based both on concepts and practical application. Exams, quizzes and homework assignments may be a part of the grade. An overall grade will be assigned on the following grading scale: 90% - 100% A 80% - 89% B 70% - 79% C 60% - 69% D 0% - 59% F Five-hundred (500) points maximum can be earned in the class: - Three in-class examinations 60% (100 points per exam) - Ten homework assignments 40% (20 points per assignment) - The instructor reserves the right to adjust the student grades by a factor not to exceed +5% (25 points) when merited for final grade. This can be determined by such things as exemplary attendance at lecture and lab classes, superior work on homework assignments, etc. 2

3 - An eleventh homework assignment can be submitted for a maximum of 25 bonus points. Course/Class Policies: Academic Integrity A student is expected to complete his or her own projects and tests. Students are responsible for observing the policy on academic integrity described in the Current ACC Student Handbook, under Student Discipline Policy, Section C. Acts prohibited by the college for which discipline may be administered include scholastic dishonesty, including but not limited to cheating on an exam or quiz, plagiarizing, and unauthorized collaboration with another in preparing outside work. Academic work submitted by students shall be the result of their own thought, research or self-expression. Academic work is defined as, but not limited to tests, quizzes, whether taken electronically or on paper; projects, either individual or group; classroom presentations, and homework. The penalty accessed will be in accordance with the current ACC Student Handbook policy. See for more information. Incomplete A student may receive a temporary grade of I (Incomplete) at the end of the semester only if ALL of the following conditions are satisfied: 1. The student is unable to complete the course during the semester due to circumstances beyond his or her control. 2. The student must have earned at least half of the grade points needed for a C by the end of the semester. 3. The request for the grade must be made in person at the instructor s office and necessary documents completed. 4. To remove an I, the student must complete the course by two weeks before the end of the following semester. Failure to do so will result in the grade automatically reverting to an F. Freedom of Expression Policy: It is expected that faculty and students will respect the views of others when expressed in classroom discussions. 3

4 Attendance / Withdrawal Policy: Students are expected to attend classes and will be held responsible for all material covered in class. Regular attendance helps ensure satisfactory progress towards completion of the course. It is the student s responsibility to complete a Withdrawal Form in the Admissions Office if he or she wishes to withdraw from this class. The instructor may withdraw a student from this class if her or his absence exceeds 10% of the total number of class meetings. The last date to withdraw for this semester and receive a W grade: April 24, 2006! It is not the responsibility of the instructor to withdraw students from this class even though the instructor has the prerogative to do so under the above listed circumstances. Students with Disabilities Policy: Each ACC campus offers support services for students with documented physical or psychological disabilities. Students with disabilities must request reasonable accommodations through the Office for Students with Disabilities on the campus where they expect to take the majority of their classes. Students are encouraged to make this request three weeks before the start of the semester. (Refer to the Current ACC Student Handbook) Testing Center Policy (Open Campus Sections Only) The academic testing center is to be used for regular testing of open campus students only. All other sections will use the classroom time for regular testing and the testing center may be used to administer make-up tests. 4

5 Course Schedule: Class Schedule COSC 1320 C++ / C Programming (Section 33024) Week Date Lec/Lab Topic(s) Num 1 1/17/2006 Lecture Jan. 16 is MLK Holiday! Lab Course Introduction Chapter 1 Intro to Computers and Programming Chapter 2 Intro to C++ HW Assignment Points HW Due Lab Orientation Use of Compiler and Debugger 2 1/23 Lecture Chapter 3 1 Expressions and Interactivity Chapter 4 Making Decisions 3 1/30 Lecture Chapter 5 Looping Chapter 6 - Functions 4 2/6 Lecture Chapter 6 Cont d Review for Exam 1 5 2/13 Lecture Exam 1 (Chs. 1-6) 20 3 Chapter 7 Structured Data and Classes 6 2/20 Lecture Chapter 7 Cont d. 4 Chapter 8 - Arrays 7 2/27 Lecture Chapter 8 Cont d Chapter 9 Searching and Sorting 8 3/6 Lecture Chapter Pointers 3/13 Spring Break 9 3/20 Lecture Chapter 11 More 20 6 on Classes and OOP 10 3/27 Lecture Review on Classes Review for Exam /3 Lecture Exam 2 (Chs. 7-10) 7 20 Chapter 12 Characters, Strings, string class Chapter 13 Advanced File and I/O Operations 12 4/10 Lecture Chapter 13 Cont d /17 Lecture Chapter 13 Cont d /24 Lecture Chapter 17 Linked Lists /1 Lecture Review for Exam 3 10, (11) /8 Exam 3 20 (Chs. 11, 12, 13, 17) (25) 10 (11) 5

6 Homework Assignments Assignment # Assignment Points Week Assigned Week Due 1 Ch. 2, p.77, # (1/17/2006) 3 (1/30/2006) 2 Ch. 4, p.252, # (1/30) 4 (1/31) 3 Ch. 3, p.162, # (1/31) 5 (2/6) Ch. 5, p.310, #8 4 Ch. 6, p.387, # (2/20) 7 (2/27) 5 Ch. 7, p.474, # (2/27) 8 (3/6) 6 Ch. 8, p.561, # (3/6) 9 (3/20) 7 Ch. 9,p. 605, # (4/3) 12(4/10) 8 Ch. 10, p.655, # (4/17) 14 (4/24) 9 Ch. 11,pp , 20 14(4/24) 15 (5/1) #6 10 Ch. 13, p. 886, # (5/1) 16 (5/8) Ch. 13, p. 886 #8 (11) (Ch. 17,p.1053, #7) (25) ( 15 (5/1) ) ( 16 (5/8) ) These assignment numbers are referenced in the schedule. Please use these assignment numbers in the link names when you submit homework through the Blackboard system! Not doing this will result in the homework being rejected! It is very strongly recommended that the names given to assignments in Blackboard be based on the above table, and should be Assignment 1, Assignment 2, etc! You must turn in one and only one assignment each time, and each must be submitted through the Digital Drop Box feature of Blackboard. Use the Title box in Blackboard to assign the name, and import each assignment into Blackboard from your hard disk (i.e., do not send it from your Blackboard ADD area, unless it is titled correctly, or it will be rejected). The grade for an assignment one week late will be adjusted to be 20% less than the grade that would have been assigned if the assignment were submitted on time. Assignments submitted more than one week late will not be graded, and will be assigned a grade of zero. An assignment is considered to be submitted on time if it is submitted during the week noted in the schedule, and the week will range from 12:01AM of the Monday of that week until 12 midnight of the following Sunday. An assignment one week late can be submitted during the following week for partial credit. Any later submissions will not be graded and will receive a grade of zero, as noted.. 6

7 Homework Assignment Guidelines Homework is very important in this class. Homework assignments will be graded as follows: - Correct Operation: 60% - Algorithm: 10% - Readability, Layout, Documentation, etc. 25% - Correct testing for problem statement 5% Homework must be submitted by the beginning of class each Monday following the week it is due to receive full credit. Homework will be submitted online using the Digital Drop Box feature of Blackboard. Specific submission details involving Blackboard will be discussed in class, and are also discussed previously in this syllabus. Programming Assignment Guidelines 1. Initial comment block should include the following: your name assignment number course ID problem statement algorithm or pseudocode instructor name assignment due date filename 2. Programs should be liberally commented (will discuss in class). 3. Follow program style illustrated in text and discussed in class. 4. You will be graded both on program accuracy and program style. 5. Programs turned in after the due date will be penalized 20% (for one week late, only). Any programs later than one week late will not be graded. 6. Labs (if lab assignments are made) are due at the end of the period on the due date. 7. Last day programs will be accepted is the last lab session in the term. 8. Please submit the following files (in general):? Source file (.cpp)? Executable (.exe)? Output file created by cut-and-paste from execution results. Use either.doc (preferable) or.txt files for the output results. The assignment submission is incomplete without this file. Points will be deducted if it is not present. 7

8 9. Test ALL possible paths in your programs! Exam Policy All students are expected to take all exams. Makeup exams are not given if the student misses an exam and has not contacted the instructor IN ADVANCE. If this happens, the student will be given a grade equal to that on the next exam less 10%, unless it is Exam 3: if Exam 3 is missed, the student will fail the course. Exams can be missed and made up only for extreme circumstances (e.g., hospitalization). Please contact the instructor IN ADVANCE if you must miss a scheduled exam.. An eight-1/2-by-eleven crib sheet is allowed during each exam. The student may write any information upon that sheet that he/she wishes. Handwritten, typed, computerprepared, any type size, is allowed. Both sides may be used. However, only ONE sheet is allowed Extra-Credit Opportunity It is only required to do ten (10), the first ten, of the eleven (11) homework assignments. Any student successfully completing all eleven assignments with an average grade of 80% or better will be awarded twenty-five (25) bonus points to count toward the final grade. The number of points awarded for the eleventh assignment will be twenty-five (25). This represents ½ grade-point range, and can make the difference between, say, a letter grade of B or A, depending on the final number of points earned. Class Location and Meeting Times Classes will meet from 5:40PM to 7:30PM, Tuesday / Thursday, on the Northridge Campus, Building 4, as follows (Section 33024): Lecture: 5:40PM 6:30PM TTh Room 4211 Lab: 6:40PM 7:30PM TTh Room 4230 Last Update: 1/9/2006 5:32 PM. 8

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

ITSE 1401 Web Design Tools General Syllabus (Note: This general syllabus presents only general course information for nonregistered students)

ITSE 1401 Web Design Tools General Syllabus (Note: This general syllabus presents only general course information for nonregistered students) (Note: This general syllabus presents only general course information for nonregistered students) Instructor Information Name & Title T. M. Smith, Ph.D. Professor, Computer Studies and Computer Science

More information

Syllabus Systems Analysis and Design Page 1 of 6

Syllabus Systems Analysis and Design Page 1 of 6 Syllabus Systems Analysis and Design Page 1 of 6 Austin Community College Department of Computer Studies and Advanced Technology Systems Analysis and Design ITSE1450-543 (capstone course) Syllabus Spring

More information

Austin Community College Marketing Research Marketing 2348.01 Fall 2009 Distance Learning

Austin Community College Marketing Research Marketing 2348.01 Fall 2009 Distance Learning Austin Community College Marketing Research Marketing 2348.01 Fall 2009 Distance Learning Professor: Allan W. Hanson, MBA Office: CYP #2204.7 Office Telephone: 223-1790 ext. 26433 Cell Number: 417-5713

More information

MATH 245 COLLEGE ALGEBRA Section 0251 10:55 1:30

MATH 245 COLLEGE ALGEBRA Section 0251 10:55 1:30 MATH 245 COLLEGE ALGEBRA Section 0251 10:55 1:30 Instructor: Ms. L. K. Deutsch Office Hours: MW 1:30 3:50 PM Office & Office Phone: C2.123-2 323-780-6735 Textbook: College Algebra Lial, Hornsby and Schneider

More information

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

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

More information

Office Administration Department Master Syllabus POFT 1127 Introduction to Keyboarding Online

Office Administration Department Master Syllabus POFT 1127 Introduction to Keyboarding Online Office Administration Department Master Syllabus POFT 1127 Introduction to Keyboarding Online Office Administration instructors will furnish students a First Day Handout which will contain at least the

More information

Course Syllabus HUDE 0111 Transition to College Success 8 Week Session

Course Syllabus HUDE 0111 Transition to College Success 8 Week Session Department Chair: Tobin Quereau Office: RGC-Attache 202 Phone: 223-3391 Fax: 223-3392 Email: quereau@austincc.edu Course Syllabus HUDE 0111 Transition to College Success 8 Week Session Instructor: Christie

More information

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

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

More information

MASTER COURSE SYLLABUS-PROTOTYPE PSYCHOLOGY 2317 STATISTICAL METHODS FOR THE BEHAVIORAL SCIENCES

MASTER COURSE SYLLABUS-PROTOTYPE PSYCHOLOGY 2317 STATISTICAL METHODS FOR THE BEHAVIORAL SCIENCES MASTER COURSE SYLLABUS-PROTOTYPE THE PSYCHOLOGY DEPARTMENT VALUES ACADEMIC FREEDOM AND THUS OFFERS THIS MASTER SYLLABUS-PROTOTYPE ONLY AS A GUIDE. THE INSTRUCTORS ARE FREE TO ADAPT THEIR COURSE SYLLABI

More information

Austin Community College Retail Buying Business Management 1347.02 Fall 2009 Distance Learning

Austin Community College Retail Buying Business Management 1347.02 Fall 2009 Distance Learning Austin Community College Retail Buying Business Management 1347.02 Fall 2009 Distance Learning Professor: Allan W. Hanson, MBA Office: CYP #2204.7 Office Telephone: 223-1790 ext. 26433 Cell Number: 417-5713

More information

Database Management Systems ISM 4212 (3 Credit Hours) Fall 2011

Database Management Systems ISM 4212 (3 Credit Hours) Fall 2011 Database Management Systems ISM 4212 (3 Credit Hours) Fall 2011 Professor Ms. Sue Carter Course Day Office Location Course Time Office Phone Course Location E-Mail carter@fau.edu Blackboard http://blackboard.fau.edu

More information

College of Southern Maryland Fundamentals of Accounting Practice(ACC 1015) Course Syllabus Spring 2015

College of Southern Maryland Fundamentals of Accounting Practice(ACC 1015) Course Syllabus Spring 2015 INSTRUCTOR: College of Southern Maryland Fundamentals of Accounting Practice(ACC 1015) Course Syllabus Spring 2015 Bonnie Harrison Office - Room #228 (PFA) Office Hours: Tuesdays: 9:00am 10:00am Wednesday:

More information

CS 1361-D10: Computer Science I

CS 1361-D10: Computer Science I CS 1361-D10: Computer Science I Instructor Name: Lopamudra Roychoudhuri Instructor Phone Number: (325) 486-5448 Instructor email: lroychoudhuri@angelo.edu Instructor Office: MCS 205E Class Times: Online,

More information

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

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

More information

Introduction to Game Design and Development GAME 1303 Syllabus

Introduction to Game Design and Development GAME 1303 Syllabus Introduction to Game Design and Development GAME 1303 Syllabus instructor office hours Sara R Farr Walk-in Office Hours: Mon/Wed: 1:00p 3:00P By Appt Office Hours: Mon/Wed: 9:00A 11:30A office location

More information

CSC 314: Operating Systems Spring 2005

CSC 314: Operating Systems Spring 2005 CSC 314: Operating Systems Spring 2005 Instructor: Lori Carter lcarter@ptloma.edu (619) 849-2352 Office hours: MWF TTh 11:00 a.m. 12:00 p.m. 1:15 2:15 p.m 10:00-11:30 a.m. Texts: Silbershatz et.al, Operating

More information

CS135 Computer Science I Spring 2015

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

More information

Small Business Management BUSG 2309 Course Syllabus

Small Business Management BUSG 2309 Course Syllabus Small Business Management BUSG 2309 Course Syllabus Semester with course reference number: Fall 24285 Course location, time: Spring Branch, Thursdays 6:30-8:30 PM, Hybrid Instructor D.S. (Steve) Ferguson,

More information

Austin Community College SYLLABUS

Austin Community College SYLLABUS ARTS 2357 Photography II Austin Community College SYLLABUS 1. Course Description This course is an introduction to fundamentals of digital photography. Shooting techniques, picture downloading, basic image

More information

Required Textbook: Sciarra, Dorothy June, Dorsey, Anne G., Developing and Administering a Child Care and Education Program, 7th Edition.

Required Textbook: Sciarra, Dorothy June, Dorsey, Anne G., Developing and Administering a Child Care and Education Program, 7th Edition. CD 137 Syllabus Page 1 of 5 CD 137 Syllabus for Spring, 2013 A 3 unit course taught exclusively online, with online orientation completed the first week of the semester Section #0817 Administration of

More information

Accounting Information Systems (ACC409) Spring 2015 School of Accountancy Shidler College of Business University of Hawaii at Manoa

Accounting Information Systems (ACC409) Spring 2015 School of Accountancy Shidler College of Business University of Hawaii at Manoa Accounting Information Systems (ACC409) Spring 2015 School of Accountancy Shidler College of Business University of Hawaii at Manoa Instructor: Dr. Tawei (David) Wang Office: BUSAD E602C Phone: (808) 956-7713

More information

How To Pass The Cis 50 Online Course

How To Pass The Cis 50 Online Course CIS 50: Intro to Computing Information Technology Spring 2015 Welcome to Sections: DE1: CRN# 30342 (online), DE2: CRN# 30224 (online), V02: CRN# 30031 (T/TH, 9:30-10:45) 9:30-10:45 CIS 50: Intro to Computing

More information

Gordon College ECB 362 Cost Accounting Online Summer 2015. Flexibility with Responsibility

Gordon College ECB 362 Cost Accounting Online Summer 2015. Flexibility with Responsibility Time: Monday, May 18, 2015 through Friday, June 28, 2015 Location: Online Professor: Andrew P. Moore, M.S. Management, M.S. Counseling, C.P.A. Office: Frost 305 Telephone: 978-867-4392 Email: andy.moore@gordon.edu

More information

Major Topics Covered in the Course

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

More information

Investment Management Course

Investment Management Course Investment Management Course FIN 367 - Spring 2012 Instructor: Vito Sciaraffia Office: CBA 6.312 Ph: (512)232-6830 Email: vito.sciaraffia@mccombs.utexas.edu Class meetings 03085: Tu & Th from 9:30 am to

More information

Summer 2015 Course Title & credit hours: Information Security, CET2830C (hybrid); 3 credit hours

Summer 2015 Course Title & credit hours: Information Security, CET2830C (hybrid); 3 credit hours Division of Engineering, Computer Programming, and Technology Department of Network Engineering Technology West Campus Building 9, Room 140 (407) 582-1902/1903 http://valenciacollege.edu/west/engineering/

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

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

Systems and Internet Marketing Syllabus Fall 2012 Department of Management, Marketing and International Business

Systems and Internet Marketing Syllabus Fall 2012 Department of Management, Marketing and International Business Systems and Internet Marketing Syllabus Fall 2012 Department of Management, Marketing and International Business MKT 425.001 (3 credit hour class) Monday and Wednesday, 11:00 am 12:15 m, BU 127 Instructor:

More information

School of Health Professions Department of Health Services Administration Healthcare Management Program

School of Health Professions Department of Health Services Administration Healthcare Management Program School of Health Professions Department of Health Services Administration Healthcare Management Program COURSE NUMBER and TITLE: HCM 416 Financial Management in Health Care Organizations COURSE DESCRIPTION:

More information

ISM 4403 Section 001 Advanced Business Intelligence 3 credit hours. Term: Spring 2012 Class Location: FL 411 Time: Monday 4:00 6:50

ISM 4403 Section 001 Advanced Business Intelligence 3 credit hours. Term: Spring 2012 Class Location: FL 411 Time: Monday 4:00 6:50 COURSE TITLE/NUMBER, NUMBER OF CREDIT HOURS: COURSE LOGISTICS: ISM 4403 Section 001 Advanced Business Intelligence 3 credit hours Term: Spring 2012 Class Location: FL 411 Time: Monday 4:00 6:50 INSTRUCTOR

More information

ENGR 102: Engineering Problem Solving II

ENGR 102: Engineering Problem Solving II ENGR 102: Engineering Problem Solving II CLASS SCHEDULE AND LOCATION: COURSE FORMAT: CREDIT HOURS: PREREQUISITES: In-class lecture, class activities, group projects, and exams 3 credit hours ENGR 101,

More information

CIT 217 Security + Network Security Fall 2015

CIT 217 Security + Network Security Fall 2015 CIT 217 Security + Network Security Fall 2015 Instructor: Laura Pike Email: laura.pike@gbcnv.edu Phone: 775-753-2288 Office: HTC 131 Office Hours: Mon & Wed. 1:30 2:30pm via Cranium Café Tus. 7-8pm via

More information

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

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

More information

**SYLLABUS IS SUBJECT TO CHANGE**

**SYLLABUS IS SUBJECT TO CHANGE** Estate Planning for Families Human Development and Family Studies 484 Spring 2015 GILMAN 1810 Mondays, Wednesdays, and Fridays 2:10-3:00pm Prerequisite: HDFS 283 3 credits Instructor: Prof. Amelia Karraker

More information

CSC 341, section 001 Principles of Operating Systems Spring 2015 Monday/Wednesday 1:00 PM 2:15 PM

CSC 341, section 001 Principles of Operating Systems Spring 2015 Monday/Wednesday 1:00 PM 2:15 PM CSC 341, section 001 Principles of Operating Systems Spring 2015 Monday/Wednesday 1:00 PM 2:15 PM Dr. Robert Ball 303C McKibben ballrg@sfasu.edu (936) 468-2508 Course Description Operating systems principles,

More information

MIS 4343.010 Systems Analysis & Design

MIS 4343.010 Systems Analysis & Design MIS 4343.010 Systems Analysis & Design Course Description/Overview Provides an understanding of the system development and modification process. Emphasizes the factors for effective communication and integration

More information

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

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

More information

CS 1340 Sec. A Time: TR @ 8:00AM, Location: Nevins 2115. Instructor: Dr. R. Paul Mihail, 2119 Nevins Hall, Email: rpmihail@valdosta.

CS 1340 Sec. A Time: TR @ 8:00AM, Location: Nevins 2115. Instructor: Dr. R. Paul Mihail, 2119 Nevins Hall, Email: rpmihail@valdosta. CS 1340 Sec. A Time: TR @ 8:00AM, Location: Nevins 2115 Course title: Computing for Scientists, Spring 2015 Instructor: Dr. R. Paul Mihail, 2119 Nevins Hall, Email: rpmihail@valdosta.edu Class meeting

More information

COURSE OBJECTIVES AND STUDENT LEARNING OUTCOMES:

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

More information

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

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

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

More information

CRIJ-1301-IN Introduction to Criminal Justice Syllabus

CRIJ-1301-IN Introduction to Criminal Justice Syllabus CRIJ-1301-IN Introduction to Criminal Justice Syllabus INSTRUCTOR: Craig Fos E-MAIL: cfos@alvincollege.edu OFFICE: N-125 PHONE: 281-756-3779 OFFICE HOURS: As posted at N-125 A. COURSE DESCRIPTION This

More information

Part A of the Syllabus

Part A of the Syllabus Part A of the Syllabus Semester: Fall 2014 Instructor: Bruce Ford Class Info: ITE 115 L01 Phone: 540-423-9843 Location/Room: LGC 210 Office Location: 303J LGC Class Name: Introduction to Computer Days

More information

MKTG 330 FLORENCE: MARKET RESEARCH Syllabus Spring 2011 (Tentative)

MKTG 330 FLORENCE: MARKET RESEARCH Syllabus Spring 2011 (Tentative) INSTRUCTOR: Ta Tao Chuang, Ph.D. OFFICE and OFFICE HOURS: tba and by appointment EMAIL: chuang@jepson.gonzaga.edu BLACKBOARD: http://learn.gonzaga.edu DAYS, TIMES & ROOM: M, W 5:15 6:45 pm (15 weeks) IMPORTANT

More information

BPA434: ADVANCED TOPICS IN CORPORATE FINANCE COURSE OUTLINE

BPA434: ADVANCED TOPICS IN CORPORATE FINANCE COURSE OUTLINE BPA434: ADVANCED TOPICS IN CORPORATE FINANCE 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

BCM 247 BUSINESS COMMUNICATION Course Syllabus Fall 2012

BCM 247 BUSINESS COMMUNICATION Course Syllabus Fall 2012 BCM 247 BUSINESS COMMUNICATION Course Syllabus Fall 2012 Course Title: Business Communication Course Number and Section: 247 020 Name: Keith R. New Email: newkr@sfasu.edu Phone: 936-468-1729 Office: BU

More information

Math 830- Elementary Algebra

Math 830- Elementary Algebra Math 830- Elementary Algebra Tue, Thur: 1:00pm-2:45pm Instructor: Dr. Lemee Nakamura Room: 3507 Office: 3621 Section 1979 Phone: 760-757-2121 ext.6219 Spring 2010 Email: lnakamura@miracosta.edu Office

More information

Georgia State University Chemistry 1212K Course Syllabus, Fall 2014

Georgia State University Chemistry 1212K Course Syllabus, Fall 2014 Georgia State University Chemistry 1212K Course Syllabus, Fall 2014 Text: Chemistry: A molecular Approach by Nivaldo Tro with Mastering General Chemistry 3 e Mastering Chemistry Course ID: MCSTROEVA 17591

More information

How To Pass A Customer Service Course At Tstc

How To Pass A Customer Service Course At Tstc MRKG 1301 Customer Relationship Management COURSE SYLLABUS COURSE NUMBER AND TITLE: MRKG 1301 Customer Relationship Management (Online Lecture Class) COURSE (CATALOG) DESCRIPTION: Study of general principles

More information

HITT 1249/1349 AUSTIN COMMUNITY COLLEGE Semester: Fall 2015 Course Dates: Aug 24 Dec 16, 2015

HITT 1249/1349 AUSTIN COMMUNITY COLLEGE Semester: Fall 2015 Course Dates: Aug 24 Dec 16, 2015 HITT 1249/1349 AUSTIN COMMUNITY COLLEGE Semester: Fall 2015 Course Dates: Aug 24 Dec 16, 2015 PROGRAM: COURSE NUMBER: Health Information Technology HITT 1249/1349--Pharmacology COURSE TIME/LOCATION: HYBRID

More information

Applied Financial Planning FHCE 4235S 12:20 1:10, Dawson 208 Spring 2015. Co-Instructor / Community Partner: Board Member, Georgia United Credit Union

Applied Financial Planning FHCE 4235S 12:20 1:10, Dawson 208 Spring 2015. Co-Instructor / Community Partner: Board Member, Georgia United Credit Union Applied Financial Planning FHCE 4235S 12:20 1:10, Dawson 208 Spring 2015 Instructor: Lance Palmer House C, 204 Email: lpalmer@fcs.uga.edu Office Hours: Monday 1:40-2:40 Cell phone: 706-424-9011 Co-Instructor

More information

COLLIN COLLEGE COURSE SYLLABUS

COLLIN COLLEGE COURSE SYLLABUS COLLIN COLLEGE COURSE SYLLABUS COURSE INFORMATION COURSE NUMBER: ITSE 1371 COURSE TITLE: IOS PROGRAMMING I COURSE DESCRIPTION: This course is intended to prepare the student for development of ios devices,

More information

How To Teach C++ Data Structure Programming

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

More information

How To Pass Onliner College Algebra 1314 Online Online Online Online Online

How To Pass Onliner College Algebra 1314 Online Online Online Online Online RANGER COLLEGE Math 1314 College Algebra - ONLINE ONLINE Instructor: Kimberly Calton Office Location: Early Campus Office Hours: Otherwise by appointment only Cell Phone: 512-914-8883 E-Mail: kcalton@rangercollege.edu

More information

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

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

More information

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

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

More information

UNIVERSITY OF BRIDGEPORT School of Engineering SPRING 2016 COURSE OUTLINE. TCMG/MEEG 573 Supply Chain Management

UNIVERSITY OF BRIDGEPORT School of Engineering SPRING 2016 COURSE OUTLINE. TCMG/MEEG 573 Supply Chain Management UNIVERSITY OF BRIDGEPORT School of Engineering SPRING 2016 COURSE OUTLINE TCMG/MEEG 573 Supply Chain Management Semester Offered: Spring 2016 Instructor: Elif Kongar Course Number: TCMG 573 Office: 141

More information

General Psychology. Course Syllabus

General Psychology. Course Syllabus COURSE TITLE General Psychology General Psychology Course Syllabus COURSE NUMBER PSY 2012 PREREQUISITES English Composition I with a grade of C, or ACT Reading 018 and ACT English 017, or CPT-R 083 and

More information

http://www.dmacc.edu Page 1 of 5

http://www.dmacc.edu Page 1 of 5 http://www.dmacc.edu CAMPUS NAME: Des Moines Area Community College Ankeny Campus COURSE TITLE: Advanced C++ COURSE NUMBER: CIS164 SECTION NUMBER & CRN: WB1 27275 INSTRUCTOR INFORMATION NAME: Joe Struss

More information

ACCT 525 06W Advanced Managerial Accounting Spring 2015 Online Course

ACCT 525 06W Advanced Managerial Accounting Spring 2015 Online Course ACCT 525 06W Advanced Managerial Accounting Spring 2015 Online Course Instructor: Shiyou Li, Ph.D., CPA, CMA Office: BA 114 E-Mail: Shiyou.Li@tamuc.edu Telephone: 903.886.5659 Course Time and Location:

More information

Fundamentals of Computer Programming CS 101 (3 Units)

Fundamentals of Computer Programming CS 101 (3 Units) Fundamentals of Computer Programming CS 101 (3 Units) Overview This course introduces students to the field of computer science and engineering. An overview of the disciplines within computer science such

More information

Thursday 11:00 a.m. - 12:00 p.m. and by appointment

Thursday 11:00 a.m. - 12:00 p.m. and by appointment Instructor Information Instructor: CIS 4: Introduction to Computers, Business Applications Gina Jerry Phone: 310-434-4686 E-mail: Website: Course Website: Office: Office Hours: Course Description jerry_gina@smc.edu

More information

BCM 247 008 11:00-12:15 p.m. 1:30-3:35 p.m. Wednesday 10:00-12:00 noon

BCM 247 008 11:00-12:15 p.m. 1:30-3:35 p.m. Wednesday 10:00-12:00 noon Stephen F. Austin State University College of Business Department of General Business Course Syllabus GBU 440 500 Records Management Spring 2011 Class Information Professor: Dr. Marsha L. Bayless E-mail:

More information

Psychological Testing (PSYCH 149) Syllabus

Psychological Testing (PSYCH 149) Syllabus Psychological Testing (PSYCH 149) Syllabus Psychological Testing (PSYCH 149) is held on Mondays, Wednesdays, and Fridays from 11:45 a.m. 12:50 p.m., in Science 2, Room 107. This 4-unit course is designed

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

ACCT 5020 Accumulation / Analysis of Accounting Data Class Syllabus Spring 2015 Eight Week Format March 23 May 15, 2015

ACCT 5020 Accumulation / Analysis of Accounting Data Class Syllabus Spring 2015 Eight Week Format March 23 May 15, 2015 ACCT 5020 Accumulation / Analysis of Accounting Data Class Syllabus Spring 2015 Eight Week Format March 23 May 15, 2015 Instructor: Pamela Smith Baker, Ph.D., CPA, CGMA Office: Online Only Phone: If you

More information

Medical Assisting 201D Syllabus

Medical Assisting 201D Syllabus Medical Assisting 201D Syllabus PROGRAM DIRECTOR: Jon Murphy INSTRUCTORS: Jon Murphy 1 Medical Assisting 201D Program Director: Jon Murphy Office: D 114 (See Door for Posted Office Hours)....Phone: (510)

More information

HARRISBURG AREA COMMUNITY COLLEGE PSYCHOLOGY 101-GENERAL PSYCHOLOGY. Dr. Jaci Verghese. Syllabus for CRN 31755 Meeting Times: Online Instruction

HARRISBURG AREA COMMUNITY COLLEGE PSYCHOLOGY 101-GENERAL PSYCHOLOGY. Dr. Jaci Verghese. Syllabus for CRN 31755 Meeting Times: Online Instruction HARRISBURG AREA COMMUNITY COLLEGE PSYCHOLOGY 101-GENERAL PSYCHOLOGY Dr. Jaci Verghese Syllabus for CRN 31755 Meeting Times: Online Instruction Spring 2015 Professor: Dr. Jaci Verghese Office Phone: 717-468-2619

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

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 TEXAS AT TYLER COLLEGE OF BUSINESS & TECHNOLOGY Fall 2015

THE UNIVERSITY OF TEXAS AT TYLER COLLEGE OF BUSINESS & TECHNOLOGY Fall 2015 COURSE NUMBER: ACCT 3312 THE UNIVERSITY OF TEXAS AT TYLER COLLEGE OF BUSINESS & TECHNOLOGY Fall 2015 COURSE TITLE: INSTRUCTOR: REQUIRED TEXT: Intermediate Accounting II Dr. Mary Fischer Intermediate Accounting:

More information

BIOL 2409- FUNDAMENTALS OF HUMAN ANATOMY & PHYSIOLOGY II, Fall 2015

BIOL 2409- FUNDAMENTALS OF HUMAN ANATOMY & PHYSIOLOGY II, Fall 2015 Biology 2409 Fundamentals of Human Anatomy & Physiology II Online 1 Virtual Campus School of Mathematics & Sciences WAYLAND MISSION STATEMENT: Wayland Baptist University exists to educate students in an

More information

MG430: Sports Management

MG430: Sports Management MG430: Sports Management Spring 2011 Instructor Information Instructor Name: Office Location: Office Hours: Email: Dr. Barbara Wech (pronounced way ) 317 D BEC Tuesday 2:00 p.m. 4:00 p.m.; Friday 10:00

More information

ANGELO STATE UNIVERSITY BA 2345: Legal & Social Environment Course Syllabus, Spring 2016 DELIVERED ONLINE

ANGELO STATE UNIVERSITY BA 2345: Legal & Social Environment Course Syllabus, Spring 2016 DELIVERED ONLINE ANGELO STATE UNIVERSITY BA 2345: Legal & Social Environment Course Syllabus, Spring 2016 DELIVERED ONLINE Instructor: Whitney Leifeste Ruiz, J.D., M.A. Office: RAS 254 Phone: 325-486-6489 E-mail: whitney.ruiz@angelo.edu

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

SAINT JOSEPH S UNIVERSITY COURSE EXPECTATION FORM INTERSESSION 2012

SAINT JOSEPH S UNIVERSITY COURSE EXPECTATION FORM INTERSESSION 2012 SAINT JOSEPH S UNIVERSITY COURSE EXPECTATION FORM INTERSESSION 2012 ACC 407 HY Contemporary Topics in Accounting PROF: Joseph Ragan OFFICE: MV 370 PHONE: (610) 660-1654 EMAIL: jragan@sju.edu OFFICE HOURS:

More information

A. COURSE DESCRIPTION

A. COURSE DESCRIPTION PROVIDENCE COLLEGE 473.24 Introductory Managerial Accounting 3 credit hours Professor: Office: Website: Classes: Office hours: Jeremy Funk, MBA, PhD Candidate jeremy.funk@prov.ca 2H22 Providence Student

More information

COURSE: PSYC 1101 (11) Introduction to Psychology TIME AND DAYS: Tuesdays & Thursdays; 1:00 2:15 pm CLASSROOM: Science Center 1405 (and computer lab)

COURSE: PSYC 1101 (11) Introduction to Psychology TIME AND DAYS: Tuesdays & Thursdays; 1:00 2:15 pm CLASSROOM: Science Center 1405 (and computer lab) Page 1 COURSE: PSYC 1101 (11) Introduction to Psychology TIME AND DAYS: Tuesdays & Thursdays; 1:00 2:15 pm CLASSROOM: Science Center 1405 (and computer lab) INSTRUCTOR: Dr. John R. Kraft OFFICE HOURS:

More information

Brazosport College Syllabus for PSYC 2301 General Psychology

Brazosport College Syllabus for PSYC 2301 General Psychology Brazosport College Syllabus for PSYC 2301 General Psychology Instructor: Cassandra D. Gonzalez Office Hours: Monday-Thursday 1:00-2:00 pm Office Phone: 979.230.3667 Other times by appointment Office Location:

More information

CIT 212 Microsoft Networking II Windows Server 2012 R2 Administration Fall 2015

CIT 212 Microsoft Networking II Windows Server 2012 R2 Administration Fall 2015 CIT 212 Microsoft Networking II Windows Server 2012 R2 Administration Fall 2015 Instructor: Laura Pike Email: laura.pike@gbcnv.edu Phone: 775-753-2288 Office: HTC 131 Office Hours: Mon & Wed. 1:30 2:30pm

More information

OGEECHEE TECHNICAL COLLEGE One Joe Kennedy Boulevard Statesboro GA

OGEECHEE TECHNICAL COLLEGE One Joe Kennedy Boulevard Statesboro GA OGEECHEE TECHNICAL COLLEGE One Joe Kennedy Boulevard Statesboro GA SYLLABUS HIMT 2200 Performance Improvement Course Information Course Date: Fall, 2013 Course Meeting Times: online course/angel Course

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

INSTRUCTOR INFORMATION Instructor: Adrienne Petersen Email: arpetersen@unr.edu Office: DMS 233 Office Hours: TuTh 11am-1pm by appointment

INSTRUCTOR INFORMATION Instructor: Adrienne Petersen Email: arpetersen@unr.edu Office: DMS 233 Office Hours: TuTh 11am-1pm by appointment Math 120: Fundamentals of College Math Mathematics and Statistics Department, University of Nevada, Reno Section 1001, TuTh 2:30-3:45pm, FH 106 Section 1002, TuTh 1:00-2:15pm, FH 207 Fall 2014 INSTRUCTOR

More information

INTRODUCTION TO INFORMATION TECHNOLOGY

INTRODUCTION TO INFORMATION TECHNOLOGY Instructor: Steven Brennan Office Location: JW157B Office Hours: TBA Phone: 517.796.8519 E-Mail: brennanstevenr@jccmi.edu OVERVIEW This course is designed to make the student computer literate. Systems

More information

Cosc 1301 - Microcomputer Applications Course Syllabus: Fall 2014

Cosc 1301 - Microcomputer Applications Course Syllabus: Fall 2014 Cosc 1301 - Microcomputer Applications Course Syllabus: Fall 2014 Northeast Texas Community College exists to provide responsible, exemplary learning opportunities. Will McWhorter, Ph.D. Office: Math /

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

JOHN A. LOGAN COLLEGE L. Hines SM 14. ACC 100-VI BUSINESS ACCOUNTING 3 cr. (3-0) (online)

JOHN A. LOGAN COLLEGE L. Hines SM 14. ACC 100-VI BUSINESS ACCOUNTING 3 cr. (3-0) (online) JOHN A. LOGAN COLLEGE L. Hines SM 14 ACC 100-VI BUSINESS ACCOUNTING 3 cr. (3-0) (online) COURSE DESCRIPTION: This is a practical accounting course for non-accounting majors. It includes a study of the

More information

Online Course Syllabus CS320: C Programming

Online Course Syllabus CS320: C Programming Online Course Syllabus CS320: C Programming Important Notes: This document provides an overview of expectations for this online course and is subject to change prior to the term start. Changes may also

More information

STAT 121 Hybrid SUMMER 2014 Introduction to Statistics for the Social Sciences Session I: May 27 th July 3 rd

STAT 121 Hybrid SUMMER 2014 Introduction to Statistics for the Social Sciences Session I: May 27 th July 3 rd STAT 121 Hybrid SUMMER 2014 Introduction to Statistics for the Social Sciences Session I: May 27 th July 3 rd Instructor: Ms. Bonnie Kegan EMAIL: bkegan1@umbc.edu Contact Numbers: Mobile Phone: 410 507

More information

2014-15. Medical Assistant Syllabus Advance Course MA101-MA201-X301

2014-15. Medical Assistant Syllabus Advance Course MA101-MA201-X301 2014-15 Medical Assistant Syllabus Advance Course MA101-MA201-X301 Introduction: At Prestige Medical Solutions we are fully vested in helping students succeed. Our vision is to be a great place to learn,

More information

IVY TECH COMMUNITY COLLEGE OF INDIANA REGION 14 BLOOMINGTON COURSE SYLLABUS

IVY TECH COMMUNITY COLLEGE OF INDIANA REGION 14 BLOOMINGTON COURSE SYLLABUS IVY TECH COMMUNITY COLLEGE OF INDIANA REGION 14 BLOOMINGTON COURSE SYLLABUS Course Title: Lifespan Development Course Number: PSY 201-36N Semester: Spring Semester 2012 Day/Time of Class: Thursdays 2:00-4:50

More information

ABNORMAL PSYCHOLOGY (PSYCH 238) Psychology Building, Rm.31 Spring, 2010: Section K. Tues, Thurs 1:45-2:45pm and by appointment (schedule via email)

ABNORMAL PSYCHOLOGY (PSYCH 238) Psychology Building, Rm.31 Spring, 2010: Section K. Tues, Thurs 1:45-2:45pm and by appointment (schedule via email) ABNORMAL PSYCHOLOGY (PSYCH 238) Psychology Building, Rm.31 Spring, 2010: Section K Instructor: Mikhail Lyubansky, Ph.D. Email: Lyubansk@illinois.edu Office: 723 Psychology Building Phone: 333-7740 Mailbox:

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

Collin College Business and Computer Systems

Collin College Business and Computer Systems Collin College Business and Computer Systems COURSE INFORMATION Course Number: ITSW 1304.P70 CRN 17101 Course Title: Introduction to Spreadsheets - Excel Course Description: Instruction in the concepts,

More information

Imperial Valley College Course Syllabus - Elementary Differential Equations Math 220

Imperial Valley College Course Syllabus - Elementary Differential Equations Math 220 Basic Course Information Semester Spring 2015 Instructor Name Jill Nelipovich Course Title & # Math 220 Email jill.nelipovich@imperial.edu CRN # 20395 Webpage Blackboard site Room 2722 Office Room 2768

More information

MUSIC BUSINESS Northwest College MUSB 2381- COOPERATIVE EDUCATION, MUSIC MANAGEMENT AND MERCHANDISING. CRN 11777 - Summer 2014

MUSIC BUSINESS Northwest College MUSB 2381- COOPERATIVE EDUCATION, MUSIC MANAGEMENT AND MERCHANDISING. CRN 11777 - Summer 2014 MUSIC BUSINESS Northwest College MUSB 2381- COOPERATIVE EDUCATION, MUSIC MANAGEMENT AND MERCHANDISING CRN 11777 - Summer 2014 Spring Branch Campus - Room 443H Date/Time: TBA 1 hour lecture, 320 hour lab

More information

Wilberforce University. Division: Arts & Sciences Course Syllabus. COM 220 - Audio Production Techniques

Wilberforce University. Division: Arts & Sciences Course Syllabus. COM 220 - Audio Production Techniques Wilberforce University Division: Arts & Sciences Course Syllabus Course: COM 220 - Audio Production Techniques Term, Time & Location: Instructor: Catalog Description: Prerequisites Course Level Learning

More information