CS 3304: Data Structures Fall 2016

Size: px
Start display at page:

Download "CS 3304: Data Structures Fall 2016"

Transcription

1 CS 3304: Data Structures Fall 2016 Joseph W. Eyles, PhD. Atrium (J) OFFICE HOURS: T & Th 1:00pm - 3:00 pm, W 9:00-10:00 & 3:00-4:00 and other times by appointment PRE-REQUISITE: CREDIT: C or above in Programming Principles II and Discrete Mathematics 4 Semester Credit Hours TEXTBOOK: Main, Michael and Savitch, Walter, Data Structures and Other Objects Using C++, 4 th Edition. Addison Wesley: Grading criteria: 50% Assignments ; 30% Quizzes; 20% Final Exam The following grading scale will be used. 90+ A C Below 60 F B D Lab Work Grading Policy: Typically, each lab assignment is required to be accomplished in the corresponding lab session. If you cannot finish a lab assignment during the lab session, you are expected to finish it outside the class time. Sample solutions for the labs will be posted on the class website a few days after the lab day. Labs must be completed before the sample solution is posted. An assignment will NOT be graded if its corresponding lab is not completed. Assignment Grading Policy: Successfully completed programs must satisfy their requirements outlined in the programming assignments. The assignment grade depends on the quality of the program. All assignments are individual assignments. You are encouraged to discuss assignments with other students as long as the following rules are followed: 1. You may provide assistance on how to use any of the software used by this course. 2. You view another student's code only for the purpose of offering debugging assistance. Students can only give advice on what to look for, but they cannot debug your code for you. All changes to your code must be made by you. 3. Your discussion is subject to the empty hands policy, which means that you leave the discussion without any record (electronic or physical) of the discussion.

2 For all assignments, if a student consults any resource (other than the text and class notes) including another individual, this consultation must be documented on the submission. This documentation must include what (or who) was consulted and what information was obtained. Copying or paraphrasing code from another source or failure to provide this documentation will be considered a violation of the Student Code of Conduct. Due dates for homework assignments will be specified on the assignments themselves. Assignments will be accepted up to 24 hours late for 50% credit. Assignments submitted more than 24 hours late will not be accepted for credit. Withdrawal Policy: The last day to withdraw without academic penalty is Wednesday, October 5. Ceasing to attend class or oral notice thereof DOES NOT constitute official withdrawal from the course. Students who simply stop attending classes without officially withdrawing usually are assigned failing grades. Students wishing to withdraw after the scheduled change period (add/drop) must obtain and complete a withdrawal form from the Academic Services Department in the Registrar s Office. CLASS DEMEANOR: THIS COURSE REQUIRES THE EXCHANGE OF IDEAS, I.E. COMMUNICATION. Our communication will take various forms including class discussions. In order to have a productive discussion everyone must have the opportunity to listen and contribute. All discussions should be accessible to the entire class and all activities extraneous to the class discussion should be conducted outside of theclass. Academic Integrity: Only take credit for your own ideas and work. If you use someone else's ideas give them credit. See Academic Integrity Statement below. Class web site: While this is not an online course we will use our D2L web site to communicate. Drop boxes will be available for all assignments and discussion boards, postings, and will be at our disposal.

3 Class Design Course Description: Learning Outcomes: Lab exercises, homework assignments, lecture slides, and other materials are posted on the course D2L webpage. This course will use C++ as the implementation language. The compiler being used in this course is the GNU C++ compiler. This compiler is a defacto standard. It is native to Linux so if you are using a linux machine, you already have the compiler installed. This compiler has been ported to other operating systems. The windows port is called mingw. When you install mingw, make sure that the installation path does not contain any spaces. The instructions for installing this compiler on a Mac can be found here. CodeLite will be the supported development environment. CodeLite will automatically find all the C++ compilers on your system. Make sure that you select the GNU compiler. This course introduces data structures: specification, application, and implementation. The case studies will illustrate how data structures are used in computing applications. The emphasis of the course is on linear and some nonlinear data structures and object oriented principles. Topics include: abstract data types, stacks, queues, lists, binary search trees, priority queues, recursion, algorithm efficiency, trees, heaps, hash tables, and analysis of search and sort algorithms and their performance for implementation and manipulation. As a result of completing this course, students will be able to: Understand data structure concepts Implement data structures in a contemporary programming language select best data structure to use in an application Develop effective and efficient code using classical data structures Understand basic concepts of algorithmic analysis Topics Include Introduction to C++ Object Oriented Concepts in C++ C++ arrays & Linear Data Structures Linear Data Structures & STL Binary Search Trees Balancing Trees & General Trees Hash Tables & Graphs Graphs

4 Withdrawal Policy: Classroom Behavior: Diversity Enrollment Policy: Electronic Devices: Student Course Evaluation: Academic Integrity The last day to withdraw without academic penalty is Wednesday, October 5. Ceasing to attend class or oral notice thereof DOES NOT constitute official withdrawal from the course. Students who simply stop attending classes without officially withdrawing usually are assigned failing grades. Students wishing to withdraw after the scheduled change period (add/drop) must obtain and complete a withdrawal form from the Academic Services Department in the Registrar s Office. Students are reminded to conduct themselves in accordance with the Student Code of Conduct, as published in the Undergraduate and Graduate Catalogs. Every KSU student is responsible for upholding the provision. Students who are in violation of KSU policy will be asked to leave the classroom and may be subject to disciplinary action by the University. All courses offered by the Computer Science department will adhere to the KSU policy that prohibits discrimination on the basis of race, religion, color, sex, age, disability, national origin, or sexual orientation. Only those students who are enrolled in the class may attend lectures, receive assignments, take quizzes and exams, and receive a grade in the class. If a student is administratively withdrawn from this course, they will not be permitted to attend class nor will they receive any grade for the class. In order to minimize the level of distraction, all beepers and cellular phones must be on quiet mode during class meeting times. Students who wish to use a computer of other electronic device for note taking need prior approval of the instructor since key clicks and other noises can distract other students. Recording of lectures by any method requires prior approval of the instructor. Students using a laptop in class should not check their , browse the web, or in other way detract from the focus of the class. A standard questionnaire (described below) will be administered during the last two weeks of the semester in all classes. Additional questions developed by the college or instructor(s) may be included as well. It is important that each student provide meaningful feedback to the instructor(s) so that changes can be made in the course to continually improve its effectiveness. We value student feedback about the course, our teaching styles, and course materials, so as to improve our teaching and your learning. At a minimum, the following two questions will be asked: 1) Identify the aspects of the course that most contributed to your learning (include examples of specific materials, exercises and/or the faculty member's approach to teaching and mentoring), and 2) Identify the aspects of the course, if any, that might be improved (include examples of specific materials, exercises and/or the faculty member's approach to teaching and mentoring). Every KSU student is responsible for upholding the provisions of the Student Code of Conduct, as published in the Undergraduate and Graduate Catalogs. Section II of the Student Code of Conduct addresses the University s policy on academic honesty, including provisions regarding plagiarism and cheating, unauthorized access to University materials, misrepresentation/falsification of University records or academic work, malicious removal, retention, or destruction of library materials, malicious/intentional misuse of computer facilities and/or services, and misuse of student identification cards. Incidents of alleged academic misconduct will be handled through the established procedures of the University Judiciary Program, which includes either an informal resolution by a faculty member, resulting in a grade

5 adjustment, or a formal hearing procedure, which may subject a student to the Code of Conduct s minimum one semester suspension requirement. Students are encouraged to study together and to work together on class assignments and lab exercises; however, the provisions of the STUDENT CONDUCT REGULATIONS, II. Academic Honesty, KSC Undergraduate Catalog will be strictly enforced in this class. Disruption of Campus Life Faculty Availability Frequently students will be provided with take-home exams or exercises. It is the student s responsibility to ensure they fully understand to what extent they may collaborate or discuss content with other students. No exam work may be performed with the assistance of others or outside material unless specifically instructed as permissible. If an exam or assignment is designated no outside assistance this includes, but is not limited to, peers, books, publications, the Internet and the WWW. If a student is instructed to provide citations for sources, proper use of citation support is expected. It is the purpose of the institution to provide a campus environment, which encourages academic accomplishment, personal growth, and a spirit of understanding and cooperation. An important part of maintaining such an environment is the commitment to protect the health and safety of every member of the campus community. Belligerent, abusive, profane, threatening and/or inappropriate behavior on the part of students is a violation of the Kennesaw State University Student Conduct Regulations. Students who are found guilty of such misconduct may be subject to immediate dismissal from the institution. In addition, these violations of state law may also be subject to criminal action beyond the University disciplinary process. KSU is proud of its reputation of faculty being available to students and colleagues outside of class time. To ensure this positive reputation continues, KSU expects its faculty to use a variety of means to be available for student questions or conferences as well as consultation with colleagues, including both in person and electronically. Departments must establish some minimum number of hours during each week that faculty should be available on campus beyond scheduled classes. The number of hours should reflect factors such as the number and size of sections, the nature of those classes, and the number of advisees. Although faculties are not required to establish specific availability, they should be flexible in making appointments with students and colleagues. As a professional courtesy, faculty should reply to phone calls, s, and bulletin board questions from students in a timely manner.

6 Acknowledgment and Acceptance of Academic Integrity In any academic community, certain standards and ethical behavior are required to ensure the unhindered pursuit of knowledge and the free exchange of ideas. Academic honesty means that you respect the right of other individuals to express their views and opinions, and that you, as a student, not engage in plagiarism, cheating, illegal access, misuse or destruction of college property, or falsification of college records or academic work. As a member of the Kennesaw State University academic community you are expected to adhere to these ethical standards. You are expected to read, understand and follow the code of conduct as outlined in the KSU graduate and undergraduate catalogs. You need to be aware that if you are found guilty of violating these standards you will be subject to certain penalties as outlined in the college judiciary procedures. These penalties include permanent expulsion from KSU. Read the Academic Integrity Statement and then sign and date in the space below. You are required to abide by these ethical standards while you are a student at KSU. Your signature indicates that you understand the ethical standards expected of you in this academic community, and that you understand the consequences of violating these standards. Course Name CS 3304 Data Structures Dr. Joseph Eyles Instructor Name Print Name Student ID Number Signature Date

SOCIOLOGY OF VIOLENCE SOCI 3360 Fall Semester, 2013 Online Course

SOCIOLOGY OF VIOLENCE SOCI 3360 Fall Semester, 2013 Online Course SOCIOLOGY OF VIOLENCE SOCI 3360 Fall Semester, 2013 Online Course Instructor: Michelle Emerson-Lewis E-mail: Please use email in our WebCT Vista course to contact the instructor. If you have difficulties

More information

KENNESAW STATE UNIVERSITY GRADUATE COURSE PROPOSAL OR REVISION, Cover Sheet (10/02/2002)

KENNESAW STATE UNIVERSITY GRADUATE COURSE PROPOSAL OR REVISION, Cover Sheet (10/02/2002) KENNESAW STATE UNIVERSITY GRADUATE COURSE PROPOSAL OR REVISION, Cover Sheet (10/02/2002) Course Number/Program Name ACS 7420 Algorithm Design for Big Data Department Computer Science Degree Title (if applicable)

More information

Kennesaw State University KSU 2290: Transfer Student Seminar Section 02 Fall 2013

Kennesaw State University KSU 2290: Transfer Student Seminar Section 02 Fall 2013 Kennesaw State University KSU 2290: Transfer Student Seminar Section 02 Fall 2013 CLASS MEETINGS: MW 11 a.m. - 12:15 p.m. in UC, Room 205 INSTRUCTORS: Dr. Stephanie Foote Prof. Jean So Associate Professor

More information

College Algebra MATH 1111/11

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

More information

KENNESAW STATE UNIVERSITY GRADUATE COURSE PROPOSAL OR REVISION, Cover Sheet (10102/2002)

KENNESAW STATE UNIVERSITY GRADUATE COURSE PROPOSAL OR REVISION, Cover Sheet (10102/2002) KENNESAW STATE UNIVERSITY GRADUATE COURSE PROPOSAL OR REVISION, Cover Sheet (10102/2002) Course NumberfProgram Name.NURS 7737/Advanced Care Management and Leadership DepruUnent~N~u~r=s=in~g~~~~ ~~ ~ Degree

More information

Course Number/Program Name MUSI 7010 Music Entrepreneurship. Degree Title (if applicable) Master of Music Proposed Effective Date Spring 2013

Course Number/Program Name MUSI 7010 Music Entrepreneurship. Degree Title (if applicable) Master of Music Proposed Effective Date Spring 2013 KENNESAW STATE UNIVERSITY GRADUATE COURSE PROPOSAL OR REVISION, Cover Sheet (10/02/2002) Course Number/Program Name MUSI 7010 Music Entrepreneurship Department Music Degree Title (if applicable) Master

More information

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

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

More information

ITALIAN 3302 Practical Conversation SPRING 2007

ITALIAN 3302 Practical Conversation SPRING 2007 Kennesaw State University Department of Foreign Languages http://www.kennesaw.edu/foreignlanguage ITALIAN 3302 Practical Conversation SPRING 2007 INSTRUCTOR & COURSE INFORMATION: Instructor: Dr. Federica

More information

KENNESAW STATE UNIVERSITY GRADUATE COURSE PROPOSAL OR REVISION, Cover Sheet (10/02/2002)

KENNESAW STATE UNIVERSITY GRADUATE COURSE PROPOSAL OR REVISION, Cover Sheet (10/02/2002) KENNESAW STATE UNIVERSITY GRADUATE COURSE PROPOSAL OR REVISION, Cover Sheet (10/02/2002) Course NumberlProgram Name NURS 88751 Advanced Care Management and Leadership Department~N~u~r=s~m~g~77~~ ~~ ~~

More information

ITALIAN 3302 Practical Conversation SPRING 2009

ITALIAN 3302 Practical Conversation SPRING 2009 Department of Foreign Languages http://foreignlanguages.hss.kennesaw.edu/ ITALIAN 3302 Practical Conversation SPRING 2009 INSTRUCTOR & COURSE INFORMATION: Course/Section Day/Time Classroom Instructor Office

More information

INFO 3130 Management Information Systems Spring 2016

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

More information

What you must do to succeed in this class:

What you must do to succeed in this class: 1 Foundations of Criminal Justice 1101/W02 Summer Semester, 2012 Instructor: Tanja Link (Office SO 5093) Office Hours: by Appointment Phone: (770) 423-6490 Fax: (770) 499-3423 E-mail: You must use email

More information

CS 2302 Data Structures Spring 2015

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

More information

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

2. Scope of Policy. 3. Violations of Academic Integrity. Academic Integrity Policy

2. Scope of Policy. 3. Violations of Academic Integrity. Academic Integrity Policy 1. Preamble DePaul University is a learning community that promotes the intellectual development of each individual within the community. The University seeks to maintain and enhance the educational environment

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

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

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

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

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

Kennesaw State University Criminal Justice CRJU 3320 Criminal Investigations Fall 2014: August 18 December 05 Fridays: 11:00AM 1:45PM

Kennesaw State University Criminal Justice CRJU 3320 Criminal Investigations Fall 2014: August 18 December 05 Fridays: 11:00AM 1:45PM Kennesaw State University Criminal Justice CRJU 3320 Criminal Investigations Fall 2014: August 18 December 05 Fridays: 11:00AM 1:45PM Instructor: Ms. Jacqueline Smith Office Hours: Fridays: 2:00PM 3:00PM

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

CS479/579 Special Topics: Social Computing Syllabus. Computer Science Department, New Mexico State University 01/20/2016 05/13/2016

CS479/579 Special Topics: Social Computing Syllabus. Computer Science Department, New Mexico State University 01/20/2016 05/13/2016 1. Course Time & Venue CS479/579 Special Topics: Social Computing Syllabus Computer Science Department, New Mexico State University 01/20/2016 05/13/2016 Class: Tuesday, Thursday, 17:25 pm -18:40 p.m.,

More information

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

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

More information

THE UNIVERSITY OF TEXAS 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

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

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

How To Pass A Chemistry Course

How To Pass A Chemistry Course CHEM 1307: SURVEY OF ORGANIC AND BIOCHEMISTRY Spring 2015 T/R 4:30 PM 5:45 PM; AGIT 238 Instructor: Dr. Tasneem Hossain-Kumar Office Location: STC # 302 Office Hours: T/R 2:00 PM 3:00 PM and by appointment

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

ITALIAN 3303 Grammar and Composition

ITALIAN 3303 Grammar and Composition Department of Foreign Languages http://www.kennesaw.edu/foreignlanguage ITALIAN 3303 Grammar and Composition SPRING 2008 INSTRUCTOR & COURSE INFORMATION: Course/Section Day/Time Classroom Instructor Office

More information

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

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

More information

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

College Algebra Online Course Syllabus

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

More information

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

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

Texas A&M University Commerce College of Business Department of Accounting, Syllabus Spring 2015 Principles of Accounting II 222-02W CRN 22142

Texas A&M University Commerce College of Business Department of Accounting, Syllabus Spring 2015 Principles of Accounting II 222-02W CRN 22142 Texas A&M University Commerce College of Business Department of Accounting, Syllabus Spring 2015 Principles of Accounting II 222-02W CRN 22142 Life rarely presents multiple choice or short answer questions.

More information

Criminal Justice Internship Handbook CRJU 3398

Criminal Justice Internship Handbook CRJU 3398 Criminal Justice Internship Handbook CRJU 3398 Department of Sociology and Criminal Justice Contact: Prof. Peter Fenton Office Phone 470 578-2292 pfenton@kennesaw.edu PREPARING FOR YOUR INTERNSHIP Read

More information

Research Methods in Advertising and Public Relations COMM 420 Spring 2012 120 Earth & Eng. Sci. W/F 12:20 PM to 2:15 PM

Research Methods in Advertising and Public Relations COMM 420 Spring 2012 120 Earth & Eng. Sci. W/F 12:20 PM to 2:15 PM Research Methods in Advertising and Public Relations COMM 420 Spring 2012 120 Earth & Eng. Sci. W/F 12:20 PM to 2:15 PM The Pennsylvania State University Department of Advertising and Public Relations

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

TA contact information, office hours & locations will be posted in the Course Contacts area of Blackboard by end of first week.

TA contact information, office hours & locations will be posted in the Course Contacts area of Blackboard by end of first week. Carnegie Mellon The Heinz College 95-774 Business Process Modeling Syllabus and Policies Spring 2016, mini 3 Instructor Karyn Moore Office: 3014 Hamburg Hall Office Hours: See Course Contacts on Blackboard

More information

SOUTHERN MAINE COMMUNITY COLLEGE South Portland, Maine 04106 Course Syllabus Spring 2015

SOUTHERN MAINE COMMUNITY COLLEGE South Portland, Maine 04106 Course Syllabus Spring 2015 SOUTHERN MAINE COMMUNITY COLLEGE South Portland, Maine 04106 Course Syllabus Spring 2015 Course Title: Mobile Application Development Catalog Number: CSCI 230 Credit Hours: 3 Total Contact Hours: 45 Instructor:

More information

Southwestern Michigan College School of Business Dowagiac, Michigan. Course Syllabus FALL SEMESTER 2012

Southwestern Michigan College School of Business Dowagiac, Michigan. Course Syllabus FALL SEMESTER 2012 Southwestern Michigan College School of Business Dowagiac, Michigan Course Syllabus FALL SEMESTER 2012 COURSE TITLE: Windows Networking I COURSE NO ISYS 281 SECTION NO.: 2091 CREDITS/CONTACTS: Credit Hours:

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

History 1111/09 Pre-Modern World History Syllabus Spring, 2016 MW 11:00 AM 12:15 PM SO 2038 Teaching Assistant: Maxwell Gross

History 1111/09 Pre-Modern World History Syllabus Spring, 2016 MW 11:00 AM 12:15 PM SO 2038 Teaching Assistant: Maxwell Gross History 1111/09 Pre-Modern World History Syllabus Spring, 2016 MW 11:00 AM 12:15 PM SO 2038 Teaching Assistant: Maxwell Gross Dr. Gerrit Voogt Office: SO 4106 Office Hours: MW 12:30-1:30 PM, or by appointment

More information

BRAZOSPORT COLLEGE LAKE JACKSON, TEXAS SYLLABUS ACNT 2311: MANGERIAL ACCOUNTING ONLINE VERSION COMPUTER TECHNOLOGY & OFFICE ADMINISTRATION DEPARTMENT

BRAZOSPORT COLLEGE LAKE JACKSON, TEXAS SYLLABUS ACNT 2311: MANGERIAL ACCOUNTING ONLINE VERSION COMPUTER TECHNOLOGY & OFFICE ADMINISTRATION DEPARTMENT BRAZOSPORT COLLEGE LAKE JACKSON, TEXAS SYLLABUS ACNT 2311: MANGERIAL ACCOUNTING ONLINE VERSION COMPUTER TECHNOLOGY & OFFICE ADMINISTRATION DEPARTMENT CATALOG DESCRIPTION ACNT 2311 Managerial Accounting.

More information

University of Nevada, Reno Division of Health Sciences Orvis School of Nursing. Professional Ethics and Academic Policy (PEAP)

University of Nevada, Reno Division of Health Sciences Orvis School of Nursing. Professional Ethics and Academic Policy (PEAP) University of Nevada, Reno Division of Health Sciences Orvis School of Nursing Professional Ethics and Academic Policy (PEAP) Introduction to the Professional Ethics and Academic Policy The Orvis School

More information

Peru State College, Peru, NE. MGMT 602 Research Methods. Master of Science in Organizational Management. Syllabus Spring Semester 2014

Peru State College, Peru, NE. MGMT 602 Research Methods. Master of Science in Organizational Management. Syllabus Spring Semester 2014 Peru State College, Peru, NE MGMT 602 Research Methods Master of Science in Organizational Management Syllabus Spring Semester 2014 Instructor: Office Hours: Office Telephone: Email Address: Course Meets:

More information

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

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

More information

INFO 2130 Introduction to Business Computing Fall 2014

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

More information

Permission to Cross-list an Undergraduate Course with a Graduate Course (To be used only for courses already approved by the UPCC or GPCC)

Permission to Cross-list an Undergraduate Course with a Graduate Course (To be used only for courses already approved by the UPCC or GPCC) Permission to Cross-list an Undergraduate Course with a Graduate Course (To be used only for courses already approved by the UPCC or GPCC) Title of Undergraduate Course Music Education for Exceptional

More information

ECON-2105, Principles of Macroeconomics, 1rst Half Term, Spring/2016

ECON-2105, Principles of Macroeconomics, 1rst Half Term, Spring/2016 Syllabus ECON-2105, Principles of Macroeconomics, 1rst Half Term, Spring/2016 INSTRUCTOR INFORMATION Instructor: Bettie LaDuke Email: bettie.laduke@gpc.edu Office hours: M-Th: 11 a.m.-1:00 p.m. Tues &

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

The job performance of each Kennesaw State University staff member should be appraised:

The job performance of each Kennesaw State University staff member should be appraised: Grievances like concerns or complaints regarding allegations of harassment or discrimination on the basis of the criteria listed under the EEO Office should be referred directly to the Kennesaw State Office

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

Course Objectives After successfully completing the course, the student will be able to:

Course Objectives After successfully completing the course, the student will be able to: Fall 2013 South Portland, Maine 04106 Criminal Justice Department Title: Crisis Intervention Training for the Criminal Justice Practitioner Catalog Number: CJUS-116 W1 Credit Hours: 3 Total Contact Hours:

More information

THE LEGAL ENVIRONMENT OF BUSINESS GB

THE LEGAL ENVIRONMENT OF BUSINESS GB THE LEGAL ENVIRONMENT OF BUSINESS GB 202-001 Spring 2013 Monday Evenings 6-9pm Instructor: Tim Kurtz, J.D., MBA. Phone: 208.794.7524 E-mail: timkurtz@boisestate.edu Office Hours: By Appointment; After/Before

More information

ORGL 101 Introduction to Criminal Justice COURSE SYLLABUS 2016

ORGL 101 Introduction to Criminal Justice COURSE SYLLABUS 2016 ORGL 101 Introduction to Criminal Justice COURSE SYLLABUS 2016 Instructor: Dr. Martha Hurley Office Location: Online Office Hours: Online Mon 5:30pm-7:30pm, Tues 5:30pm-6:30pm, Wed 5:30pm-7:30pm; or by

More information

Lake-Sumter Community College Course Syllabus. STA 2023 Course Title: Elementary Statistics I. Contact Information: Office Hours:

Lake-Sumter Community College Course Syllabus. STA 2023 Course Title: Elementary Statistics I. Contact Information: Office Hours: Lake-Sumter Community College Course Syllabus Course / Prefix Number: STA 2023 Course Title: Elementary Statistics I CRN: 10105 (T TH) 10106 (M W) Credit: 3 Term: Fall 2011 Course Catalog Description:

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

COMM 3300 01 Interpersonal Communication Course Syllabus Fall 2013

COMM 3300 01 Interpersonal Communication Course Syllabus Fall 2013 COMM 3300 01 Interpersonal Communication Course Syllabus Fall 2013 Individuals with disabilities who need to request accommodations should contact the Disability Services Coordinator, Student Center 255,

More information

MGT 367 Human Resource Management Fall 2015 Online. General Information Academic Division: Career and Technical Education Discipline: Management (MGT)

MGT 367 Human Resource Management Fall 2015 Online. General Information Academic Division: Career and Technical Education Discipline: Management (MGT) 1 MGT 367 Human Resource Management Fall 2015 Online General Information Academic Division: Career and Technical Education Discipline: Management (MGT) Prerequisite: BUS 101 and MGT 201 Credits: 3 Instructor

More information

Advanced Film Production Workshop. Course Outline

Advanced Film Production Workshop. Course Outline Advanced Film Production Workshop FILM-750-M01 Course Outline INSTRUCTOR S INFORMATION: Name: Prof. Jody Saslow Office location: 16 W. 61 st St. Room 1019 Telephone: (212) 261-1578 E-mail: jsaslow@nyit.edu

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

ORGL 3322 Ethics, Behavior & Leadership I COURSE SYLLABUS COURSE INFORMATION

ORGL 3322 Ethics, Behavior & Leadership I COURSE SYLLABUS COURSE INFORMATION ORGL 3322 Ethics, Behavior & Leadership I COURSE SYLLABUS Instructor: Mike Akin Office Location: Online Office Hours: Online or By Appointment University Email Address: Mike.Akin@tamuc.edu COURSE INFORMATION

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

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

PSY 201 General Psychology Social & Behavioral Sciences Department

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

More information

How To Be A Responsible Student

How To Be A Responsible Student Bauer Code of Ethics and Professional Conduct Preface The Bauer Code of Ethics and Professional Conduct (Bauer Code) is designed to reflect the values held by the C.T. Bauer College of Business (Bauer

More information

Psychology of Sport and Exercise

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

More information

CED 117 Interpersonal Skills in Human Relationships (3 Sem Hours) Department of Education and Clinical Studies Fall, 2015 Online Education

CED 117 Interpersonal Skills in Human Relationships (3 Sem Hours) Department of Education and Clinical Studies Fall, 2015 Online Education College of Education Preparing Professionals for Changing Educational Contexts CED 117 Interpersonal Skills in Human Relationships (3 Sem Hours) Department of Education and Clinical Studies Fall, 2015

More information

SOUTHWESTERN MICHIGAN COLLEGE SCHOOL: Arts and Sciences Niles, Michigan COURSE SYLLABUS Fall Semester 2014

SOUTHWESTERN MICHIGAN COLLEGE SCHOOL: Arts and Sciences Niles, Michigan COURSE SYLLABUS Fall Semester 2014 SOUTHWESTERN MICHIGAN COLLEGE SCHOOL: Arts and Sciences Niles, Michigan COURSE SYLLABUS Fall Semester 2014 COURSE TITLE: Spanish for the Workplace COURSE # Spanish 170 SECTION# 2859 CREDITS/CONTACTS: FINAL

More information

UNIVERSITY OF SOUTHERN MISSISSIPPI COLLEGE OF SCIENCE & TECHNOLOGY Industrial Engineering Technology

UNIVERSITY OF SOUTHERN MISSISSIPPI COLLEGE OF SCIENCE & TECHNOLOGY Industrial Engineering Technology UNIVERSITY OF SOUTHERN MISSISSIPPI COLLEGE OF SCIENCE & TECHNOLOGY Industrial Engineering Technology COURSE SYLLABUS Course No.: 514 Section: G001 (Online) Title of Course: Engineering Project Management

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

INFO B512 Scientific and Clinical Data Management

INFO B512 Scientific and Clinical Data Management INFO B512 Scientific and Clinical Data Management Indiana University School of Informatics and Computing, Indianapolis Fall 2014 Section No.: 13367 Credit Hours: 3 Time: Mondays 6 8:40 pm Location: WK

More information

How To Use Your Cell Phone At Renaissance Academy Charter School

How To Use Your Cell Phone At Renaissance Academy Charter School Renaissance Academy Charter School Bring Your Own Device (BYOD) Board Policy PURPOSE The Renaissance Academy School Board values technology and seeks to increase student access and use when it will enhance

More information

NORTH CAROLINA WESLEYAN COLLEGE POLICY ON GENDER DISCRIMINATION AND SEXUAL HARASSMENT

NORTH CAROLINA WESLEYAN COLLEGE POLICY ON GENDER DISCRIMINATION AND SEXUAL HARASSMENT NORTH CAROLINA WESLEYAN COLLEGE POLICY ON GENDER DISCRIMINATION AND SEXUAL HARASSMENT It is the policy of North Carolina Wesleyan college that unlawful gender discrimination in any form, including sexual

More information

Table of Contents Acknowledgement

Table of Contents Acknowledgement Table of Contents School of Nursing Values... 1 Introduction to the Academics Ethics Policy... 1 Honor Pledge... 2 Academic Ethics Code Violations... 2 Definitions & Examples of Ethics Code Violations...

More information

CHEM 1305: SURVEY OF GENERAL CHEMISTRY COURSE INFORMATION

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

More information

Describe the unique legal, financial, and regulatory attributes of tax-exempt entities.

Describe the unique legal, financial, and regulatory attributes of tax-exempt entities. Administration of Nonprofit Organizations ROCKHURST UNIVERSITY School of Graduate and Professional Studies Kansas City, Missouri Administration of Nonprofit Organizations NP 4010, CRN 11924 Meeting Times:

More information

AHS 138 Medical Coding Basics Allied Health Sciences Department FALL SEMESTER 2014

AHS 138 Medical Coding Basics Allied Health Sciences Department FALL SEMESTER 2014 AHS 138 Medical Coding Basics Allied Health Sciences Department FALL SEMESTER 2014 Catalog Course Description: This course is a study of basic concepts of coding for medical/dental services for the health

More information

Financial Calculator (any version is fine but access to a support manual is critical)

Financial Calculator (any version is fine but access to a support manual is critical) HDFS 482, Fall 2013: Family Savings and Investments Tuesday and Thursday 9:30-10:50 am, LeBaron 2069 College of Human Sciences, Department of Human Development and Family Studies Iowa State University

More information

CRJU 1150 - Introduction to Criminal Justice (CRN 20933) Course Syllabus Spring 2015

CRJU 1150 - Introduction to Criminal Justice (CRN 20933) Course Syllabus Spring 2015 CRJU 1150 - troduction to Criminal Justice (CRN 20933) Course Syllabus Spring 2015 TABLE OF CONTENTS PROFESSOR INFORMATION COURSE INFORMATION LEARNING OUTCOMES ATTENDANCE EMAIL CORRESPONDENCE STUDENT RESPONSIBILITIES

More information

Management Science 250: Mathematical Methods for Business Analysis Three Semester Hours

Management Science 250: Mathematical Methods for Business Analysis Three Semester Hours Management Science 250: Mathematical Methods for Business Analysis Three Semester Hours Dr. Laura Swanson Office: FH, Rm. 3121 Homepage: http://www.siue.edu/~lswanso Office telephone: (618) 650-2710 e-mail:

More information

CHM 1025 ONLINE Fall/Spring Introduction to General Chemistry. bpolk1@valenciacollege.edu East Campus Science Dept. (407) 582-2434

CHM 1025 ONLINE Fall/Spring Introduction to General Chemistry. bpolk1@valenciacollege.edu East Campus Science Dept. (407) 582-2434 CHM 1025 ONLINE Fall/Spring Introduction to General Chemistry Brian Polk bpolk1@valenciacollege.edu East Campus Science Dept. (407) 582-2434 Prerequisite: One year of high school algebra or minimum grade

More information

MGT 367 Human Resource Management Spring 2015 Online

MGT 367 Human Resource Management Spring 2015 Online 1 Institutional Student Learning Outcomes Student learning is the core of WNC's mission and the college celebrates this importance with institution-wide learning outcomes. The Institutional Student Learning

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

Florida International University College of Nursing and Health Sciences Health Services Administration Policies and Procedures

Florida International University College of Nursing and Health Sciences Health Services Administration Policies and Procedures Grading Scale Florida International University College of Nursing and Health Sciences Health Services Administration Policies and Procedures Total Points Letter Grade Total Points Letter Grade 93-100 A

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

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

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

THE UNIVERSITY OF TEXAS AT TYLER COLLEGE OF BUSINESS AND TECHNOLOGY Fall 2015

THE UNIVERSITY OF TEXAS AT TYLER COLLEGE OF BUSINESS AND TECHNOLOGY Fall 2015 THE UNIVERSITY OF TEXAS AT TYLER COLLEGE OF BUSINESS AND TECHNOLOGY Fall 2015 COURSE NUMBER: MANA 3370.060 and.061 COURSE TITLE: INSTRUCTOR: Business Writing and Oral Presentations Jennifer Hicks Martinez,

More information

MATH 1351 (3:3:0) Fundamentals of Mathematics II (Online Course) MATHEMATICS DEPARTMENT. Division of Arts & Sciences

MATH 1351 (3:3:0) Fundamentals of Mathematics II (Online Course) MATHEMATICS DEPARTMENT. Division of Arts & Sciences MATH 1351 (3:3:0) Fundamentals of Mathematics II (Online Course) MATHEMATICS DEPARTMENT Division of Arts & Sciences South Plains College Reese Center Summer I 2014 Traci Sanders 2 Fundamentals of Mathematics

More information

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

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

More information

How To Be A Responsible Student At Midland Technical College

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

More information

Binghamton University Thomas J. Watson School of Engineering and Applied Science Student Academic Honesty Code

Binghamton University Thomas J. Watson School of Engineering and Applied Science Student Academic Honesty Code Binghamton University Thomas J. Watson School of Engineering and Applied Science Student Academic Honesty Code Preamble Like all universities, Binghamton University depends on the honesty and integrity

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

Computer Science CS 2334: Programming structures and abstractions

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

More information

Communication 170: Semester Interpersonal Communication Classroom: meeting day and time Stephen F. Austin State University

Communication 170: Semester Interpersonal Communication Classroom: meeting day and time Stephen F. Austin State University Communication 170: Semester Interpersonal Communication Classroom: meeting day and time Stephen F. Austin State University Instructor: Office: Phone: Office Hours: Department: Appointments: Languages,

More information

Syllabus: IST451. Division of Business and Engineering. Penn State Altoona

Syllabus: IST451. Division of Business and Engineering. Penn State Altoona Syllabus: IST451 Division of Business and Engineering Penn State Altoona Course Title 1. IST451: Network Security-Spring 2012 2. Section 001 3. Credits: 3 Meeting Times 1. Lectures: Mondays and Wednesdays

More information