Applications Development Using C#, Spring 2016, Syllabus

Size: px
Start display at page:

Download "Applications Development Using C#, Spring 2016, Syllabus"

Transcription

1 Applications Development Using C#, Spring 2016, Syllabus COMP 2023, Spring 2016 Section Nos: P01 (Course) CRN: Department of Computer Science Roy G Perry College of Engineering Instructor Name: Dr. Akhtar Lodgher Office Location: S.R. Collins, Room 308 Office Phone: (936) , Cell phone: FiveSevenOhThree Fax: (936) Address: ALodgher@gmail.com, AKLodgher@pvamu.edu U.S. Postal Service Address: Prairie View A&M University P.O. Box 519 Mail Stop 2515 Prairie View, TX Office Tue, Thu 11am 3:30 pm, Wed 1pm to 2 pm and 3pm 4pm, or by Hours: appointment Virtual Office By appointment, ALodgher@gmail.com or call Hours: FiveSevenOhThree Course Location: S.R. Collins, Room 226 Class Meeting Days & Times: TR : 3:30 am - 4:50 pm Catalog COMP Applications Development with C#. (3-0) Credit 3 semester Description: hours. Introduction to developing Windows based applications using the Visual Studio C# language. Students will learn how to develop software for several types of (fun) applications using interactive forms, multimedia, graphics, images, Web services, streaming video, etc. Basics of developing simple games, incorporating web services such as Mapping, weather, Youtube, stock quotes, etc will also be covered. Open to all majors. Prerequisites: COMP 1013, or COMP 1213, or one year of High School computer programming Co-requisites: None Required 1. Text Book: Computing with C# and the.net Framework By Art Gittleman, Texts: ISBN13: , Jones and Bartlett Publications, 2012, 2 nd edition The text book is MANDATORY. Textbook MUST be brought to class EVERY class. Students who do not bring the textbook to class will be marked absent for that class. Students must read the chapter material from the book every class and every day Recommended Text/Readings: None Access to Learning Resources: PVAMU Library: (936) ; University Bookstore: (936) ; Book Website: The Book website has all source code for the text book. 1

2 Course Goals or Overview: Students will learn principles of application development in C# for the following: Windows Forms Graphics, Multimedia (sound, images, video) XML and file access Using web services and networking features. Examples of these are creating a stock portfolio calculator by using current stock prices, computing distance from point A to point B using mapping services such as Google maps, etc, Integrating maps, stock quotes, weather, You-Tube and other services in their applications. Examples of these would include writing applications where live weather information of a city keeps displaying on a continuous basis. Simple game development and simple event based programming. Incorporating multiple events on the screen at the same time. Other (fun) activities which will increase student interest in computer science Course Outcomes/Objectives: At the end of this course, the student will 1 Be able to program in Visual Studio C# language using forms and other control elements as opposed to pure console based programs 2 Be able to create applications using media elements such as sound, video, images, etc 3 Be able to create event based programs where several actions are happening at the same time on the screen 4 Be able to integrate web services into their applications Course Requirements & Evaluation Methods: This course will utilize the following instruments to determine student grades and proficiency of the learning outcomes for the course. Exams written tests designed to measure knowledge of presented course material Exercises written assignments designed to supplement and reinforce course material Class Participation daily attendance and participation in class discussions Projects assignments designed to measure ability to apply presented course material Grading Matrix Instrument Total Assignments 30 Class work / quizzes 20 Mid Term Exam - Mandatory 20 Ontime Class Attendance/Participation 10 Final Exam - Mandatory 20 Total: 100 2

3 Grade Determination: A = pts; B = 89 80pts; C = 79 70pts; D = 69 60pts; F = 59pts or below Course Procedures Cell Phones and other electronic equipment: Cellphone use in class is not acceptable (including texting, or other modes of use). All electronic devices and gadgets such as cellphones, laptops, Tablets, headphones, etc must be turned off, away from sight and remain in the off position for the duration of the class and lab period. Students are NOT allowed access to any electronic media or devices during the class duration including textbook, notes, or presentations other than that allowed by the instructor. In case of an emergency, you should get prior permission from the instructor about its use. Class Etiquette and Attendance: Late arrival to classes and missing classes WILL adversely affect your grades. Attendance for each class will be taken in the first one minute at the beginning of the class. For students arriving late, it is the responsibility of the student to meet with the instructor to ensure that she/he is not marked as absent. Each class (unless it is a university excused absence) absence will result in a loss of two points of the 10 points for attendance. Being absent for five or more classes will be sufficient cause for receiving a failing grade for the course (see university attendance policy in the current university catalog). Being absent for an exam will result in a grade of zero for that exam and a fail grade in the course. Students should not go in and out of the class once the class starts because it disturbs the class, except in the case of an emergency and informing the instructor about it. Students leaving a class without permission may not be allowed back into the class. Students should come to class properly dressed. Undergarments should not be visible. Students are strongly advised to bring a light jacket or a sweater to the class because of air-conditioning. Students should not bring any food or drink items to class/lab even if it is packed and sealed. Consuming food or drink items during class, including chewing gum / bubble gum, is not allowed and will be strictly enforced by asking the student to leave the classroom. Students are expected to take notes during the class. All material covered in the class by the instructor is valid material for class quizzes and exams. Submission of Assignments: Specific instructions will be given for each assignment and class work and the students are expected to follow those instructions. All submissions will be through Dropbox. You are required 3

4 to create an account on Dropbox (free) and use the account to submit the assignment or classwork in an appropriate folder under your name. Only you and the instructor and the TA have access to the folder. After submission due date, do NOT delete or remove any files because they are needed for grading. Always hand in whatever you have on the due date for partial credit. All late submissions will be penalized at 50% for the first 24 hours. Assignments and classwork submitted after 24 hours of due date and time will not be graded and a grade of zero will be reported for that assignment. ALL assignments/classwork MUST be submitted as per instructions. Plagiarism note (very strictly enforced): All submitted work must be original work, and must be done by the student. It is NOT permissible to copy code (not even one line) from someone else. Exam Policy Both the Mid-term exam and the Final Exam are MANDATORY. Failing to take either of these exams will result in a fail grade for the course. Make up exams will be given only under emergency extenuating circumstances. These circumstances must be explained in writing and in detail to the instructor at least one week before the exam date. The instructor reserves the right to give the make-up exam. Unless arranged in advance as explained, absence on the day of the exam will result in a grade of zero for the exam and a grade of F for the course. Students with Disabilities: Students who need any accommodations in the class or the materials should contact the Office of Disabilities Services (936) /3582 as soon as possible. Once a letter is obtained from them about the accommodations, please make an appointment to meet with the instructor to discuss the accommodations for the class. Grade Appeal: For course grade appeal, please follow the instructions and steps in the appropriate university catalog on Professional Organizations and Journals IEEE Computer Society: ACM: References None Important Calendar Dates for university courses This course will follow all the university dates published by the university. Students can access those official dates by viewing the university calendar at 4

5 16 WEEK CALENDAR Week One: Topic Intro to computing with C# and Output Chapter (s): Chapter 1 Week Two: Topic C# Programming Basics and Expressions Chapter (s): Chapter 2 Week Three: Topic Control Structures Chapter (s): Chapter 3 & 4 Week Four: Topic Working with Object oriented Programming Chapter (s): Chapter 5 Week Five: Topic Working with Object oriented Programming Chapter (s): Chapter 6,7 Week Six: Topic Event Driven Programming Chapter (s): Chapter 8 Week Seven: Topic User Interfaces Chapter (s): Chapter 9 Week Eight: Topic User Interfaces continued Building a game Chapter (s): Chapter 9 Mid-Term Exam Week Nine: Topic Using a Database Chapter (s): Chapter 15 Week Ten: Topic Using a Database - continued Chapter (s): Chapter 15 Week Eleven: Topic Using ASP.Net Chapter (s): Chapter 16 Week Twelve: Topic Using ASP.Net Chapter (s): Chapter 16 Week Thirteen: Topic Using XML Chapter (s): Chapter 17 Week Fourteen: Topic Using XML Chapter (s): Chapter 17 Week Fifteen Topic Building a complete project using C# Chapter (s): All Week Sixteen Topic Building a complete project using C# Chapter (s): All Final Exam 5

6 College of Engineering Textbook Policy Students MUST acquire the required textbook that is listed on the course syllabus for this course. The textbook must be acquired by the 10 th class day. Students are not allowed to share textbooks with students who are currently registered in the same class. Failure to acquire (or show proof of purchase) the required textbook by the 10 th class day will result in the student being administratively dropped from the course. The University will assess financial obligations for the course to the student as with any other dropped class according to the fee schedule as well as your financial aid may be affected. If you are not financially able to purchase a required textbook for an engineering course prior to the 10 th class day, you may apply to the College of Engineering Textbook Fund for a textbook voucher. The voucher can only be used at the Campus Bookstore. This voucher is a loan and must be paid back to the College of Engineering prior to the start of pre-registration for the coming semester. If the loan is not repaid, a hold will be placed on your account. Additional information and application materials can be obtained from the Assistant Dean s Office (SR Collins Rm 349) and obtained online at the College of Engineering website under student resources. University Rules and Procedures Disability statement (See Student Handbook): Students with disabilities, including learning disabilities, who wish to request accommodations in class should register with the Services for Students with Disabilities (SSD) early in the semester so that appropriate arrangements may be made. In accordance with federal laws, a student requesting special accommodations must provide documentation of their disability to the SSD coordinator. Academic misconduct (See Student Handbook): You are expected to practice academic honesty in every aspect of this course and all other courses. Make sure you are familiar with your Student Handbook, especially the section on academic misconduct. Students who engage in academic misconduct are subject to university disciplinary procedures. Forms of academic dishonesty: 1. Cheating: deception in which a student misrepresents that he/she has mastered information on an academic exercise that he/she has not mastered; giving or receiving aid unauthorized by the instructor on assignments or examinations. 2. Academic misconduct: tampering with grades or taking part in obtaining or distributing any part of a scheduled test. 3. Fabrication: use of invented information or falsified research. 4. Plagiarism: unacknowledged quotation and/or paraphrase of someone else s words, ideas, or data as one s own in work submitted for credit. Failure to identify information or essays from the Internet and submitting them as one s own work also constitutes plagiarism. Nonacademic misconduct (See Student Handbook) The university respects the rights of instructors to teach and students to learn. Maintenance of these rights requires campus conditions that do not impede their exercise. Campus behavior that interferes with either (1) the instructor s ability to conduct the class, (2) the inability of other students to profit from the instructional program, or (3) campus behavior that interferes with the rights of others will not be tolerated. An individual engaging in such disruptive behavior may be subject to disciplinary action. Such incidents will be adjudicated by the Dean of Students under nonacademic procedures. Sexual misconduct (See Student Handbook): Sexual harassment of students and employers at Prairie View A&M University is unacceptable and will not be tolerated. Any member of the university community violating this policy will be subject to disciplinary action. 6

7 Attendance Policy: Prairie View A&M University requires regular class attendance. Excessive absences will result in lowered grades. Excessive absenteeism, whether excused or unexcused, may result in a student s course grade being reduced or in assignment of a grade of F. Absences are accumulated beginning with the first day of class. A student who is absent for five or more classes, without permission, will automatically receive an F in the class. Student Academic Appeals Process Authority and responsibility for assigning grades to students rests with the faculty. However, in those instances where students believe that miscommunication, errors, or unfairness of any kind may have adversely affected the instructor's assessment of their academic performance, the student has a right to appeal by the procedure listed in the Undergraduate Catalog and by doing so within thirty days of receiving the grade or experiencing any other problematic academic event that prompted the complaint. Text Book Cover Page 7

Prairie View A&M University P.O. Box 519 Mail Stop 2510 Prairie View, TX 77446

Prairie View A&M University P.O. Box 519 Mail Stop 2510 Prairie View, TX 77446 Course Title: Introduction Civil Engineering Lab Fall 2015 Course Prefix: CVEG Course No.: 1021 Section No. P01 Department of Civil & Environmental Engineering College of Engineering Instructor Name: Dr.

More information

Nursing 4173 - Community Health Nursing

Nursing 4173 - Community Health Nursing Course Title: Nursing 4272: Community Health Nursing Practicum Course Prefix: NURS Course No.: 4272 Section No.: M07 Department of Nursing College of Nursing Instructor Name: Wynetta McMullin Office Location:

More information

Course Title: General Psychology CRN: Course Prefix: PSYC Course No.: 1113 Section No.:

Course Title: General Psychology CRN: Course Prefix: PSYC Course No.: 1113 Section No.: Course Title: General Psychology CRN: Course Prefix: PSYC Course No.: 1113 Section No.: Department of Psychology College of Juvenile Justice and Psychology Instructor Name: Office Location: Psychology

More information

Term: Spring 2014 Course Title: Internship in Political Science Course Prefix: POSC Course No.: 4153 Section No.: P01 CRN 22116 Department of:

Term: Spring 2014 Course Title: Internship in Political Science Course Prefix: POSC Course No.: 4153 Section No.: P01 CRN 22116 Department of: Term: Spring 2014 Course Title: Internship in Political Science Course Prefix: POSC Course No.: 4153 Section No.: P01 CRN 22116 Department of: Division of Social Work, Behavioral and Political Sciences

More information

College of Engineering. New Electrical Engineering Building. sucui@pvamu.edu Prairie View A&M University

College of Engineering. New Electrical Engineering Building. sucui@pvamu.edu Prairie View A&M University Course Title: Microprocessors Systems Design Course Prefix: Course ELEG No.: 3073 Department of Electrical and Computer Engineering Instructor Name: Office Location: Section No.: P01 Suxia Cui Office Phone:

More information

Course Title: Principles of Criminal Justice Course Prefix: CRJS Course No.: 1133 Section No.: 10589

Course Title: Principles of Criminal Justice Course Prefix: CRJS Course No.: 1133 Section No.: 10589 Course Title: Principles of Criminal Justice Course Prefix: CRJS Course No.: 1133 Section No.: 10589 Department of Justice Studies College of Juvenile Justice and Psychology Instructor Name: Frank A. Rodriguez,

More information

CRJS 4913 CRIMINAL JUSTICE SYSTEMS ABROAD COURSE SYLLABUS

CRJS 4913 CRIMINAL JUSTICE SYSTEMS ABROAD COURSE SYLLABUS CRJS 4913 CRIMINAL JUSTICE SYSTEMS ABROAD COURSE SYLLABUS INSTRUCTOR NAME: Ronald D. Server OFFICE LOCATION: Room 351, Don Clark Building OFFICE PHONE: AC 936 261-5233 FAX: AC 936 261-1250 EMAIL ADDRESS:

More information

Course Title: Minorities and the Criminal Justice System Course Prefix: CRJS Course No.: 3933 Section No.: PO1

Course Title: Minorities and the Criminal Justice System Course Prefix: CRJS Course No.: 3933 Section No.: PO1 Course Title: Minorities and the Criminal Justice System Course Prefix: CRJS Course No.: 3933 Section No.: PO1 Department of Justice Studies College of Juvenile Justice & Psychology Instructor Name: Martha

More information

Semester: Fall 2015 Course Title: College Algebra Course Prefix: Math Course No.: 1113 Section No.:P36 CRN: 11830

Semester: Fall 2015 Course Title: College Algebra Course Prefix: Math Course No.: 1113 Section No.:P36 CRN: 11830 Semester: Fall 2015 Course Title: College Algebra Course Prefix: Math Course No.: 1113 Section No.:P36 CRN: 11830 Department of Mathematics College of Arts and Science Instructor Name: Marcia Brown-Palmer

More information

Prairie View A & M University

Prairie View A & M University Prairie View A & M University Semester: Spring 2016 Course Title: College Algebra Course Prefix: Math Course No.: 1113 Section No.: P02 CRN: 20037 Department of Mathematics College of Arts and Science

More information

Course Evaluation Methods

Course Evaluation Methods 1 PVAMU Developmental English Course Syllabus Integrated Reading/Writing 0133 Department of Academic Enhancement College of University College Instructor Name: Dr. Ayodeji Daramola Office Location: Delco

More information

Course Requirements & Evaluation Methods

Course Requirements & Evaluation Methods Course Title: Logic Circuits Course Prefix: ELEG Course No.: 3063 Sections: 01 & 02 Department of Electrical and Computer Engineering College of Engineering Instructor Name: Justin Foreman Office Location:

More information

Prairie View A&M University Course Syllabus ACCT 2113 Financial Accounting Fall 2015

Prairie View A&M University Course Syllabus ACCT 2113 Financial Accounting Fall 2015 Prairie View A&M University Course Syllabus ACCT 2113 Financial Accounting Fall 2015 Department of Accounting, Finance & MIS College of Business Instructor Name: Ada L. Till, MS, CPA Office Location: Hobart

More information

Prairie View A&M University P.O. Box 519 Mail Stop 2600 Prairie View, TX 77446

Prairie View A&M University P.O. Box 519 Mail Stop 2600 Prairie View, TX 77446 Course Title: Testing for Psychology Course Prefix: PSYC-3233: Course: 30996 Section No.: P01 1 Department of Psychology College of Juvenile Justice and Psychology Instructor Name: Derek Wilson, Ph.D.

More information

Lisa K. Thompson, Ph.D., Instructor: 936-261-3653 (office); 936-261-3617 (fax); lkthompson@pvamu.edu. SYLLABUS Spring 2013

Lisa K. Thompson, Ph.D., Instructor: 936-261-3653 (office); 936-261-3617 (fax); lkthompson@pvamu.edu. SYLLABUS Spring 2013 ADMN 5133-1 of 6 College of Education Department of Educational Leadership & Counseling Gaining academic knowledge through scholarly pursuit, seeking wisdom and understanding. ADMN 5133 School Community

More information

PVAMU Course Syllabus for: Philosophy 2303 Critical Thinking Division of Social Work, Behavioral, and Political Sciences

PVAMU Course Syllabus for: Philosophy 2303 Critical Thinking Division of Social Work, Behavioral, and Political Sciences PVAMU Course Syllabus for: Philosophy 2303 Critical Thinking Division of Social Work, Behavioral and Political Sciences Division of Social Work, Behavioral, and Political Sciences Instructor Name: Dr.

More information

MUSC 1651 Applied Voice SPRING 2016

MUSC 1651 Applied Voice SPRING 2016 SYLLABUS MUSC 1651 Applied Voice SPRING 2016 Instructor: Leon P. Turner Section # and CRN: P01-23009 Office Location: 1G160 Hobart Taylor Bldg. Office Phone: 936-261-3329 Email Address: lpturner@pvamu.edu

More information

Prairie View A&M University P.O. Box 519 Mail Stop MS 2600 Prairie View, TX 77446

Prairie View A&M University P.O. Box 519 Mail Stop MS 2600 Prairie View, TX 77446 Course Title: Computer Applications in Criminal Justice Course Prefix: CRJS Course No.: 2813 Section No.: 001 Department of Justice Studies College of Juvenile Justice & Psychology Instructor Name: Camille

More information

Prairie View A&M University P.O. Box 519 Mail Stop 2203 Prairie View, TX 77446. MWF 8:00-8:50am; 12:00-2:50pm; Additional hours by appointment n/a

Prairie View A&M University P.O. Box 519 Mail Stop 2203 Prairie View, TX 77446. MWF 8:00-8:50am; 12:00-2:50pm; Additional hours by appointment n/a Term: Spring 2016 Course Title: General Sociology Course Prefix: SOCG Course No.:1013 Section No.:P01 Department of Division of Social Work, Behavioral and Political Sciences College of Arts and Sciences

More information

Nevid, J.S., Rathus, S.A., & Greene, B. (2000). Abnormal Psychology (7 th Edition). Upper Saddle River, NJ: Prentice-Hall.

Nevid, J.S., Rathus, S.A., & Greene, B. (2000). Abnormal Psychology (7 th Edition). Upper Saddle River, NJ: Prentice-Hall. Course Title: Abnormal Psychology Course Prefix: PSYC Course No.: 3223 Section No.: P01 Department of Psychology College of Juvenile Justice and Psychology Instructor Name: Barney Drake Williams, Ph.D

More information

PVAMU Course Syllabi Biology 1054 Anatomy and Physiology I

PVAMU Course Syllabi Biology 1054 Anatomy and Physiology I PVAMU Course Syllabi Biology 1054 Anatomy and Physiology I Department of Biology College of Arts and Sciences Instructor Name: Dr. Cleveland O. Lane, Jr. Office Location: E.E. Obanion Science Building,

More information

BIOL 1073- Microbiology Spring 2016

BIOL 1073- Microbiology Spring 2016 BIOL 1073- Microbiology Spring 2016 Instructor: Dr. Kimberly Greer Section # and CRN: P04-23122 Office Location: EE O Banion Science 430J Office Phone: 936-261-3167 Email Address: kagreer@pvamu.edu Office

More information

Course Title: Technical Writing Course Prefix: ENGL Course No.: 1143 Section No.:

Course Title: Technical Writing Course Prefix: ENGL Course No.: 1143 Section No.: Course Title: Technical Writing Course Prefix: ENGL Course No.: 1143 Section No.: P01 Department of Languages & Communication College of Arts & Sciences Instructor Name: Robert Kirschten Office Location:

More information

PRAIRIE VIEW A&M UNIVERSITY COLLEGE OF NURSING Spring 2016

PRAIRIE VIEW A&M UNIVERSITY COLLEGE OF NURSING Spring 2016 PRAIRIE VIEW A&M UNIVERSITY COLLEGE OF NURSING Spring 2016 Course Title: Introduction to the Research Process Course Prefix: NURS Course No: 4013 Section No: Z01 Department of Nursing Instructor Name:

More information

Page - 1. SPRING 2015 Course Title: Introduction to Social Work Course Prefix: SOWK 2113 Course No.: 2113 Section No.: P01

Page - 1. SPRING 2015 Course Title: Introduction to Social Work Course Prefix: SOWK 2113 Course No.: 2113 Section No.: P01 Page - 1 SPRING 2015 Course Title: Introduction to Social Work Course Prefix: SOWK 2113 Course No.: 2113 Section No.: P01 Department of Social Work College of Arts & Sciences Instructor Name: Dr. M.F.

More information

Department of Mathematics Prairie View A&M University Prairie View, Texas Math 2153 - Calculus for Business/Life Sciences/Social Sciences

Department of Mathematics Prairie View A&M University Prairie View, Texas Math 2153 - Calculus for Business/Life Sciences/Social Sciences Department of Mathematics Prairie View A&M University Prairie View, Texas Math 2153 - Calculus for Business/Life Sciences/Social Sciences Department of Mathematics College of Arts and Sciences Formatted:

More information

TTh: 9:00AM-12:00PM ; W: 10:00AM 5:00PM. Email nkmitchell@pvamu.edu and I will respond within 24 hours.

TTh: 9:00AM-12:00PM ; W: 10:00AM 5:00PM. Email nkmitchell@pvamu.edu and I will respond within 24 hours. Term: Spring 2016 (CRN 23270) Course Title: Latin American and Caribbean Politics Course Prefix: POSC Course No.: POSC 2522 Section No.: P01 Department of Division of Social Work, Behavioral and Political

More information

PVAMU Course Syllabus for: Spanish 3303: Introduction to Hispanic American Film, Section P01

PVAMU Course Syllabus for: Spanish 3303: Introduction to Hispanic American Film, Section P01 PVAMU Course Syllabus for: Spanish 3303: Introduction to Hispanic American Film, Section P01 Department of Languages & Communications College of Arts & Sciences Instructor Name: Gerardo Garcia-Munoz, Ph.D.

More information

ELEMENTS TO BE INCLUDED IN A SYLLABUS

ELEMENTS TO BE INCLUDED IN A SYLLABUS ELEMENTS TO BE INCLUDED IN A SYLLABUS [Items marked by an asterisk (*) are optional. All other items are required.] Course number and name Catalog description, including prerequisites *General education

More information

Anatomy & Physiology- 1054-PO7 FALL 2015

Anatomy & Physiology- 1054-PO7 FALL 2015 Instructor Dr. Marie-Therese Simms Section # and CRN Anatomy & Physiology I -1054-PO7/ 11902-Lab 11903 Biol 1054 P67 Office location New Science Building 4 th floor Office Phone 936-261-3161 Email address

More information

Prairie View A&M University P.O. Box 519 Mail Stop MS 2600 Prairie View, TX 77446

Prairie View A&M University P.O. Box 519 Mail Stop MS 2600 Prairie View, TX 77446 1 Course Title: Introduction to Homeland Security Course Prefix: CRJS Course No.: 2443 Section No.: 001 Department of Justice Studies College of Juvenile Justice & Psychology Instructor Name: Camille Gibson

More information

CRJS 4416. Undergraduate Internship in Criminal Justice Spring 2015 Department of Justice Studies College of Juvenile Justice & Psychology

CRJS 4416. Undergraduate Internship in Criminal Justice Spring 2015 Department of Justice Studies College of Juvenile Justice & Psychology CRJS 4416. Undergraduate Internship in Criminal Justice Spring 2015 Department of Justice Studies College of Juvenile Justice & Psychology Instructor Name: Sesha Kethineni, Ph.D. Office Location: #344

More information

FINA4313 Investment Management Spring 2016 Department of Accounting and Finance College of Business. FINA 3333 and junior/senior classification

FINA4313 Investment Management Spring 2016 Department of Accounting and Finance College of Business. FINA 3333 and junior/senior classification SYLLABUS FINA4313 Investment Management Spring 2016 Department of Accounting and Finance College of Business Instructor: Dr. Yi Zhang Section # and CRN: P01-20683 Office Location: Agriculture/Business

More information

CRJS 4416. Undergraduate Internship in Criminal Justice Spring 2015 Department of Justice Studies College of Juvenile Justice & Psychology

CRJS 4416. Undergraduate Internship in Criminal Justice Spring 2015 Department of Justice Studies College of Juvenile Justice & Psychology CRJS 4416. Undergraduate Internship in Criminal Justice Spring 2015 Department of Justice Studies College of Juvenile Justice & Psychology Instructor Name: Charles Bailey, Ph.D. Office Location: #359 Don

More information

Department of Computer Science College of Roy G. Perry College of Engineering

Department of Computer Science College of Roy G. Perry College of Engineering Course Title: Digital Communication Course Prefix: Comp Course No.: 1003 Section No.: P03 Department of Computer Science College of Roy G. Perry College of Engineering Instructor Name: (M. H. Tompkins)

More information

COURSE APPROVAL DOCUMENT Southeast Missouri State University. Department: Psychology Course No.: PY 564

COURSE APPROVAL DOCUMENT Southeast Missouri State University. Department: Psychology Course No.: PY 564 COURSE APPROVAL DOCUMENT Southeast Missouri State University Department: Psychology Course No.: PY 564 Title of Course: Research & Practice in I-O & Social Psychology Date: 8/15/2015 I. Catalog Description

More information

Department of Computer Science College of Roy G. Perry College of Engineering

Department of Computer Science College of Roy G. Perry College of Engineering Course Title: Digital Communication Course Prefix: Comp Course No.: 1003 Section No.: P01 Department of Computer Science College of Roy G. Perry College of Engineering Instructor Name: (M. H. Tompkins)

More information

PVAMU Developmental English Course Syllabus Integrated Reading/Writing 0133 P06 Academic Enhancement College of University College

PVAMU Developmental English Course Syllabus Integrated Reading/Writing 0133 P06 Academic Enhancement College of University College SYLLABUS PVAMU Developmental English Course Syllabus Integrated Reading/Writing 0133 P06 Academic Enhancement College of University College Instructor: Dr. Vonda Oliver Section # and CRN: ENGL 0133 P06

More information

INFO 3130 Management Information Systems Spring 2016

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

More information

AGEC 2213 Marketing Agricultural Products Spring 2016

AGEC 2213 Marketing Agricultural Products Spring 2016 SYLLABUS Instructor: Alfred L. Parks Section # and CRN: Section P01 CRN 21183 AGEC 2213 Marketing Agricultural Products Spring 2016 Office Location: New Agriculture and Business Multipurpose Building,

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

The University of Houston - Programs, Museums and Guidance

The University of Houston - Programs, Museums and Guidance SYLLABUS NURS 3323 Health Disparities Summer 2016 Instructors: Dr. Immaculata Igbo; Margie Landson, MSN, RN, CNE Section # and CRN: M01 31696 M02 31742 Office Location: 1054 1068 Office Phone: 713-797-7041

More information

SPRING 2013 BUSINESS COMMUNICATIONS Syllabus

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

More information

COM 1010, Basic Web Design

COM 1010, Basic Web Design Revised: April 2015 Nashville State Community College Business & Applied Arts Division (Visual Communications) Master Course Syllabus COM 1010, Basic Web Design 3 Credits 3 Class Hours Course Description:

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

Marie.simms@hccs.edu. Elmer E. O Banion Science Building Room. Office Phone: 936-261-3160 FAX: 936-261-3179

Marie.simms@hccs.edu. Elmer E. O Banion Science Building Room. Office Phone: 936-261-3160 FAX: 936-261-3179 Prairie View A&M University Prairie View, Texas College of Arts and Sciences Department of Biology Spring 2015 Course Syllabus BIOL 1025-P03 CRN 21017 General Biology Course Instructor: Office Location:

More information

Course Syllabus. Senior Project Studio. Course Description: Students begin the design and production of advanced interactive project.

Course Syllabus. Senior Project Studio. Course Description: Students begin the design and production of advanced interactive project. Course Syllabus Course Number: MM4402 Course Title: Senior Project Studio Class Meetings: Wednesdays from 1:00 pm to 5:00 pm Session/Year: Spring 2013 Section: C2 Instructor Name: Dawn Pedersen Email Address:

More information

INFO 3229 001 & 090 Business Data Communications and Information Security Fall 2014

INFO 3229 001 & 090 Business Data Communications and Information Security Fall 2014 INFO 3229 001 & 090 Business Data Communications and Information Security Fall 2014 INSTRUCTOR: Dr. Sungjune Park OFFICE: 353B Friday PHONE: (704) 687-7628 EMAIL: supark@uncc.edu OFFICE HOURS: Tue & Thu

More information

ACNT 1304 Fundamentals of Accounting: Course 1, 10th Edition, Gilbertson/Lehman/Gentene, Cengage Learning. ISBN: 1111581169

ACNT 1304 Fundamentals of Accounting: Course 1, 10th Edition, Gilbertson/Lehman/Gentene, Cengage Learning. ISBN: 1111581169 Syllabus: Introduction to Accounting II Course Number: ACNT 1304 D1 SCH: 3 Prerequisite: Completion of ACNT 1303 with a passing grade Semester & Year: Instructor Information Name: Shawna Watkins Office:

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

University of North Texas at Dallas Spring 2014 SYLLABUS

University of North Texas at Dallas Spring 2014 SYLLABUS University of North Texas at Dallas Spring 2014 SYLLABUS MGMT 5710D.090, HUMAN RESOURCE MANAGEMENT SEMINAR 3 CREDIT HOURS Department of Management Division of Urban and Professional Studies Instructor

More information

Course Syllabus. Design Layout

Course Syllabus. Design Layout Course Syllabus Course Number: MM1111 Course Title: Design Layout Class Meetings: Wednesdays from 8:00 am to 12:00 pm Session/Year: Winter 2013 Section: C1 Instructor Name: Dawn Pedersen Email Address:

More information

COURSE OUTCOMES: Upon successful completion of CUL 1010 students will:

COURSE OUTCOMES: Upon successful completion of CUL 1010 students will: Nashville State Community College Business & Applied Arts Division Culinary Arts Course Syllabus: CUL 1010 Hospitality Management Term: Instructor: Office: Office Phone: Home Phone: E-Mail: Office Hours:

More information

School of Health Professions Department of [INSERT DEPARTMENT HERE]

School of Health Professions Department of [INSERT DEPARTMENT HERE] School of Health Professions Department of [INSERT DEPARTMENT HERE] COURSE NUMBER and TITLE: COURSE DESCRIPTION: SEMESTER(s) OFFERRED: LOCATION: CONTACT HOURS: Insert course number and title (must match

More information

CISM 2201 - Fundamentals of Computer Applications

CISM 2201 - Fundamentals of Computer Applications CISM 2201 - Fundamentals of Computer Applications Philip Reaves, MBA RCOB 1214, on the Miller (RCOB) Advising Hall preaves@westga.edu (678) 839-4772 Office Hours: I have an infant at home and will be staying

More information

Office: D-116-9. Instructor: Vanessa Jones. Phone: (714) 628-4948. Office Hours: Monday & Wednesday 1:30pm-2:30pm. Email: Jones Vanessa@sccollege.

Office: D-116-9. Instructor: Vanessa Jones. Phone: (714) 628-4948. Office Hours: Monday & Wednesday 1:30pm-2:30pm. Email: Jones Vanessa@sccollege. Fall Semester 2015 Santiago Canyon College: Mathematics & Sciences Division (Room SC-210) MATH 80: Intermediate Algebra (Section Number 10247) Tuesday & Thursday 10:30 am-1:00pm (Room SC-110) Instructor:

More information

COURSE_NAME COURSE_# Section_# CRN: Course Type College Biology I 1113 Z02 21087 Online

COURSE_NAME COURSE_# Section_# CRN: Course Type College Biology I 1113 Z02 21087 Online COURSE SYLLABUS COLLEGE BIOLOGY BIOL 1113 June 1, 2015 July 3, 2015 Prairie View A&M University Department of Biology College of Arts and Sciences COURSE_NAME COURSE_# Section_# CRN: Course Type College

More information

Nashville State Community College Business & Applied Arts Division Visual Communications/ Photography

Nashville State Community College Business & Applied Arts Division Visual Communications/ Photography Nashville State Community College Business & Applied Arts Division Visual Communications/ Photography PHO 1115: History of Photography Master Course Syllabus Course Description: An introduction to the

More information

University of North Texas at Dallas. Fall 2011 SYLLABUS. MGMT 4860D 090: Organizational Design and Change. Division of Urban and Professional Studies

University of North Texas at Dallas. Fall 2011 SYLLABUS. MGMT 4860D 090: Organizational Design and Change. Division of Urban and Professional Studies University of North Texas at Dallas Fall 2011 SYLLABUS MGMT 4860D 090: Organizational Design and Change 3Hrs Division of Urban and Professional Studies Department of Management Instructor Name: Office

More information

BIOL 1004 SYLLABUS. COURSE OUTCOMES: The student will demonstrate knowledge of the parts and functions of a cell.

BIOL 1004 SYLLABUS. COURSE OUTCOMES: The student will demonstrate knowledge of the parts and functions of a cell. BIOL 1004 SYLLABUS COURSE NAME: Basic Anatomy / Physiology CREDIT HOURS: 3 INSTRUCTOR: OFFICE HOURS: OFFICE NUMBER: OFFICE PHONE: EMAIL: EMERGENCY CONTACT: PREREQUISITES: None COREQUISITES: None COURSE

More information

Principles of Financial Accounting Bus 210

Principles of Financial Accounting Bus 210 Basic Course Information Semester Fall Instructor Name Todd Hansink Course Title & # Bus 210 Email todd.hansink@imperial.edu CRN # 10154 MW Class Webpage (optional) 10155 TR Class Room 804 Office 812 Class

More information

COLLIN COUNTY COMMUNITY COLLEGE DISTRICT DIVISION OF BUSINESS, INFORMATION & ENGINEERING TECHNOLOGIES COURSE SYLLABUS REAL ESTATE MARKETING

COLLIN COUNTY COMMUNITY COLLEGE DISTRICT DIVISION OF BUSINESS, INFORMATION & ENGINEERING TECHNOLOGIES COURSE SYLLABUS REAL ESTATE MARKETING COLLIN COUNTY COMMUNITY COLLEGE DISTRICT DIVISION OF BUSINESS, INFORMATION & ENGINEERING TECHNOLOGIES COURSE SYLLABUS COURSE NUMBER: RELE 1321 SECTION: COURSE TITLE: REAL ESTATE MARKETING COURSE DESCRIPTION:

More information

N4383 Patient Education and Nursing Practice Fall 2016. Face to Face

N4383 Patient Education and Nursing Practice Fall 2016. Face to Face SYLLABUS N4383 Patient Education and Nursing Practice Fall 2016 Instructor: George Crippen, RN, MSN Section # and CRN: Z03 21701 Office Location: College of Nursing Office Phone: 713-797-7083 Email Address:

More information

INFO 3130 008 Management Information Systems Spring 2015

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

More information

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

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

http://www.dmacc.edu COURSE TITLE: Java Application Developer Certificate Program

http://www.dmacc.edu COURSE TITLE: Java Application Developer Certificate Program http://www.dmacc.edu COURSE TITLE: Java Application Developer Certificate Program INSTRUCTOR INFORMATION NAME: Kelli Kleindorfer EMAIL ADDRESS: kjkleindorfer@dmacc.edu PHONE NUMBER: 515.965.7002 (office

More information

Iowa State University

Iowa State University Iowa State University Department of Kinesiology Course: KIN 182 Volleyball Term: Fall 2013 Course Description: This class is intended for persons interested in learning the rules, skills, and strategies

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

Department of Electrical Engineering and Computer Science College of Engineering. Course Description

Department of Electrical Engineering and Computer Science College of Engineering. Course Description Department of Electrical Engineering and Computer Science College of Engineering COURSE SYLLABUS CSEN 5323 Computer Communication Networks Fall 2014 Credits 3 HRS Sec 2: TR 5:00-6:15pm ENGC 138 Instructor

More information

FINA 3103: Principles of Finance Spring 2016

FINA 3103: Principles of Finance Spring 2016 SYLLABUS FINA 3103: Principles of Finance Spring 2016 Instructor: Hinh Khieu Section # and CRN: P03; 20680 Office Location: Agriculture and Business Multipurpose Building; Room 439 Office Phone: 936-261-9210

More information

Alabama Department of Postsecondary Education. Representing The Alabama Community College System

Alabama Department of Postsecondary Education. Representing The Alabama Community College System Alabama Department of Postsecondary Education Representing The Alabama Community College System Central Alabama Community College MTH 100 Intermediate Algebra Prerequisite: MTH 092 or MTH 098 or appropriate

More information

Nashville State Community College Business & Applied Arts Division Business Program. Master Course Syllabus

Nashville State Community College Business & Applied Arts Division Business Program. Master Course Syllabus Revised: 04.27.2015 Nashville State Community College Business & Applied Arts Division Business Program Master Course Syllabus This master course syllabus is meant simply as a guide and overview of the

More information

Infrastructure for ecommerce

Infrastructure for ecommerce Infrastructure for ecommerce Syllabus - Spring 2014 (CRN 20799) Instructor: Dr. Steven Smith Office Location: UC 145 678-466- 4190 Email: Course Website: stevensmith@clayton.edu http://clayton.view.usg.edu/d2l/lp/homepage/home.d2l?ou=660666

More information

MONTGOMERY COLLEGE Rockville Campus CA141 Introduction to Database Applications Computer Applications Department

MONTGOMERY COLLEGE Rockville Campus CA141 Introduction to Database Applications Computer Applications Department MONTGOMERY COLLEGE Rockville Campus CA141 Introduction to Database Applications Computer Applications Department Instructor Information Name: Mailbox Location: HU016 - see Office Assistant Email: profmathews@comcast.net

More information

Information Technology Management 44-623 Fall 2015

Information Technology Management 44-623 Fall 2015 1 Information Technology Management 44-623 Fall 2015 Instructor: Dr. Nancy Zeliff Professor Office: CH2310 Email: nzeliff@nwmissouri.edu Phone: 660-562-1292 Office hours: M 11 am-3 pm; TR 9:30-10:30 am;

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

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

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

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

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

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

Introduction to Public Relations JOUR 3400-001 Spring 2015 MW 2:20 p.m. 3:45 p.m. Meeman 100

Introduction to Public Relations JOUR 3400-001 Spring 2015 MW 2:20 p.m. 3:45 p.m. Meeman 100 Introduction to Public Relations JOUR 3400-001 Spring 2015 MW 2:20 p.m. 3:45 p.m. Meeman 100 Dr. Melissa Janoske Office: Meeman 306 Office Hours: MW 11:30 a.m. 2 p.m.; Friday 10 a.m. 12 p.m. (901) 678-2853

More information

MKTG 2150 GLOBAL MARKETING WINTER 2015 (Tuesday/Thursday course) - - -F I R S T D A Y H A N D O U T- - -

MKTG 2150 GLOBAL MARKETING WINTER 2015 (Tuesday/Thursday course) - - -F I R S T D A Y H A N D O U T- - - MKTG 2150 GLOBAL MARKETING WINTER 2015 (Tuesday/Thursday course) - - -F I R S T D A Y H A N D O U T- - - Instructor: Joe Rice Office: A-212 Fax: 586-286-2038 Voice Mail: 586-286-2040 (please leave a complete

More information

AHS 119 Health Careers Allied Health Sciences Department

AHS 119 Health Careers Allied Health Sciences Department AHS 119 Health Careers Allied Health Sciences Department FALL SEMESTER 2014 Catalog Course Description: This course provides information on various health careers to include job responsibility and personal

More information

Required For This Class 1. YOU ARE REQUIRED TO HAVE THE BOOK AND ATTEND CLASS. (NO EXCUSES)

Required For This Class 1. YOU ARE REQUIRED TO HAVE THE BOOK AND ATTEND CLASS. (NO EXCUSES) Workers Compensation for Paralegals -PL 042 Fall 2015 (HYBRID) 09/01/2015 until 12/15/2015 Section: 8567: Tuesdays - 8:40 10:10 p.m. CE 205 and on line/etudes Office hours: before or after class and by

More information

ENVIRONMENTAL SCIENCE LAB (FOR MAJORS) ESCI 1101. 2) Teach practical skills for use in the lab and field.

ENVIRONMENTAL SCIENCE LAB (FOR MAJORS) ESCI 1101. 2) Teach practical skills for use in the lab and field. ENVIRONMENTAL SCIENCE LAB (FOR MAJORS) ESCI 1101 Course objectives: There are two main purposes to the labs: 1) To show students how different parts of the environment interact, how we measure properties

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

SOUTHEAST MISSOURI STATE UNIVERSITY COURSE SYLLABUS. AB 604: Advanced Professional and Ethical Conduct of Behavior Analysts I OFFERED ONLINE

SOUTHEAST MISSOURI STATE UNIVERSITY COURSE SYLLABUS. AB 604: Advanced Professional and Ethical Conduct of Behavior Analysts I OFFERED ONLINE SOUTHEAST MISSOURI STATE UNIVERSITY COURSE SYLLABUS AB 604: Advanced Professional and Ethical Conduct of Behavior Analysts I OFFERED ONLINE Instructor: Dr. Jamie Severtson Phone: 573 986 6982 Office: Scully

More information

2. Demonstrate patient advocacy in making appropriate ethical nursing responses in client care. 3. Perform patient care measures to relieve pain and

2. Demonstrate patient advocacy in making appropriate ethical nursing responses in client care. 3. Perform patient care measures to relieve pain and Nursing 213 Advanced Practice & Complex Nursing Care Syllabus West Virginia State Community and Technical College LPN to RN Option Spring 2008 Patricia Mazzella, R.N., M.S.N., Program Coordinator Office:

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

DSBA/MBAD 6211 Advanced Business Analytics UNC Charlotte Fall 2015

DSBA/MBAD 6211 Advanced Business Analytics UNC Charlotte Fall 2015 DSBA/MBAD 6211 Advanced Business Analytics UNC Charlotte Fall 2015 Instructor: Dr. Kexin Zhao Office: 351B Friday Phone: 704-687-7637 Email: kzhao2@uncc.edu Class Hours: Monday 5:30-8:15pm Classroom: Center

More information

Course Syllabus GAME 1336 Intro. to 3D Game Modeling Spring 2015 CRN: 46650

Course Syllabus GAME 1336 Intro. to 3D Game Modeling Spring 2015 CRN: 46650 Course Syllabus GAME 1336 Intro. to 3D Game Modeling Spring 2015 CRN: 46650 12 weeks February 14 May 17 Final Exam Week: May 11 Lecture/Lab Room 134, MoWe. 5.45 9.00pm & ONLINE http://eo2.hccs.edu Instructor

More information

Syllabus Government 2306: Texas State and Local Government: 3 Credit Hours / 0 Lab Hours

Syllabus Government 2306: Texas State and Local Government: 3 Credit Hours / 0 Lab Hours Syllabus Government 2306: Texas State and Local Government: 3 Credit Hours / 0 Lab Hours GOVT 2306: Fall Semester 2015; Houston Community College - Central Campus, 1300 Holman Street: Fall 2015 CRN 71040

More information

Updated: 8/31/15 Page 1 of 5

Updated: 8/31/15 Page 1 of 5 MASTER SYLLABUS 2015-2016 A. Academic Division: Business Industry and Technology B. Discipline: Visual Communications Media and Technology C. Course Number and Title: VCMT2070 Web Design I D. Course Coordinator:

More information

University of North Texas at Dallas Fall 2015 SYLLABUS

University of North Texas at Dallas Fall 2015 SYLLABUS University of North Texas at Dallas Fall 2015 SYLLABUS MKTG 5150.010, MARKETING MANAGEMENT, 3 CREDIT HOURS Department of Management School of Business Instructor Name: Dr Isaura Flores Office Location:

More information

COURSE APPROVAL DOCUMENT Southeast Missouri State University

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

More information

Theories of Personality Psyc 314-001, Spring 2016

Theories of Personality Psyc 314-001, Spring 2016 Theories of Personality Psyc 314-001, Spring 2016 Dr. Mary E. McKemy (pronounced Mc-KAY-me, but feel free to call me Mary) Kinard 123 (down the hall from the Psychology Office) memckemy@comporium.net Office

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

Central Alabama Community College

Central Alabama Community College Central Alabama Community College I. ILT 160 DC Fundamentals 3 Credit Hours II. Course Description This course provides a study of atomic theory, direct current (DC), properties of conductors and insulators,

More information