ECE 209 Computer Systems Programming

Size: px
Start display at page:

Download "ECE 209 Computer Systems Programming"

Transcription

1 ECE 209 Computer Systems Programming Section 051 and 652 Summer Credit Hours Course Description Computer systems programming using the C language. Translation of C into assembly language. Introduction to fundamental data structures: array, list, hash table. It will also include a brief introduction to timely and important topics in the field, in particular hardware interfacing and parallel and distributed computing concepts. Learning Outcomes This course continues your introduction to computing systems by focusing on programming. In particular, you will learn more about the C programming language, how its features can be implemented using a processor s instruction set, and how to use data structures in C to write programs to solve complex problems. By the end of this course, you will be able to: Implement a program in the C language based on a detailed specification. Demonstrate the use of C compilers and debugging tools. Describe how C functions are implemented, including: (1) activation records, (2) how the runtime stack is used to support function execution, and (3) how activation records and the runtime stack are implemented in assembly language. Implement the following data structures in C: array, list, and hash table. Convert C language elements to LC 3 assembly language: variables, basic expressions, function calls, pointers, arrays, and structs. This class also includes an associated problem session (209P), in which you will be given significant programming assignments. The problem sessions are designed to give you hands on experience with C programming tools. You are required to register for 209P while taking ECE 209. Course Structure Lectures Each week there will be three to four scheduled lectures. Students are expected and required to attend each scheduled lecture. To help you get the most out of lecture, each session will be recorded and made available online. You may use these recordings to revisit topics you did not understand in class or make up for missed class time due to absence.

2 Problem Sessions Problem sessions will be held each week in EB You should prepare for Problem Sessions by attending lecture and reading assigned material in advance of class. Problem sessions will often include a graded programming exercise that either reinforces concepts from class or prepares you for a larger Programming Assignment. Programs Programs will be assigned and due every 2 to 3 weeks. These are designed to measure your ability to build complete programs to solve a problem. You should start early on these assignments to ensure you get the help you need. Homework and CodeLab Each week you will have written homeworks and CodeLab assignments. CodeLab is an online coding environment that provides detailed and immediate feedback on coding exercises. Students who have taken my course in the past have found CodeLab instrumental for learning C in depth. CodeLab exercises will be assigned regularly to give you experience programming a variety of common tasks in C. Each day, you should budget a little time to complete a few CodeLab assignments. While they are not meant to be difficult, you will encounter problems on occasion. Saving them all until the day they are due is a recipe for failure. Exams There will be two exams during the semester and one final exam. The exams and final are comprehensive and will test important class concepts and programming skills. Getting Help: Social Networking, Communicating with Instructors, Google Docs The primary means of communicating with instructors or your peers will be through Piazza ( Here you can post private messages only viewable by the instructor and TA. Piazza also supports anonymous posts (anonymous even to the instructor). For questions about Homeworks and Programming assignments, you should add comments directly on the shared Google Doc describing the assignment.

3 Course Policies Course web site: Questions, Message Board, Social Networking using Piazza Use Piazza to ask questions and get feedback. You should have received an asking you to join the class on Piazza.com. Electronic Submission All assignments, except exams, will be submitted electronically. Please make sure you know how to do this before reaching a critical deadline. Log on to Moodle, click on the assignment, and then upload your file. Double check that you uploaded it to the correct assignment! Communicating with the class and with instructors: All class announcements will be posted to Piazza. Moodle will hold all homework assignments and solutions, lecture notes, past exams, and other relevant information. The instructor may choose to broadcast an message to the entire class for time critical announcements. For the most part, however, you are responsible for getting information in class, from Moodle or from Piazza. When to or Call Instructors Since Piazza has a private and anonymous posting feature, most dialogues are appropriate for that forum. However, there are some cases that you might prefer to me: A personal matter, like a medical issue, that you wish to keep private from TAs or other class instructors. Something that is not class related but relates to advising or being a student. Anything else that you feel is too personal to post to a message board. Please reserve for these matters and otherwise use Piazza for communicating with instructors. My office phone should be reserved for emergencies only. For example, if the TA does not show up to lab, you may call me and ask what to do (this has happened before, but I doubt it will this term). Or, if you can t make it to an exam due to a car accident, it would be appropriate to call or me and let me know. However, you should not call me to tell me you need help with a problem. That s what Piazza is for.

4 Course Lockers A course workspace locker is provided for each student. The path to your directory is: /afs/eos.ncsu.edu/lockers/workspace/ece/ece209/051/<your unityid> This locker is 1GB and may only be used for ECE 209. Abuse of this resource (e.g., using it to store videos, pictures, or other personal content) will result in the removal of your locker space. The TA's and the instructor have read and write access to your locker. Classroom Capture via Mediasite All lectures will be recorded for later viewing using EOL s video recording service. The URL to access these recordings will be provided to all students. Please be aware that questions you ask during class may be recorded. Important External (non NCSU) Electronic Resources Piazza We ll be using Piazza as our class message board. This is a free tool. To get access: Sign up at piazza.com/ncsu/summer2017/ece209 ZyBook We'll be using an e book from zybooks.com this semester. To get access: Sign up at zybooks.com Enter zybook code NCSUECE209TuckSummer2017 Click Subscribe CodeLab We'll be using CodeLab from TuringsCraft. To get access: Registration (for students): 1. Go to OR 2. Click "Register for CodeLab" 3. Choose "I am a student in a course..." and click CONTINUE 4. Enter the Section Access Code: NORT JBWR 33 and click CONTINUE 5. Continue filling out the forms being careful to enter your official university address and first and last names (these will appear in the professor's roster)

5 Login (for anyone): 1. Go to OR 2. Click "Login to CodeLab, the username is the address given during registration, the password is the password selected during registration Instructors James Tuck (jtuck) Instructor Web Page: Phone: Office Location: EB Office Hours: Monday/Wednesday: 4 pm to 5 pm Tuesdays: 3:30 pm to 5:30 pm Jeanne Sanders Teaching Assistant jelunsfo@ncsu.edu Office Hours: Monday: 11 am to 1 pm; cancelled May 29 and July 3 Location: EB Course Meetings Lecture Section 001 Days: MWThF Time: 1:40 pm to 2:55 pm Campus: Centennial Location: EB This meeting is required. Problem session Section 451/752 Days: F Time: 9:50 am 11:40 am Campus: Centennial Location: EB This meeting is required.

6 Meeting Notes If lecture is canceled due to inclement weather or because the instructor is traveling, make up lectures will be posted as videos. Students are required to watch these make up lectures and complete any associated assignments. Course Materials Textbooks Introduction to Computing Systems: From Bits and Gates to C and Beyond Yale N. Patt and Sanjay J. Patel Edition: 2nd ISBN: Cost: $95 This textbook is required. C Primer Plus Stephen Prata Edition: 5th ISBN: Cost: $50 or available free online from the NCSU library This textbook is optional. Programming in C Roman Lysecky and Frank Vahid Edition: 1st Web Link: ZyBooks.com Cost: $48 This textbook is required. Materials CodeLab, $25 This material is required. Requisites and Restrictions Prerequisites In order to take this class, you must have completed ECE 109 (Introduction to Computer Systems), with a grade of C or better. There will be very little review of ECE 109 material. In particular, you should be very comfortable with the LC 3 instruction set and LC 3 assembly language before taking this class.

7 Co requisites None. Restrictions None. General Education Program (GEP) Information GEP Category This course does not fulfill a General Education Program category. GEP Co requisites This course does not fulfill a General Education Program co requisite. Transportation This course will not require students to provide their own transportation. Non scheduled class time for field trips or out of class activities is NOT required for this class. Safety & Risk Assumptions None. Grading Grade Components Component Weight Details

8 Homework, CodeLab, and In class Assignments 20 Homework. There will be approximately one written homework assignment bi weekly. These problems cover all aspects of the course's material. In some cases, only a random sample of questions from the assignment will be graded for correctness each week. The remaining questions will be checked only for completeness. Our goal is to return graded homework within two weeks of their due date. All homework will be submitted electronically using Moodle. All such homework assignments are weighted equally. Approximately 7 such homeworks will be assigned, so homework will be worth roughly 700 points. CodeLab. CodeLab is a web tool designed to improve your ability to write programs in C. It will only focus on C programming skills. You will be assigned CodeLab problems each week, and some homework exercises will be submitted in CodeLab. You must complete the exercises online before the due date. All CodeLab exercises are to be done individually. Each problem in CodeLab is worth 2 points. But, there are 193 such exercises. So, they are worth 386 points in all. All Homework and CodeLab assignments are to be done individually. Though you can consult with other students, the instructor, TAs, or a tutor, it is crucial that you submit your own work and know how to do every homework assignment on your own. Review the class cheating policy for clarifying guidelines.

9 The weighted average across all such assignments will constitute 20% of your grade. Programming Assignments 20 There will be three programming assignments during the semester. All weighted equally. These are designed to develop skills designing larger programs. Typically, these will be completed outside of class/lab time, but the weekly problem sessions will help you prepare for these assignments. Problem Session (Lab) Assignments 10 To receive credit for this class, you must also be registered for the problem session (ECE 209P). Problem sessions will be held every week in EB During some problem sessions, there will be in lab assignments handed out at the beginning of the session. These must be completed and submitted during the problem session. These assignments may be graded based on completeness and/or correctness, depending on the PS assignment. The PS grade will be computed as follows: 70%: The average of your PS grades. (7 points of your total grade) 30%: A final PS exam that tests your ability to use the compiler and debugger. (3 points of your total grade) Exams 50

10 There will be two regular exams (10% each) and one comprehensive final exam (30%). All exams will be closed book and closed notes. Regular exams will be administered during regular class periods, on or close to the dates listed below. The final exam will be given according to the university schedule, also given below. Exam 1: Friday, June 2 Exam 2: Friday, June 30 Final: (Tentative) Monday July 24 See the Makeup Work Policy for policies regarding missed exams. Do not ask for permission to take the final exam early or late because of family travel plans. These requests will not be granted. Letter Grades This Course uses Standard NCSU Letter Grading: 97 A A < A < B+ < B < B < C+ < C < C < D+ < 70

11 63 D < D < 63 0 F < 60 Requirements for Credit Only (S/U) Grading In order to receive a grade of S, students are required to take all exams and quizzes, complete all assignments, and earn a grade of C or better. Conversion from letter grading to credit only (S/U) grading is subject to university deadlines. Refer to the Registration and Records calendar for deadlines related to grading. For more details refer to Requirements for Auditors (AU) Information about and requirements for auditing a course can be found at No auditing is allowed for this course. Policies on Incomplete Grades If an extended deadline is not authorized by the instructor or department, an unfinished incomplete grade will automatically change to an F after either (a) the end of the next regular semester in which the student is enrolled (not including summer sessions), or (b) the end of 12 months if the student is not enrolled, whichever is shorter. Incompletes that change to F will count as an attempted course on transcripts. The burden of fulfilling an incomplete grade is the responsibility of the student. The university policy on incomplete grades is located at Late Assignments Exams, Problem Session Assignments, and In class Assignments must be completed during the corresponding meeting time with no exceptions, unless specified by the instructor.

12 Missed assignments will receive a 0 unless your absence is excused by the instructor. Excused absences will be dropped from your grade. Late Penalty on Programs and Homeworks For Programs and Homeworks, they are due at the specified time and date in Moodle, and they will be submitted electronically through either Moodle or CodeLab (or as instructed). These tools record the time of submission and will allow you to upload the assignment late. Since the TA rarely begins grading at the deadline, I will accept late submissions, but there will be a penalty. Here is the policy: 0 8 hours late: no penalty > 8 hours late: 1.25% per hour or pro rated to 0.02% per minute. For example, if you submit 1 hour late and earn a perfect grade of 100%, you earn a 100%. Another example, if you submit 28 hours late, you are only penalized for 20 hours. 20 * 1.25 = 25%. So, if you make a 100%, you will receive a 25% penalty and make a 75%. The formula looks like this: Grade = MarkedGrade * ( * Max(0, HoursLate 8)) If you submit within the 8 hour grace period, you do not need to me! Since this late policy is quite flexible, please do not the instructor and ask for an extension unless you have legitimate grounds for an excused absence. Also, there is no need to me about a late submission if you submit within the 8 hour grace period. The TA will take this policy into account automatically when assigning grades. Submissions more than 48 hours late If you plan to submit more than 48 hours late, please notify me so that I delay posting solutions. If I post solutions before you submit your assignment, you will receive a zero! Late CodeLab Since CodeLab is made up of multiple parts and each part has its own timestamp, you will receive full credit for all correct assignments submitted on time. But, you only receive 0.5 points for each correct one submitted late. The deadline to submit late is the due date of the next CodeLab or the last day of class, whichever comes first. In the case of an excused absence that prevents completion of an assignment, the assignment is due within 24 hours of your return to school. Beyond that deadline extension,

13 the late penalty will apply. (For extended absences with multiple missed assignments, talk to the instructor.) Attendance Policy For complete attendance and excused absence policies, please see Attendance Policy Class attendance is mandatory by University policy. I reserve the right to fail any student that attends fewer than half the required meetings. Absences Policy Only University approved excuses will be accepted, provided that they are accompanied by the appropriate official documentation. For more information about University approved absences, see: Makeup Work Policy Missed assignments due to unexcused absences will receive a zero by default. Makeup Assignments or Exams A makeup exam or assignment will be given at the discretion of the instructor. However, if a make up assignment for an excused absence is not feasible, as is often the case with Problem Sessions, the missed assignment may simply be dropped from your grade. Students are allowed to make up one missed exam. However, the make up exam will occur at a later date selected jointly by the student and instructor. The makeup exam will be comprehensive up to the date it is administered. So, it is highly advantageous to attend all regularly scheduled exams. Additional Excuses Policy None.

14 Academic Integrity Students are required to comply with the university policy on academic integrity found in the Code of Student Conduct found at Consultation on assignments (not exams!) is encouraged, but copying of solutions is not. Unless otherwise instructed, all assignments must be completed individually. Evidence of copying or other unauthorized collaboration will be investigated as a potential academic integrity violation. The minimum penalty for cheating on any assignment is a grade of 100 on the assignment. Because it can be challenging to know when consultation is allowed and when it is not, you should follow these rules: You may consult with other students as long as you have not yet started your response (to a written homework problem) or your code for a programming exercise. Once you have started writing or coding your answer, you may not consult with other students on your answer. If you fail to follow these procedures and consult with students after you begin writing your answer, it will be considered cheating. Example without Cheating: Suppose you discuss how to solve a programming assignment with a friend at a whiteboard. Then, you both go home (to different places) and implement your answer. The next day, after a great night of coding, you share your success with your friend with a high five. This is not cheating! Example with Cheating: Suppose you discuss how to solve a programming assignment with a friend at a whiteboard. Then, you go to the lab together and work on the solution. On occasion, you look at his code and he looks at your code to figure out what's going wrong. This is cheating even if you do not directly copy each other's files. Evidence of copying, including copying of source code, or any other use of unauthorized aid on exams, homeworks, CodeLab exercises, programming assignments, or

15 assignments will be investigated and potentially referred to the Office of Student Conduct as a violation of the Code of Student Conduct. See for a detailed explanation of academic honesty. Any work submitted for this class (homework, exam, programming assignment) is subject to the Honor Pledge : I have neither given nor received unauthorized aid on this test or assignment. An Honor Pledge statement must be signed for every exam. For other assignments, it is the understanding and expectation of the instructor that the submission of work with your name on it means that you neither gave nor received unauthorized aid. The instructor and TA s may use the MOSS system to check for cheating on any assignments that involve coding. Submissions with high levels of similarity will be investigated and potentially referred to the Office of Student Conduct. For more information about MOSS, see Each semester many students are caught because they are unaware how sophisticated this tool is. If you copy code (even comments) you will be caught! Academic Honesty See for a detailed explanation of academic honesty. Honor Pledge Your signature on any test or assignment indicates "I have neither given nor received unauthorized aid on this test or assignment." Electronically Hosted Course Components Students may be required to disclose personally identifiable information to other students in the course, via electronic tools like or web postings, where relevant to the course. Examples include online discussions of class topics, and posting of student coursework. All students are expected to respect the privacy of each other by not sharing or using such information outside the course. Electronically hosted Components:

16 Please be advised this course is being recorded. During this course, you are required to use several Web hosted programs. These may include Moodle, Piazza, CodeLab, EOS Course Lockers, and Google Apps. Accommodations for Disabilities Reasonable accommodations will be made for students with verifiable disabilities. In order to take advantage of available accommodations, student must register with the Disability Services Office ( ), For more information on NC State's policy on working with students with disabilities, please see the Academic Accommodations for Students with Disabilities Regulation at Non Discrimination Policy NC State University provides equality of opportunity in education and employment for all students and employees. Accordingly, NC State affirms its commitment to maintain a work environment for all employees and an academic environment for all students that is free from all forms of discrimination. Discrimination based on race, color, religion, creed, sex, national origin, age, disability, veteran status, or sexual orientation is a violation of state and federal law and/or NC State University policy and will not be tolerated. Harassment of any person (either in the form of quid pro quo or creation of a hostile environment) based on race, color, religion, creed, sex, national origin, age, disability, veteran status, or sexual orientation also is a violation of state and federal law and/or NC State University policy and will not be tolerated. Retaliation against any person who complains about discrimination is also prohibited. NC State's policies and regulations covering discrimination, harassment, and retaliation may be accessed at or Any person who feels that he or she has been the subject of prohibited discrimination, harassment, or retaliation should contact the Office for Equal Opportunity (OEO) at Course Schedule NOTE: The course schedule is subject to change.

17 Lecture (MWThF) 05/16/ /01/2017 The following is a tentative schedule of topics covered, with the number of 75 minute lectures devoted to each and the associated textbook chapters/sections. Textbooks are indicated as follows: PP = Patt and Patel, C = Prata (optional), Z=ZyBook. Topic Lect ures Text Chapters/Section s Intro and C basics: Data, Operators, Expressions 3 PP: 12, Z: 1 2, C: 1 3,5 C Control Statements 3 PP: 13, Z: 3 4, C: 6 7 Functions and recursion 3 PP: 14, 17, Z: 5 6, C: 9 Arrays, Pointers, and Strings 3 PP: 16, Z: 7, C: C structs 2 PP: , Z: 8, C : 14 C Preprocessor 1 PP : 11, C : 16 Elementary sorting algorithms 2 Instructor s Notes Pointer arrays, multi dimensional arrays 1 Z: 7, C : 10 Dynamic memory allocation 1 Z: 8, PP: 19.4 Linked lists 2 PP: 19.5, Z: 8, C : 17 Hash tables 2 Instructor s Notes Abstract data types 2 Z: 8, C : 17 Parallel & Distributed Computing 1 Instructor s Notes Exams 2 TOTAL 29 Please see this Google Sheet for a more detailed schedule.

18 Problem Session ( ) Problem Session (ECE 209P) 05/16/ /01/2017 To receive credit for this class, you must also be registered for the problem session (ECE 209P). Problem sessions will be held every week in EB During some problem sessions, there will be in lab assignments handed out at the beginning of the session. These must be completed and submitted during the problem session. These assignments will be graded for correctness. On weeks when there is no assignment, the problem session will be used as office hours by the TA. Final Exam Final Exam to be announced.

Accounting 312: Fundamentals of Managerial Accounting Syllabus Spring Brown

Accounting 312: Fundamentals of Managerial Accounting Syllabus Spring Brown Class Hours: MW 3:30-5:00 (Unique #: 02247) UTC 3.102 Professor: Patti Brown, CPA E-mail: patti.brown@mccombs.utexas.edu Office: GSB 5.124B Office Hours: Mon 2:00 3:00pm Phone: (512) 232-6782 TA: TBD TA

More information

STA2023 Introduction to Statistics (Hybrid) Spring 2013

STA2023 Introduction to Statistics (Hybrid) Spring 2013 STA2023 Introduction to Statistics (Hybrid) Spring 2013 Course Description This course introduces the student to the concepts of a statistical design and data analysis with emphasis on introductory descriptive

More information

Course Content Concepts

Course Content Concepts CS 1371 SYLLABUS, Fall, 2017 Revised 8/6/17 Computing for Engineers Course Content Concepts The students will be expected to be familiar with the following concepts, either by writing code to solve problems,

More information

Scottsdale Community College Spring 2016 CIS190 Intro to LANs CIS105 or permission of Instructor

Scottsdale Community College Spring 2016 CIS190 Intro to LANs CIS105 or permission of Instructor Scottsdale Community College Spring 2016 CIS190 Intro to LANs 28058 Instructor Information Instructor: Al Kelly Email: ALB2148907@Scottsdale.edu Phone: 480.518.1657 Office Location: CM448 Office Hours:

More information

Course Syllabus MFG Modern Manufacturing Techniques I Spring 2017

Course Syllabus MFG Modern Manufacturing Techniques I Spring 2017 Faculty: Mr. Stephen Jenkins Telephone: 443-523-6257 Course Syllabus MFG 111 01 Modern Manufacturing Techniques I Spring 2017 410-677-5144 Email: Office Hours: By Appointment Class Time Lecture: Tuesday

More information

Required Texts: Intermediate Accounting by Spiceland, Sepe and Nelson, 8E Course notes are available on UNM Learn.

Required Texts: Intermediate Accounting by Spiceland, Sepe and Nelson, 8E Course notes are available on UNM Learn. MGT 341 FINANCIAL ACCOUNTING II Spring 2017 Instructor: Joni Young Office: ASM 2118 Phone: 277-0334 Office Hours: T,Th 12:30-1:30. and by appointment E-mail: joni@unm.edu Required Texts: Intermediate Accounting

More information

Interior Design 350 History of Interiors + Furniture

Interior Design 350 History of Interiors + Furniture Interior Design 350 History of Interiors + Furniture Instructor Contact Information Instructor: Connie Wais E-mail: Use the Canvas Inbox for communications that pertain to this class. (For Emergencies

More information

Spring 2015 CRN: Department: English CONTACT INFORMATION: REQUIRED TEXT:

Spring 2015 CRN: Department: English CONTACT INFORMATION: REQUIRED TEXT: Harrisburg Area Community College Virtual Learning English 104 Reporting and Technical Writing 3 credits Spring 2015 CRN: 32330 Department: English Instructor: Professor L.P. Barnett Office Location: York

More information

Syllabus - ESET 369 Embedded Systems Software, Fall 2016

Syllabus - ESET 369 Embedded Systems Software, Fall 2016 Syllabus - ESET 369 Embedded Systems Software, Fall 2016 Contact Information: Professor: Dr. Byul Hur Office: 008A Fermier Telephone: (979) 845-5195 Facsimile: E-mail: byulmail@tamu.edu Web: www.tamuresearch.com

More information

Computer Architecture CSC

Computer Architecture CSC Computer Architecture CSC 343 001 Greg T. Harber Department of Computer Science Nelson Rusche College of Business McGee 303B gth@cs.sfasu.edu 468-1867, 468-2508 Office Hours Monday 10:30-11:30 1:30-2:30

More information

FINN FINANCIAL MANAGEMENT Spring 2014

FINN FINANCIAL MANAGEMENT Spring 2014 FINN 3120-004 FINANCIAL MANAGEMENT Spring 2014 Instructor: Sailu Li Time and Location: 08:00-09:15AM, Tuesday and Thursday, FRIDAY 142 Contact: Friday 272A, 704-687-5447 Email: sli20@uncc.edu Office Hours:

More information

MAT 122 Intermediate Algebra Syllabus Summer 2016

MAT 122 Intermediate Algebra Syllabus Summer 2016 Instructor: Gary Adams Office: None (I am adjunct faculty) Phone: None Email: gary.adams@scottsdalecc.edu Office Hours: None CLASS TIME and LOCATION: Title Section Days Time Location Campus MAT122 12562

More information

Data Structures and Algorithms

Data Structures and Algorithms CS 3114 Data Structures and Algorithms 1 Trinity College Library Univ. of Dublin Instructor and Course Information 2 William D McQuain Email: Office: Office Hours: wmcquain@cs.vt.edu 634 McBryde Hall see

More information

Phys4051: Methods of Experimental Physics I

Phys4051: Methods of Experimental Physics I Phys4051: Methods of Experimental Physics I 5 credits This course is the first of a two-semester sequence on the techniques used in a modern experimental physics laboratory. Because of the importance of

More information

ECON492 Senior Capstone Seminar: Cost-Benefit and Local Economic Policy Analysis Fall 2017 Instructor: Dr. Anita Alves Pena

ECON492 Senior Capstone Seminar: Cost-Benefit and Local Economic Policy Analysis Fall 2017 Instructor: Dr. Anita Alves Pena ECON492 Senior Capstone Seminar: Cost-Benefit and Local Economic Policy Analysis Fall 2017 Instructor: Dr. Anita Alves Pena Contact: Office: C 306C Clark Building Phone: 970-491-0821 Fax: 970-491-2925

More information

Adler Graduate School

Adler Graduate School Adler Graduate School Richfield, Minnesota AGS Course 500 Principles of Research 1. Course Designation and Identifier 1.1 Adler Graduate School 1.2 Course Number: 500 1.3 Research 1.4 Three (3) credits

More information

Cleveland State University Introduction to University Life Course Syllabus Fall ASC 101 Section:

Cleveland State University Introduction to University Life Course Syllabus Fall ASC 101 Section: Cleveland State University Introduction to University Life Course Syllabus Fall 2016 - ASC 101 Section: Day: Time: Location: Office Hours: By Appointment Instructor: Office: Phone: Email: @CSU_FYE (CSU

More information

Office Location: LOCATION: BS 217 COURSE REFERENCE NUMBER: 93000

Office Location: LOCATION: BS 217 COURSE REFERENCE NUMBER: 93000 Faculty: Office Location: E-mail: OFFICE HOURS: CLASS TIMES: SOC 102 Social Problems Baseemah Bashir MA, MBTI, SPHR LA Bldg (West Windsor Campus), Room bashirb@mccc.edu and- baseemah.bashir@gmail.com Tuesdays

More information

INDES 350 HISTORY OF INTERIORS AND FURNITURE WINTER 2017

INDES 350 HISTORY OF INTERIORS AND FURNITURE WINTER 2017 INDES 350 HISTORY OF INTERIORS AND FURNITURE WINTER 2017 Instructor: F. Ozge Sade Mete E-mail: All the inquiries related to this class must be sent to the Canvas Inbox (For emergencies only: f.sademete@bellevuecollege.edu)

More information

Course Policies and Syllabus BUL3130 The Legal, Ethical, and Social Aspects of Business Syllabus Spring A 2017 ONLINE

Course Policies and Syllabus BUL3130 The Legal, Ethical, and Social Aspects of Business Syllabus Spring A 2017 ONLINE F Course Policies and Syllabus BUL3130 The Legal, Ethical, and Social Aspects of Business Syllabus Spring A 2017 ONLINE Instructor: Theresa Moore Title: Professor Office: 200/405 Office Hours: Mon. 11-1:30,

More information

Office Hours: Day Time Location TR 12:00pm - 2:00pm Main Campus Carl DeSantis Building 5136

Office Hours: Day Time Location TR 12:00pm - 2:00pm Main Campus Carl DeSantis Building 5136 FIN 3110 - Financial Management I. Course Information Course: FIN 3110 - Financial Management Semester Credit Hours: 3.0 Course CRN and Section: 20812 - NW1 Semester and Year: Fall 2017 Course Start and

More information

IST 440, Section 004: Technology Integration and Problem-Solving Spring 2017 Mon, Wed, & Fri 12:20-1:10pm Room IST 202

IST 440, Section 004: Technology Integration and Problem-Solving Spring 2017 Mon, Wed, & Fri 12:20-1:10pm Room IST 202 IST 440, Section 004: Technology Integration and Problem-Solving Spring 2017 Mon, Wed, & Fri 12:20-1:10pm Room IST 202 INSTRUCTOR: TEACHING ASSISTANT (TA): Dr. Alison Murphy amurphy@ist.psu.edu (814) 814-8839

More information

IPHY 3410 Section 1 - Introduction to Human Anatomy Lecture Syllabus (Spring, 2017)

IPHY 3410 Section 1 - Introduction to Human Anatomy Lecture Syllabus (Spring, 2017) IPHY 3410 Section 1 - Introduction to Human Anatomy Lecture Syllabus (Spring, 2017) INSTRUCTOR: Dr. Leif Saul Office: TB01-108 (Temporary Bldg. 01 is attached to the West end of Clare Small) Phone: (303)

More information

/ On campus x ICON Grades

/ On campus x ICON Grades Today s Session: 1. ICON Gradebook - Overview 2. ICON Help How to Find and Use It 3. Exercises - Demo and Hands-On 4. Individual Work Time Getting Ready: 1. Go to https://icon.uiowa.edu/ ICON Grades 2.

More information

Course Syllabus. Alternatively, a student can schedule an appointment by .

Course Syllabus. Alternatively, a student can schedule an appointment by  . Course Syllabus Course Information Course Number/Section CS/SE 6301.006 Course Title Virtual Reality Term Spring 2013 Days & Times Tues & Thurs 1:00pm 2:15pm; JO 3.516 Professor Contact Information Professor

More information

HARRISBURG AREA COMMUNITY COLLEGE ONLINE COURSE SYLLABUS

HARRISBURG AREA COMMUNITY COLLEGE ONLINE COURSE SYLLABUS HARRISBURG AREA COMMUNITY COLLEGE ONLINE COURSE SYLLABUS Instructor: Prof. Katherine Fanning SUBJ & NUM: HIST 202 Office Location: Virtual Course Title: Western Civilization II Office Hours (days/times):

More information

SYLLABUS- ACCOUNTING 5250: Advanced Auditing (SPRING 2017)

SYLLABUS- ACCOUNTING 5250: Advanced Auditing (SPRING 2017) (1) Course Information ACCT 5250: Advanced Auditing 3 semester hours of graduate credit (2) Instructor Information Richard T. Evans, MBA, CPA, CISA, ACDA (571) 338-3855 re7n@virginia.edu (3) Course Dates

More information

SYLLABUS: RURAL SOCIOLOGY 1500 INTRODUCTION TO RURAL SOCIOLOGY SPRING 2017

SYLLABUS: RURAL SOCIOLOGY 1500 INTRODUCTION TO RURAL SOCIOLOGY SPRING 2017 College of Food, Agricultural, and Environmental Science School of Environment and Natural Resources SYLLABUS: RURAL SOCIOLOGY 1500 INTRODUCTION TO RURAL SOCIOLOGY SPRING 2017 Course overview Instructor

More information

PHO 1110 Basic Photography for Photographers. Instructor Information: Materials:

PHO 1110 Basic Photography for Photographers. Instructor Information: Materials: Revised: 5/2017 Nashville State Community College Business & Applied Arts Visual Communications / Photography PHO 1110 Basic Photography for Photographers 3 credit hours An introduction to the fundamentals

More information

DIGITAL GAMING AND SIMULATION Course Syllabus Advanced Game Programming GAME 2374

DIGITAL GAMING AND SIMULATION Course Syllabus Advanced Game Programming GAME 2374 DIGITAL GAMING AND SIMULATION Course Syllabus Advanced Game Programming GAME 2374 Semester and Course Reference Number (CRN) Semester: Spring 2011 CRN: 76354 Instructor Information Instructor: Levent Albayrak

More information

Course Syllabus Advanced-Intermediate Grammar ESOL 0352

Course Syllabus Advanced-Intermediate Grammar ESOL 0352 Semester with Course Reference Number (CRN) Course Syllabus Advanced-Intermediate Grammar ESOL 0352 Fall 2016 CRN: (10332) Instructor contact information (phone number and email address) Office Location

More information

General Physics I Class Syllabus

General Physics I Class Syllabus 1. Instructor: General Physics I Class Syllabus Name: Dr. Andy Hollerman Rank: Professor of Physics Office Location: 107 Broussard Hall Office Hours: Monday to Thursday 7:00 8:00 am Monday & Wednesday

More information

Syllabus: CS 377 Communication and Ethical Issues in Computing 3 Credit Hours Prerequisite: CS 251, Data Structures Fall 2015

Syllabus: CS 377 Communication and Ethical Issues in Computing 3 Credit Hours Prerequisite: CS 251, Data Structures Fall 2015 Syllabus: CS 377 Communication and Ethical Issues in Computing 3 Credit Hours Prerequisite: CS 251, Data Structures Fall 2015 Instructor: Robert H. Sloan Website: http://www.cs.uic.edu/sloan Office: 1112

More information

Foothill College Summer 2016

Foothill College Summer 2016 Foothill College Summer 2016 Intermediate Algebra Math 105.04W CRN# 10135 5.0 units Instructor: Yvette Butterworth Text: None; Beoga.net material used Hours: Online Except Final Thurs, 8/4 3:30pm Phone:

More information

CIS 121 INTRODUCTION TO COMPUTER INFORMATION SYSTEMS - SYLLABUS

CIS 121 INTRODUCTION TO COMPUTER INFORMATION SYSTEMS - SYLLABUS CIS 121 INTRODUCTION TO COMPUTER INFORMATION SYSTEMS - SYLLABUS Section: 7591, 7592 Instructor: Beth Roberts Class Time: Hybrid Classroom: CTR-270, AAH-234 Credits: 5 cr. Email: Canvas messaging (preferred)

More information

SYLLABUS. EC 322 Intermediate Macroeconomics Fall 2012

SYLLABUS. EC 322 Intermediate Macroeconomics Fall 2012 SYLLABUS EC 322 Intermediate Macroeconomics Fall 2012 Location: Online Instructor: Christopher Westley Office: 112A Merrill Phone: 782-5392 Office hours: Tues and Thur, 12:30-2:30, Thur 4:00-5:00, or by

More information

SOUTHERN MAINE COMMUNITY COLLEGE South Portland, Maine 04106

SOUTHERN MAINE COMMUNITY COLLEGE South Portland, Maine 04106 SOUTHERN MAINE COMMUNITY COLLEGE South Portland, Maine 04106 Title: Precalculus Catalog Number: MATH 190 Credit Hours: 3 Total Contact Hours: 45 Instructor: Gwendolyn Blake Email: gblake@smccme.edu Website:

More information

Class Numbers: & Personal Financial Management. Sections: RVCC & RVDC. Summer 2008 FIN Fully Online

Class Numbers: & Personal Financial Management. Sections: RVCC & RVDC. Summer 2008 FIN Fully Online Summer 2008 FIN 3140 Personal Financial Management Fully Online Sections: RVCC & RVDC Class Numbers: 53262 & 53559 Instructor: Jim Keys Office: RB 207B, University Park Campus Office Phone: 305-348-3268

More information

KOMAR UNIVERSITY OF SCIENCE AND TECHNOLOGY (KUST)

KOMAR UNIVERSITY OF SCIENCE AND TECHNOLOGY (KUST) Course Title COURSE SYLLABUS for ACCOUNTING INFORMATION SYSTEM ACCOUNTING INFORMATION SYSTEM Course Code ACC 3320 No. of Credits Three Credit Hours (3 CHs) Department Accounting College College of Business

More information

MGMT 479 (Hybrid) Strategic Management

MGMT 479 (Hybrid) Strategic Management Columbia College Online Campus P a g e 1 MGMT 479 (Hybrid) Strategic Management Late Fall 15/12 October 26, 2015 December 19, 2015 Course Description Culminating experience/capstone course for majors in

More information

CRITICAL THINKING AND WRITING: ENG 200H-D01 - Spring 2017 TR 10:45-12:15 p.m., HH 205

CRITICAL THINKING AND WRITING: ENG 200H-D01 - Spring 2017 TR 10:45-12:15 p.m., HH 205 CRITICAL THINKING AND WRITING: ENG 200H-D01 - Spring 2017 TR 10:45-12:15 p.m., HH 205 Instructor: Dr. Elinor Cubbage Office Hours: Tues. and Thurs. by appointment Email: ecubbage@worwic.edu Phone: 410-334-2999

More information

The Policymaking Process Course Syllabus

The Policymaking Process Course Syllabus The Policymaking Process Course Syllabus GOVT 4370 Policy Making Process Fall 2007 Paul J. Bonicelli, PhD Assistant Administrator United States Agency for International Development (USAID) 1300 Pennsylvania

More information

COURSE SYLLABUS: CPSC6142 SYSTEM SIMULATION-SPRING 2015

COURSE SYLLABUS: CPSC6142 SYSTEM SIMULATION-SPRING 2015 COURSE SYLLABUS: CPSC6142 SYSTEM SIMULATION-SPRING 2015 INSTRUCTOR NAME - Dr. Hoda Mehrpouyan EMAIL mehrpouyan_hoda@columbusstate.edu PHONE -706 507 8183 OFFICE HOURS AND LOCATION Monday through Thursday

More information

BUFFET THEORY AND PRODUCTION - CHEF 2332 Thursday 1:30pm 7:00pm Northeast Texas Community College - Our Place Restaurant Course Syllabus Fall 2013

BUFFET THEORY AND PRODUCTION - CHEF 2332 Thursday 1:30pm 7:00pm Northeast Texas Community College - Our Place Restaurant Course Syllabus Fall 2013 Professor: Chef Kat Miller Our Place Restaurant Pittsburg, TX Office: (903) 434-8392 Email: chef.kat.is@gmail.com Course Description BUFFET THEORY AND PRODUCTION - CHEF 2332 Thursday 1:30pm 7:00pm Northeast

More information

Class Meeting Time and Place: Section 3: MTWF10:00-10:50 TILT 221

Class Meeting Time and Place: Section 3: MTWF10:00-10:50 TILT 221 Math 155. Calculus for Biological Scientists Fall 2017 Website https://csumath155.wordpress.com Please review the course website for details on the schedule, extra resources, alternate exam request forms,

More information

Course Syllabus p. 1. Introduction to Web Design AVT 217 Spring 2017 TTh 10:30-1:10, 1:30-4:10 Instructor: Shanshan Cui

Course Syllabus p. 1. Introduction to Web Design AVT 217 Spring 2017 TTh 10:30-1:10, 1:30-4:10 Instructor: Shanshan Cui Course Syllabus p. 1 The syllabus and project statements serve as your guide throughout the semester. Refer to them frequently. You are expected to know and understand this information. Catalog Description

More information

AGN 331 Soil Science Lecture & Laboratory Face to Face Version, Spring, 2012 Syllabus

AGN 331 Soil Science Lecture & Laboratory Face to Face Version, Spring, 2012 Syllabus AGN 331 Soil Science Lecture & Laboratory Face to Face Version, Spring, 2012 Syllabus Contact Information: J. Leon Young Office number: 936-468-4544 Soil Plant Analysis Lab: 936-468-4500 Agriculture Department,

More information

ENG 111 Achievement Requirements Fall Semester 2007 MWF 10:30-11: OLSC

ENG 111 Achievement Requirements Fall Semester 2007 MWF 10:30-11: OLSC Fleitz/ENG 111 1 Contact Information ENG 111 Achievement Requirements Fall Semester 2007 MWF 10:30-11:20 227 OLSC Instructor: Elizabeth Fleitz Email: efleitz@bgsu.edu AIM: bluetea26 (I m usually available

More information

Computer Science 1015F ~ 2016 ~ Notes to Students

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

More information

Class Mondays & Wednesdays 11:00 am - 12:15 pm Rowe 161. Office Mondays 9:30 am - 10:30 am, Friday 352-B (3 rd floor) or by appointment

Class Mondays & Wednesdays 11:00 am - 12:15 pm Rowe 161. Office Mondays 9:30 am - 10:30 am, Friday 352-B (3 rd floor) or by appointment SYLLABUS Marketing Concepts - Spring 2016 MKTG 3110-003 - Course # 23911 - Belk College of Business, UNC-Charlotte Instructor: Mrs. Tamara L. Cohen Ph: 704-687-7644 e-mail: tcohen3@uncc.edu www.belkcollegeofbusiness.uncc.edu/tcohen3

More information

SOUTHWEST COLLEGE Department of Mathematics

SOUTHWEST COLLEGE Department of Mathematics SOUTHWEST COLLEGE Department of Mathematics COURSE SYLLABUS MATH 2415: CALCULUS III (DISTANCE EDUCATION) SPRING 2015 / SS TERM / CRN 48306 / FEBRUARY 14 MAY 17/ INSTRUCTOR: Dr. Jaime L. Hernández CONTACT

More information

POFI 1301 IN, Computer Applications I (Introductory Office 2010) STUDENT INFORMANTION PLAN Spring 2013

POFI 1301 IN, Computer Applications I (Introductory Office 2010) STUDENT INFORMANTION PLAN Spring 2013 POFI 1301 IN, Computer Applications I (Introductory Office 2010) STUDENT INFORMANTION PLAN Spring 2013 INSTRUCTOR: Patty Balderas PHONE: 281 756 3507 CLASSROOM: MyBlackboard E MAIL:MyBlackboard or pbalderas@alvincollege.edu

More information

Prerequisite: General Biology 107 (UE) and 107L (UE) with a grade of C- or better. Chemistry 118 (UE) and 118L (UE) or permission of instructor.

Prerequisite: General Biology 107 (UE) and 107L (UE) with a grade of C- or better. Chemistry 118 (UE) and 118L (UE) or permission of instructor. Introduction to Molecular and Cell Biology BIOL 499-02 Fall 2017 Class time: Lectures: Tuesday, Thursday 8:30 am 9:45 am Location: Name of Faculty: Contact details: Laboratory: 2:00 pm-4:00 pm; Monday

More information

Math 150 Syllabus Course title and number MATH 150 Term Fall 2017 Class time and location INSTRUCTOR INFORMATION Name Erin K. Fry Phone number Department of Mathematics: 845-3261 e-mail address erinfry@tamu.edu

More information

The Heart of Philosophy, Jacob Needleman, ISBN#: LTCC Bookstore:

The Heart of Philosophy, Jacob Needleman, ISBN#: LTCC Bookstore: Syllabus Philosophy 101 Introduction to Philosophy Course: PHIL 101, Spring 15, 4 Units Instructor: John Provost E-mail: jgprovost@mail.ltcc.edu Phone: 831-402-7374 Fax: (831) 624-1718 Web Page: www.johnprovost.net

More information

Your School and You. Guide for Administrators

Your School and You. Guide for Administrators Your School and You Guide for Administrators Table of Content SCHOOLSPEAK CONCEPTS AND BUILDING BLOCKS... 1 SchoolSpeak Building Blocks... 3 ACCOUNT... 4 ADMIN... 5 MANAGING SCHOOLSPEAK ACCOUNT ADMINISTRATORS...

More information

Military Science 101, Sections 001, 002, 003, 004 Fall 2014

Military Science 101, Sections 001, 002, 003, 004 Fall 2014 Military Science 101, Sections 001, 002, 003, 004 Fall 2014 Instructor Name: SFC Jonathan Whittington Email: whittingjm@sfasu.edu Phone: 936-468-4230 Office: Military Science Building, Room 104 Office

More information

Financial Accounting Concepts and Research

Financial Accounting Concepts and Research Professor: Financial Accounting Concepts and Research Gretchen Charrier ACC 356 Fall 2012 Office: GSB 5.126D Telephone: 471-6379 E-Mail: Gretchen.Charrier@mccombs.utexas.edu Office Hours: Mondays and Wednesdays

More information

POFI 1349 Spreadsheets ONLINE COURSE SYLLABUS

POFI 1349 Spreadsheets ONLINE COURSE SYLLABUS POFI 1349 Spreadsheets ONLINE COURSE SYLLABUS COURSE NUMBER AND TITLE: POFI 1349 SPREADSHEETS (2-2-3) COURSE (CATALOG) DESCRIPTION: Skill development in concepts, procedures, and application of spreadsheets

More information

CS Course Missive

CS Course Missive CS15 2017 Course Missive 1 Introduction 2 The Staff 3 Course Material 4 How to be Successful in CS15 5 Grading 6 Collaboration 7 Changes and Feedback 1 Introduction Welcome to CS15, Introduction to Object-Oriented

More information

HCI 440: Introduction to User-Centered Design Winter Instructor Ugochi Acholonu, Ph.D. College of Computing & Digital Media, DePaul University

HCI 440: Introduction to User-Centered Design Winter Instructor Ugochi Acholonu, Ph.D. College of Computing & Digital Media, DePaul University Instructor Ugochi Acholonu, Ph.D. College of Computing & Digital Media, DePaul University Office: CDM 515 Email: uacholon@cdm.depaul.edu Skype Username: uacholonu Office Phone: 312-362-5775 Office Hours:

More information

Instructor Experience and Qualifications Professor of Business at NDNU; Over twenty-five years of experience in teaching undergraduate students.

Instructor Experience and Qualifications Professor of Business at NDNU; Over twenty-five years of experience in teaching undergraduate students. BUS 2116W.01 (Economic Development of Less Developed Countries) Spring 2016 TR 2 p.m. - 3:15 pm Course Start Date: 01/14/2016 Pre-requisites: None Instructor: Sujata Verma, Ph. D. Office: Room 18, Cuvilly

More information

3D DIGITAL ANIMATION TECHNIQUES (3DAT)

3D DIGITAL ANIMATION TECHNIQUES (3DAT) 3D DIGITAL ANIMATION TECHNIQUES (3DAT) COURSE NUMBER: DIG3305C CREDIT HOURS: 3.0 SEMESTER/YEAR: FALL 2017 CLASS LOCATION: OORC, NORMAN (NRG) 0120 CLASS MEETING TIME(S): M 3:00 4:55 / W 4:05 4:55 INSTRUCTOR:

More information

Syllabus Foundations of Finance Summer 2014 FINC-UB

Syllabus Foundations of Finance Summer 2014 FINC-UB Syllabus Foundations of Finance Summer 2014 FINC-UB.0002.01 Instructor Matteo Crosignani Office: KMEC 9-193F Phone: 212-998-0716 Email: mcrosign@stern.nyu.edu Office Hours: Thursdays 4-6pm in Altman Room

More information

ENGLISH 298: Intensive Writing

ENGLISH 298: Intensive Writing Patricia Gillikin, PhD (she, her, hers) Phone: 565-1891 (home--landline), 925-8616 (office) Office: Learning Resource Center 137 A, in the Writing Center e-mail: gillikin@unm.edu Office/Campus Hours: Tuesdays

More information

EDCI 699 Statistics: Content, Process, Application COURSE SYLLABUS: SPRING 2016

EDCI 699 Statistics: Content, Process, Application COURSE SYLLABUS: SPRING 2016 EDCI 699 Statistics: Content, Process, Application COURSE SYLLABUS: SPRING 2016 Instructor: Dr. Katy Denson, Ph.D. Office Hours: Because I live in Albuquerque, New Mexico, I won t have office hours. But

More information

State University of New York at Buffalo INTRODUCTION TO STATISTICS PSC 408 Fall 2015 M,W,F 1-1:50 NSC 210

State University of New York at Buffalo INTRODUCTION TO STATISTICS PSC 408 Fall 2015 M,W,F 1-1:50 NSC 210 1 State University of New York at Buffalo INTRODUCTION TO STATISTICS PSC 408 Fall 2015 M,W,F 1-1:50 NSC 210 Dr. Michelle Benson mbenson2@buffalo.edu Office: 513 Park Hall Office Hours: Mon & Fri 10:30-12:30

More information

Required Materials: The Elements of Design, Third Edition; Poppy Evans & Mark A. Thomas; ISBN GB+ flash/jump drive

Required Materials: The Elements of Design, Third Edition; Poppy Evans & Mark A. Thomas; ISBN GB+ flash/jump drive ARV 121 introduction to design DIGITAL ARTS INSTRUCTIONAL PACKAGE ARV 121 Course Prefix and Number: ARV 121 Course Title: Introduction to Design Lecture Hours: 3 Professor: Office Hours: Catalogue Description:

More information

EECS 571 PRINCIPLES OF REAL-TIME COMPUTING Fall 10. Instructor: Kang G. Shin, 4605 CSE, ;

EECS 571 PRINCIPLES OF REAL-TIME COMPUTING Fall 10. Instructor: Kang G. Shin, 4605 CSE, ; EECS 571 PRINCIPLES OF REAL-TIME COMPUTING Fall 10 Instructor: Kang G. Shin, 4605 CSE, 763-0391; kgshin@umich.edu Number of credit hours: 4 Class meeting time and room: Regular classes: MW 10:30am noon

More information

ASTR 102: Introduction to Astronomy: Stars, Galaxies, and Cosmology

ASTR 102: Introduction to Astronomy: Stars, Galaxies, and Cosmology ASTR 102: Introduction to Astronomy: Stars, Galaxies, and Cosmology Course Overview Welcome to ASTR 102 Introduction to Astronomy: Stars, Galaxies, and Cosmology! ASTR 102 is the second of a two-course

More information

INTRODUCTION TO GENERAL PSYCHOLOGY (PSYC 1101) ONLINE SYLLABUS. Instructor: April Babb Crisp, M.S., LPC

INTRODUCTION TO GENERAL PSYCHOLOGY (PSYC 1101) ONLINE SYLLABUS. Instructor: April Babb Crisp, M.S., LPC INTRODUCTION TO GENERAL PSYCHOLOGY (PSYC 1101) ONLINE SYLLABUS Psychology 1101 Instructor: April Babb Crisp, M.S., LPC Intro to General Psychology Fall Semester 2012 (8/20/12 12/04/12) Office Hours (virtual):

More information

CHEM:1070 Sections A, B, and C General Chemistry I (Fall 2017)

CHEM:1070 Sections A, B, and C General Chemistry I (Fall 2017) CHEM:1070 Sections A, B, and C General Chemistry I (Fall 2017) Course Objectives CHEM:1070 provides students with an introduction to chemistry and is appropriate for students who have not had an advanced

More information

CS 100: Principles of Computing

CS 100: Principles of Computing CS 100: Principles of Computing Kevin Molloy August 29, 2017 1 Basic Course Information 1.1 Prerequisites: None 1.2 General Education Fulfills Mason Core requirement in Information Technology (ALL). 1.3

More information

University of Arkansas at Little Rock Graduate Social Work Program Course Outline Spring 2014

University of Arkansas at Little Rock Graduate Social Work Program Course Outline Spring 2014 University of Arkansas at Little Rock Graduate Social Work Program Course Outline Spring 2014 Number and Title: Semester Credits: 3 Prerequisite: SOWK 8390, Advanced Direct Practice III: Social Work Practice

More information

AU MATH Calculus I 2017 Spring SYLLABUS

AU MATH Calculus I 2017 Spring SYLLABUS AU MATH 191 950 Calculus I 2017 Spring SYLLABUS AU Math 191 950 Calculus I Consortium of Adventist Colleges and Universities Interactive Online Format This course follows an interactive online format with

More information

TRINITY VALLEY COMMUNITY COLLEGE COURSE SYLLABUS

TRINITY VALLEY COMMUNITY COLLEGE COURSE SYLLABUS Semester- Fall 2016 TRINITY VALLEY COMMUNITY COLLEGE COURSE SYLLABUS Course Rubric, Title: WLDG 1421 Introduction to Welding Fundamentals Instructor Name: Tom Sheram Class Location: Welding Building Office

More information

Office Hours: Mon & Fri 10:00-12:00. Course Description

Office Hours: Mon & Fri 10:00-12:00. Course Description 1 State University of New York at Buffalo INTRODUCTION TO STATISTICS PSC 408 4 credits (3 credits lecture, 1 credit lab) Fall 2016 M/W/F 1:00-1:50 O Brian 112 Lecture Dr. Michelle Benson mbenson2@buffalo.edu

More information

Social Media Journalism J336F Unique ID CMA Fall 2012

Social Media Journalism J336F Unique ID CMA Fall 2012 Social Media Journalism J336F Unique ID 07435 CMA 4.308 Fall 2012 Class: T- Th 9:30 to 11 a.m. Professor: Robert Quigley Office hours: 1-2 p.m. Mondays and 10 a.m. to noon on Fridays and by appointment.

More information

INTRODUCTION TO SOCIOLOGY SOCY 1001, Spring Semester 2013

INTRODUCTION TO SOCIOLOGY SOCY 1001, Spring Semester 2013 INTRODUCTION TO SOCIOLOGY SOCY 1001, Spring Semester 2013 Professor: Lori M. Hunter, Ph.D. Contact: Lori.Hunter@colorado.edu, 303-492-5850 Background: http://www.colorado.edu/ibs/es/hunterl/ Office Hours:

More information

PSY 1012 General Psychology. Course Policies and Syllabus

PSY 1012 General Psychology. Course Policies and Syllabus PSY 1012 General Psychology Course Policies and Syllabus Course Number: PSY 1012, General Psychology Instructor: Deidre Seker Office Hrs. No posted office hours. If a meeting is desired beyond immediate

More information

Astronomy/Physics 1404 Introductory Astronomy II Course Syllabus

Astronomy/Physics 1404 Introductory Astronomy II Course Syllabus Astronomy/Physics 1404 Introductory Astronomy II Course Syllabus Contact Information Lee Estep, Ph. D. Phone: 432.335.6315 Email: lestep@odessa.edu Office: WH 219 Office Hours: (Tentative) MWF: 9AM 10AM;

More information

ecampus Basics Overview

ecampus Basics Overview ecampus Basics Overview 2016/2017 Table of Contents Managing DCCCD Accounts.... 2 DCCCD Resources... 2 econnect and ecampus... 2 Registration through econnect... 3 Fill out the form (3 steps)... 4 ecampus

More information

2362 Palmer Set up an appointment: https://lisasharpeceadviser.youcanbook.me/

2362 Palmer Set up an appointment: https://lisasharpeceadviser.youcanbook.me/ Iowa State University Human Development & Family Studies and School of Education Course Syllabus Fall 2014 HD FS 208 Early Childhood Education Orientation Wednesday 8am 8:50am Instructor: Lisa Sharp 2362

More information

Dutchess Community College College Connection Program

Dutchess Community College College Connection Program Dutchess Community College College Connection Program College Credit Earned While Still in High School Student Handbook 2015-2017 53 Pendell Road, Poughkeepsie, New York 12601-1595 (845) 431-8951 www.sunydutchess.edu

More information

BUS Computer Concepts and Applications for Business Fall 2012

BUS Computer Concepts and Applications for Business Fall 2012 BUS 1950-001 Computer Concepts and Applications for Business Fall 2012 Instructor: Contact Information: Paul D. Brown Office: 4503 Lumpkin Hall Phone: 217-581-6058 Email: PDBrown@eiu.edu Course Website:

More information

ASTRONOMY 2801A: Stars, Galaxies & Cosmology : Fall term

ASTRONOMY 2801A: Stars, Galaxies & Cosmology : Fall term ASTRONOMY 2801A: Stars, Galaxies & Cosmology 2012-2013: Fall term 1 Course Description The sun; stars, including distances, magnitude scale, interiors and evolution; binary stars; white dwarfs, neutron

More information

Syllabus ENGR 190 Introductory Calculus (QR)

Syllabus ENGR 190 Introductory Calculus (QR) Syllabus ENGR 190 Introductory Calculus (QR) Catalog Data: ENGR 190 Introductory Calculus (4 credit hours). Note: This course may not be used for credit toward the J.B. Speed School of Engineering B. S.

More information

Management 4219 Strategic Management

Management 4219 Strategic Management Management 4219 Strategic Management Instructor: Dr. Brandon Ofem Class: Tuesday and Thursday 9:30 am 10:45 am Classroom: AB Hall 1 Office: AB Hall 216 E-mail: ofemb@umsl.edu Office Hours: Tuesday & Thursday

More information

Class Tuesdays & Thursdays 12:30-1:45 pm Friday 107. Office Tuesdays 9:30 am - 10:30 am, Friday 352-B (3 rd floor) or by appointment

Class Tuesdays & Thursdays 12:30-1:45 pm Friday 107. Office Tuesdays 9:30 am - 10:30 am, Friday 352-B (3 rd floor) or by appointment SYLLABUS Marketing Concepts - Fall 2017 MKTG 3110-006 - Course # 17670 - Belk College of Business, UNC-Charlotte Instructor: Mrs. Tamara L. Cohen Ph: 704-687-7644 e-mail: tcohen3@uncc.edu www.belkcollegeofbusiness.uncc.edu/tcohen3

More information

Academic Affairs. General Information and Regulations

Academic Affairs. General Information and Regulations Academic Affairs General Information and Regulations Advanced Placement Program (AP) PSC of WVU encourages students to work to their full capacity and to earn their degree at their own learning speed.

More information

The University of Texas at Tyler College of Business and Technology Department of Management and Marketing SPRING 2015

The University of Texas at Tyler College of Business and Technology Department of Management and Marketing SPRING 2015 The University of Texas at Tyler College of Business and Technology Department of Management and Marketing SPRING 2015 COURSE NUMBER MANA 1300.001 COURSE TITLE Introduction to Business COURSE MEETINGS

More information

Soil & Water Conservation & Management Soil 4308/7308 Course Syllabus: Spring 2008

Soil & Water Conservation & Management Soil 4308/7308 Course Syllabus: Spring 2008 1 Instructor: Dr. Clark Gantzer Office: 330 ABNR Building Mailbox: 302 ABNR Building Phone: 882-0611 E-mail: gantzerc@missouri.edu Office Hours: by Appointment Class Meetings: Lecture - 1:00 1: 50 pm MW

More information

AGN 331 Soil Science. Lecture & Laboratory. Face to Face Version, Spring, Syllabus

AGN 331 Soil Science. Lecture & Laboratory. Face to Face Version, Spring, Syllabus AGN 331 Soil Science Lecture & Laboratory Face to Face Version, Spring, 2011 Syllabus Contact Information: J. Leon Young Office number: 936-468-4544 Soil Plant Analysis Lab: 936-468-4500 Agriculture Department,

More information

EDIT 576 (2 credits) Mobile Learning and Applications Fall Semester 2015 August 31 October 18, 2015 Fully Online Course

EDIT 576 (2 credits) Mobile Learning and Applications Fall Semester 2015 August 31 October 18, 2015 Fully Online Course GEORGE MASON UNIVERSITY COLLEGE OF EDUCATION AND HUMAN DEVELOPMENT INSTRUCTIONAL DESIGN AND TECHNOLOGY PROGRAM EDIT 576 (2 credits) Mobile Learning and Applications Fall Semester 2015 August 31 October

More information

Monday/Wednesday, 9:00 AM 10:30 AM

Monday/Wednesday, 9:00 AM 10:30 AM CDC 155 D01: Dr. Patricia L. Riley, L.C.P.C. Human Services Department Head, Associate Prof of Social Sciences M/W, 9:00 AM 10:30 AM Brunkhorst Hall 206 priley@worwic.edu, 410-334-2885 Office Hours: Other

More information

MKT ADVERTISING. Fall 2016

MKT ADVERTISING. Fall 2016 TENTATIVE syllabus ~ subject to changes and modifications at the start of the semester MKT 4350.001 ADVERTISING Fall 2016 Mon & Wed, 11.30 am 12.45 pm Classroom: JSOM 2.802 Prof. Abhi Biswas Email: abiswas@utdallas.edu

More information

COURSE WEBSITE:

COURSE WEBSITE: Intro to Financial Accounting Spring 2012 Instructor 2: Jacqueline R. Conrecode, MBA, MS, CPA Office Hours: Mondays & Wednesdays: 11:00 12:15 PM, 3:30 4:45PM Office: Lutgert Hall 3333 Office Phone: 239

More information

CHEMISTRY 104 FALL Lecture 1: TR 9:30-10:45 a.m. in Chem 1351 Lecture 2: TR 1:00-2:15 p.m. in Chem 1361

CHEMISTRY 104 FALL Lecture 1: TR 9:30-10:45 a.m. in Chem 1351 Lecture 2: TR 1:00-2:15 p.m. in Chem 1361 CHEMISTRY 4 FALL 2015 Lecture 1: TR 9:30-:45 a.m. in Chem 1351 Lecture 2: TR 1:00-2:15 p.m. in Chem 1361 Lecturer: Email: Office: Office Hours: Dr. Linda Zelewski zelewski@wisc.edu (Please sign all email

More information

Required Text: Oltmanns, T. & Emery, R. (2014). Abnormal Psychology (8th Edition) ISBN-13: ISBN-10:

Required Text: Oltmanns, T. & Emery, R. (2014). Abnormal Psychology (8th Edition) ISBN-13: ISBN-10: SYLLABUS Course Information: PSYC 4311.060: ABNORMAL PSYCHOLOGY SPRING 2016 ONLINE Instructor Information: Dung Ngo, Ph.D. Office: HPR 224 Email: (best way to reach me) dngo@uttyler.edu Office Hours: Wednesdays,

More information

Professors will not accept Extra Credit work nor should students ask a professor to make Extra Credit assignments.

Professors will not accept Extra Credit work nor should students ask a professor to make Extra Credit assignments. ARV 227 WEBSITE DESIGN I DIGITAL ARTS INSTRUCTIONAL PACKAGE ARV 227 Course Prefix and Number: ARV 227 All Sections Course Title: Website Design I Lecture Hours: 3 Catalogue Description: As a student in

More information