BRAZOSPORT COLLEGE LAKE JACKSON, TEXAS SYLLABUS. ITSE 1332: INTRODUCTION TO VISUAL BASIC.NET PROGRAMMING Hybrid Course Version

Size: px
Start display at page:

Download "BRAZOSPORT COLLEGE LAKE JACKSON, TEXAS SYLLABUS. ITSE 1332: INTRODUCTION TO VISUAL BASIC.NET PROGRAMMING Hybrid Course Version"

Transcription

1 BRAZOSPORT COLLEGE LAKE JACKSON, TEXAS SYLLABUS ITSE 1332: INTRODUCTION TO VISUAL BASIC.NET PROGRAMMING Hybrid Course Version COMPUTER TECHNOLOGY & OFFICE ADMINISTRATION DEPARTMENT CATALOG DESCRIPTION ITSE 1332 INTRODUCTION TO VISUAL BASIC.NET PROGRAMMING HYBRID CIP An introduction to the Visual BASIC.NET computer language, including the preparation, coding, and testing of individual Windows applications. The focus of this course includes an introduction to programming concepts and methods with problem analysis and problem-solving techniquies included. Data types, control structures, functions, syntax and semantics of the language, classes, class relationships, and exception handling will also be overed in this course. (3 SCH, 2 lecture, 2 lab) Prerequisite: None. Required skill level code: College-level reading and writing. Intermediate algebra level math (placement code 3). PREPARED BY: RECOMMENDED BY: RECOMMENDED BY: APPROVED: INSTRUCTOR DIVISION CHAIRMAN DEAN DATE: DATE: DATE: DATE: The Brazosport College District shall not discriminate against, or exclude from participation in any benefits or activities either on the staff or in the student body, any person on the grounds of sex, race, color, religion, national origin, age, or handicap.

2 This page left intentionally blank for printing purposes.

3 BRAZOSPORT COLLEGE SYLLABUS ITSE 1332: INTRODUCTION TO VISUAL BASIC.NET PROGRAMMING Hybrid Course Version STUDENT EVALUATION COURSE EVALUATION A. Virtual campus / D2L Participation (3 logins per week) and weekly quizzes will account for no more than 10% of the total grade. B. Major exams will account for no more than 45% of the total grade. C. Programming exercises, D2L assignments, quizzes and other assignments will account for no more than 20% of the total grade. D. Final exam will account for no more than 25% of the total grade. INSTRUCTOR EVALUATION A. Students will be given an opportunity to evaluate their instructor and the course content. B. The instructor will review and evaluate in terms of withdrawal rate. C. Final grades given will be reviewed in an effort to determine if a pattern of high or low grades exists. DEPARTMENT EVALUATION OF COURSE A. Faculty and the Division Chair will review student grades and withdrawal trends. B. Faculty and the Division Chair will review the Course Competencies and Perspectives Assessment.

4 BRAZOSPORT COLLEGE SYLLABUS ITSE 1332: INTRODUCTION TO VISUAL BASIC.NET PROGRAMMING Hybrid Course Version GENERAL GOALS/OBJECTIVES COURSE CONTENT Students will demonstrate structured and object-oriented programming design processes; using the Windows operating system; and the Visual Basic.NET Integrated Design Environment; to design, code and test windows applications demonstrating the use of controls, variables, constants, calculations, trapping program errors, decisions and conditions, menus, common dialog boxes, sub procedures, function procedures, lists, loops, printing, methods for working with strings, and single dimension arrays. SPECIFIC GOALS/OBJECTIVES 1. Demonstrate structured programming design process 1.1 Demonstrate the Program Development Life Cycle by creating applications 1.1a Analyze project problem requiring software solution. Determine specifications for software solution. List desired Input, Processing, & Output requirements. 1.1b Demonstrate knowledge of informal program design. Identify and list major tasks of program to accomplish software solution. Identify and list subtasks of program to accomplish software solution. 1.1c Demonstrate knowledge of formal program design- From task lists, design programs using formal design tools. Demonstrate knowledge of formal design tools. Demonstrate knowledge of flow charting in program design. Describe and identify flow charting symbols. Use symbols in flow charting structures. Demonstrate use of pseudocode in program design. 1.1d Using IPO and either flowchart or pseudocode, and VB, code and compile program. 1.1e Test and debug program to determine if solution is correct and find program errors. 1.1f Use and maintain program for project solution. 1.2 Identify and demonstrate the use of Basic Design Structures (Sequence, Selection, Loop). Identify and use a sequence structure in program design Identify and use a selection structure in program design Identify and use a loop sequence in program design 2. Use Windows operating system 2.1 Demonstrate file and folder management procedures 2.2 Demonstrate Windows GUI design standards 2.3 Demonstrate object naming conventions

5 3. Use Object-Oriented Programming and Visual Basic.Net Integrated Development Environment 3.1 Define object-oriented programming 3.2 Identify components of and operate Visual Basic.Net IDE 4. Design, code, and test windows applications 4.1 Identify and Use Visual Basic Controls 4.2 Identify and Use Variables, Constants, and Calculations 4.3 dentify and Use program error - trapping 4.4 Identify and Use Decisions and Conditions 4.5 Identify and Use Menus, Common Dialog Boxes, Sub Procedures & Function Procedures 4.6 Identify and Use List, Loops, and Printing 4.7 Identify and Use Methods for Working with Strings 4.8 Set up and use Single Dimension Arrays

6 BRAZOSPORT COLLEGE SYLLABUS ITSE 1332: INTRODUCTION TO VISUAL BASIC.NET PROGRAMMING Hybrid Course Version LEARNING OUTCOMES 1. Demonstrate structured programming design process. 1.1 Demonstrate the Program Development Life Cycle by creating applications. Assessment: All items under goal objective 1 will be performed by students when creating all lab projects as well as on written exams. Satisfactory accomplishment will be successful documentation (better than 70%) by the student of the structured program design process item 1.1 for each lab project. 1.2 Identify and demonstrate the use of Basic Design Structures (Sequence, Selection, Loop). Identify and use a sequence structure in program design Identify and use a selection structure in program design Identify and use a loop sequence in program design Assessment: Students will use one or more of the basic design structures (sequence, selection, and loop) in all programs created for lab projects and by identifying them on exam items. Satisfactory accomplishment will be programs created by students that successfully run and use one or more of basic design structures (sequence, selection, and loop) to provide a project solution. 2. Use Windows operating system 2.1 Demonstrate file and folder management procedures. Assessment: Using the Windows Explorer or My Computer utilities, students will demonstrate file and folder management procedures by creating files inside of folders, copying and moving files between folders, and copying folders between different disk drive locations. All lab projects must be submitted on floppy diskettes. Satisfactory accomplishment will be for students to successfully create files and folders for lab projects and successfully transfer completed projects between different storage locations. 2.2 Demonstrate Windows GUI design standards. Assessment: Demonstrate Windows GUI design standards while creating windows applications using Visual Basic.NET. On all lab projects and hands-on portions of tests, students will be graded on successful use of Windows GUI design standards to create professional looking applications. 2.3 Demonstrate object naming conventions. Assessment: Demonstrate object naming conventions while changing object name properties during development of windows applications with Visual Basic.NET. Students will be graded on correct use of object naming conventions on all lab assignments and on written and hands-on exams.

7 3. Use Object-Oriented Programming and Visual Basic.Net Integrated Development Environment 3.1 Define object-oriented programming. Assessment: Students will define object-oriented programming on written exam #1 without using course references or materials. 3.2 Identify components of and operate Visual Basic.Net IDE. Assessment: Students will use components of the Visual Basic.Net IDE when creating all Visual Basic.Net lab projects. 4. Design, code, and test windows applications. 4.1 Identify and Use Visual Basic Controls. 4.2 Identify and Use Variables, Constants, and Calculations. 4.3 Identify and Use program error trapping. 4.4 Identify and Use Decisions and Conditions. 4.5 Identify and Use Menus, Common Dialog Boxes, Sub Procedures & Function Procedures. 4.6 Identify and Use List, Loops, and Printing. 4.7 Identify and Use Methods for Working with Strings. 4.8 Set up and use Single Dimension Arrays. Assessment: Students will successfully design, code, and test windows applications on Visual Basic.Net lab projects.

8 BRAZOSPORT COLLEGE SYLLABUS ITSE 1332: INTRODUCTION TO VISUAL BASIC.NET PROGRAMMING Hybrid Course Version Instructor: Fenn, Bill Office: D.226 Office Phone: (979) Use Virtual Campus D2L first Alt. Phone: (979) Division Secretary Web site: COURSE DESCRIPTION An introduction to the Visual BASIC.NET computer language, including the preparation, coding, and of testing individual Windows applications. The focus of this course includes an introduction to programming concepts and methods with problem analysis and problem-solving techniques included. Data types, control structures, functions, syntax and semantics of the language, classes, class relationships, and exception handling will also be covered in this course. CIP (3 SCH, 2 lecture, 2 lab) PREREQUISITES No prerequisite courses. Prerequisite skills include: 1. Are you familiar with internet access, , basic operating system, and web browser error messages? 2. Do you know the difference between a Windows file and a folder? 3. Do you understand file paths / file specifications? 4. Using Windows, can you save a file, find a file, copy a folder or file, move a folder or file? 5. Do you know how to remove Read Only attributes from files? 6. Are you familiar enough with Windows applications to know if the programs that you create run like them? 7. Can you manage your time effectively? If you answered NO to any of the above questions, you should not have enrolled in this course. TEXTBOOK OR COURSE MATERIAL INFORMATION Diane Zak: Programming with Visual Basic 2012, 6 st Edition; Course Technology, Cengage Learning, 2014; ISBN Required course materials are available at the Brazosport College bookstore, on campus or online at A student of this institution is not under any obligation to purchase a textbook from the college bookstore. The same textbook is/may also be available from an independent retailer, including an online retailer. Student Data Files available on the BC BusCompTech Drive\Bill Fenn\ITSE 1432\VB 2012 Student Data Files or Microsoft Visual Studio Professional 2012 is available on lab computers at BC. No other version of the software will work. The instructor and BC are NOT responsible for download and setup isssues on

9 your personal computers. Software is provided in the labs and lab time is provided during the class meeting time listed in the course schedule. LAB REQUIREMENTS Students will need a USB drive to store documents and programs. ATTENDANCE AND WITHDRAWAL POLICIES Instructor Initiated Withdrawal: The instructor has the right to withdraw students from the course for non-participation or excessive absences. However, do not expect or assume that the instructor will drop you from a course just because you quit coming. You can fail the course in some instances. Students will be dropped if they miss more than 20% of the classes before the drop date. Tardies and leaving early will count as part of an absence. Fall and Spring 15-week Semesters Class Meetings Maximum absences before being dropped One per week 2 It is the student's responsibility to withdraw from a course if circumstances occur that could prevent the student from successfully completing that course. Students should notify instructor of decision to withdraw and must not assume the instructor will complete the paperwork for the student. The instructor will complete required paperwork only if the instructor decides to drop a student for cause. Failure to notify instructor of withdrawal could result in the student failing the course. Please note that changes in the Texas Education Code state that students enrolling for the first time in a Texas public institution of higher education in the fall of 2007 or after, will not be permitted to withdraw from more than a total of six courses (no minimum number of credit hours on each course) in which the student is officially enrolled during the student's period of undergraduate study at all such institutions (this includes any course a transfer student has dropped at another institution of higher education). See for more information. COURSE REQUIREMENTS AND GRADING POLICIES Your performance objectives will be met by exams, programming assignments, and other assignments. Each exam and assignment will be graded and your final grade will be determined as a weighted average of the grades as follows: D2L Participation (5%) and weekly quizzes (5%) 10% Major Tests / Exams 45% D2L assignments, programming exercises, and other assignments 20% Final Exam 25% 100% Your letter grade for the course is based on the percentages: A 90% or better B 80-89% C 70-79% D 60-69% F Below 60%

10

11 QUIZZES AND D2L PARTICIPATION Every week that there is not a major exam, there will be a quiz that covers the D2L content that was posted for that week. At the end of the semester, the lowest quiz score will be dropped. There are NO MAKEUP Quizzes. After the quiz average is determined, D2L NON-participation scores will be deducted. D2L participation is determined by the following: If the student has not logged into the course in D2L on three different days each week to check assignments, , discussion, etc., they will be deducted 1 point or 1% of the 10% portion of the course grade for every week that they did not meet the D2L participation expectation. MAKE-UP POLICY Make-up tests: If the student misses a test for a reason the instructor deems legitimate, the student may be allowed a make-up if it is taken within one week of the originally scheduled test date. It is the student's responsibility to contact the instructor to arrange a make-up BEFORE the next lecture starts at the end of the one week period. No make-ups will be allowed after the one week period. All other assignments are to be submitted on time as indicated in the class schedule and assignment instructions. Late assignments or programming exercises resulting from failure to keep up in the course will not be accepted after 1 week past the assignment deadline, resulting in a score of 0 (zero) unless the student has previously been approved for late submission by the instructor because of extenuating circumstances. STUDENT RESPONSIBILITIES Students are required to retain backup copies of their files, assignments, and web design projects in case that work is lost, corrupted, etc. Students are expected to fully participate in the course. The following criteria are intended to assist you in being successful in this course. a. understand the syllabus requirements b. use appropriate time management skills c. communicate with the instructor d. complete course work on time, and e. utilize online components (such as Desire2Learn) as required. Students are also expected to take care of the equipment in the classroom. PLEASE DO NOT BRING FOOD, DRINKS, OR UNAUTHORIZED PERSONS INTO THE CLASSROOM.

12 ACADEMIC HONESTY Brazosport College assumes that students eligible to perform on the college level are familiar with the ordinary rules governing proper conduct including academic honesty. The principle of academic honesty is that all work presented by you is yours alone. Academic dishonesty including, but not limited to, cheating, plagiarism, and collusion shall be treated appropriately. Please refer to the Brazosport College Student Guide for more information. This is available online at Click on the CATALOGS AND SCHEDULES link under STUDENTS. Academic dishonesty violates both the policies of this course and the Student Code of Conduct. In this class, any occurrence of academic dishonesty will be referred to the Dean of Student Services for prompt adjudication, and will, at a minimum, result in a ZERO for the test or assignment in this course. Sanctions may be imposed beyond your grade in this course by the Dean of Student Services. STUDENTS WITH DISABILITIES Brazosport College is committed to providing equal education opportunities to every student. Brazosport College offers services for individuals with special needs and capabilities including counseling, tutoring, equipment, and software. Please contact the Special Populations Counselor at (979) for further information. OTHER STUDENT SERVICES INFORMATION Information about the Library is available at or by calling For assistance with online courses, an open computer lab, online and make-up testing, audio/visual services, and study skills, visit Learning Services next to the Library, call , or visit For drop-in math tutoring, the writing center, supplemental instruction and other tutoring including e-tutoring, visit the Student Success Center, call , or visit To contact the name of dept. Department call (add phone # here). The Student Services provides assistance in the following: Counseling and Advising Financial Aid Student Life To reach the Information Technology Department for computer, , or other technical assistance call the Helpdesk at

13 SCANS COMPETENCIES The Secretary's Commission on Achieving Necessary Skills (SCANS) identified competencies in the areas of Resources, Interpersonal, Information, Systems, and Technology; and foundation skills in the areas of Basic Skills, Thinking Skills, and Personal Qualities. This course is part of a program in which each of these competencies and skills are integrated. For application of specific SCANS competencies and skills in this course, see Addendum A.

14 Addendum A SCANS COMPETENCIES ITSE 1332: INTRODUCTION TO VISUAL BASIC.NET PROGRAMMING Hybrid Course Version Competency Reference Application 1. Resource Students are required to use a computer and editor to enter their Visual Basic.Net Time Management, Facilities/Materials, Human Resources Programs. They will also be required to compile, link and execute their program using the proper commands and syntax. 2. Interpersonal Leadership, Part. as Team Member, Works with Diversity Chat room discussions and exchanges will be used by the student to interact with others in the course. 3. Information This entire course requires students to acquire their output (results), analyze Acquiring, them for correctness, and if necessary, return to the computer to correct their Organizing, mistakes in programming. Interpreting 4. Systems, Understanding Students are always having to monitor, correct, and improve their labs. Seldom Organizational Systems, does a programming student write a program that works correctly the first time? Technological Systems, Social Systems 5. Technology Students practice applying technology to the programming projects they are Selecting, assigned. Applying, Maintaining 6. Basic Skills The students are required to read the text, write Visual Basic.Net programs using Reading, Writing, Arithmetic formulas, functions, and subroutines throughout the course. Mathematics, Speaking, Listening 7. Thinking Skills Students will write algorithms, complete Visual Basic.Net programs, use formatted Decision Making, output, and think through many other objectives. Problem Solving, Learning Techniques 8. Personal Qualities Responsibility, Sociability, Integrity/Honesty It is the individual's responsibility to have their labs in on time, to write their own Visual Basic.Net programs, and manage their time and assignments.

15 WEEKLY SCHEDULE This is a tentative schedule subject to change by the instructor based on the needs of the class. The weekly assignment schedule listed in D2L replaces any changes to this schedule throughout the semester. WEEK 1 Face-to-face - Course introduction, Syllabus & Schedule review, Computer accounts, etc Face-to-face - Review Portfolio Documentation and Sample Program Online - Programming Exercise 1 (Lab 1) documentation Online Standards for Programming Exercises WEEK 2 Face-to-face - Programming Exercises Chap 1 (Instructor will assign in lab) Online- Chapter 1 Introduction to Visual Basic 2010 Online- Chapter 1 Review and Programming Exercises WEEK 3 Face-to-face- Quiz 2 Chapter 1 Programming Exercises Chap 1 are due Face-to-face - Programming Exercises Chap 2 (Instructor will assign in lab) Online- Chapter 2 Online- Chapter 2 Review Online Programming Exercises Chap 2 Documentation WEEK 4 Face-to-face Quiz 3 Chapter 2 and Programming Exercises Chap 3 Documentation Programming Exercises Chap 2 are due. Online- Chapter 3 WEEK 5 Face-to-face - Test 1 (Chap. 1 2) Online- Chapter 3 Review Online Programming Exercises Chap 3 Documentation WEEK 6 Face-to-face - Programming Exercises Chap 3 Face-to-face Quiz 4 Chap. 3 Online- Chapter 4 Programming Exercises Documentation WEEK 7 Face-to-face Programming Exercises Chap 4 Online- Chapter 4. WEEK 8 Face-to-face Quiz 5 Chap 4 Face-to-face - Programming Exercise 4 Online- Chapter 4 WEEK 9 Face-to-face Test #2 (Chap. 3 4) Face-to-face Continue Programming Exercise 4 Online Chapter 5 WEEK 10 Face-to-face Programming Exercises Chap 5 Online- Chap.5

16 WEEK 11 Face-to-face Programming Exercises Chap 6 Online- Chap. 6 WEEK 12 Face-to-face - Programming Exercises Chap 6 Online- Chap. 6 WEEK 13 Face-to-face - Test #3 (Chap. 5 & 6) Online - Chap. 7 WEEK 14 WEEK 15 WEEK 16 Face-to-face Lab Final Programming Review Online Chap.12 Creating Object Oriented Programs Face-to-face - Lab Final Programming Exercise Online Course Review Face-to-face Final Exam (Written)

BRAZOSPORT COLLEGE LAKE JACKSON, TEXAS SYLLABUS. POFI 1301: COMPUTER APPLICATIONS I (File Management/PowerPoint/Word/Excel)

BRAZOSPORT COLLEGE LAKE JACKSON, TEXAS SYLLABUS. POFI 1301: COMPUTER APPLICATIONS I (File Management/PowerPoint/Word/Excel) BRAZOSPORT COLLEGE LAKE JACKSON, TEXAS SYLLABUS POFI 1301: COMPUTER APPLICATIONS I (File Management/PowerPoint/Word/Excel) COMPUTER TECHNOLOGY & OFFICE ADMINISTRATION DEPARTMENT CATALOG DESCRIPTION POFI

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

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

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

Grading Policy/Evaluation: The grades will be counted in the following way: Quizzes 30% Tests 40% Final Exam: 30%

Grading Policy/Evaluation: The grades will be counted in the following way: Quizzes 30% Tests 40% Final Exam: 30% COURSE SYLLABUS FALL 2010 MATH 0408 INTERMEDIATE ALGEBRA Course # 0408.06 Course Schedule/Location: TT 09:35 11:40, A-228 Instructor: Dr. Calin Agut, Office: J-202, Department of Mathematics, Brazosport

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

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

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

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

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

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

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

More information

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

ACCT 100 Introduction to Accounting Course Syllabus Course # on T Th 12:30 1:45 Spring, 2016: Debra L. Schmidt-Johnson, CPA

ACCT 100 Introduction to Accounting Course Syllabus Course # on T Th 12:30 1:45 Spring, 2016: Debra L. Schmidt-Johnson, CPA ACCT 100 Introduction to Accounting Course Syllabus Course # 22017 on T Th 12:30 1:45 Spring, 2016: Debra L. Schmidt-Johnson, CPA Course Description: This class introduces the student to the basics of

More information

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

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

More information

Department of Drafting & Design Engineering Technology. Syllabus

Department of Drafting & Design Engineering Technology. Syllabus 1 Houston Community College DFTG-1310 Specialized Basic CAD MircroStation I Semester Credit Hours (SCH): 3 Continuing Education Units (CEU): 9.6 Weekly class meeting: 6 hrs (8 hrs for 2 nd Start term,

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

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

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

DIGITAL GAMING AND SIMULATION Course Syllabus Advanced Game Programming GAME 2374

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

More information

CSCI 333 Java Language Programming Fall 2017 INSTRUCTOR INFORMATION COURSE INFORMATION

CSCI 333 Java Language Programming Fall 2017 INSTRUCTOR INFORMATION COURSE INFORMATION 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 903-886-5802

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

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

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

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

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

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

Course Syllabus Art History II ARTS 1304

Course Syllabus Art History II ARTS 1304 Semester with Course Reference Number (CRN) Spring 2015 CRN 45135 Course Syllabus Art History II ARTS 1304 Instructor contact information Office Location and Hours Course Location/Times Course Semester

More information

ITSC 1301 Introduction to Computers Course Syllabus

ITSC 1301 Introduction to Computers Course Syllabus ITSC 1301 Introduction to Computers Syllabus Instructor Name: Sara Azarpanah Class Rm:C122 Email: sara.azarpanah@hccs.edu Reference Number (CRN) Description: Prerequisite(s) Semester Credit Hours (SCH)

More information

KOMAR UNIVERSITY OF SCIENCE AND TECHNOLOGY (KUST)

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

More information

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

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

Records and Information Management Spring Semester 2016

Records and Information Management Spring Semester 2016 Course Syllabus LI849XI Records and Information Management Spring Semester 2016 Faculty: David B. Steward, CRM E-mail: dsteward@emporia.edu Primary Phone: 816-983-8860 M-F 8-4 Online Course Login: Canvas.emporia.edu

More information

CPMT 1347 Computer System Peripherals COURSE SYLLABUS

CPMT 1347 Computer System Peripherals COURSE SYLLABUS CPMT 1347 Computer System Peripherals COURSE SYLLABUS COURSE NUMBER AND TITLE: CPMT 1347Computer System Peripherals COURSE (CATALOG) DESCRIPTION: Theory and practices involved in computer peripherals,

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

CIS Introduction to Digital Forensics 12:30pm--1:50pm, Tuesday/Thursday, SERC 206, Fall 2015

CIS Introduction to Digital Forensics 12:30pm--1:50pm, Tuesday/Thursday, SERC 206, Fall 2015 Instructor CIS 3605 002 Introduction to Digital Forensics 12:30pm--1:50pm, Tuesday/Thursday, SERC 206, Fall 2015 Name: Xiuqi (Cindy) Li Email: xli@temple.edu Phone: 215-204-2940 Fax: 215-204-5082, address

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

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

BIOL 2402 Anatomy & Physiology II Course Syllabus:

BIOL 2402 Anatomy & Physiology II Course Syllabus: BIOL 2402 Anatomy & Physiology II Course Syllabus: Northeast Texas Community College exists to provide responsible, exemplary learning opportunities. Dr. Brenda Deming Office: Math/Science Building, Office

More information

Business Computer Applications CGS 1100 Course Syllabus. Course Title: Course / Prefix Number CGS Business Computer Applications

Business Computer Applications CGS 1100 Course Syllabus. Course Title: Course / Prefix Number CGS Business Computer Applications Business Computer Applications CGS 10 Course Syllabus Course / Prefix Number CGS 10 CRN: 20616 Course Catalog Description: Course Title: Business Computer Applications Tuesday 6:30pm Building M Rm 118,

More information

Instructor: Matthew Wickes Kilgore Office: ES 310

Instructor: Matthew Wickes Kilgore Office: ES 310 MATH 1314 College Algebra Syllabus Instructor: Matthew Wickes Kilgore Office: ES 310 Longview Office: LN 205C Email: mwickes@kilgore.edu Phone: 903 988-7455 Prerequistes: Placement test score on TSI or

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

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

Math 098 Intermediate Algebra Spring 2018

Math 098 Intermediate Algebra Spring 2018 Math 098 Intermediate Algebra Spring 2018 Dept. of Mathematics Instructor's Name: Office Location: Office Hours: Office Phone: E-mail: MyMathLab Course ID: Course Description This course expands on the

More information

SYLLABUS- ACCOUNTING 5250: Advanced Auditing (SPRING 2017)

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

More information

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

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

Fashion Design & Merchandising Programs STUDENT INFORMATION & COURSE PARTICIPATION FORM

Fashion Design & Merchandising Programs STUDENT INFORMATION & COURSE PARTICIPATION FORM Fashion Design & Merchandising Programs STUDENT INFORMATION & COURSE PARTICIPATION FORM COURSE TITLE: FSHD 1311 History of Fashion, #40852 INSTRUCTOR: Professor Charlotte Hamilton CLASS LOCATION: RM 220,

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

MATH 108 Intermediate Algebra (online) 4 Credits Fall 2008

MATH 108 Intermediate Algebra (online) 4 Credits Fall 2008 MATH 108 Intermediate Algebra (online) 4 Credits Fall 2008 Instructor: Nolan Rice Math Lab: T 2:00 2:50 Office: SHL 206-F Office Hours: M/F 2:00 2:50 Phone/Voice Mail: 732.6819 W 4:30 5:20 E-mail: nrice@csi.edu

More information

3D DIGITAL ANIMATION TECHNIQUES (3DAT)

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

More information

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

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

More information

Psychology Northwest College

Psychology Northwest College Psychology Northwest College Instructor: Linda Whitney PSYC 2319- Social Psychology CRN 77024 Spring Semester 2014 Spring Branch Campus Rm. 307 12:30-2pm MW 3-Hour Lecture/ 48 hours per semester/ 16 weeks

More information

Syllabus ENGR 190 Introductory Calculus (QR)

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

More information

SPANISH 102, Basic Spanish, Second Semester, 4 Credit Hours Winter, 2013

SPANISH 102, Basic Spanish, Second Semester, 4 Credit Hours Winter, 2013 SPANISH 02, Basic Spanish, Second Semester, 4 Credit Hours Winter, 203 Instructor: Elena García MCC Phone #: (23) 777-0445 Home Phone #: (23) 798-406 Section & W0: 4 class hours per week (M-TH: 0:0am :05am)

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

Northeastern University Online Course Syllabus

Northeastern University Online Course Syllabus 1 Northeastern University Online Course Syllabus Course Title: Health Behavior Change Course Number: NTR 6118-70074 Fall 2017 October 30 December 16, 2017 Instructor Contact Information Gary S. Rose, Ph.D.

More information

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

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

More information

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

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

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

Preferred method of written communication: elearning Message

Preferred method of written communication: elearning Message Course ACCT 6356-501 Tax Research, Planning & Practice Professor Ronald J Blair, CPA, MBA Term Fall 2014 Meetings JSOM 2.803 Th 7 9:45 p.m. Professor's Contact Information Office Phone 972-883-4430 Office

More information

TRINITY VALLEY COMMUNITY COLLEGE COURSE SYLLABUS

TRINITY VALLEY COMMUNITY COLLEGE COURSE SYLLABUS Semester- Fall 2014 TRINITY VALLEY COMMUNITY COLLEGE COURSE SYLLABUS Course Rubric, Title: : WLDG 1323 Welding, Safety, Tools and Equipment Instructor Name: Tom Sheram Class Location: Welding Building

More information

SOUTHERN MAINE COMMUNITY COLLEGE South Portland, Maine 04106

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

More information

Course Goal This is the final course in the developmental mathematics sequence and its purpose is to prepare students for College Algebra.

Course Goal This is the final course in the developmental mathematics sequence and its purpose is to prepare students for College Algebra. Mathematics ONLINE Math 0312: Intermediate Algebra CRN 86448 Spring 2 nd Eight Weeks/2016 3 hour lecture course +1hour lab / 64 hours per semester/ 8 weeks Textbook: Introductory and Intermediate Algebra.

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

Academic Freedom Intellectual Property Academic Integrity

Academic Freedom Intellectual Property Academic Integrity Academic Policies The purpose of Gwinnett Tech s academic policies is to ensure fairness and consistency in the manner in which academic performance is administered, evaluated and communicated to students.

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

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

Spring 2015 IET4451 Systems Simulation Course Syllabus for Traditional, Hybrid, and Online Classes

Spring 2015 IET4451 Systems Simulation Course Syllabus for Traditional, Hybrid, and Online Classes Spring 2015 IET4451 Systems Simulation Course Syllabus for Traditional, Hybrid, and Online Classes Instructor: Dr. Gregory L. Wiles Email Address: Use D2L e-mail, or secondly gwiles@spsu.edu Office: M

More information

ACC : Accounting Transaction Processing Systems COURSE SYLLABUS Spring 2011, MW 3:30-4:45 p.m. Bryan 202

ACC : Accounting Transaction Processing Systems COURSE SYLLABUS Spring 2011, MW 3:30-4:45 p.m. Bryan 202 1 The University of North Carolina at Greensboro Bryan School of Business and Economics Department of Accounting and Finance ACC 325-01: Accounting Transaction Processing Systems COURSE SYLLABUS Spring

More information

Introduction to Information System

Introduction to Information System Spring Quarter 2015-2016 Meeting day/time: N/A at Online Campus (Distance Learning). Location: Use D2L.depaul.edu to access the course and course materials Instructor: Miranda Standberry-Wallace Office:

More information

HARRISBURG AREA COMMUNITY COLLEGE ONLINE COURSE SYLLABUS

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

More information

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

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

More information

ENGLISH 298: Intensive Writing

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

More information

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

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

More information

PreAP Geometry. Ms. Patricia Winkler

PreAP Geometry. Ms. Patricia Winkler PreAP Geometry Ms. Patricia Winkler PreAP Geometry Second math course in the high school curriculum It can be a difficult course and may, require additional time for preparation and practice. Come to class

More information

COURSE WEBSITE:

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

More information

Course Syllabus for Math

Course Syllabus for Math Course Syllabus for Math 1090-003 Instructor: Stefano Filipazzi Class Time: Mondays, Wednesdays and Fridays, 9.40 a.m. - 10.30 a.m. Class Place: LCB 225 Office hours: Wednesdays, 2.00 p.m. - 3.00 p.m.,

More information

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

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

More information

Sul Ross State University Spring Syllabus for ED 6315 Design and Implementation of Curriculum

Sul Ross State University Spring Syllabus for ED 6315 Design and Implementation of Curriculum Sul Ross State University Spring 2017 Syllabus for ED 6315 Design and Implementation of Curriculum Instructor: Rebecca Schlosser, J.D., Ed.D. Office Hours via Blackboard Instant Messaging: Mon, Tues, Wedn,

More information

Page 1 of 8 REQUIRED MATERIALS:

Page 1 of 8 REQUIRED MATERIALS: INSTRUCTOR: OFFICE: PHONE / EMAIL: CONSULTATION: INSTRUCTOR WEB SITE: MATH DEPARTMENT WEB SITES: http:/ Online MATH 1010 INTERMEDIATE ALGEBRA Spring Semester 2013 Zeph Smith SCC N326 - G 957-3229 / zeph.smith@slcc.edu

More information

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

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

More information

STANDARDIZED COURSE SYLLABUS

STANDARDIZED COURSE SYLLABUS STANDARDIZED COURSE SYLLABUS COURSE TITLE ENG 2223 VAA--American Literature I Instructor: Glenda Silverii Copiah-Lincoln Community College Office Phone: 601.643.8440 Email: Glenda.silverii@colin.edu Office

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

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

Adler Graduate School

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

More information

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

PBHL HEALTH ECONOMICS I COURSE SYLLABUS Winter Quarter Fridays, 11:00 am - 1:50 pm Pearlstein 308

PBHL HEALTH ECONOMICS I COURSE SYLLABUS Winter Quarter Fridays, 11:00 am - 1:50 pm Pearlstein 308 PBHL 852 - HEALTH ECONOMICS I COURSE SYLLABUS Winter Quarter 2015 Fridays, 11:00 am - 1:50 pm Pearlstein 308 Instructor Genevieve Pham-Kanter, PhD Assistant Professor Department of Health Management and

More information

Austin Community College SYLLABUS

Austin Community College SYLLABUS ARTS 1311 Design I Austin Community College SYLLABUS 1. Course Description Introduction to fundamentals of design: line, color, form, texture, and arrangement. Emphasis on two-dimensional principles. 2.

More information

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

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

More information

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

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

TUCSON CAMPUS SCHOOL OF BUSINESS SYLLABUS

TUCSON CAMPUS SCHOOL OF BUSINESS SYLLABUS TUCSON CAMPUS SCHOOL OF BUSINESS SYLLABUS 1. Mission Statement: Wayland Baptist University exists to educate students in an academically challenging, learningfocused and distinctively Christian environment

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

FINANCIAL STRATEGIES. Employee Hand Book

FINANCIAL STRATEGIES. Employee Hand Book FINANCIAL STRATEGIES Employee Hand Book 2009-2010 S:\District Office\District Business ED\00Financial Services\09 10\Financial Services Orientation2 Welcome Welcome to Financial Strategies. This program

More information

Table of Contents PROCEDURES

Table of Contents PROCEDURES 1 Table of Contents PROCEDURES 3 INSTRUCTIONAL PRACTICE 3 INSTRUCTIONAL ACHIEVEMENT 3 HOMEWORK 4 LATE WORK 5 REASSESSMENT 5 PARTICIPATION GRADES 5 EXTRA CREDIT 6 ABSENTEEISM 6 A. Enrolled Students 6 B.

More information

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

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

More information

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

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

More information

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

HMS 241 Lab Introduction to Early Childhood Education Fall 2015

HMS 241 Lab Introduction to Early Childhood Education Fall 2015 HMS 241 Lab Introduction to Early Childhood Education Fall 2015 Instructor: Louann Williams E-Mail: D2L e-mail or lawilliams@sfasu.edu Toddler I classroom: 106 Phone :(936) 468-4006 Office: 106A Course

More information