SYLLABUS for CMPSC 101 Spring COURSE OVERVIEW: Text: Starting Out with C++ from Control Structures to Objects - 8th Ed, by Tony Gaddis.

Size: px
Start display at page:

Download "SYLLABUS for CMPSC 101 Spring COURSE OVERVIEW: Text: Starting Out with C++ from Control Structures to Objects - 8th Ed, by Tony Gaddis."

Transcription

1 SYLLABUS for CMPSC 101 Spring 2015 Instructor: Maurin Lopez. Office: 270 Hawthrn Electronic-Mail ID: Bulletin Board: Office Hours TU 9:45 10: HAWTHRN Class Meets TU, TH 10:50 12:05P 259 HAWTHRN COURSE OBJECTIVES: Introduction to computer programming and problem solving strategies using structured design techniques (modular pseudocode and development in the C++ programming language). This course is commonly called CS1, Introduction to Structured Programming with generic problems for all disciplines. At Penn State, CMPSC 101 satisfies 3 credits of a General Education Quantification Requirement (GQ) for most non-engineering majors. COURSE OVERVIEW: Text: Starting Out with C++ from Control Structures to Objects - 8th Ed, by Tony Gaddis. COURSE GRADING: 4 Major Assignments - 40 (10 points each) Exam 1 Theory - 10 points Exam1 Lab - 15 points Final Exam Theory - 10 points Final Exam Lab - 15 points Quiz - 10 points Final Grading Scale: A = ; A- = ; B+ = ; B = ; B- = ; C+ = ; C = ; D = ; below 60 = F. GRADE POLICY: Lab work, programming problems, and written exams have scheduled deadlines. Students missing a scheduled deadline will forfeit 1/3 of the points for each day 2 an assignment is not submitted. After 3 days of missing a deadline, no points will be given. Deadlines may occur at start or end of lab time. Submission time is recorded when a student successfully posts his/her assignment to the designated ANGEL drop box. If a student posts an assignment after the deadline of the first day and before lab time on the second day, the assignment is automatically reduced in points by 1/3; after the deadline of the second day and before lab time on the third day, the assignment is automatically reduced in points by 2/3; after the deadline of the third day, no points will be given and the drop box is officially closed. Each student is limited to one posting per assignment. There will be plenty of opportunities to practice the necessary skills for mastery of submissions before the

2 deadlines. Ordinarily, a five- minute warning is given prior to a deadline. Only an Angel Mail posted in the instructor s mailbox prior to a deadline will be considered for an omission. Qualitatively, points will be lost for assignments that are not designed and implemented to specifications. Therefore, your course grading will be based emphatically on timeliness of your production and fulfillment of exact programing specifications. CLASS ATTENDANCE: Required. Computer demonstrations of problem solving occur in lab via large screen display. Programming assignments are introduced by the instructor with student engaged discussion about detailed specifications that culminate in partial solutions which may be used by students for lab projects. Students not in lab for discussion of programming specifications are individually responsible for the material missed. Deadlines for assignments and design specifications are principal rubrics for course grading and may be adjusted in lab as the problem discussion warrants. Students should read the assigned material before lab (RE: textbook and Angel Weekly Postings) and have the previous and current lab assignments on individual flash drives or PASS space. (Such that, you are expected to contribute/participate in the current algorithm design/development during the discussion at lab time as part of your daily laboratory assignment, which means, no participation points if no current algorithm). COURSE ETHICS: Students are responsible for completing individual assignments on your computing devices. You may not use, have in your possession, or loan another's device. (Back-up of your work is required, preferably stored on ITS PASS Space, but a flash drive or use of ANGEL mail is acceptable.) Students using work or claiming work of others is unethical and a form of plagiarism. Working with others or receipt of assistance must be cited in the documentation of programs, specifically at the beginning of the file comment lines of your project module. Any use of design or code from classmates, tutors, friends, textbook references, web references, etc., must be documented. Unethical practices are addressed in Altoona College s and Computer Science Department s Policies. See also PSU Course Policies provided later. Sample documentation of programs with receipt of assistance follows: //Programmer: Instructor //Date Due: 1/17/12 //Page 77 Program Challenge 6. Annual Pay--as Lab3.zip assignment. //Assistance with cout statements provided by Rob the tutor on 1/15/12. DUE DATES: Programming Problems and Exams will have scheduled due dates which are announced on ANGEL; a tentative schedule is listed in this document (see Tentative Schedule). The instructor reserves the right to adjust the due dates when situations necessitate. On the due date, a deadline is required for the submission of the assignment to an ANGEL folder. The time for the deadline will generally be the end of lab time, with a 5-minute warning announcement given by the instructor before the pending deadline. Grading may only occur when the assignment is posted to an official ANGEL folder called a DROP BOX. Assignments are not to be mailed to the instructor s ANGEL MAILBOX for submission. The best strategy to follow when submitting an assignment is to honor the deadline with at least some form of program that executes. A program that minimally executes and meets the deadline will normally provide the student with the highest grade points. If one misses the deadline but satisfies all of the programming requirements, there is an automatic late

3 submission reduction of 1/3 points. Note that your course work will be based primarily on two important things: 1. The quality of your work (program executes as specified); and 2. How well you meet deadlines. All college students profess to do great work, but may be lax about deadlines (E.G., professor, my submission was only 2-minutes pass the deadline!). Remember that your course grade will focus on both great work and meeting deadlines. OVERVIEW OF ASSIGNMENTS: Programming Problems and Exams are conducted in the computing lab. Seventy minutes are typically the maximum time available for graded assignments. An individual must have minimally input and output of his/her program executing to receive satisfactory credit. That is, at least the user interface between the client and the software program must be executable by the file named labx.exe to be considered successful. [If a labx.exe file is missing from the labx.zip file posted to the drop box, then that means there was no error-free code production. Thus no labx.exe results in unsatisfactory performance on a problem.] Practice is essential during lab work to develop a step-by-step, instruction-by-instruction testing strategy to guarantee successful execution under problem solving conditions. Your instructor advocates during his/her sample solutions in lab a one construct methodology of designing, compiling, debugging, executing, and testing program code which guarantees a student the ability to create an executable file if the method is mastered and used during assignments. Of course there are other problem solving methods such as brut force or trial-and-error, but there are no guarantees that ill-conceived habits of one s choosing will meet a deadline with an executable. As for the written exams, they are designed to test your knowledge of the programming constructs core to any computing environment. These constructs cover variables, data types, storage formats, input and output formats, decision structures, looping structures, functions, parameters, compound data types, and files. Practice questions for written exam problems may be found in the textbook under the Review Questions and/or Exercises sections. Exam problems may be administered with short answers, fill in the blanks, multiple choices, true/false, logical analyses, and syntax error recognition to name a few. ACCESSORIES: A minimum of 1 flash drive is required to save your work. Other media such as your PASS space provided by its.psu.edu may be substituted for your flash drive, but be aware that your PASS space or ANGEL may not always be available so a personal flash drive will be your most reliable storage resource in the PC lab. The internal and external labels of your personal flash drive should contain your last name for identification purposes. Occasionally, hurried students departing the lab have often left flash drives in usb ports of lab computers that were not easily returned by finders. EXPECTATIONS: Each student should read the ANGEL Weekly Postings and text before attending lab. Lab assignments and problems will accentuate the Postings. Attend all labs, and record design strategies/solutions to problems that are introduced in lab. These designs will be derived in a top-down manner and they will be presented collaboratively. Instructor uses the Problem-Based Learning strategy (PBL) that seeks individual contributions to problem solving, not solely instructor dictation. Do not expect a line-by-line solution to be written on the board for you to copy. Do not expect the solution to be C++ code only. PBL suggests that you be given a written problem statement and enough constructive information so that when you leave the lab you are expected to analyze and construct an algorithm of your own solution to a similar problem outside of lab. In lab, you will need to compile and build your program (and verify that it works correctly).

4 Your instructor will give you test data to execute so that your output will conform to required specifications. After each lab we recommend at least 2.5 hours of (practical) work to master your computing skills. To succeed in this course, you should build your own algorithm for each problem similar to those introduced in lab and understand how it works. To perform a step-by-step hand-calculation of your design/algorithm is recommended before coding. Programming/coding will translate from your correct algorithm, with the use of the one construct methodology and your textbook as a programming language reference manual for C++ syntax rules and examples of error-free coding techniques. Any and all refinements to your initial algorithm and program will be based on your understanding of the subject material(i.e., your tool to success). You should not rely on your friends, classmates, tutors, etc. toassist you throughout the semester. Once in awhile it may be necessary to minimize the time that it takes you to solve your problem by asking for and seeking assistance. When and if the need arises to seek help or render assistance, be sure to cite the person with whom you worked. Remember, you are responsible for academic integrity at the university; while the instructor is responsible for enforcing the university s code of conduct. Schedule CMPSC 101 Spring 2015 CMPSC 101 TENTATIVE COURSE OUTLINE Week Date Topics to be Covered Assignments 0 TU - Jan 13 Syllabus, course presentation TH - Jan 15 Introduction Computing Skills 1 TU - Jan 20 Programing is both art and a science TH - Jan 22 Code Blocks 2 TU - Jan 27 Edit/Compile/Execute TH - Jan 29 C++ program & COUT 3 TU - Feb 03 Programing Challenges Interactivity & CIN ASSIG-1 TH - Feb 05 If/else 4 TU - Feb 10 Braces{block of statements} input validations TH - Feb 12 Relational Operators 5 TU - Feb 17 Relational expressions TH - Feb 19 Logical operators ASSIG-2 6 TU - Feb 24 Braces{block of statements} while loop TH - Feb 26 For Statement 7 TU - Mar 03 While Statement TH - Mar 05 Exam 1 - Theory 8 TU - Mar 10 Spring Break TH - Mar 12 Spring Break 9 TU - Mar 17 Exam 1 - Lab

5 TH - Mar 19 Switch Statement 10 TU - Mar 24 Do-While statement ASSIG-3 TH - Mar 26 Go to Statement 11 TU - Mar 31 Modular Programing Defining Functions TH - Apr 02 Function Arguments Calling & Returning 12 TU - Apr 07 Pass by Value, Pass by Reference TH - Apr 09 Returning a value from a function 13 TU - Apr 14 Functions w/ Menu-Driven Stubs and Drivers TH - Apr 16 C++ Arrays List of elements ASSIG-4 14 TU - Apr 21 C String Arrays TH - Apr 23 C++ String class 15 TU - Apr 28 Members Functions of String class TH - Apr 30 Overview of Important concepts 16 WED - May 6 Final Exam Lab

Drop Policy: A course drop grade will be assigned in accord with UTA policy (see current catalog).

Drop Policy: A course drop grade will be assigned in accord with UTA policy (see current catalog). Course: Psychology 1315 Spring 2011, Section 004 Meeting place and time: Instructor: Office & Telephone: Office Hours: Email: Department website: Life Sciences Bldg Room 122; Tu & Th 9:30AM 10:50AM Linda

More information

Physics 230 Winter 2014 Dr. John S. Colton

Physics 230 Winter 2014 Dr. John S. Colton Physics 230 Winter 2014 Dr. John S. Colton Instructor: Dr. John S. Colton, Office: N335 ESC, Phone: 801-997-0572 (Google voice) Instructor Office Hours: Mainly just during class; other times available

More information

Contact Information I usually try to check email once per day and respond within 48 hours or sooner, except on weekends and holidays.

Contact Information I usually try to check email once per day and respond within 48 hours or sooner, except on weekends and holidays. John Marks KSU Department of Sociology and Criminal Justice Technology and Cybercrime CRJU 4305 Spring 2016 Course Navigation Before you begin, please take a moment to familiarize yourself with this web-based

More information

The University of Akron Department of Mathematics. 3450:145-803 COLLEGE ALGEBRA 4 credits Spring 2015

The University of Akron Department of Mathematics. 3450:145-803 COLLEGE ALGEBRA 4 credits Spring 2015 The University of Akron Department of Mathematics 3450:145-803 COLLEGE ALGEBRA 4 credits Spring 2015 Instructor: Jonathan Hafner Email: jhafner@zips.uakron.edu Office: CAS 249 Phone: (330) 972 6158 Office

More information

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

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

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

More information

BADM323: Information Systems for Business Professionals SU2016 Online Course

BADM323: Information Systems for Business Professionals SU2016 Online Course Catalog Description BADM323: Information Systems for Business Professionals This course provides the knowledge and understanding of how information can be used in a business organization for achieving

More information

Business Management MKT 829 International Sport Marketing

Business Management MKT 829 International Sport Marketing Business Management MKT 829 International Sport Marketing INSTRUCTOR INFORMATION Name: Fernando E. Pardo Office Telephone Number: 416-979-5000, ext.7504 E-mail Address: fpardo@ryerson.ca Office Location:

More information

Web Advisor Instructions Link to WebAdvisor through Sacred Heart Website by clicking on MYSHU Log In and Choose Faculty Point of Entry

Web Advisor Instructions Link to WebAdvisor through Sacred Heart Website by clicking on MYSHU Log In and Choose Faculty Point of Entry Using Web Advisor How Do I Web Advisor Instructions Link to WebAdvisor through Sacred Heart Website by clicking on MYSHU Log In and Choose Faculty Point of Entry How do I view my course schedule From the

More information

1. COURSE DESCRIPTION

1. COURSE DESCRIPTION C. T. Bauer College of Business University of Houston MARK 4363: International Marketing (Spring 2014) Instructor Office Hours Required Textbook Course Website Professor Ye Hu, Ph.D. 375F Melcher Hall

More information

ACCT 525 05W Advanced Managerial Accounting Spring 2016. Office Hours: Mon - 1 PM to 6 PM (BA 122 or UCD, every other week, appointment recommended)

ACCT 525 05W Advanced Managerial Accounting Spring 2016. Office Hours: Mon - 1 PM to 6 PM (BA 122 or UCD, every other week, appointment recommended) ACCT 525 05W Advanced Managerial Accounting Spring 2016 Instructor: Dr. Opara, DBA, CPA, CMA Assistant Professor Office: BA 122; Tel#: 903-886-5659 E-Mail: Michael.opara@tamuc.edu Office Hours: Mon - 1

More information

Johnson State College External Degree Program. PSY-2040-JY01 Social Psychology Syllabus Spring 2016

Johnson State College External Degree Program. PSY-2040-JY01 Social Psychology Syllabus Spring 2016 Instructor: Dr. Leslie Johnson, Ph.D. Leslie.Johnson@jsc.edu Dates: Jan 18 to May 8 (no class Apr 4 to 8) Johnson State College External Degree Program PSY-2040-JY01 Social Psychology Syllabus Spring 2016

More information

Course Syllabus. COSC 1437 Programming Fundamentals II. Revision Date: August 21, 2013

Course Syllabus. COSC 1437 Programming Fundamentals II. Revision Date: August 21, 2013 Course Syllabus COSC 1437 Programming Fundamentals II Revision Date: August 21, 2013 Catalog Description: This course contains further applications of programming techniques in the C++ programming language.

More information

Computer Science 1015F ~ 2010 ~ Notes to Students

Computer Science 1015F ~ 2010 ~ Notes to Students Computer Science 1015F ~ 2010 ~ Notes to Students Course Description Computer Science 1015/8F and 1016S together constitute a complete Computer Science curriculum for first year students, offering an introduction

More information

Psych 204: Research Methods in Psychology

Psych 204: Research Methods in Psychology Psych 204: Research Methods in Psychology Spring 2003 Professor: Nancy Darling, Ph.D. Office: 108 Preston Hall e-mail: darling@bard.edu Home phone: 876-3583 Please don't call before 8:00AM or after 11:00PM.

More information

PSY 3329 Educational Psychology Online Course Spring 2015 8 Week Course

PSY 3329 Educational Psychology Online Course Spring 2015 8 Week Course PSY 3329 Educational Psychology Online Course Spring 2015 8 Week Course Instructor: Kristi Cordell-McNulty Office: Academic Building 104D Email: kmcnulty@angelo.edu Phone: 325-486-6116 In Office Hours:

More information

Dr. Angela Guercio. Spring 2011

Dr. Angela Guercio. Spring 2011 CS 33101 Structure of Programming Languages Dr. Angela Guercio Spring 2011 Instructor Angela Guercio Office: 424, Main Hall Phone: 330 244 3424 (KSU ext 53424) Best way to contact me: aguercio@kent.edu

More information

ANTH 008 WORLD PREHISTORY

ANTH 008 WORLD PREHISTORY ANTH 008 WORLD PREHISTORY SPRING 2015 INSTRUCTOR INFORMATION Instructor: Office Hours: E- mail: Website: Taryn Rampley Online by appointment trampley@saddleback.edu www.saddleback.edu/faculty/trampley/

More information

CSC 241 Introduction to Computer Science I

CSC 241 Introduction to Computer Science I 1 Syllabus CSC 241 Introduction to Computer Science I Course Management System: D2L (https://d2l.depaul.edu) INSTRUCTOR INFORMATION Jean D. Hop Building, 243 S. Wabash Ave, Room 634 Email: csc241hop@gmail.com

More information

Canisius College Computer Science Department Computer Programming for Science CSC107 & CSC107L Fall 2014

Canisius College Computer Science Department Computer Programming for Science CSC107 & CSC107L Fall 2014 Canisius College Computer Science Department Computer Programming for Science CSC107 & CSC107L Fall 2014 Class: Tuesdays and Thursdays, 10:00-11:15 in Science Hall 005 Lab: Tuesdays, 9:00-9:50 in Science

More information

MGSC 590 Information Systems Development Course Syllabus for Spring 2008

MGSC 590 Information Systems Development Course Syllabus for Spring 2008 MGSC 590 Information Systems Development Course Syllabus for Spring 2008 Tue and Thu 2:00 p.m. - 3:15 p.m. Room 463, College of Business Administration http://dmsweb.moore.sc.edu/mgsc590/ Instructor: Dr.

More information

ISM 4113: SYSTEMS ANALYSIS & DESIGN

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

More information

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

COURSE SYLLABUS : CPSC6157 NETWORK MGMT SPRING 2016

COURSE SYLLABUS : CPSC6157 NETWORK MGMT SPRING 2016 COURSE SYLLABUS : CPSC6157 NETWORK MGMT SPRING 2016 INSTRUCTOR Radhouane Chouchane EMAIL chouchane@columbusstate.edu (best way to reach me!) HOMEPAGE: http://csc.columbusstate.edu/chouchane/ PHONE Office

More information

FLORIDA STATE COLLEGE AT JACKSONVILLE COLLEGE CREDIT COURSE OUTLINE. Introduction to Programming with Visual Basic.NET

FLORIDA STATE COLLEGE AT JACKSONVILLE COLLEGE CREDIT COURSE OUTLINE. Introduction to Programming with Visual Basic.NET Form 2A, Page 1 FLORIDA STATE COLLEGE AT JACKSONVILLE COLLEGE CREDIT COURSE OUTLINE COURSE NUMBER: COP 2837 COURSE TITLE: Introduction to Programming with Visual Basic.NET PREREQUISITE(S): COP 1000 COREQUISITE(S):

More information

CS 1361-D10: Computer Science I

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

More information

GB 401 Business Ethics COURSE SYLLABUS: Fall 2014 2 nd 8 Week Syllabus Mr. Robert Wells COURSE OVERVIEW

GB 401 Business Ethics COURSE SYLLABUS: Fall 2014 2 nd 8 Week Syllabus Mr. Robert Wells COURSE OVERVIEW GB 401 Business Ethics COURSE SYLLABUS: Fall 2014 2 nd 8 Week Syllabus Mr. Robert Wells COURSE OVERVIEW This course is designed to provide an examination of contemporary organizational ethical issues and

More information

AUBURN UNIVERSITY TITLE XII STUDENT ACADEMIC HONESTY CODE

AUBURN UNIVERSITY TITLE XII STUDENT ACADEMIC HONESTY CODE AUBURN UNIVERSITY TITLE XII STUDENT ACADEMIC HONESTY CODE CHAPTER 1200 Definition 1200 This act shall be known as the Student Academic Honesty Code. The Student Academic Honesty Code applies to all students

More information

INTRODUCTION TO BUSINESS BA2020 WAYNE STATE UNIVERSITY SCHOOL OF BUSINESS ADMINISTRATION

INTRODUCTION TO BUSINESS BA2020 WAYNE STATE UNIVERSITY SCHOOL OF BUSINESS ADMINISTRATION INTRODUCTION TO BUSINESS BA2020 WAYNE STATE UNIVERSITY SCHOOL OF BUSINESS ADMINISTRATION Section 004 Room: TBD (Tuesday) 11:30am 12:50pm (Thursday) 11:30am 12:20pm Instructor: Dr. Sheri Perelli Teaching

More information

Fundamentals of Evaluation, Measurement & Research EMR 5400

Fundamentals of Evaluation, Measurement & Research EMR 5400 Fundamentals of Evaluation, Measurement & Research EMR 5400 Course Syllabus Spring Term 2014 (January 6, 2014 - April 26, 2014) Instructor Gary Miron Professor, Educational Leadership, Research & Technology

More information

Syllabus COMP 517 Computer Security Penn State Harrisburg Fall 2009

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

More information

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

CIS-154-101-14SP Network Administration Course Syllabus

CIS-154-101-14SP Network Administration Course Syllabus CIS-154-101-14SP Network Administration Course Syllabus Last updated on 21 January, 2014 About This Course... 2 The Book We ll Use... 2 Things You Need To Know... 2 When and Where... 2 How to Contact Me...

More information

HEAL 460: Public Health Administration SYLLABUS

HEAL 460: Public Health Administration SYLLABUS HEAL 460: Public Health Administration SYLLABUS Course No.: HEAL 460 Instructor: Andrea L. DeMaria, PhD, MS Section No.: 01 Office: Silcox 314 Credits: 3 E-mail: demariaa@cofc.edu Semester: Spring 2013

More information

AUSTIN COMMUNITY COLLEGE DEPARTMENT OF COMPUTER STUDIES AND ADVANCED TECHNOLOGY

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

More information

Dynamic Programming Problem Set Partial Solution CMPSC 465

Dynamic Programming Problem Set Partial Solution CMPSC 465 Dynamic Programming Problem Set Partial Solution CMPSC 465 I ve annotated this document with partial solutions to problems written more like a test solution. (I remind you again, though, that a formal

More information

Evaluation Criteria Practice Preparation 30% Performance Recitals 30% Technique/Theory 25% Quarterly Project 15%

Evaluation Criteria Practice Preparation 30% Performance Recitals 30% Technique/Theory 25% Quarterly Project 15% Course Syllabus Course Description Class piano is designed to teach the concepts and fundamentals needed to perform on the piano. It will increase musical understanding beyond just reading notes by teaching

More information

ADMINISTRATION OF JUSTICE 002 CRIMINAL LAW SYLLABUS

ADMINISTRATION OF JUSTICE 002 CRIMINAL LAW SYLLABUS ADMINISTRATION OF JUSTICE 002 CRIMINAL LAW SYLLABUS INTRODUCTION PLEASE READ CAREFULLY! PLEASE NOTE ALL ASSIGNMENT DUE DATES!! PLEASE NOTE ALL EXAMINATION DATES!!! WEST LOS ANGELES COLLEGE Fall Semester

More information

Earth Science 102 Introduction to Physical Geology Fall 2015 Online

Earth Science 102 Introduction to Physical Geology Fall 2015 Online Parkland College Earth Science Courses Natural Sciences Courses 2015 Earth Science 102 Introduction to Physical Geology Fall 2015 Online Julie Angel Parkland College, jangel@parkland.edu Recommended Citation

More information

MCS5813 Cryptography Spring 2010 http://my.ltu.edu and select CRN 3850

MCS5813 Cryptography Spring 2010 http://my.ltu.edu and select CRN 3850 COURSE TITLE BLACKBOARD SITE MCS5813 Cryptography http://my.ltu.edu and select CRN 3850 INSTRUCTOR Jon Brewster Professor, Department of Mathematics and Computer Science Contact Information jbrewster@ltu.edu,

More information

PHIL 2244: Engineering Ethics (3 credits)

PHIL 2244: Engineering Ethics (3 credits) Syllabus University of New Orleans Department of Philosophy PHIL 2244: Engineering Ethics (3 credits) SECTION 001: LA 372, F, 1:00 1:50 p.m. Contact Information Instructor: Dr. Edward Johnson Office: Liberal

More information

ECE 441/541 Advanced Digital Design and Field Programmable Gate Arrays Spring 2010

ECE 441/541 Advanced Digital Design and Field Programmable Gate Arrays Spring 2010 ECE 441/541 Advanced Digital Design and Field Programmable Gate Arrays Spring 2010 Course description: Course will provide a description of Field Programmable Gate Array (FPGA) technologies and the methods

More information

Lecture Announcements: MAC2312 sec. 1-3 Fri., April 22

Lecture Announcements: MAC2312 sec. 1-3 Fri., April 22 Lecture Announcements: MAC2312 sec. 1-3 Fri., April 22 1. Today in lecture: Review for the Final Exam 2. Upcoming dates: on Mon., April 25 - Help Session in 110MCH from 10 am 12 noon on Wed., April 27

More information

PEC 479 Sport Management Course Syllabus

PEC 479 Sport Management Course Syllabus PEC 479 Sport Management Course Syllabus David Conner Spring 2012 1 Instructor Information Name: David Conner Office: 2042 Carmichael Gym Office Hours: 10:00-11:00 am M-H or by appointment Phone: (919)

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

Language Arts Division

Language Arts Division 1 Language Arts Division English 103, Composition and Critical Thinking, Spring 2016 Online Section #8193 Transfers to UC/CSU, 3 units 11 April 6 June 2016, 6 hrs 30 mins per week Prerequisites: Completion

More information

DEPARTMENT OF SOCIOLOGY AND CRIMINAL JUSTICE SOCIAL SCIENCE BUILDING 1000 CHASTAIN ROAD KENNESAW, GA 30144-5591

DEPARTMENT OF SOCIOLOGY AND CRIMINAL JUSTICE SOCIAL SCIENCE BUILDING 1000 CHASTAIN ROAD KENNESAW, GA 30144-5591 DEPARTMENT OF SOCIOLOGY AND CRIMINAL JUSTICE SOCIAL SCIENCE BUILDING 1000 CHASTAIN ROAD KENNESAW, GA 30144-5591 COURSE SYLLABUS TECHNOLOGY AND CYBERCRIME CRJU 4305.W01 ONLINE (CRN #11807) SPRING 2013 I.

More information

ENGR 102: Engineering Problem Solving II

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

More information

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

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

More information

GIT 335 COMPUTER SYSTEMS TECHNOLOGY Course Syllabus Fall 2008 Professor Penny Ann Dolin

GIT 335 COMPUTER SYSTEMS TECHNOLOGY Course Syllabus Fall 2008 Professor Penny Ann Dolin GIT 335 Syllabus 1 Dolin Syllabus GIT 335 COMPUTER SYSTEMS TECHNOLOGY Course Syllabus Fall 2008 Professor Penny Ann Dolin Department of Technology Management College of Technology and Innovation Arizona

More information

The course assumes successful completion of CSCI E-50a and CSCI E-50b, i.e. at least two semesters of programming, with a grade of C- or better.

The course assumes successful completion of CSCI E-50a and CSCI E-50b, i.e. at least two semesters of programming, with a grade of C- or better. Syllabus Artificial Intelligence CSCI E-220 Fall 2012 Time Thursdays, 5:30-7:30pm Location Maxwell-Dworkin G135 Instructor Eric Breck (http://www-personal.umich.edu/~ebreck) Email ebreck@fas.harvard.edu

More information

HISTORY OF PSYCHOLOGY PSY 4000 (40) 25700 ONLINE SPRING SEMESTER, 2015

HISTORY OF PSYCHOLOGY PSY 4000 (40) 25700 ONLINE SPRING SEMESTER, 2015 HISTORY OF PSYCHOLOGY PSY 4000 (40) 25700 ONLINE SPRING SEMESTER, 2015 INSTRUCTOR: OFFICE HOURS: TELEPHONE: EMAIL: MEETING TIMES: Palwasha Ahad, Ph.D. Email is quickest way to get in contact with me. I

More information

Sample Syllabus: Required and Recommended Elements

Sample Syllabus: Required and Recommended Elements 1 Sample Syllabus: Required and Recommended Elements A syllabus is a document where the instructor s creativity and expertise should be allowed full play. It is also a document that establishes the contract

More information

GB 401 Business Ethics COURSE SYLLABUS: Fall 2014 16 Week Online Syllabus Ms. Jessica Robin COURSE OVERVIEW

GB 401 Business Ethics COURSE SYLLABUS: Fall 2014 16 Week Online Syllabus Ms. Jessica Robin COURSE OVERVIEW GB 401 Business Ethics COURSE SYLLABUS: Fall 2014 16 Week Online Syllabus Ms. Jessica Robin COURSE OVERVIEW This course is designed to provide an examination of contemporary organizational ethical issues

More information

MUSB 1305- SURVEY OF THE MUSIC BUSINESS. CRN 28674 - Spring 2015. Spring Branch Campus - Room 405 6:00 p.m. - 10:00 p.m. Wed

MUSB 1305- SURVEY OF THE MUSIC BUSINESS. CRN 28674 - Spring 2015. Spring Branch Campus - Room 405 6:00 p.m. - 10:00 p.m. Wed MUSIC BUSINESS Northwest College MUSB 1305- SURVEY OF THE MUSIC BUSINESS CRN 28674 - Spring 2015 Spring Branch Campus - Room 405 6:00 p.m. - 10:00 p.m. Wed 4 hour lecture course / 48 hours per semester/

More information

A. COURSE DESCRIPTION

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

More information

THE UNIVERSITY OF TEXAS AT BROWNSVILLE College of Education Syllabus

THE UNIVERSITY OF TEXAS AT BROWNSVILLE College of Education Syllabus THE UNIVERSITY OF TEXAS AT BROWNSVILLE College of Education Syllabus Conceptual Framework & Knowledge Base The conceptual framework contains four core concepts, which are themes through which we organize

More information

SOUTHWEST COLLEGE Department of Mathematics

SOUTHWEST COLLEGE Department of Mathematics SOUTHWEST COLLEGE Department of Mathematics COURSE SYLLABUS MATH 1314: College Algebra INSTRUCTOR: E-MAIL: Fatemeh Salehibakhsh f.salehibakhsh@hccs.edu Office Hours M - W 2:30 3:00 PM Friday 11:00 AM 2:00

More information

ISM 4210: DATABASE MANAGEMENT

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

More information

History and Philosophy of Psychology (Psy 3611)-- S-06 (Jeff Ratliff-Crain) Contact Information Office: E-Mail Address: Course web page:

History and Philosophy of Psychology (Psy 3611)-- S-06 (Jeff Ratliff-Crain) Contact Information Office: E-Mail Address: Course web page: History and Philosophy of Psychology (Psy 3611)-- S-06 (Jeff Ratliff-Crain) Contact Information Office: SS-135, Phone: 589-6204 E-Mail Address: ratliffj@morris.umn.edu Course web page: http://www.morris.umn.edu/~ratliffj

More information

Teaching large lecture classes online: Reflections on engaging 200 students on Blackboard and Facebook

Teaching large lecture classes online: Reflections on engaging 200 students on Blackboard and Facebook Teaching large lecture classes online: Reflections on engaging 200 students on Blackboard and Facebook By Marcus Messner, Ph.D. Assistant Professor, VCU School of Mass Communications VCU Online Learning

More information

Department: Department of Social & Cultural Analysis, Suite 335

Department: Department of Social & Cultural Analysis, Suite 335 Syllabus Spring 2012 SOC 370.500 Social Gerontology Stephen F. Austin State University Instructor: Jana I. Tiefenwerth, M.S. "Mrs. T." Phone: 903-658-0481 E-mail: jtiefenwerth@sfasu.edu FAX: 254-598-2924

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

OPERATIONS MANAGEMENT (OM335: 04285, 04290)

OPERATIONS MANAGEMENT (OM335: 04285, 04290) OPERATIONS MANAGEMENT (OM335: 04285, 04290) MEETING TIME & LOCATION: SYLLABUS, Spring 2016 Mondays and Wednesdays, 12:30PM-2:00PM, UTC 1.144 Mondays and Wednesdays, 2:00PM-3:30PM, UTC 1.144 INSTRUCTOR:

More information

MKTG 360-04 SOCIAL MEDIA MARKETING Spring 2015 Distance Education Course

MKTG 360-04 SOCIAL MEDIA MARKETING Spring 2015 Distance Education Course MKTG 360-04 SOCIAL MEDIA MARKETING Spring 2015 Distance Education Course Professor: Dr. Ya You Office Hour: chat appointments by request only Email:youy@cofc.edu Course Materials Textbook: Social Media

More information

PSYCHOLOGY 253: SOCIAL PSYCHOLOGY (WINTER 2013) Lectures & location Mondays and Wednesdays 2:30-3:50 pm in Arts Lecture Hall 116 Instructor Dr.

PSYCHOLOGY 253: SOCIAL PSYCHOLOGY (WINTER 2013) Lectures & location Mondays and Wednesdays 2:30-3:50 pm in Arts Lecture Hall 116 Instructor Dr. PSYCHOLOGY 253: SOCIAL PSYCHOLOGY (WINTER 2013) Lectures & location Mondays and Wednesdays 2:30-3:50 pm in Arts Lecture Hall 116 Instructor Dr. Hilary Bergsieker Office: PAS 3052 Email: hburbank@uwaterloo.ca

More information

Fluency in Information Technology

Fluency in Information Technology Fluency in Information Technology Bulletin Description The nature of computers, their capabilities, and limitations. How computers work, popular applications, problem-solving skills, algorithms and programming.

More information

Management 352: Human Resource Management Spring 2015 Syllabus

Management 352: Human Resource Management Spring 2015 Syllabus Management 352: Human Resource Management Spring 2015 Syllabus Instructor: Professor Tanya Hertz, Department of Management E-mail: THertz@mail.sdsu.edu (Subject line should read MGT 352-A1) Office Phone

More information

Basic info Course: CS 165 Accelerated Introduction to Computer Science Credits: 8 Instructor: Tim Alcon Email: timothy.alcon@oregonstate.

Basic info Course: CS 165 Accelerated Introduction to Computer Science Credits: 8 Instructor: Tim Alcon Email: timothy.alcon@oregonstate. Basic info Course: CS 165 Accelerated Introduction to Computer Science Credits: 8 Instructor: Tim Alcon Email: timothy.alcon@oregonstate.edu Two fundamental rules 1. You are responsible for knowing the

More information

UNIVERSITY OF LA VERNE COLLEGE OF LAW. NEGOTIATION EVENING CLASS (Law 550, Section 2)

UNIVERSITY OF LA VERNE COLLEGE OF LAW. NEGOTIATION EVENING CLASS (Law 550, Section 2) UNIVERSITY OF LA VERNE COLLEGE OF LAW NEGOTIATION EVENING CLASS (Law 550, Section 2) Spring 2016 Syllabus Professor Charles H. Smith Tuesdays, 6:30-8:30 p.m. (2 units) Room TBA I. PROFESSOR SMITH S CONTACT

More information

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

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

More information

Workshop Tool in Moodle

Workshop Tool in Moodle Workshop Tool in Moodle Moodle Workshops are a great tool for students to view, grade and assess their own and other course members work as a group. There are many options that can make this educational

More information

GUIDELINES FOR ADVISING MPH STUDENTS Master of Public Health, MPH One University Place, Rensselaer, NY 402-0283

GUIDELINES FOR ADVISING MPH STUDENTS Master of Public Health, MPH One University Place, Rensselaer, NY 402-0283 GUIDELINES FOR ADVISING MPH STUDENTS Master of Public Health, MPH One University Place, Rensselaer, NY 402-0283 The following is a summary of key policies and procedures that should be used by Faculty

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

Survey Research Methods

Survey Research Methods Survey Research Methods MMC6936 Section 1197 Spring 2015 Instructor: Hyojin Kim, Ph.D. hkim@ufl.edu Office Hours via Skype: Thu 1:30PM 3:30PM or by appointment [Skype ID: hkimuf] Course Description This

More information

Crime Scene Investigation Central College

Crime Scene Investigation Central College Crime Scene Investigation Central College Instructor: Sandra Hall Craver CRIJ 2314-0001 Crime Scene Investigation CRN 26282 Fall 2014 Central Campus EDC-RM A218 M 5:30-8:30 pm 3 hour lecture course 08/25/2014-12/08/2014

More information

Nursing 319--OnLine Introduction to Nursing Theory and Research

Nursing 319--OnLine Introduction to Nursing Theory and Research MICHIGAN STATE UNIVERSITY COLLEGE OF NURSING Nursing 319--OnLine Introduction to Nursing Theory and Research Syllabus Judith Strunk, RN, BSN, MSN Spring, 2005 COURSE DESCRIPTION: Nursing 319 is designed

More information

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

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

More information

ESL 005 Advanced Grammar and Paragraph Writing

ESL 005 Advanced Grammar and Paragraph Writing ESL 005 Advanced Grammar and Paragraph Writing Professor, Julie Craven M/Th: 7:30-11:15 Phone: (760) 355-5750 Units 5 Email: julie.craven@imperial.edu Code: 30023 Office: 2786 Room: 201 Course Description:

More information

SPAN 203: Intermediate Spanish I

SPAN 203: Intermediate Spanish I SPAN 203: Intermediate Spanish I Course Description and Objectives SPAN 203 is a three-credit hour course designed to continue your study of the Spanish language and the many facets of Hispanic culture,

More information

Syllabus Outline. Syllabus COSC1336 Programming Fundamentals I Page 1 of 6

Syllabus Outline. Syllabus COSC1336 Programming Fundamentals I Page 1 of 6 Syllabus COSC1336 Programming Fundamentals I Page 1 of 6 Syllabus Outline Austin Community College Department of Computer Studies and Advanced Technology Programming Fundamentals I ALL sections Spring

More information

Williams College Department of Economics. Economics 384: Corporate Finance

Williams College Department of Economics. Economics 384: Corporate Finance Williams College Department of Economics Economics 384: Corporate Finance William M. Gentry Office: Fernald 3 Phone: 597-4257 e-mail: wgentry@williams.edu Office hours: Monday 10:00 12:00 Wednesday 2:00

More information

Course Name (e.g., Introduction to Human Resource Development) Course Code and Section Number (e.g, HRDV 2301 D01) Semester (e.g.

Course Name (e.g., Introduction to Human Resource Development) Course Code and Section Number (e.g, HRDV 2301 D01) Semester (e.g. Course Name (e.g., Introduction to Human Resource Development) Course Code and Section Number (e.g, HRDV 2301 D01) Semester (e.g., Fall 2015) Name: Office Location: (if you have an office on campus please

More information

Student Learning Outcome - The 15 Best Based Performance Criteria

Student Learning Outcome - The 15 Best Based Performance Criteria College of Liberal Arts & Sciences Department of Philosophy Philosophy M.A. August 16, 2014 David J. Buller, Chair Status Report 1 1. INTRODUCTION The Philosophy M.A. assessment plan submitted along with

More information

University of Florida Department of Decision and Information Sciences ISM 6128: Systems Analysis and Design I Spring 2016

University of Florida Department of Decision and Information Sciences ISM 6128: Systems Analysis and Design I Spring 2016 University of Florida Department of Decision and Information Sciences ISM 6128: Systems Analysis and Design I Spring 2016 Instructor: Dr. Shubho Bandyopadhyay Office: 343 STZ Phone: (352) 392-5946 Website:

More information

Learning Web Page: http://learning.hccs.edu/faculty/melvin.mays. Office Hours: I can be contacted @ melvin.mays@hccs.edu or 713-718- 5441

Learning Web Page: http://learning.hccs.edu/faculty/melvin.mays. Office Hours: I can be contacted @ melvin.mays@hccs.edu or 713-718- 5441 MUSC 1335 Commercial Music Software Audio Recording Program / Northwest College CRN 50237 Spring 2015 Spring Branch Campus PSPBR Rm#704 Mon Wed 5:30 PM- 8:30 PM 2 Hour Lecture, 4 Hour Lab course/ 112 Contact

More information

Cybercrime CCJS 418B Spring 2014

Cybercrime CCJS 418B Spring 2014 Cybercrime CCJS 418B Spring 2014 Instructor Professor David Maimon Lecture Tuesday and Thursday 2:00-3:15 Architecture Building 1105 Office hours Tuesday and Thursday 11:00-12:00 and by appointment Phone

More information

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

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

More information

Angel Master Course Template

Angel Master Course Template Angel Master Course Template This document provides a sample of the Central Georgia Technical College approved Angel Course Template. The reasoning behind this required template is to provide place holders

More information

IDEAL PROGRAM PRST 224 Critical Thinking & Writing SYLLABUS ONLINE

IDEAL PROGRAM PRST 224 Critical Thinking & Writing SYLLABUS ONLINE Dear Student, IDEAL PROGRAM PRST 224 Critical Thinking & Writing SYLLABUS ONLINE Please read the following course syllabus carefully, especially the course dates, times and location. If you have any questions,

More information

Lab Experience 17. Programming Language Translation

Lab Experience 17. Programming Language Translation Lab Experience 17 Programming Language Translation Objectives Gain insight into the translation process for converting one virtual machine to another See the process by which an assembler translates assembly

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

Academic regulations for bachelor s degree courses at the UPC

Academic regulations for bachelor s degree courses at the UPC Academic regulations for bachelor s degree courses at the UPC 2010-2011 academic year Office of the Vice-President for Academic Policy June 2010 This document is a translation of the original Catalan version

More information

BERGEN COMMUNITY COLLEGE

BERGEN COMMUNITY COLLEGE Course Description BERGEN COMMUNITY COLLEGE DIVISION OF BUSINESS, ARTS and SOCIAL SCIENCES BUSINESS DEPARTMENT BNF 101 Principles of Banking Syllabus BNF 101 Principles of Bank Operations presents the

More information

SYLLABUS Writing a Research Paper ENG 1000 AA01 LEARNING CENTER

SYLLABUS Writing a Research Paper ENG 1000 AA01 LEARNING CENTER SYLLABUS Writing a Research Paper ENG 1000 AA01 LEARNING CENTER CELL PHONES, TEXT MESSAGING DEVICES, PAGERS and ALL OTHER ELECTRONIC DEVICES MUST BE TURNED OFF Read syllabus carefully as you are responsible

More information

Rollins College Entrepreneurial and Corporate Finance BUS 320- H1X- 2016-01

Rollins College Entrepreneurial and Corporate Finance BUS 320- H1X- 2016-01 Professor Stephanie D. Murphy Smurphy1@rollins.edu Time: H1X Tuesday and Thursdays 4-5:15pm Location: The Lodge Reeves Office Hours: Tuesdays and Thursday, or by email to schedule Course Description This

More information

CITY COLLEGE OF SAN FRANCISCO Sabbatical Leave Application and Agreement

CITY COLLEGE OF SAN FRANCISCO Sabbatical Leave Application and Agreement CITY COLLEGE OF SAN FRANCISCO Sabbatical Leave Application and Agreement Instructions 1. Before completing this form, read Article 17.L. of the DISTRICT/AFT Contract. 2. Please type or print your entries.

More information

Graduate Student Handbook of the Mathematics Department

Graduate Student Handbook of the Mathematics Department Graduate Student Handbook of the Mathematics Department Department of Mathematics North Dakota State University October 7, 2015 1 1 General Information The Department of Mathematics offers graduate study

More information

This package cannot be substituted with other materials.

This package cannot be substituted with other materials. 2015 Biology of Cells and Organisms BIOS 100 Spring Semester Section 36536: MWF 9:00 am to 9:50 am in LC A1 Faculty Information University of Illinois at Chicago BIOS 100 Biology of Cells and Organisms

More information