CSCI 333 Java Language Programming Fall 2017 INSTRUCTOR INFORMATION COURSE INFORMATION

Size: px
Start display at page:

Download "CSCI 333 Java Language Programming Fall 2017 INSTRUCTOR INFORMATION COURSE INFORMATION"

Transcription

1 Department of Computer Science CSCI 333 Java Language Programming Fall 2017 INSTRUCTOR INFORMATION Instructor Dr. Yuehua Wang Office location Journalism Bldg 230 Office hours Office phone MW: 10:00 AM- 12:30 PM Course COURSE INFORMATION CSCI431(01E) Time Wednesday 2:00 PM -- 4:40 PM Meets 08/28/2017 through 12/15/2017 EDS122 Location Prerequisite Credit 3 Lvl U CSCI 270 Min Grade C *Note: Students who have not finished the pre-requisites should not take this course. The Instructor reserves the right not to give any grade to those students who ignore this advice Course Description This course provides the beginning programmer with a guide to developing applications using the Java programming language. Java is popular among professional programmers because it can be used to build visually interesting graphical user interface (GUI) and Web-based applications. Java also provides an excellent environment for the beginning programmer a student can quickly build useful programs while learning the basics of structured and object-oriented programming techniques. This course will motivate students to learn programming skills while building a cornerstone for a Computer Science curriculum. The course covers all topics of fundamental programming. Concretely, it covers: Creating Java Programs Using Data Using Methods, Classes, and Objects Making Decisions

2 Looping Characters and Strings Arrays Introduction to Inheritance File Input and Output Introduction to Swing Components Graphics Advanced concepts (Threads, Processes). A. Program Information: Program Outcomes, Sequence, Prerequisites, Post-requisites This course assumes that you have little or no programming experience. It provides a solid background in good object-oriented programming techniques and introduces terminology using clear, familiar language. The programming examples are business examples; they do not assume a mathematical background beyond high-school business math. Supplementary information for the course is available at ecollege. Log on with your Access ID for class notes, lecture slides, class announcements, the course syllabus, and other information for the course. You will submit your assignments and project and check grades there too. B. Student Learning Outcomes This course is similar to an exercise class. You learn new concepts and techniques, and then, exercise these new-found skills. At the end of the class, (CO431.1) Code, compile and run a Java program. (CO431.2) Master programming techniques for console input and output. (CO431.3) Apply logical constructs for branching and loops. (CO431.4) Define classes and methods. (CO431.5) Create and access arrays. (CO431.6) Develop linked data structures. (CO431.7) Employ exception-handling programming techniques. (CO431.8) Utilize file input and output procedures for sequential and random access. (CO431.9) Use the Swing library to develop programs with graphical user interfaces. *Note: All background material will be developed and offered in efficient and effective ways within the course itself and from scratch. Textbooks D.S. Malik, Java Programming: From Problem Analysis to Program Design, Fifth Edition. Course Technology, Cengage Learning, 2011, ISBN In most cases, the instructor slides are sufficient for understanding the material. The following textbooks are very useful as references or tutorials for Java. Y. Daniel Liang. Intro to Java Programming, Comprehensive Version (10th Edition) 10th Edition, 2014, ISBN-13: Joyce Farrell, Java Programming, Eighth Edition. Course Technology Cengage Learning, 2016, ISBN-13: Bruce Eckel, Thinking in Java (4th Edition). Prentice Hall, 2006,ISBN-13:

3 Computer Programs The software is Eclipse, and it is freely available online at eclipse Course Contents and Schedule (Preliminary) Week1 (Aug 30): Course Introduction,Overview of Java, Setting up the Java development environment,writing Java applications Week2 (Sept 06 ): Programming Style and Form,Debugging: Understanding and Fixing Syntax Errors, data type and variables Week3 (Sept 13): Input/Output, File Input/Output, Control structures-selection, and repetition. Week4 (Sept 20): Arrays Week5 (Sept 27): User-defined methods Week6 (Oct 04): User-defined classes and ADTs I Week7 (Oct 12): User-defined classes and ADTs II Week8 (Oct 18): Mid-term Exam, project design and development Week9 (Oct 25): Inheritance and polymorphism-i Week10 (Nov 01): Inheritance and polymorphism-ii Week11 (Nov 08): Handling exceptions and events Week12 (Nov 15): Graphical user interfaces I (Swing) Week13 (Nov 22): Graphical user interfaces II (Swing) and web applications Week14 (Nov 29): Develop linked data structures Week15 (Dec 06): Advanced concepts (threads, processes), final exam review and project submission Week16 (Dec 13): Final Exam Note: The right to modify the presentation order of materials is reserved. Course progress will be based on feedback and suggestion from students. We would cover the course materials, so if we slow in some topics, we must accelerate elsewhere. Minimal Technical Skills Needed COURSE REQUIREMENTS Using computers, operating systems, program compilers, IDE, and Microsoft Word Instructional Methods This course is lecture supplemented by text and ecollege. To get started with the course, go to: You will need your CWID and password to log in to the course. Student Responsibilities or Tips for Success in the Course: 1. Make-up examinations for exams will not be given. If you have a compelling and documented reason for not being able to attend the exam, you must make the alternative arrangements before the examination. Grades will not be curved for the course, and you will receive the grade that you earn through your performance on the assignments, exams, project, and bonus questions. There will be no individual exceptions to the grading policy, and, therefore grades of a C or F are possible. 2. No late work will be accepted except under special extenuating circumstances when prior arrangements have been made with the instructor. 3. Grades will be posted within one week after assignment due date. 4. You are responsible to check your grades after each assignment. Please report any error or inconsistency to the instructor within 7 days if possible. 5. All assignments must be submitted using ecollege if applicable. Students must adhere to the following rules when submitting assignments. Failure to do so will affect their grades.

4 File Name Should be named according to the following pattern: LastFirstX.**, where Last is the student s last name, First is the student s first name, and X is the assignment number. n For example, student John White would submit WhiteJohn3.Java for programming assignment 3. File Header n The first lines of the submitted file should include a comment with the following information and format: /** * A short description of the program. * Last Name, First Name CSCI 431 Assignment X Date */ 6. All students are requested to access their university account regularly. You may be contacted when important matters arise. If you have any questions about the course or need assistance, please contact the instructor and/or the TA in person during office hours or by at any time. GRADING Letter grades for the course will be assigned according to this scale of the percentages given below. A 90% -100% B 80% - 89% C 70% - 79% D 60% - 69% F Below 60% (0%-59%) Assessments Grading for this course is based on a 1000 point scale. End-of-semester numeric scores will be weighted as follows. Assignment (6 x 50 = 300 points) 30% Project (1 x 150= 150 points) 15% Mid Term (1 x150 = 150 points) 15% Final Exam (1 x 250 = 250 points) 25% In-class labs & quizzes 10% Class Participation 5% *Note: There will be a number of quizzes that will cover lecture material, and quizzes are unannounced popup quizzes. Each week there would be an assignment and a quiz. They are to be solved independently and tightly related to the class materials. Neither late assignment nor makeup-quiz is allowed. Web-enhancements: This is a web-enhanced class. Assignments will be uploaded to ecollege course shell. Students are responsible for obtaining and setting up their ecollege account using their TAMUC student login. They need to follow the ecollege course shell daily for the course announcements, downloading and uploading the assignments, and other course activities. Technology Requirements Students may develop your programs on any machine that you like: we encourage you to use your own equipment. We provide instructions for setting up a Java programming environment under Windows, OS X, and Linux. You

5 can use one of the several excellent Java IDEs available, with instructor materials covering Eclipse and NetBeans. Note: This course does NOT address JavaScript. TECHNOLOGY REQUIREMENTS Students may develop your programs on any machine that you like: we encourage you to use your own equipment. We provide instructions for setting up a Java programming environment under Windows, OS X, and Linux. You can use one of the several excellent Java IDEs available, with instructor materials covering Eclipse and NetBeans. Google Chrome and Internet Explorer are two recommended browsers for developing Java Applet. Note: This course does NOT address JavaScript. ACCESS AND NAVIGATION Pearson LearningStudio (ecollege) Access and Log in Information This course will be facilitated using Pearson LearningStudio, the learning management system used by Texas A&M University-Commerce. To get started with the course, go to myleo and from the top menu ribbon select ecollege. Then on the upper left side of the screen click on the My Courses tab. You will need your campus-wide ID (CWID) and password to log into the course. If you do not know your CWID or have forgotten your password, contact the Center for IT Excellence (CITE) at or helpdesk@tamuc.edu. Note: It is strongly recommended you perform a Browser Test prior to the start of your course. To launch a browser test login to Pearson LearningStudio, click on the My Courses tab, and then select the Browser Test link under Support Services. Pearson LearningStudio Student Technical Support Texas A&M University-Commerce provides students technical support for the use of Pearson LearningStudio. Technical assistance is available 24/7 (24 hours, 7 days a week). If you experience LearningStudio (ecollege) technical problems, contact the LearningStudio helpdesk at (toll free) or visit Pearson 24/7 Customer Support Site The student help desk may be reached in the following ways: - Chat Support: Click on 'Live Support' on the tool bar within your course to chat with a Pearson LearningStudio Representative. Phone: (Toll Free) to speak with Pearson Learning Studio Technical Support Representative. Accessing Help from within Your Course: Click on the 'Tech Support' icon on the upper left side of the screen inside the course. Then you will be able to get assistance via online chat or by phone. Note: Personal computer and internet connection problems do not excuse the requirement to complete all course work in a timely and satisfactory manner. Each student needs to have a backup method to deal with these inevitable problems. These methods might include the availability of a backup PC at home or work, the temporary use of a computer at a friend's home, the local library, office service companies, Starbucks, a TAMUC campus open computer lab, etc. Policy for Reporting Problems with Pearson LearningStudio Should students encounter Pearson LearningStudio based problems while submitting assignments/discussions/comments/exams, the following procedure must be followed: Students must report the problem to the help desk. You may reach the helpdesk at Students must file their problem with the helpdesk and obtain a helpdesk ticket number

6 Once a helpdesk ticket number is in your possession, students should me to advise me of the problem and provide me with the helpdesk ticket number. I will call the helpdesk to confirm your problem and follow up with you PLEASE NOTE: Your personal computer and internet access problems are not a legitimate excuses for filing a ticket with the Pearson LearningStudio Help Desk. Only Pearson LearningStudio based problems are legitimate reasons to contact the Help Desk. You strongly are encouraged to check for your internet browser compatibility BEFORE the course begins and take the Pearson LearningStudio tutorial offered for students who may require some extra assistance in navigating the Pearson LearningStudio platform. myleo Support Your myleo address is required to send and receive all student correspondence. Please helpdesk@tamuc.edu or call us at with any questions about setting up your myleo account. You may also access information at myleo. Learner Support The One Stop Shop was created to serve you by providing as many resources as possible in one location. The Academic Success Center provides academic resources to help you achieve academic success. FREE MobilE APPS App Title: Operating System: iphone App URL: Android App URL: iphone Pearson LearningStudio Courses for iphone Android LearningStudio Courses - Phone iphone - OS 6 and above Android Jelly Bean, Kitkat, and Lollipop OS Once downloaded, search for Texas A&M University-Commerce, and it should appear on the list. Then you will need to sign into the myleo Mobile portal. The Courses App for Android and iphone contain the following feature set: View titles/code/instructor of all Courses enrolled in online View and respond to all discussions in individual Courses View Instructor Announcements in individual Courses View Graded items, Grades and comments in individual Courses Grade to Date View Events (assignments) and Calendar in individual Courses View Activity Feed for all courses View course filters on activities View link to Privacy Policy Ability to Sign out Send Feedback LearningStudio Notifications

7 Students can be alerted to course activities via text on their mobile phones or up to two addresses. Based on their preferences, students can automatically receive a push notification with every new: course announcement, threaded discussion post, grade, and/or assignment without having to login to the course. Enrolled students will automatically receive notifications for announcements and can opt out of this feature. To receive text notifications, students must opt in. To begin setting up notifications, go into your course in LearningStudio and click on the bell-shaped Notifications icon on the main menu ribbon. By default the student s university address will appear. This cannot be changed in LearningStudio. Additional addresses may be added by clicking the Add button. After all of the other selections are completed be sure to click the Save and Finish button. Interaction with Instructor Statement COMMUNICATION AND SUPPORT Interaction with Instructor Statement: For general questions and assistance with the course, the instructor will keep a schedule of 6 regular office hours per week. If a student cannot meet during the designated schedule, arrangements can be made to meet at a more convenient time. An should be sent to the instructor at least 24 hours prior to the time the student plans on meeting. Generally, I will reply to your messages in a timely manner. A reply can be expected within 24 hours. My responsibilities: 1. Make sure to accommodate all your learning needs 2. Try my best to answer your questions and resolve other related issues 3. Give feedback and your grade on assignments within one week of the due date. Course Specific Procedures/Policies COURSE AND UNIVERSITY PROCEDURES/POLICIES Class Decorum Civility in the classroom or online course and respect for the opinions of other is very important in an academic environment. It is likely you may not agree with everything that is said or discussed in the classroom/online course. Courteous behavior and responses are expected. To create and preserve a learning environment that optimizes teaching and learning, all participants share a responsibility in creating a civil and nondisruptive forum. Students are expected to conduct themselves at all times in a manner that does not disrupt teaching or learning. Faculty have the authority to request students who exhibit inappropriate behavior to leave the class/online course and may refer serious offenses to the University Police Department and/or the Dean of Students for disciplinary action. (See Student Guidebook) Academic Honesty It is the policy of the University, the History Department, and the instructor that no form of plagiarism or cheating will be tolerated. Plagiarism is defined as the deliberate use of another s work and claiming it as one s own. This means ideas as well as text, whether paraphrased or presented verbatim (word-for-word). Cheating is defined as obtaining unauthorized assistance on any assignment. Collusion is defined as selling or purchasing academic products with the intention that they be submitted to fulfill an academic or course requirement. Proper citation of sources must always be utilized thoroughly and accurately. Cheating/plagiarism/collusion will result in a grade of 0 for the assignment, and may also result in failure of the course and/or disciplinary action by the University. Any student found guilty of violating academic integrity policy will fail the assignment in question, will automatically fail the course and will be subject to disciplinary action by the university (see Texas A&M University-Commerce Code of Student Conduct 5.b. [1,2,3]). Further information on the history department s plagiarism policy can be found on the department webpage. If you are unclear about what constitutes academic dishonesty, ask.

8 Writing Center Students are encouraged to take advantage of the Writing Center s resources for assistance with drafting their written assignments. Although the center will not write your paper for you, it may help you to improve your writing skills. If you use the Writing Center, plan in advance because it can only help you if there is adequate time to incorporate their suggestions into your paper. Additionally, I am willing to read rough drafts (and even multiple drafts) of your written work so long as the drafts are submitted at least one week prior to the due date. ADA Statement Students with Disabilities The Americans with Disabilities Act (ADA) is a federal anti-discrimination statute that provides comprehensive civil rights protection for persons with disabilities. Among other things, this legislation requires that all students with disabilities be guaranteed a learning environment that provides for reasonable accommodation of their disabilities. If you have a disability requiring an accommodation, please contact: Office of Student Disability Resources and Services Texas A&M University-Commerce Gee Library- Room 132 Phone (903) or (903) Fax (903) StudentDisabilityServices@tamuc.edu For additional information, you could also visit the link Note that it is the student s responsibility to provide the professor/instructor with his/her letter of accommodations from the SDRS office. University Specific Procedures Student Conduct All students enrolled at the University shall follow the tenets of common decency and acceptable behavior conducive to a positive learning environment. The Code of Student Conduct is described in detail in the Student Guidebook. For this course, your responsibilities: 4. Behave actively in classroom discussions and activities. Let me know if you find any questions or suggestions in the syllabus, course material, or activity due dates 5. Watch the deadlines for exams and assignments. 6. Work hard and ask for help or assistance if need be. 7. Review my feedback on your assignments and let me know of any questions or concerns ASAP TAMUC Attendance For more information about the attendance policy please visit the Attendance webpage and Procedure R R0.01.pdf Academic Integrity

9 Students at Texas A&M University-Commerce are expected to maintain high standards of integrity and honesty in all of their scholastic work. For more details and the definition of academic dishonesty see the following procedures: Undergraduate Academic Dishonesty R R0.03UndergraduateAcademicDishonesty.pdf Graduate Student Academic Dishonesty R R0.10GraduateStudentAcademicDishonesty.pdf Class recordings Students need prior written permission from the instructor before recording any portion of this class. If permission is granted, the audio and/or video recording is to be used only for the student s personal instructional use. Such recordings are not intended for a wider public audience, such as postings to the internet or sharing with others. Students registered with Student Disabilities Services (SDS) who wish to record class materials must present their specific accommodation to the instructor, who will subsequently comply with the request unless there is some specific reason why s/he cannot, such as discussion of confidential or protected information. Nondiscrimination Notice Texas A&M University-Commerce will comply in the classroom, and in online courses, with all federal and state laws prohibiting discrimination and related retaliation on the basis of race, color, religion, sex, national origin, disability, age, genetic information or veteran status. Further, an environment free from discrimination on the basis of sexual orientation, gender identity, or gender expression will be maintained. Campus Concealed Carry Statement Texas Senate Bill - 11 (Government Code , et al.) authorizes the carrying of a concealed handgun in Texas A&M University-Commerce buildings only by persons who have been issued and are in possession of a Texas License to Carry a Handgun. Qualified law enforcement officers or those who are otherwise authorized to carry a concealed handgun in the State of Texas are also permitted to do so. Pursuant to Penal Code (PC) and A&M- Commerce Rule R1, license holders may not carry a concealed handgun in restricted locations. For a list of locations, please refer to the Carrying Concealed Handguns On Campus document and/or consult your event organizer. Web url: Students/ R1.pdf Pursuant to PC , the open carrying of handguns is prohibited on all A&M-Commerce campuses. Report violations to the University Police Department at or Other issues 8. Foods and drinks are not allowed during the lecture or lab hours. 9. Cell phones and other two-way communication devices: Students are expected to turn off their devices or turn them to the silent mode when they come to the lecture or to the lab. If a device is used in any way in the lab, you will receive a verbal warning first and then you will be asked to leave immediately. HAVE A HAPPY AND SUCCESSFUL SEMESTER

CHEM 1105: SURVEY OF GENERAL CHEMISTRY LABORATORY COURSE INFORMATION

CHEM 1105: SURVEY OF GENERAL CHEMISTRY LABORATORY COURSE INFORMATION CHEM 1105: SURVEY OF GENERAL CHEMISTRY LABORATORY Fall 2017 Course: Chemistry 1105 laboratory sections meet: Lab Section 01: Tuesday 6:00 pm 8:50 pm; STC 310 Lab Section 02: Wednesday 6:00 pm 8:50 pm;

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

English Policy Statement and Syllabus Fall 2017 MW 10:00 12:00 TT 12:15 1:00 F 9:00 11:00

English Policy Statement and Syllabus Fall 2017 MW 10:00 12:00 TT 12:15 1:00 F 9:00 11:00 English 0302.203 Policy Statement and Syllabus Fall 2017 Instructor: Patti Thompson Phone: (806) 716-2438 Email addresses: pthompson@southplainscollege.edu or pattit22@att.net (home) Office Hours: RC307B

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

Texas A&M University-Central Texas CISK Comprehensive Networking C_SK Computer Networks Monday/Wednesday 5.

Texas A&M University-Central Texas CISK Comprehensive Networking C_SK Computer Networks Monday/Wednesday 5. Texas A&M University-Central Texas CISK 478-110 Comprehensive Networking C_SK478-110 Computer Networks Monday/Wednesday 5.30 PM-6:45 PM INSTRUCTOR AND CONTACT INFORMATION Class: FH 207 Instructor: Dr.

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

2 User Guide of Blackboard Mobile Learn for CityU Students (Android) How to download / install Bb Mobile Learn? Downloaded from Google Play Store

2 User Guide of Blackboard Mobile Learn for CityU Students (Android) How to download / install Bb Mobile Learn? Downloaded from Google Play Store 2 User Guide of Blackboard Mobile Learn for CityU Students (Android) Part 1 Part 2 Part 3 Part 4 How to download / install Bb Mobile Learn? Downloaded from Google Play Store How to access e Portal via

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

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

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

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

FIN 571 International Business Finance

FIN 571 International Business Finance FIN 571 International Business Finance I. Course Description The scope and content of international finance have been fast evolving due to the deregulation of financial markets, product innovations, and

More information

ADMN-1311: MicroSoft Word I ( Online Fall 2017 )

ADMN-1311: MicroSoft Word I ( Online Fall 2017 ) ADMN-1311: MicroSoft Word I ( Online Fall 2017 ) Instructor Information Instructor Name Arnitria Hawkins-Taylor Instructor Rank Assistant Professor Instructor Email ahawkins@southwest.tn.edu Instructor

More information

Android App Development for Beginners

Android App Development for Beginners Description Android App Development for Beginners DEVELOP ANDROID APPLICATIONS Learning basics skills and all you need to know to make successful Android Apps. This course is designed for students who

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

EDIT 576 DL1 (2 credits) Mobile Learning and Applications Fall Semester 2014 August 25 October 12, 2014 Fully Online Course

EDIT 576 DL1 (2 credits) Mobile Learning and Applications Fall Semester 2014 August 25 October 12, 2014 Fully Online Course GEORGE MASON UNIVERSITY COLLEGE OF EDUCATION AND HUMAN DEVELOPMENT GRADUATE SCHOOL OF EDUCATION INSTRUCTIONAL DESIGN AND TECHNOLOGY PROGRAM EDIT 576 DL1 (2 credits) Mobile Learning and Applications Fall

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

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

Class meetings: Time: Monday & Wednesday 7:00 PM to 8:20 PM Place: TCC NTAB 2222

Class meetings: Time: Monday & Wednesday 7:00 PM to 8:20 PM Place: TCC NTAB 2222 Organizational Behavior MANA 3318-012 Fall 2010 Instructor: Mr. A. Moses, M.S. Office: Room 604, College of Business Administration Tel no: 817-272-3851 Email id: amoses@uta.edu Home Page: http://management.uta.edu/aaron/main.htm

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 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

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

Preferences...3 Basic Calculator...5 Math/Graphing Tools...5 Help...6 Run System Check...6 Sign Out...8

Preferences...3 Basic Calculator...5 Math/Graphing Tools...5 Help...6 Run System Check...6 Sign Out...8 CONTENTS GETTING STARTED.................................... 1 SYSTEM SETUP FOR CENGAGENOW....................... 2 USING THE HEADER LINKS.............................. 2 Preferences....................................................3

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

COMM370, Social Media Advertising Fall 2017

COMM370, Social Media Advertising Fall 2017 COMM370, Social Media Advertising Fall 2017 Lecture Instructor Office Hours Monday at 4:15 6:45 PM, Room 003 School of Communication Jing Yang, jyang13@luc.edu, 223A School of Communication Friday 2:00-4:00

More information

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

Texas A&M University - Central Texas PSYK PRINCIPLES OF RESEARCH FOR THE BEHAVIORAL SCIENCES. Professor: Elizabeth K.

Texas A&M University - Central Texas PSYK PRINCIPLES OF RESEARCH FOR THE BEHAVIORAL SCIENCES. Professor: Elizabeth K. Texas A&M University - Central Texas PSYK 335-120 PRINCIPLES OF RESEARCH FOR THE BEHAVIORAL SCIENCES Professor: Elizabeth K. Brown, MS, MBA Class Times: T/Th 6:30pm-7:45pm Phone: 254-338-6058 Location:

More information

ITSC 2321 Integrated Software Applications II COURSE SYLLABUS

ITSC 2321 Integrated Software Applications II COURSE SYLLABUS ITSC 2321 Integrated Software Applications II COURSE SYLLABUS COURSE NUMBER AND TITLE: ITSC 2321 Integrated Software Applications II (2-3-3) COURSE (CATALOG) DESCRIPTION: Intermediate study of computer

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

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

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

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

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

INTERMEDIATE ALGEBRA Course Syllabus

INTERMEDIATE ALGEBRA Course Syllabus INTERMEDIATE ALGEBRA Course Syllabus This syllabus gives a detailed explanation of the course procedures and policies. You are responsible for this information - ask your instructor if anything is unclear.

More information

Texas A&M University-Kingsville Department of Language and Literature Summer 2017: English 1302: Rhetoric & Composition I, 3 Credit Hours

Texas A&M University-Kingsville Department of Language and Literature Summer 2017: English 1302: Rhetoric & Composition I, 3 Credit Hours Meyer 1 Texas A&M University-Kingsville Department of Language and Literature Summer 2017: English 1302: Rhetoric & Composition I, 3 Credit Hours Professor: Dr. Craig A. Meyer Office: Fore Hall 103C Office

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

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

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

COURSE INFORMATION. Course Number SER 216. Course Title Software Enterprise II: Testing and Quality. Credits 3. Prerequisites SER 215

COURSE INFORMATION. Course Number SER 216. Course Title Software Enterprise II: Testing and Quality. Credits 3. Prerequisites SER 215 **Disclaimer** This syllabus is to be used as a guideline only. The information provided is a summary of topics to be covered in the class. Information contained in this document such as assignments, grading

More information

Introduction to Moodle

Introduction to Moodle Center for Excellence in Teaching and Learning Mr. Philip Daoud Introduction to Moodle Beginner s guide Center for Excellence in Teaching and Learning / Teaching Resource This manual is part of a serious

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

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

/ 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

Texas A&M University - Central Texas PSYK EDUCATIONAL PSYCHOLOGY INSTRUCTOR AND CONTACT INFORMATION

Texas A&M University - Central Texas PSYK EDUCATIONAL PSYCHOLOGY INSTRUCTOR AND CONTACT INFORMATION Texas A&M University - Central Texas PSYK 303.125 EDUCATIONAL PSYCHOLOGY INSTRUCTOR AND CONTACT INFORMATION Instructor: Stephanie R. Smith, Ed.D., LPC-S, LSSP Virtual Office Hours: By appointment only

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

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

Appendix L: Online Testing Highlights and Script

Appendix L: Online Testing Highlights and Script Online Testing Highlights and Script for Fall 2017 Ohio s State Tests Administrations Test administrators must use this document when administering Ohio s State Tests online. It includes step-by-step directions,

More information

BIODIVERSITY: CAUSES, CONSEQUENCES, AND CONSERVATION

BIODIVERSITY: CAUSES, CONSEQUENCES, AND CONSERVATION Z 349 NOTE to prospective students: This syllabus is intended to provide students who are considering taking this course an idea of what they will be learning. A more detailed syllabus will be available

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

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

Biology 1 General Biology, Lecture Sections: 47231, and Fall 2017

Biology 1 General Biology, Lecture Sections: 47231, and Fall 2017 Instructor: Rana Tayyar, Ph.D. Email: rana.tayyar@rcc.edu Website: http://websites.rcc.edu/tayyar/ Office: MTSC 320 Class Location: MTSC 401 Lecture time: Tuesday and Thursday: 2:00-3:25 PM Biology 1 General

More information

Visual Journalism J3220 Syllabus

Visual Journalism J3220 Syllabus Visual Journalism J3220 Syllabus Section: 15CB Semester: Fall 2013 Class meeting time: Tuesday and Thursday from 4:05-6 p.m., Matherly 107 Instructor: Andrea Hall Email: andreaehall@ufl.edu Phone number:??

More information

CHMB16H3 TECHNIQUES IN ANALYTICAL CHEMISTRY

CHMB16H3 TECHNIQUES IN ANALYTICAL CHEMISTRY CHMB16H3 TECHNIQUES IN ANALYTICAL CHEMISTRY FALL 2017 COURSE SYLLABUS Course Instructors Kagan Kerman (Theoretical), e-mail: kagan.kerman@utoronto.ca Office hours: Mondays 3-6 pm in EV502 (on the 5th floor

More information

Fullerton College Business/CIS Division CRN CIS 111 Introduction to Information Systems 4 Units Course Syllabus Spring 2016

Fullerton College Business/CIS Division CRN CIS 111 Introduction to Information Systems 4 Units Course Syllabus Spring 2016 Instructor: Fullerton College Business/CIS Division CRN 23525 - CIS 111 Introduction to Information Systems 4 Units Course Syllabus Spring 2016 Mrs. Spencer Office:320-06 Office Phone:(714) 992-7208 Office

More information

MURRAY STATE UNIVERSITY DEPARTMENT: NUTRITION, DIETETICS, AND FOOD MANAGEMENT COURSE PREFIX: NTN COURSE NUMBER: 230 CREDIT HOURS: 3

MURRAY STATE UNIVERSITY DEPARTMENT: NUTRITION, DIETETICS, AND FOOD MANAGEMENT COURSE PREFIX: NTN COURSE NUMBER: 230 CREDIT HOURS: 3 MURRAY STATE UNIVERSITY DEPARTMENT: NUTRITION, DIETETICS, AND FOOD MANAGEMENT COURSE PREFIX: NTN COURSE NUMBER: 230 CREDIT HOURS: 3 I. TITLE: Nutrition II. III. COURSE DESCRIPTION AND PREREQUISITE(S):

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

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

Dr. Zhang Fall 12 Public Speaking 1. Required Text: Hamilton, G. (2010). Public speaking for college and careers (9th Ed.). New York: McGraw- Hill.

Dr. Zhang Fall 12 Public Speaking 1. Required Text: Hamilton, G. (2010). Public speaking for college and careers (9th Ed.). New York: McGraw- Hill. Dr. Zhang Fall 12 Public ing 1 COM 161-02 Public ing (3 Credit Hours) Fall 2012 Location of Class Meeting: CB326 Class Meeting Time: 10:00-10:50am, MWF Instructor: Dr. Shuangyue (Shaun) Zhang Email: shaunzhang@shsu.edu

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

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

Introduction to Sociology SOCI 1101 (CRN 30025) Spring 2015

Introduction to Sociology SOCI 1101 (CRN 30025) Spring 2015 Introduction to Sociology SOCI 1101 (CRN 30025) Spring 2015 INSTRUCTOR: CLASS LOCATION: Dr. Jewrell Rivers Room 126, Bowen Hall CLASS DAYS/TIMES: Monday, Wednesday, Friday, 10:00-10:50 OFFICE LOCATION:

More information

Corporate Communication

Corporate Communication Corporate Communication UTRGV COMM 6329 / Fall 2015 Schedule: August 31, 2015 to December 13, 2015 Location: Online Instructor: Dr. Young Joon Lim Office: ARHU, Room 158 Office Hours: through email young.lim@utrgv.edu

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

Medical Terminology - Mdca 1313 Course Syllabus: Summer 2017

Medical Terminology - Mdca 1313 Course Syllabus: Summer 2017 Medical Terminology - Mdca 1313 Course Syllabus: Summer 2017 Northeast Texas Community College exists to provide responsible, exemplary learning opportunities. April Brannon Office: Online Phone: Cell:

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

Spring 2015 Online Testing. Program Information and Registration and Technology Survey (RTS) Training Session

Spring 2015 Online Testing. Program Information and Registration and Technology Survey (RTS) Training Session Spring 2015 Online Testing Program Information and Registration and Technology Survey (RTS) Training Session Webinar Training Sessions: Calls will be operator assisted. Submit questions through the chat

More information

Adult Degree Program. MyWPclasses (Moodle) Guide

Adult Degree Program. MyWPclasses (Moodle) Guide Adult Degree Program MyWPclasses (Moodle) Guide Table of Contents Section I: What is Moodle?... 3 The Basics... 3 The Moodle Dashboard... 4 Navigation Drawer... 5 Course Administration... 5 Activity and

More information

General Microbiology (BIOL ) Course Syllabus

General Microbiology (BIOL ) Course Syllabus General Microbiology (BIOL3401.01) Course Syllabus Spring 2017 INSTRUCTOR Luis A. Materon, Ph.D., Professor Office at SCIE 1.344; phone 956-665-7140; fax 956-665-3657 E-mail: luis.materon@utrgv.edu (anonymous

More information

PowerTeacher Gradebook User Guide PowerSchool Student Information System

PowerTeacher Gradebook User Guide PowerSchool Student Information System PowerSchool Student Information System Document Properties Copyright Owner Copyright 2007 Pearson Education, Inc. or its affiliates. All rights reserved. This document is the property of Pearson Education,

More information

Coding II: Server side web development, databases and analytics ACAD 276 (4 Units)

Coding II: Server side web development, databases and analytics ACAD 276 (4 Units) Coding II: Server side web development, databases and analytics ACAD 276 (4 Units) Objective From e commerce to news and information, modern web sites do not contain thousands of handcoded pages. Sites

More information

Midland College Syllabus MUSI 1311 Music Theory I SCH (3-3)

Midland College Syllabus MUSI 1311 Music Theory I SCH (3-3) Midland College Syllabus MUSI 1311 Music Theory I SCH (3-3) COURSE DESCRIPTION This course is designed to present students with a detailed study of tonal music. Intended for music majors and other qualified

More information

Course Syllabus It is the responsibility of each student to carefully review the course syllabus. The content is subject to revision with notice.

Course Syllabus It is the responsibility of each student to carefully review the course syllabus. The content is subject to revision with notice. Elder Abuse CCJS 498 Criminology & Criminal Justice Studies University of Maryland, Shady Grove Campus Meeting time and location: TU 1:00-3:30 Bldg. III Room Course Syllabus It is the responsibility of

More information

Beginning and Intermediate Algebra, by Elayn Martin-Gay, Second Custom Edition for Los Angeles Mission College. ISBN 13:

Beginning and Intermediate Algebra, by Elayn Martin-Gay, Second Custom Edition for Los Angeles Mission College. ISBN 13: Course: Math 125,, Section: 25065 Time: T Th: 7:00 pm - 9:30 pm Room: CMS 022 Textbook: Beginning and, by Elayn Martin-Gay, Second Custom Edition for Los Angeles Mission College. ISBN 13: 978-1-323-45049-9

More information

Math 181, Calculus I

Math 181, Calculus I Math 181, Calculus I [Semester] [Class meeting days/times] [Location] INSTRUCTOR INFORMATION: Name: Office location: Office hours: Mailbox: Phone: Email: Required Material and Access: Textbook: Stewart,

More information

Journalism 336/Media Law Texas A&M University-Commerce Spring, 2015/9:30-10:45 a.m., TR Journalism Building, Room 104

Journalism 336/Media Law Texas A&M University-Commerce Spring, 2015/9:30-10:45 a.m., TR Journalism Building, Room 104 Journalism 336/Media Law Texas A&M University-Commerce Spring, 2015/9:30-10:45 a.m., TR Journalism Building, Room 104 Catalog description: A study of the First Amendment and the significant legal decisions

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

EdX Learner s Guide. Release

EdX Learner s Guide. Release EdX Learner s Guide Release Nov 18, 2017 Contents 1 Welcome! 1 1.1 Learning in a MOOC........................................... 1 1.2 If You Have Questions As You Take a Course..............................

More information

MOODLE 2.0 GLOSSARY TUTORIALS

MOODLE 2.0 GLOSSARY TUTORIALS BEGINNING TUTORIALS SECTION 1 TUTORIAL OVERVIEW MOODLE 2.0 GLOSSARY TUTORIALS The glossary activity module enables participants to create and maintain a list of definitions, like a dictionary, or to collect

More information

MGMT 3362 Human Resource Management Course Syllabus Spring 2016 (Interactive Video) Business Administration 222D (Edinburg Campus)

MGMT 3362 Human Resource Management Course Syllabus Spring 2016 (Interactive Video) Business Administration 222D (Edinburg Campus) MGMT 3362 Human Resource Management Course Syllabus Spring 2016 (Interactive Video) INSTRUCTOR INFORMATION Instructor: Marco E. Garza, PhD Office: Business Administration 222D (Edinburg Campus) Office

More information

Java Programming. Specialized Certificate

Java Programming. Specialized Certificate What is Java Programming? Java is a high level object oriented programming language developed by Sun Microsystems. Oracle acquired Sun Microsystems in January of 2010 and now owns Java. Java uses the Java

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

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

Introduction to Oceanography Syllabus OCE1001 Class 9350, Fall 2016

Introduction to Oceanography Syllabus OCE1001 Class 9350, Fall 2016 Introduction to Oceanography Syllabus OCE1001 Class 9350, Fall 2016 Course Information Introduction to Oceanography - OCE1001 Class 9350 Date: August 22 to December 10, 2016 This beginning course is designed

More information

AST Introduction to Solar Systems Astronomy

AST Introduction to Solar Systems Astronomy AST 111 - Introduction to Solar Systems Astronomy I. COURSE OVERVIEW In this introductory 7.5-week, four-credit lecture and laboratory course, we will explore the origins, structure, contents, and evolution

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

Quick Reference for itslearning

Quick Reference for itslearning Quick Reference for itslearning Frequently Asked Questions... 2 How do I access itslearning?... 2 Who can I contact if I get a problem?... 2 Where can I get help?... 2 Can I get itslearning in my language?...

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

Moodle 2 Assignments. LATTC Faculty Technology Training Tutorial

Moodle 2 Assignments. LATTC Faculty Technology Training Tutorial LATTC Faculty Technology Training Tutorial Moodle 2 Assignments This tutorial begins with the instructor already logged into Moodle 2. http://moodle.lattc.edu/ Faculty login id is same as email login id.

More information

STUDENT MOODLE ORIENTATION

STUDENT MOODLE ORIENTATION BAKER UNIVERSITY SCHOOL OF PROFESSIONAL AND GRADUATE STUDIES STUDENT MOODLE ORIENTATION TABLE OF CONTENTS Introduction to Moodle... 2 Online Aptitude Assessment... 2 Moodle Icons... 6 Logging In... 8 Page

More information

Spring 2014 SYLLABUS Michigan State University STT 430: Probability and Statistics for Engineering

Spring 2014 SYLLABUS Michigan State University STT 430: Probability and Statistics for Engineering Spring 2014 SYLLABUS Michigan State University STT 430: Probability and Statistics for Engineering Time and Place: MW 3:00-4:20pm, A126 Wells Hall Instructor: Dr. Marianne Huebner Office: A-432 Wells Hall

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

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

Outreach Connect User Manual

Outreach Connect User Manual Outreach Connect A Product of CAA Software, Inc. Outreach Connect User Manual Church Growth Strategies Through Sunday School, Care Groups, & Outreach Involving Members, Guests, & Prospects PREPARED FOR:

More information

Student User s Guide to the Project Integration Management Simulation. Based on the PMBOK Guide - 5 th edition

Student User s Guide to the Project Integration Management Simulation. Based on the PMBOK Guide - 5 th edition Student User s Guide to the Project Integration Management Simulation Based on the PMBOK Guide - 5 th edition TABLE OF CONTENTS Goal... 2 Accessing the Simulation... 2 Creating Your Double Masters User

More information

An Introductory Blackboard (elearn) Guide For Parents

An Introductory Blackboard (elearn) Guide For Parents An Introductory Blackboard (elearn) Guide For Parents Prepared: July 2010 Revised: Jan 2013 By M. A. Avila Introduction: Blackboard is a course management system widely used in educational settings. At

More information

Parent s Guide to the Student/Parent Portal

Parent s Guide to the Student/Parent Portal Nova Scotia Public Education System Parent s Guide to the Student/Parent Portal Revision Date: The Student/Parent Portal is your gateway into the classroom of the children associated to your account. The

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

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

CS 3516: Computer Networks

CS 3516: Computer Networks Welcome to CS 3516: Computer Networks Prof. Yanhua Li Time: 9:00am 9:50am M, T, R, and F Location: Fuller 320 Fall 2016 A-term 2 Road map 1. Class Staff 2. Class Information 3. Class Composition 4. Official

More information