Syllabus COP2334: Introduction to Programming in C++

Size: px
Start display at page:

Download "Syllabus COP2334: Introduction to Programming in C++"

Transcription

1 Syllabus COP2334: Introduction to Programming in C++ Instructor Contact Information Mr. Chris Alvin Virtual Office Hours: Day and Times to be Determined; Typically one or two select nights 6-7pm. Course Information Course Web Site: elearning.uwf.edu Prerequisites or Co-requisites: none Course Description Introduction to computers and algorithms as well as programming in a high level language. Topics include structured programming techniques, procedural and data abstraction, and an introduction to object-oriented programming. Students will learn the fundamentals of developing coherent, expressive programs. Student Learning Outcomes Upon completion of the course, students will be able to: 1. Design, compile and execute C++ programs to solve basic problems. 2. Describe the concept of a variable. 3. Describe and use C++ control structures. 4. Describe and use functions, parameters, and return values. 5. Perform file input and output. 6. Solve problems requiring the use of arrays. Topics Covered Topics include: 1. C++ program development. 2. Variables and data types. 3. Control structures - iterators and selectors. 4. File input and output. 5. Arrays. 6. Basic problem solving and algorithm development. Required Textbook Problem Solving with C++: The Object of Programming, 8 th Edition by Walter Savitch. References 1. JGRASP Development Environment: Grading Programming Assignments 35% Chapter Assignments 15% Exam % Exam % Comprehensive Final Exam 25% Grading Scale Total 100% A B C D A B C F 0-59 B C D

2 NOTE: An "I" grade will not be given unless at least 70% of the course work is completed and must be approved by the Department Chair. A "WF" Grade will be given after the Withdraw deadline which is exactly the same as "F". Last Day of Automatic Withdraw is posted on the UWF Academic Calendar (and noted on the course schedule: Friday, March 22 nd ). Online Learning and Contacting the Instructor: Communication I do not have a physical office on campus. In fact, it is rare that I am on campus. Therefore, I will not have any physical office hours. Instead, I will offer Elluminate sessions a few times a week to supplement your learning. This is an opportunity for you to ask questions and have immediate responses. Teaching this course (and other UWF courses) is a supplement to my full-time job. However, I am available via and check regularly during the day. However, I reserve the right to have a life outside of the course; therefore you must be aware of the following: I reserve the right to answer and reply to discussion forum messages within 24 to 48 hours; however, during the week it should be much more rapid. I reserve the weekend for my family and therefore I reserve the right to not check or discussion forums from Friday noon until Monday morning at 8am. There may be times when I am not able to answer during the week until the afternoon. I will reply to messages based on priority. If you are asking a question about a program, I will need to see your source code. Therefore, please (1) copy and paste the specific source code into the an (2) attach the source code file to the . I ask that you do both because that allows me to answer questions away from my computer (via my phone). General questions on the discussion boards have higher priority, since they will probably help multiple students. This means individual questions that were ed have lower priority, although I try to address all questions as soon as possible. All course content will be provided via elearning at the beginning of the course. I will post assignment clarifications on the appropriate discussion board and update the program specification. I will not respond to any inquiry regarding a programming assignment on the day it is due unless I deem the question merits attention. It is YOUR responsibility to begin assignments early and to stay on top of material. If given two weeks to complete an assignment and you ask a question about a basic part of the assignment two days prior to its due date, you are not going about this course properly. Your grade will inevitably suffer. It is important to understand that waiting until the last minute to complete an assignment is a poor choice in this course since it is completely online and may require interactions between us via the discussion forums and / or . Student Responsibilities for Communication (Policies) In order to facilitate your learning in this course, please adhere to the following policies. All course-related will be sent to UWF ArgoNet student accounts, so make sure that your account is active. Students are responsible for checking their and the course web site regularly: once a day, elearning 4-5 times per week. Please post general questions (those that may be helpful to others) on the appropriate discussion board. Please try to post responses if you can answer questions that have been posted. This is preferred to my answers since you, as a class, can learn much from one another s struggles. For more specific questions (e.g., questions and problems that require I look at your code, grade issues), you may me. Please use appropriate formalities: address me as Mr. Alvin and sign your name. Courtesy, professionalism, and respect as well as information about who you are much appreciated. Since I may be teaching multiple programming courses, please indicate to me what course you are referring to since I may not associate your name with a specific course in the beginning of the semester. Virtual Office Hours (Live Elluminate Sessions) Live Elluminate sessions are an opportunity for you to interact directly with the instructor and have questions answered. I strongly encourage you to purchase a cheap headset with microphone to communicate with me verbally, not simply via a text window. Sessions do not require you to interact; feel free to be a lurker. However, live sessions are for you, the student, and you may ask me to talk about anything related to the course. That is, if you do not have a specific question but you are confused about a topic, ask and I can develop further examples to help. If you are not able to attend the Elluminate sessions, you may me questions ahead of the session as well. I will always post any recording after the session for your review.

3 If all else fails, you may request a private Elluminate session where I can answer your specific questions as well as look at any code you have developed. Requests for private session will only be granted if you have tried and failed using all other methods: discussion forum, , and researching online. Technology Requirements All programming projects will require using the C++ development environment. This environment is available in the SAIL lab in Building 79. This environment is available in the edesktop on Argus Software tab or you may download and use it on your personal computer. I strongly encourage you to download the software; to do so, follow these instructions. To work from home, you must install JGrasp and a C++/Java compiler. JGrasp is a front end that: provides an editor to type in the program issues commands to the actual compiler (we will use MinGW) to create an a.exe executable program (for C++) and.class files (for Java). issues commands to the operating system to execute the a.exe file the compiler created Install JGrasp Go to the download section of the JGrasp web site and follow the download and installation instructions. It may help to download the JGrasp Handbook as well; a link to the handbook is located on the JGrasp home page. Install MinGW Download the mingw environment ( On this website, click the "Download Now!" button. You should have a choice to Run or Save. Choose Run. If you are not given the choice, save the file, go to where you saved it, and run it by double clicking it. Install to c:\mingw\ Go to: Start>Control Panel>System>Advanced>Environment Variables. Modify the "path" variable to include c:\mingw\bin\ You should now be able to compile C++ and Java programs in JGrasp. Starting the Course Go to elearning.uwf.edu and login. Select the programming course. Select the Content. If you are reading this document, inevitably, you were successful in navigating the course website. You should see content for Chapters 1-8 as well as other information. Start by reading this document carefully and following the instructions on the first assignment (labeled First Assignment). Do not delay in starting this assignment since it is due in the first few days of class: see the Course Schedule for an exact date. Each chapter is an instructional unit and will contain Power Point slides, pre-recorded Elluminate videos, and assignments. There is approximately one chapter assignment and one programming assignment in each instructional unit. Please follow the instructions on the assignment as well as the submission requirements below. For this course, there are: 8 Chapter Assignments 5 Programming Projects 2 Midterm Exams (online via elearning) 1 Final Exam (In-Person) Submitting Non-Programming Assignments (Documents) Any assignment that is not strictly source code must be constructed in a word processor (Word, Open Office, etc.). Before submitting, you must create a PDF file; this is standard printing option in most word processors. However, if applicable, CutePDF Writer is freeware that can be downloaded ( Submitting Source Code All the commands in these instructions assume that your name is John Smith.

4 1. Compile and execute your program one last time. If your program does not compile, the graders will not be responsible for trying to test it. See Completing Programming Assignments (Grading Policy) below for more detailed information. 2. When submitting source code, first delete all extraneous files from the folder where you developed your solution. Extraneous files include:.class files for Java and a.exe for C When ready to submit, create a zip file (standard winzip) of the folder you are submitting. In Windows, Right-Click > Send To > Compressed (Zipped) Folder. 4. Change the name of the file to <last-name><first-initial>-<assignment>.zip. For John Smith and workshop 1, he would submit SmithJ-ws1.zip. For Chris Alvin and Program 1, he would submit alvinc-p1.zip. 5. Upload the file via the elearning Dropbox. 6. Check the dropbox to insure that the file was uploaded. 7. There are times when students may fix an error and resubmit an assignment. If an assignment is resubmitted, I will delete, without inspection, all earlier submissions grading only the last assignment submitted. Completing Programming Assignments (and Grading Policy) All programming projects have been constructed with very explicit instructions for your benefit. Every effort has been made to remove ambiguity. However, there are times when the English language fails and multiple interpretations are possible. In this case, please post in the discussion forum so that all students may comment and I may answer for the entire class. Accompanying each programming assignment will be a rubric that describes how grades will be assigned. Please use the accompanying rubric to help guide you in completing and testing your programming assignments. A critical element in software development is the need to thoroughly test your code. If you submit a program that does not compile, you will earn at most 50% of the points. Code that does not compile is extremely difficult to grade effectively, efficiently, and fairly. Therefore, you must make every effort to submit source code that, minimally, compiles. In this situation, the definition of compilation is multi-faceted. 1. Your code must compile as a stand-alone unit. If not, 50% will be lost. 2. All of your code must meet all specifications in the assignment in order to compile with my testing code. In most cases, I will use my own testing code to determine correctness. If your code does not compile with my testing code, you will minimally lose 50% of all points on each method or function for which compilation fails. Expectations for Academic Conduct / Plagiarism Policy As members of the University of West Florida, we commit ourselves to honesty. As we strive for excellence in performance, integrity personal and institutional is our most precious asset. Honesty in our academic work is vital, and we will not knowingly act in ways which erode that integrity. Accordingly, we pledge not to cheat, nor to tolerate cheating, nor to plagiarize the work of others. We pledge to share community resources in ways that are responsible and that comply with established policies of fairness. Cooperation and competition are means to high achievement and are encouraged. Indeed, cooperation is expected unless our directive is to individual performance. We will compete constructively and professionally for the purpose of stimulating high performance standards. Finally, we accept adherence to this set of expectations for academic conduct as a condition of membership in the UWF academic community. Any occurrence of academic dishonesty, including all forms of cheating and plagiarism, will be punished by a range of punishments from a grade of zero on the assignment to expulsion from the university. For more information, see the UWF Student Handbook ( Exams and Taking Exams on elearning There will two midterm exams and a comprehensive final exam. The two midterm exams will be administered under the followings rules / restrictions: Midterm exams will be administered via elearning on the Wednesday of the indicated week. Midterm exams will be made available for a 24 hour period: 12:01am to 11:59pm. You will have 90 minutes to complete each midterm exam. You must use the Respondus Lockdown Browser for the exam. It is available in the CyberLounge, SAIL Lab, and other computer labs. You may download it for your own computer if you wish (recommended). You can read about it here: All exams are closed-book, closed-notes, and to be completed individually. Tests are graded relative to each other. If you help a friend get a better grade, you have hurt your own grade.

5 If you cheat in any way, you have cheated yourself, because you will have to take a face-to-face final exam upon which you will not be able to cheat. If there is evidence of a large difference between midterm exam scores and what is earned on the final exam, it will cast suspicion on your grade. Makeup exams will NOT be given except with a serious, documented medical or legal excuse. No make-ups will be given unless students make advance arrangements. Final Exam The final exam is comprehensive and is weighted heavily in relationship to the programming assignments; this is by design. Assistance, resources and time are plentiful for the programming assignments; however, you are on your own during the exams. An exam is a test of your understanding of the content; therefore, you must prepare extensively for the exams or there will be a significant difference between your programming grades and your exam grades. The final exam will be administered at UWF main campus on Saturday, April 27, 2013, SSE (Building 4), Room 310 from 9:00am-11:30am (This information has not been finalized as of 1/7/2013) You must make arrangements to take the final exam at the UWF campus or with an approved proctor. If you are not able to take the exam on campus, you must acquire a proctor who will administer the exam. More information on how to acquire a proctor if you cannot attend the exam on campus is available at this link: Proctor information at the UWF Online Campus. Arrangements for proctoring must be made in advance and certain fees may apply. If you cannot attend the final exam at UWF, I suggest you arrange a proctor early in the course. For the final exam, I will adhere to the following procedure: Approximately six weeks prior to the final exam, I will ask the class about proctoring plans for the final exam. You will respond to me, via , how you plan on taking the exam. If you do not meet my deadline for informing me how you will take the exam, I will remove five percent (5%) from your final exam grade. If you fail to inform me before the final exam, I will not be responsible for your exam and how it is administered. Independent of the method by which you take the final exam, you will have to provide photo identification. Due Dates and Times All workshop and programming assignments will be due on Thursday of the indicated week at 11:59pm. Again, no late assignments will be accepted. The elearning clock is considered the master clock. That is, if your computer clock differs and you were not able to submit the assignment via the dropbox, it is late and will not be accepted. Please do not saying you missed the dropbox and am hoping I will accept the assignment; I will not since it is your poor planning that lead to the issue. Inevitably, I would copy and paste this paragraph from the syllabus in response. As indicated earlier, Exam 1 and Exam 2 will be administered via elearning on the Wednesday of the indicated week. Other Course Policies Course programming assignments, announcements, powerpoints, discussion facilities, etc. will be available using the UWF's elearning system for course delivery. If you have not already done so, you will need to activate your Argus account to access these resources. Use the Discussion Forum on elearning to submit question and problems; it is the fastest way to get help. Any other student or instructor may answer your question. Programming can only be learned by doing, and students need to work extensively on programming assignments or they will not do well in this course. You should expect to spend 9 to 12 hours per week doing programming work. All work will be done in the jgrasp environment unless you would like to use another environment (Eclipse, Visual Studio, NetBeans). You may find it convenient to use a PC at home for program development, but you must ensure that your program runs successfully. Late Policy 1. You are expected to complete all work according to the course schedule. Deadlines are part of the real world; therefore, you must be able to meet and /or exceed expectations. Timeliness is an important asset. 2. It is the responsibility of the student to make prior arrangements with the instructor concerning missed assignments. Documentation of health or family problems will be required. 3. Late workshops and programming assignments will not be accepted. Additional Information on Late Assignments

6 I will not accept any late assignments for any reason (computer malfunction, internet connect failure, job, medical problem etc). In addition, all assignment must be uploaded to the specified elearning dropbox, ed assignments will not be accepted. Re-grading Assignments It is the student s responsibility to check graded assignments when feedback has been provided. I will gladly re-grade an assignment when a question or mistake is brought to my attention. To ensure fairness, I reserve the right to re-grade the entire assignment. As a result, your grade may increase, decrease, or remain the same. Grades will not be changed after one week from the date graded assignments are returned to the class. Please feel free to contact the instructor if you have question or need more extensive feedback related to an assignment. Participation and Feedback I encourage active participation and regular feedback. I believe that effective communication between the instructor and students will make the course more useful, interesting, and productive. Please contact me if you have any questions, concerns, or suggestions! Important Notes This is a challenging, programming-intensive course. It gets more difficult as the semester progresses, so please do not fall behind. Again, you should expect to spend approximately 9-12 hours per week reading, doing exercises, and programming for this course. This is not a self-paced course. You are required to complete all assignments and programs by the deadlines in the Course Schedule. Again, I will not accept late assignments except for documented extenuating circumstances. Communication. In addition to communication via the News and Discussion forums in elearning, I will post to the News section information about updates, deadlines, links to live Elluminate sessions, exams, etc. It is your responsibility to read the news as it is posted. I will post a few times a week at most, but it is your responsibility to be aware of announces made on the elearning news. Also make sure your account is established and that you check it regularly. Advice I have been programming for more than 15 years and spent time as a professional software engineer so sometimes I forget about the struggles of the first programming class. I am not a sage, but there are some important pieces of advice I can share. If you receive an error from the compiler you do not understand and cannot resolve, me. I will be able to fix the issue fast. If you me, I am under the assumption that you have already spent a considerable amount of time trying to resolve the issue on your own. If you have a bug in your program and worked for extended period of time to resolve the issue, get up and walk away. Come back with a clear mind and try to fix the problem. If that fails, me. Unless you are a night owl, do not program late at night. Just as writing a paper when you are sleep-deprived can result in a poor product, programming suffers in the same way. Programming is unlike any other course you have taken. It is frustrating. This is because you not only need to understand and use a new language, but you are required to solve problems using that language. I want you to be successful in this course, so I ve tried to alert you to some things that will maximize the likelihood of success. Now just add a big helping of effort, participation, questions when you are stumped, etc, and everything will work out fine. Assistance Students with special needs who require specific examination-related or other course-related accommodations should contact the UWF Office of Disabled Students Services ( or telephone ). DSS will provide the student with a letter for the instructor that will specify any recommended accommodations. Important Note Any changes to the syllabus or schedule made during the semester take precedence over this version. Check the course website on elearning regularly for up-to-date information. I reserve the right to make changes to the schedule or other elements of the course. Appropriate notification and discussion will precede any changes.

Syllabus COP2253: Introduction to Programming in Java

Syllabus COP2253: Introduction to Programming in Java Syllabus COP2253: Introduction to Programming in Java Instructor Contact Information Mr. Chris Alvin Email: calvin@uwf.edu Virtual Office Hours: Day and Times to be Determined Course Information Course

More information

COURSE SYLLABUS PAD 3003 Public Administration in American Society Professor: Dr. Katie Keeton Associate Professor Office: Virtual: kkeeton@uwf.

COURSE SYLLABUS PAD 3003 Public Administration in American Society Professor: Dr. Katie Keeton Associate Professor Office: Virtual: kkeeton@uwf. COURSE SYLLABUS PAD 3003 Public Administration in American Society Professor: Dr. Katie Keeton Associate Professor Office: Virtual: kkeeton@uwf.edu Hours: Daily - Various Times (I check e-mail often) Voice:

More information

COURSE SYLLABUS. PAD 4990/5990 Introduction to Homeland Security

COURSE SYLLABUS. PAD 4990/5990 Introduction to Homeland Security Professor: Dr. Katie Keeton Associate Professor COURSE SYLLABUS PAD 4990/5990 Introduction to Homeland Security Office: Virtual: kkeeton@uwf.edu Hours: Daily: Various Times Voice: 850-890-8390 Course Description:

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

Introduction to Sociology Online Course Syllabus SOC 2301 D30 CRN 10144 Fall 2015 Angelo State University

Introduction to Sociology Online Course Syllabus SOC 2301 D30 CRN 10144 Fall 2015 Angelo State University Introduction to Sociology Online Course Syllabus SOC 2301 D30 CRN 10144 Fall 2015 Angelo State University Jennifer L. Newman-Shoemake BS, MS jennifer.newman@angelo.edu COURSE INFORMATION: This is an online

More information

Earth Science 101 Introduction to Weather Fall 2015 Online

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

More information

Advanced General Psychology (PSYC 4000) (CRN: 32452) Spring 2015 Weber State University- Ogden Campus

Advanced General Psychology (PSYC 4000) (CRN: 32452) Spring 2015 Weber State University- Ogden Campus Advanced General Psychology (PSYC 4000) (CRN: 32452) Spring 2015 Weber State University- Ogden Campus Instructor Information Dr. Melinda Russell-Stamp Office: Rm. 354 Phone: 626-6247 E-mail: melindarussellstamp@weber.edu

More information

INSC 102 Technologies for Information Retrieval FALL 2014 SECTION 002 Delivered online via Asynchronous Distance Education (ADE)

INSC 102 Technologies for Information Retrieval FALL 2014 SECTION 002 Delivered online via Asynchronous Distance Education (ADE) INSC 102 Technologies for Information Retrieval FALL 2014 SECTION 002 Delivered online via Asynchronous Distance Education (ADE) Instructor: Rebecca Davis Email: rdavis74@vols.utk.edu Office: 103 Communications

More information

Precalculus Algebra Online Course Syllabus

Precalculus Algebra Online Course Syllabus VALENCIA COMMUNITY COLLEGE EAST CAMPUS MAC 1140 PRECALCULUS ALGEBRA (ONLINE COURSE) SYLLABUS Term/Year: Spring 2011 CRN: 22693/22954 Professor: Dr. Agatha Shaw Phone: (407) 582 2117 Office: 8-249 Student

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

COURSE SYLLABUS ETEC 524: Introduction to Educational Technology Spring 2013

COURSE SYLLABUS ETEC 524: Introduction to Educational Technology Spring 2013 COURSE SYLLABUS ETEC 524: Introduction to Educational Technology Spring 2013 Instructor: Julie McLeod, PhD Office Location: EDN 111 Office Hours: Virtual, daily Phone: 972-998-0288 (Dr. M) Office Fax:

More information

Brazosport College Syllabus for Criminology (CJSA 1325) Spring 2014 (Online)

Brazosport College Syllabus for Criminology (CJSA 1325) Spring 2014 (Online) Brazosport College Syllabus for Criminology (CJSA 1325) Spring 2014 (Online) Instructor: Chris Mezzino Office Phone: 979.230-3180 Office: B-227-A email: chris.mezzino@brazosport.edu COURSE DESCRIPTION

More information

Holistic Healthcare Course Syllabus

Holistic Healthcare Course Syllabus COURSE NUMBER: NUR 4177 Holistic Healthcare Course Syllabus CREDIT: 3 SEMESTER CREDIT HOURS PRE-REQUISITES: NONE FACULTY: PATRICIA POSEY-GOODWIN, RN, MSN (850) 473-7758 ppgoodwin@uwf.edu FOR LIBRARY ISSUES:

More information

TECH 4101 HUMAN RESOURCES FOR ADMINISTRATIVE AND TECHNOLOGY MANAGERS (R1 section) Course Syllabus Fall 2015

TECH 4101 HUMAN RESOURCES FOR ADMINISTRATIVE AND TECHNOLOGY MANAGERS (R1 section) Course Syllabus Fall 2015 TECH 4101 HUMAN RESOURCES FOR ADMINISTRATIVE AND TECHNOLOGY MANAGERS (R1 section) Course Syllabus Fall 2015 Individuals with disabilities who need to request accommodations should contact the Disability

More information

ITNW 1337 Introduction to the Internet Course Syllabus: Spring 2015

ITNW 1337 Introduction to the Internet Course Syllabus: Spring 2015 ITNW 1337 Introduction to the Internet Course Syllabus: Spring 2015 Northeast Texas Community College exists to provide responsible, exemplary learning opportunities. Dr. Kevin P Rose Office: BT 105 Phone:

More information

Rutgers University, Department of Psychology Developmental Psychology Winter 2015. Office Hours Office Phone Email

Rutgers University, Department of Psychology Developmental Psychology Winter 2015. Office Hours Office Phone Email Developmental Psychology Winter 2015 1 Rutgers University, Department of Psychology Developmental Psychology Winter 2015 PROFESSOR Kaleigh Matthews Office Hours Office Phone Email Available by Smith 973-353-

More information

TWO (2) SEMESTER HOURS. Patricia Posey-Goodwin, M.S.N., RN ppgoodwin@uwf.edu Building 8, Room 105 850.473.7758

TWO (2) SEMESTER HOURS. Patricia Posey-Goodwin, M.S.N., RN ppgoodwin@uwf.edu Building 8, Room 105 850.473.7758 COURSE NUMBER AND TITLE: CREDIT: NUR3837 HEALTH CARE ISSUES TWO (2) SEMESTER HOURS MEETING TIME & LOCATION: ONLINE, SPRING 2010 INSTRUCTOR: ONLINE OFFICE HOURS: Patricia Posey-Goodwin, M.S.N., RN ppgoodwin@uwf.edu

More information

Political Science 2302: Section 03W United States & Texas Government: Institutions & Policies Spring Semester 2014 COURSE INFORMATION

Political Science 2302: Section 03W United States & Texas Government: Institutions & Policies Spring Semester 2014 COURSE INFORMATION Political Science 2302: Section 03W United States & Texas Government: Institutions & Policies Spring Semester 2014 Instructor: Mr. Tim Houston Office Location: SS 152 Virtual Office Hours: Monday, Wednesday

More information

PSY 2012 General Psychology Sections 4041 and 1H85

PSY 2012 General Psychology Sections 4041 and 1H85 PSY 2012 General Psychology Sections 4041 and 1H85 Professor: Nicole Dorey Office: PSY 355 Office hours: Monday 10:40-11:40 am Phone: (352) 273-2188 Teaching Assistants: Nathan Hall Ray Joslyn Sarah Slocum

More information

Division of Fine Arts Department of Photography Course Syllabus

Division of Fine Arts Department of Photography Course Syllabus Division of Fine Arts Department of Photography Course Syllabus COURSE TITLE COURSE NUMBER PREREQUISITES Digital Camera Work CRN 10097 PGY 1800C None CREDIT HOURS 3.0 CONTACT HOURS 45 hours online CLASS

More information

Statistical Methods Online Course Syllabus

Statistical Methods Online Course Syllabus VALENCIA COLLEGE EAST CAMPUS STA 2023 STATISTICAL METHODS (ONLINE COURSE) SYLLABUS Term/Year: Fall 2011 CRN: 11563/11615/13231/11839 Professor: Dr. Agatha Shaw E-mail: Blackboard Course E-Mail or ashaw17@mail.valenciaccollege.edu

More information

Online Sections of CIS101, CIS141 & CIS240 About This Course and Getting Started Online Instructor Brad Ford

Online Sections of CIS101, CIS141 & CIS240 About This Course and Getting Started Online Instructor Brad Ford Online Sections of CIS101, CIS141 & CIS240 About This Course and Getting Started Online Instructor Brad Ford Introduction The enclosed information is required reading by the end of the first week of class.

More information

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

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

More information

How To Pass A Customer Service Course At Tstc

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

More information

SOCIAL PROBLEMS Online Course Syllabus SOC 1303-D10 CRN 10036 Fall 2015 Angelo State University

SOCIAL PROBLEMS Online Course Syllabus SOC 1303-D10 CRN 10036 Fall 2015 Angelo State University SOCIAL PROBLEMS Online Course Syllabus SOC 1303-D10 CRN 10036 Fall 2015 Angelo State University Jennifer L. Newman-Shoemake BS, MS jennifer.newman@angelo.edu COURSE INFORMATION: This is an online lecture

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

ONLINE FACULTY HANDBOOK

ONLINE FACULTY HANDBOOK ONLINE FACULTY HANDBOOK Online Faculty Support Guide The Online Faculty Handbook was created to inform faculty on college procedures for developing, managing, and requesting online courses whether they

More information

COURSE SYLLABUS DESIGNING WEB PAGES COP3835-RVC-1121 GENERAL INFORMATION IMPORTANT INFORMATION PROFESSOR INFORMATION

COURSE SYLLABUS DESIGNING WEB PAGES COP3835-RVC-1121 GENERAL INFORMATION IMPORTANT INFORMATION PROFESSOR INFORMATION COURSE SYLLABUS DESIGNING WEB PAGES COP3835-RVC-1121 GENERAL INFORMATION IMPORTANT INFORMATION COURSE DETAIL COURSE CALENDAR GENERAL INFORMATION PROFESSOR INFORMATION Instructor: Timothy Walker Phone/Text:

More information

CS A250 (CRN 20690-25399) C++ Programming Language 2. Syllabus Fall 2015

CS A250 (CRN 20690-25399) C++ Programming Language 2. Syllabus Fall 2015 CS A250 (CRN 20690-25399) C++ Programming Language 2 Syllabus Fall 2015 Instructor: Gabriela Ernsberger E-mail: gernsberger@occ.cccd.edu Course Web site: www.thisclass.info Office: MB Computing Center

More information

Semester/Year: Spring, 2016

Semester/Year: Spring, 2016 CASPER COLLEGE COURSE SYLLABUS COSC 1200 N1 and N2: Computer Information Systems Semester/Year: Spring, 2016 Lecture Hours: 2 Lab Hours: 2 Credit Hours: 3 Class Time: Online Days: NA Room: NA Instructor

More information

Marketing for Hospitality and Tourism Course Syllabus. Dr. Michelle Choate Office # C221 Phone: 305-809-3202 Mobile Office: 828-329-2157

Marketing for Hospitality and Tourism Course Syllabus. Dr. Michelle Choate Office # C221 Phone: 305-809-3202 Mobile Office: 828-329-2157 Marketing for Hospitality and Tourism Course Syllabus COURSE TITLE Marketing for Hospitality and Tourism COURSE NUMBER HFT 2500 (11150) PREREQUISITES None CREDIT HOURS 3 CONTACT HOURS 45 CLASS MEETING

More information

SYLLABUS GOVT 2305 ONLINE CLASSES Fall 2015 - CUMBA

SYLLABUS GOVT 2305 ONLINE CLASSES Fall 2015 - CUMBA SYLLABUS GOVT 2305 ONLINE CLASSES Fall 2015 - CUMBA Course Description: Origin and development of the U.S. Constitution, structure and powers of the national government, including the legislative, executive

More information

Managerial Accounting - ACG 2071. Syllabus. Florida Keys Community College. Course Prefix/Number/Course: ACG 2071 Managerial Accounting

Managerial Accounting - ACG 2071. Syllabus. Florida Keys Community College. Course Prefix/Number/Course: ACG 2071 Managerial Accounting Managerial Accounting - ACG 2071 Syllabus Florida Keys Community College I. Course Information Course Prefix/Number/Course: ACG 2071 Managerial Accounting Credit Hours/Contact Hours: 3 Prerequisites for

More information

Florida National University Online Courses Platform

Florida National University Online Courses Platform Florida National University Online Courses Platform Created by the Online Learning Dept. September, 2013 * Blackboard System Requirements Accessing Blackboard Logging Into Blackboard Global Navigation

More information

Completed/Your Grade. Weekly Work 25% Discussion Board 15% Document Paper 15% Midterm Exam 1 15% Midterm Exam 2 15% Final Exam 15%

Completed/Your Grade. Weekly Work 25% Discussion Board 15% Document Paper 15% Midterm Exam 1 15% Midterm Exam 2 15% Final Exam 15% History 1301: United States History to 1865 Sections: D10 and D20 Prof. Christine M. Lamberson Office: 210C Telephone: 325-942-2227 Email: clamberson@angelo.edu Office Hours: Tuesday, 11:00-12:00, Wednesday

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

All course material and activities appear online in GaVIEW

All course material and activities appear online in GaVIEW Class: ENGL 3900 Professional and Technical Writing Online CRN 50019 Term: Summer 2014 Credit: English 3900 carries three (3) semester credit hours (3-0-3) Instructor: Dr. Mills Office: Arts and Sciences,

More information

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

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

More information

STABLE MANAGEMENT EQSC 441 & EQSC 441 Lab SUMMER I 2014

STABLE MANAGEMENT EQSC 441 & EQSC 441 Lab SUMMER I 2014 SYLLABUS STABLE MANAGEMENT EQSC 441 & EQSC 441 Lab SUMMER I 2014 COURSE INFORMATION -3 Credit Hours: 2 Lecture/2 Lab -Lecture is Web Based - Lab meets at Equine Center on HWY 50 from 8:00am-5:00pm on June

More information

COURSE SYLLABUS Fall 2013. Course Prefix/Number: POS 6704(Section 2337 )/ PAD 6706 (Section 2312 )

COURSE SYLLABUS Fall 2013. Course Prefix/Number: POS 6704(Section 2337 )/ PAD 6706 (Section 2312 ) COURSE SYLLABUS Fall 2013 Course Prefix/Number: POS 6704(Section 2337 )/ PAD 6706 (Section 2312 ) Course Title: RESEARCH METHODS Course Credit Hours: 3.0 Instructor Name and Contact Information: Professor:

More information

ENTREPRENEURSHIP BUSN 1330 3 Semester Hours. Revised Summer 2015

ENTREPRENEURSHIP BUSN 1330 3 Semester Hours. Revised Summer 2015 ENTREPRENEURSHIP BUSN 1330 3 Semester Hours COURSE INFORMATION Course Description: This course explores the strategies necessary to start and operate a business. Topics may include development of a business

More information

COURSE SYLLABUS ETEC 578: Instructional Design & Development Spring 2014

COURSE SYLLABUS ETEC 578: Instructional Design & Development Spring 2014 COURSE SYLLABUS ETEC 578: Instructional Design & Development Spring 2014 Instructor: Mary Jo Dondlinger, PhD Office Location: EDN 111 Office Hours: Virtual, daily Phone: 903-886-5520 (Ed Leadership Dept)

More information

SAMPLE SUBJECT TO CHANGE University of Toledo Department of Criminal Justice CRIM 1010 Criminal Justice (3 credits) Section 901 Fall Semester, 2014

SAMPLE SUBJECT TO CHANGE University of Toledo Department of Criminal Justice CRIM 1010 Criminal Justice (3 credits) Section 901 Fall Semester, 2014 SAMPLE SUBJECT TO CHANGE University of Toledo Department of Criminal Justice CRIM 1010 Criminal Justice (3 credits) Section 901 Fall Semester, 2014 Location: ONLINE Instructor: Ashley Miles Office: 3 rd

More information

Abnormal Behavior Psychology 3400-090: Spring 2010

Abnormal Behavior Psychology 3400-090: Spring 2010 Abnormal Behavior Psychology 3400-090: Spring 2010 Instructor: Office: E-mail Address: Office Hours: Malinda J. Freitag BEH S 515 (Mailbox on 5 th Floor) malinda.freitag@psych.utah.edu By Appointment Only*

More information

Sport and Exercise Psychology KNHS 3310

Sport and Exercise Psychology KNHS 3310 Sport and Exercise Psychology KNHS 3310 Delivered online, Georgia Regents University, Fall semester, 2014 Course Description: This online course examines psychological theories and research related to

More information

F l o r i d a G u l f C o a s t U n i v e r s i t y S t a t i s t i c a l M e t h o d s F a l l 2 0 1 2 - C R N 8 1 1 2 6

F l o r i d a G u l f C o a s t U n i v e r s i t y S t a t i s t i c a l M e t h o d s F a l l 2 0 1 2 - C R N 8 1 1 2 6 F l o r i d a G u l f C o a s t U n i v e r s i t y S t a t i s t i c a l M e t h o d s F a l l 2 0 1 2 - C R N 8 1 1 2 6 Instructor: Larry L. Southard, M.A. Email: lsouthar@fgcu.edu Telephone: (239) 590-7420

More information

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

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

More information

The College Experience COL 101 3 Hours Credit

The College Experience COL 101 3 Hours Credit The College Experience COL 101 3 Hours Credit Course Information Course Description: In this course, we will study the best practices for success in college and learning on line by using technology smartly,

More information

Microeconomic Principles

Microeconomic Principles Microeconomic Principles Instructor Information Dr. José J. Vázquez-Cognet University of Illinois at Urbana-Champaign E-mail: vazquezj@illinois.edu Virtual Office Hours: By appointment Course Description

More information

Online Course Syllabus. POL 1113: American National Government. Fall 2015

Online Course Syllabus. POL 1113: American National Government. Fall 2015 Online Course Syllabus POL 1113: American National Government Fall 2015 Instructor Information Name & contact: Marija Naumoski (MA, University of Central Oklahoma). All inquiries must be sent via UCO's

More information

SMALL BUSINESS MANAGEMENT BUSN 1340. 3 Semester Hours. Revised Summer 2015

SMALL BUSINESS MANAGEMENT BUSN 1340. 3 Semester Hours. Revised Summer 2015 SMALL BUSINESS MANAGEMENT BUSN 1340 3 Semester Hours COURSE INFORMATION Course Description: This course is a study of the techniques of organizing and operating a small business, which may include development

More information

AEC 3073 INTERCULTURAL COMMUNICATION Ms. Mary Rodriguez

AEC 3073 INTERCULTURAL COMMUNICATION Ms. Mary Rodriguez Spring 2015 AEC 3073 - Section 2D38 General Education Categories: Social & Behavioral Sciences (S) and International (N) or S and Diversity (D) Three (3) Credit Hours Tuesday (5 th and 6 th period) 11:45-1:40pm

More information

etroy Abnormal Psychology 3304 TERM 1, 2015

etroy Abnormal Psychology 3304 TERM 1, 2015 etroy Abnormal Psychology 3304 TERM 1, 2015 For course syllabus posted prior to the beginning of the term, the instructor reserves the right to make minor changes prior to or during the term. The instructor

More information

Writing effective student learning outcomes

Writing effective student learning outcomes Writing effective student learning outcomes Attached are three excerpts and sources to help you to develop effective and assessable learning outcomes. Also attached are two syllabi templates: the first

More information

etroy XTIA CJ 6630 Juvenile Justice Term 2, 2015

etroy XTIA CJ 6630 Juvenile Justice Term 2, 2015 etroy XTIA Juvenile Justice Term 2, 2015 For course syllabus posted prior to the beginning of the term, the instructor reserves the right to make minor changes prior to or during the term. The instructor

More information

The ODU Guide to Teaching Online. Education Division MEd Online

The ODU Guide to Teaching Online. Education Division MEd Online The ODU Guide to Teaching Online Education Division MEd Online Created by: The Center for Instructional Technology and e-learning May 2010 2 Table of Contents Welcome!... 3 Learning Your Way Around the

More information

Introduction to Business Course Syllabus. Dr. Michelle Choate Office # C221 Phone: 305-809-3202 Mobile Office: 828-329-2157

Introduction to Business Course Syllabus. Dr. Michelle Choate Office # C221 Phone: 305-809-3202 Mobile Office: 828-329-2157 Introduction to Business Course Syllabus COURSE TITLE Introduction to Business COURSE NUMBER GEB 1011 (11137) PREREQUISITES None CREDIT HOURS 3 CONTACT HOURS 45 CLASS MEETING TIMES CLASS METHOD Virtual

More information

CITC 1303 (formerly INFS 186) - Database Concepts 3 Credit Hours

CITC 1303 (formerly INFS 186) - Database Concepts 3 Credit Hours CITC 1303 (formerly INFS 186) - Database Concepts 3 Credit Hours Course Description: This course enables students to develop database applications using Microsoft Access. Subsequent to a brief survey of

More information

MG430: Sports Management

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

More information

OGEECHEE TECHNICAL COLLEGE One Joe Kennedy Boulevard Statesboro GA

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

More information

NURS 1050 Medical Terminology. Course Description

NURS 1050 Medical Terminology. Course Description 1 NURS 1050 Medical Terminology Course Description This course is a study of the language of the allied health sciences, nursing, and medicine. The meaning and pronunciation of complex words are presented

More information

POFT 1309 Administrative Office Procedures I COURSE SYLLABUS

POFT 1309 Administrative Office Procedures I COURSE SYLLABUS POFT 1309 Administrative Office Procedures I COURSE SYLLABUS COURSE NUMBER AND TITLE: POFT 1309 Administrative Office Procedures I (Online Lecture Course) COURSE (CATALOG) DESCRIPTION: Study of current

More information

OGEECHEE TECHNICAL COLLEGE One Joe Kennedy Boulevard Statesboro GA

OGEECHEE TECHNICAL COLLEGE One Joe Kennedy Boulevard Statesboro GA Course Information OGEECHEE TECHNICAL COLLEGE One Joe Kennedy Boulevard Statesboro GA SYLLABUS MAST 1510 Medical Billing and Coding I Course Date: Fall 2013 Course Meeting Times: online course/angel Course

More information

PSY 6302 CORE CONCEPTS IN PSYCHOLOGICAL SCIENC (SPRING 2016)

PSY 6302 CORE CONCEPTS IN PSYCHOLOGICAL SCIENC (SPRING 2016) PSY 6302 CORE CONCEPTS IN PSYCHOLOGICAL SCIENC (SPRING 2016) Instructor: William Davidson, PhD Phones: 325-227-1016; 208-719-0117 E-mail: Bill.Davidson@angelo.edu Virtual Office Hours (online): M-F 1:00

More information

CS3332 Software Engineering I. Term III/2016

CS3332 Software Engineering I. Term III/2016 etroy Course Syllabus Term III/2016 For course syllabus posted prior to the beginning of the term, the instructor reserves the right to make minor changes prior to or during the term. The instructor will

More information

STUDENT HANDBOOK Trent Online

STUDENT HANDBOOK Trent Online STUDENT HANDBOOK Trent Online Trent University 1600 West Bank Dr., Bata Library 202 Peterborough ON K9J 7B8 (705) 748-1011 x7880 online@trentu.ca Table of Contents Contact Information Contacting Trent

More information

Prerequisite Math 115 with a grade of C or better, or appropriate skill level demonstrated through the Math assessment process, or by permit.

Prerequisite Math 115 with a grade of C or better, or appropriate skill level demonstrated through the Math assessment process, or by permit. Summer 2016 Math 125 Intermediate Algebra Section 0179, 5 units Online Course Syllabus Instructor Information Instructor: Yoon Yun Email: yunyh@lamission.edu Phone: (818)364-7691 MyMathLab: MyMathLab.com

More information

Accounting 1B Principals of Accounting 2008. Course Description in-person. Instructor: Dr. Robert Daily

Accounting 1B Principals of Accounting 2008. Course Description in-person. Instructor: Dr. Robert Daily Accounting 1B Principals of Accounting 2008 Course Description in-person Instructor: Dr. Robert Daily Telephone: 310-660-3779 Office location: Bus 119 E-mail address: rdaily@elcamino.edu Office Hours:

More information

BUAD 310 Applied Business Statistics. Syllabus Fall 2013

BUAD 310 Applied Business Statistics. Syllabus Fall 2013 ! BUAD 310 Applied Business Statistics Syllabus Fall 2013 Instructor: Gourab Mukherjee TA: Pallavi Basu Office: HOH 14 Office Hours: Tuesday and Wednesday 10AM-12 PM (location TBA) Office Hours: Tuesday

More information

WEB 2300 - Javascript 3 Credit Hours

WEB 2300 - Javascript 3 Credit Hours WEB 2300 - Javascript 3 Credit Hours Course Description: This course teaches developers how to use the features of the JavaScript language to design client-side, platform-independent solutions. Students

More information

PERSONAL FINANCE BUSN 1300 3 Semester Hours. Revised Summer 2015

PERSONAL FINANCE BUSN 1300 3 Semester Hours. Revised Summer 2015 PERSONAL FINANCE BUSN 1300 3 Semester Hours COURSE INFORMATION Course Description: This course helps students to define and reach personal financial goals. Topics may include planning, budgeting, taxes,

More information

Florida Gulf Coast University Finite Math M GF 1106 Spring 2014 CRN 11072

Florida Gulf Coast University Finite Math M GF 1106 Spring 2014 CRN 11072 Florida Gulf Coast University Finite Math M GF 1106 Spring 2014 CRN 11072 Instructor: Jaffar Ali Shahul-Hameed Ph.D. Associate Professor Email: jahameed@fgcu.edu Telephone: (239) 590-1470 Office: AB7 206

More information

CJ 4480 Digital Forensics II Syllabus - Term 2 2015

CJ 4480 Digital Forensics II Syllabus - Term 2 2015 CJ 4480 Digital Forensics II Syllabus - Term 2 2015 For course syllabus posted prior to the beginning of the term, the instructor reserves the right to make minor changes prior to or during the term. The

More information

Introduction: How does a student get started? How much time does this course require per week?

Introduction: How does a student get started? How much time does this course require per week? College Algebra Online (MATH 1111WEB) Spring 2016 Instructor: Mrs. Deltrye Eagle Holt Email: dholt@gru.edu Office: Allgood Hall N32 Phone: 706-667-4484 Skype: Prof.Holt1 Face-to-Face Office Hours Monday,

More information

Abuse and Illness in Families

Abuse and Illness in Families Abuse Illness in Families HDFS 367xw: Spring 2013 *Syllabus is subject to change without notice* Instructor: Sarah Bickelhaupt M.S. Office Location: 51B LeBaron E-mail: filly@iastate.edu Office Hours:

More information

CALIFORNIA STATE UNIVERSITY DOMINGUEZ HILLS

CALIFORNIA STATE UNIVERSITY DOMINGUEZ HILLS 1 CALIFORNIA STATE UNIVERSITY DOMINGUEZ HILLS PSY 480-41 SPORT PSYCHOLOGY 3 Semester Credits Online Prerequisites: PSY 314 or PSY 340; or consent of instructor. Psychological principles and research in

More information

Psychology 125- Psychology of Aging ONLINE Saddleback College Fall 2011. Course Description and Objectives

Psychology 125- Psychology of Aging ONLINE Saddleback College Fall 2011. Course Description and Objectives Professor Michelle Worley, M. A. Email: mworley@saddleback.edu Psychology 125- Psychology of Aging ONLINE Saddleback College Fall 2011 Course Description and Objectives This is a lower division developmental

More information

HUM 1010 - Introduction to Humanities I 3 Credit Hours

HUM 1010 - Introduction to Humanities I 3 Credit Hours HUM 1010 - Introduction to Humanities I 3 Credit Hours Course Description: This course provides a historical approach to pivotal ideas, systems of thought, and creations of the Western world (e.g., music,

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

Midland College Syllabus ENGL 2311 Technical Writing

Midland College Syllabus ENGL 2311 Technical Writing Midland College Syllabus ENGL 2311 Technical Writing Course Description: A course designed to enable students to organize and prepare basic technical materials in the following areas: abstracts; proposals;

More information

Collin College Business and Computer Systems

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

More information

1 of 5 8/31/14, 9:44 PM

1 of 5 8/31/14, 9:44 PM Charlton College of Business > Marketing > Fahri Karakaya Syllabus UNIVERSITY OF MASSACHUSETTS DARTMOUTH MKT 490 ecommerce & Internet Marketing Home Courses Experience Education Publications Consulting

More information

Math 35 Section 43376 Spring 2014. Class meetings: 6 Saturdays 9:00AM-11:30AM (on the following dates: 2/22, 3/8, 3/29, 5/3, 5/24, 6/7)

Math 35 Section 43376 Spring 2014. Class meetings: 6 Saturdays 9:00AM-11:30AM (on the following dates: 2/22, 3/8, 3/29, 5/3, 5/24, 6/7) Math 35 Section 43376 Spring 2014 Class meetings: 6 Saturdays 9:00AM-11:30AM (on the following dates: 2/22, 3/8, 3/29, 5/3, 5/24, 6/7) Instructor: Kathy Nabours Office: MTSC 133 Email: kathy.nabours@rcc.edu

More information

PHOENIX COLLEGE ONLINE. SBS220 Internet Marketing for Small Business

PHOENIX COLLEGE ONLINE. SBS220 Internet Marketing for Small Business PHOENIX COLLEGE ONLINE SBS220 Internet Marketing for Small Business Instructor Information Instructor: Telephone: E-mail: Availability: Doula Zaharopoulos 602-285-7209 M-F Mountain Time doula.zaharopoulos@pcmail.maricopa.edu

More information

COURSE SYLLABUS MRKG 1311 (3:3:0) PRINCIPLES OF MARKETING. Business. Business Administration Department. Technical Education Division

COURSE SYLLABUS MRKG 1311 (3:3:0) PRINCIPLES OF MARKETING. Business. Business Administration Department. Technical Education Division COURSE SYLLABUS MRKG 1311 (3:3:0) PRINCIPLES OF MARKETING Business Business Administration Department Technical Education Division Lauren Gregory-- Assistant Professor, Business Administration SOUTH PLAINS

More information

Teaching Assistants (contact information for your TAs can be found on the course website): Luis Alvarez, Sarah Halterman, Corey Rovzar and Jason Ward.

Teaching Assistants (contact information for your TAs can be found on the course website): Luis Alvarez, Sarah Halterman, Corey Rovzar and Jason Ward. 1 Geography 7 (WINTER 2015): Introduction to Geographic Information Systems ONLINE Professor Michael Shin (shinm@geog.ucla.edu) Office hours: Wednesdays, 10.30am - Noon or by appointment Office: Bunche

More information

Biology 156 Introductory Biology for Allied Health Professor: Darin Taverna, PhD

Biology 156 Introductory Biology for Allied Health Professor: Darin Taverna, PhD Biology 156 Introductory Biology for Allied Health Professor: Darin Taverna, PhD Course Objectives An introductory biology course for allied health majors with an emphasis on humans. Topics include fundamental

More information

Brazosport College Syllabus for PSYC 2301 General Psychology

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

More information

English 1302 Writing Across the Curriculum Spring 2016

English 1302 Writing Across the Curriculum Spring 2016 Instructor Information Calinda C. Shely Academic 110L MWF 11 am-1 pm or by appointment calinda.shely@angelo.edu Ph. 486-5464 English 1302 Writing Across the Curriculum Spring 2016 COURSE DESCRIPTION, OUTCOMES,

More information

North Central Missouri College Distance Learning Policy Principles of Good Practice for Distance Learning Courses

North Central Missouri College Distance Learning Policy Principles of Good Practice for Distance Learning Courses North Central Missouri College Distance Learning Policy Principles of Good Practice for Distance Learning Courses Mission The mission of North Central Missouri College is to assist individuals in our educational/

More information

WELCOME TO PSYCHOLOGY 120! Hassan Sayeed

WELCOME TO PSYCHOLOGY 120! Hassan Sayeed WELCOME TO PSYCHOLOGY 120! Hassan Sayeed This may be the first time that some of you are taking a course which is managed online. You can find out about reading assignments, online activities, writing

More information

Web Design Capstone :: Syllabus

Web Design Capstone :: Syllabus Web Design Capstone :: Syllabus Course: MMC 6936 Web Design Capstone, Section 11AH Semester: Spring 2015 Meeting Times: Saturdays, 10 a.m.-1 p.m. EST Instructor: Dr. Amy Zerba Contact: azerba@jou.ufl.edu,

More information

etroy Course Syllabus BUS 3382 XTIA Business Communication Term 1, 2015 August 10 October 11, 2015

etroy Course Syllabus BUS 3382 XTIA Business Communication Term 1, 2015 August 10 October 11, 2015 etroy Course Syllabus XTIA Business Communication Term 1, 2015 August 10 October 11, 2015 For course syllabus posted prior to the beginning of the term, the instructor reserves the right to make minor

More information

ACTG 051A: Intermediate Accounting 1A Foothill College, Summer 2015

ACTG 051A: Intermediate Accounting 1A Foothill College, Summer 2015 ACTG 051A: Intermediate Accounting 1A Foothill College, Summer 2015 Course Description: Review of financial accounting standards, accounting information processing systems and the resulting financial statements.

More information

EPSY 320 Child Development for Educators Syllabus Summer Session I, 2013 Class Date June 3rd July 8th

EPSY 320 Child Development for Educators Syllabus Summer Session I, 2013 Class Date June 3rd July 8th EPSY 320 Child for Educators Syllabus Summer Session I, 2013 Class Date June 3rd July 8th Instructor: Kayla Sweet Department of Educational Psychology Email: mrs.sweet@tamu.edu Office Hours: Tuesdays,

More information

ACTG 051B: Intermediate Accounting 1B Foothill College, Summer 2015

ACTG 051B: Intermediate Accounting 1B Foothill College, Summer 2015 ACTG 051B: Intermediate Accounting 1B Foothill College, Summer 2015 Course Description: Accounting for Property, Plant & Equipment, intangible assets, current liabilities, long-term liabilities, and equity.

More information

BUS 454 MARKET RESEARCH AND INFORMATION

BUS 454 MARKET RESEARCH AND INFORMATION Instructor Information Course Syllabus Instructor: Cherol Hudak, M.B.A Email: cherolhudak@adams.edu Work Phone: 719-588-9815 Course Delivery Online, Semester-based Credit Hours 3 Semester Hours Course

More information

Acct 148: Computer Accounting Syllabus

Acct 148: Computer Accounting Syllabus Acct 148: Computer Accounting Syllabus MiraCosta College, Spring 2015, Section 1270 Instructor Information Instructor Email/ Office Location & Hours Pat Hartley, MBA phartley@miracosta.edu phartley.qb@gmail.com

More information

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

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

More information