ADVANCED C++ PROGRAMMING

Size: px
Start display at page:

Download "ADVANCED C++ PROGRAMMING"

Transcription

1 SYLLABUS COSC 2320 ADVANCED C++ PROGRAMMING COMPUTER TECHNOLOGY DEPARTMENT BRAZOSPORT COLLEGE LAKE JACKSON, TEXAS PREPARED BY: DATE: INSTRUCTOR RECOMMENDED BY: DATE: DIVISION CHAIRMAN RECOMMENDED BY: DATE: DEAN APPROVED: 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. COSC 2330 Page 1 Revised: January 10, 2017

2 1. COURSE DESCRIPTION Syllabus for COSC 2330 ADVANCED C++ PROGRAMMING Further application of C++ programming techniques including subjects such as file access, abstract data structures, class inheritance, and other advanced techniques. 2. PREREQUISITES COSC C++ Programming or consent of division chairman. (2-3) 3. COURSE GOALS The following list of course goals will be addressed in the course. These goals are: 1. use a computer 2. use the building blocks of a C++ program 3. explain the different data types and how to output variables and constants of the varying data types 4. learn how to use operators to manipulate C++ expressions 5. learn how to write if statements 6. create classes 7. learn how constructors and destructors work 8. learn how to use public and private classes 9. learn to work with the switch statement 10. be able to use the for, while, do while loops 11. learn to work with pointers 12. learn to use references and their benefits 13. learn to use overloaded member functions, operators, and supporting classes 14. learn to create numerical and character arrays 15. learn to use inheritance 16. understand the use of polymorphism, multiple inheritances, virtual inheritances, and abstract data types 17. create programs with streams and buffers 4. INSTRUCTOR INFORMATION Instructor: Wesley Scruggs Office: D-203 Office Phone: (979) Home Phone: (979) wesley.scruggs@brazosport.edu Office Hours: Monday 6:30 a.m. 10:00 a.m. Tuesday 6:30 a.m. 10:00 a.m. 12:15 p.m. 1:00 p.m. 3:00 3:30 p.m. Wednesday 6:30 a.m. 12:30 p.m. 5:00 p.m. 5:30 p.m. Thursday (same as Tuesday s) COSC 2330 Page 2 Revised: January 10, 2017

3 5. TEXTBOOK OR COURSE MATERIAL INFORMATION Required Text: Starting Out with C++ From Control Structures through Objects, 8th Edition by Tony Gaddis. Addison-Wesley (Pearson Education, Inc.), This course will teach ANSI C++. Students will be using the Microsoft Visual C++ compiler to enter, compile, link, and execute their programs. 6. LAB REQUIREMENTS This course meets 2 hours a week for lab so the student can enter his/her C++ program using the Microsoft Visual Studio Integrated Development Editor. The student is required to use the editor to their lab assignments and for all tests. 7. STUDENTS WITH DISABILITIES BC is committed to providing equal education opportunities to every student. BC offers services for individuals with special needs and capabilities including counseling, tutoring, equipment, and software to assist students with special needs. Please contact Phil Robertson, Special Populations Counselor at for further information. 8. ACADEMIC HONESTY BC 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 BC Student Guide for more information, this is available online at click on the link found on the left side of the homepage. 9. ATTENDANCE AND WITHDRAWAL POLICIES The student is expected to attend all classes, to be on time, and to read the text prior to class meetings. Each student is expected to spend at least 4 hours per week preparing for class. Attendance is critical in this class. Students will be dropped if they miss more than 20 % of the classes before the drop date. If a student is late to class or leaves early this will count as half an absence. Fall and Spring 15 Week Semesters Class Meetings Maximum absences before being dropped One per week 2 Two per week 4 Three per week 6 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. Students will be given an opportunity to evaluate the course and the method of presentation. 10. COURSE REQUIREMENTS AND GRADING POLICY Determining factors for final evaluation and grading of student are: Unit Tests 55% Lab Assignments 20% Final Exam 25% COSC 2330 Page 3 Revised: January 10, 2017

4 The determination of the final grade will be based on the following percentages: A 100 to 90 B C 70 to D 60 to F to TESTING All tests will be announced at least one week in advance. If a student misses an exam, they do not get to make up the exam. The final exam will replace the missed exam. If a student misses more than one exam, the others will result in a grade of zero. There will be three exams: a test over chapters 11-13, one over chapter 14-15, and a final exam over all material covered in the class. 12. MAKE-UP POLICY There will be no make-up policy for tests and/or exams. See policy above. For labs, students will have at least two weeks to turn in their lab assignments. After the due date, the students will lose 20 points for the first week they are late and 40 points for the second week. After two weeks, the lab assignment will not be accepted and the student will receive a zero. 13. STUDENT RESPONSIBILITIES The class meets for 3 lecture hours and 2 lab hours per week and the student is expected to attend classes, be on time, and read the text prior to class meetings. Each student is expected to spend at least 4 hours per week preparing for class. They may also have to spend additional hours on their labs outside of class to have the labs ready by their due date. 14. PROJECTS, ASSIGNMENTS, PORTFOLIOS, SERVICE LEARNING, INTERNSHIPS, ETC. Each student will be expected to write at least 8 labs using the Microsoft Visual C++ Integrated Development editor. 15. OTHER STUDENT SERVICES INFORMATION This list is provided to help students locate available services. Information about the BC Library is available at or by calling Tutoring for Math, Reading, Writing, Biology, Chemistry, and other subjects is available in the LAC, To contact the Office Administration/Computer Technology Department call The Student Services area provides the following services Counseling and Advising, ; Financial Aid, 3294; and Student Activities, SCANS Competencies: The Secretary s Commission on Achieving Necessary Skills (SCANS) identified competencies in the area 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. COSC 2330 Page 4 Revised: January 10, 2017

5 ADDENDUM A SCANS COMPETENCIES ITSE 2331 ADVANCED C++ PROGRAMMING Competency Application Reference 1. Resource Students are required to use a computer and editor to Time Management, Facilities/Materials, Human Resources enter their C++ programs. They will also be required to compile, link and execute their program using the proper commands and syntax. 2. Interpersonal As students debug their programs, they are asked to Leadership, work with others in finding and locating their mistakes. Part. As Team Member, Works with Diversity 3. Information This entire course requires students to acquire their Acquiring, Organizing, Interpreting output (results), analyze them for correctness, and if necessary, return to the computer to correct their mistakes in programming. 4. Systems, Understanding Students will correct compilation and execution errors, Organization Syst. code new units, debug C++ programs. Technological Systems, Social Systems COSC 2330 Page 5 Revised: January 10, 2017

6 5. Technology Students will be required to use a computer and editor to Selecting, Applying Maintaining write C++ programs, to do his/her classwork, delete and purge files. The computer will be used in at least eight C++ lab assignments. 6. Basic Skills The students are required to read the text, write C++ Reading, Writing, Mathematics, programs using arithmetic formulas, functions, and headerfiles throughout the course. Speaking, Listening 7. Thinking Skills Students will write algorithms, complete C++ programs, Decision Making, Problem Solving, use formatted input and output, and think through many other objectives. Learning Techniques 8. Personal Qualities This is implemented in course syllabus under student Responsibility, Sociability, contributions the student is expected to attend all classes, to be on time, and to read the text prior to class. Integrity/Honesty COSC 2330 Page 6 Revised: January 10, 2017

7 COSC Advanced C++ Programming Semester Schedule Spring 2017 This is a tentative schedule and it may change! Week Date Lecture Material Labs Assigned 1 Jan 18 Chapter 10 2 Jan 25 Chapter 10 Lab 1 3 Feb 1 Chapter 11 4 Feb 8 Chapter 11 Lab 2 5 Feb 15 Chapter 12 6 Feb 22 Chapter 12 Lab 3 7 Mar 1 Test 1 Chapters Mar 8 Chapter 13 Lab 4 9 Mar 15 Spring Break (March 13-17, 2017) 10 Mar 22 Chapter 13 Review Constructors/Destructors 11 Mar 29 Chapter 14 Lab 5 LAST DAY TO WITHDRAW Thursday, March 30, Apr 5 Chapter 14 Lab 6 13 Apr 12 Lab day Lab 5 due and Work on Lab 6 Lab 7 14 Apr 19 Labs 6, and 7 Due Lab 8 Test Chapter 13 & Apr 26 Lab 8 Due Chapter 15 Finish Lab 8 (due) 16 May 3 Final Exam Scheduled Today (normal class times) Grades due Wednesday, 5/10/17 by 3 PM Lab Due Dates: Each lab has an assigned due date. The labs are assigned above according to the schedule and are due when the next lab is assigned. For example, Lab 1 is assigned for January 25 th and is due when Lab 2 is assigned, February 8 th. Each lab should be completed by the assigned date and since you have more than one week to work on these labs, if a lab is turned in late it will be graded accordingly. Assignments will be graded in the following manner: On-time - 100% possible One week late - 80% possible Two weeks late - 60% possible Later than two weeks - Not acceptable COSC 2330 Page 7 Revised: January 10, 2017

8 Withdrawing from Class: It is the student's responsibility to withdraw from the class if necessary. If a student is absent more than 20% of the class, the student will be dropped from the class or will receive an "F". Class Attendance Students are required to attend all class lectures. Class attendance will be recorded and if you miss more than 20% the policy above will be in effect. If you have a computer and a C++ compiler, you may do your labs at work, the office, or in the LAC. Your instructor will be available for assistance during your lab times and you are encouraged to do your labs "in class" at the appropriate scheduled lab times. Test Policy If you miss an exam you will take a comprehensive final exam that will count as your first missed exam and as your final. If you miss a second exam, you will receive a zero on that exam. There will be no make up exams! Grading Policy Unit Exams Lab Assignments Final Exam 55% of your Final Grade 20% of your Final Grade 25% of your Final Grade Text: Required Text: Starting Out with C++ From Control Structures through Objects, Eighth Edition by Tony Gaddis. Addison Wesley (Pearson Education, Inc.), COSC 2330 Page 8 Revised: January 10, 2017

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

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

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

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

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

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

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

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

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

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

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

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

Philosophy in Literature: Italo Calvino (Phil. 331) Fall 2014, M and W 12:00-13:50 p.m.; 103 PETR. Professor Alejandro A. Vallega.

Philosophy in Literature: Italo Calvino (Phil. 331) Fall 2014, M and W 12:00-13:50 p.m.; 103 PETR. Professor Alejandro A. Vallega. Philosophy in Literature: Italo Calvino (Phil. 331) Fall 2014, M and W 12:00-13:50 p.m.; 103 PETR. Professor Alejandro A. Vallega Syllabus Class Description This is an intensive upper level philosophy

More information

Syllabus - ESET 369 Embedded Systems Software, Fall 2016

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

More information

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

Computer Architecture CSC

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

More information

FINN FINANCIAL MANAGEMENT Spring 2014

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

More information

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

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

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

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

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

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

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

PSYC 2700H-B: INTRODUCTION TO SOCIAL PSYCHOLOGY

PSYC 2700H-B: INTRODUCTION TO SOCIAL PSYCHOLOGY Department of Psychology PSYC 2700H-B: INTRODUCTION TO SOCIAL PSYCHOLOGY WI 2013 PTBO Instructor: Dr. Terry Humphreys Teaching Assistant: TBA Email: terryhumphreys@trentu.ca Email: Office: LHS C 114 Office:

More information

Instructor: Khaled Kassem (Mr. K) Classroom: C Use the message tool within UNM LEARN, or

Instructor: Khaled Kassem (Mr. K) Classroom: C Use the message tool within UNM LEARN, or University of New Mexico- Valencia Campus Department of Science & Mathematics Math 193- Sec. 503- CRN # 53634 Teaching Critical Thinking for Mathematics Fall 2015 Instructor: Khaled Kassem (Mr. K) Classroom:

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

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

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

HIST 3300 HISTORIOGRAPHY & METHODS Kristine Wirts

HIST 3300 HISTORIOGRAPHY & METHODS Kristine Wirts HIST 3300 HISTORIOGRAPHY & METHODS Kristine Wirts SPRING 2017 Office: ARHU 311 Phone: 665-3561 E-Mail: kristine.wirts@utrgv.edu COURSE DESCRIPTION and PREREQUISITES: HIST 3300-90L is a hybrid (part online/

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

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

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

Spring 2015 Natural Science I: Quarks to Cosmos CORE-UA 209. SYLLABUS and COURSE INFORMATION.

Spring 2015 Natural Science I: Quarks to Cosmos CORE-UA 209. SYLLABUS and COURSE INFORMATION. Spring 2015 Natural Science I: Quarks to Cosmos CORE-UA 209 Professor Peter Nemethy SYLLABUS and COURSE INFORMATION. Office: 707 Meyer Telephone: 8-7747 ( external 212 998 7747 ) e-mail: peter.nemethy@nyu.edu

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

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

BIOL 2421 Microbiology Course Syllabus:

BIOL 2421 Microbiology Course Syllabus: BIOL 2421 Microbiology Course Syllabus: Northeast Texas Community College exists to provide responsible, exemplary learning opportunities. Dr. Brenda Deming Office: Math/Science Building, Office I Phone:

More information

Valdosta State University Master of Library and Information Science MLIS 7130 Humanities Information Services Syllabus Fall 2011 Three Credit Hours

Valdosta State University Master of Library and Information Science MLIS 7130 Humanities Information Services Syllabus Fall 2011 Three Credit Hours Valdosta State University Master of Library and Information Science MLIS 7130 Humanities Information Services Syllabus Fall 2011 Three Credit Hours Bill Meehan Phone: (229) 249-2726 Odum Library--4210

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

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

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

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

More information

SPCH 1315: Public Speaking Course Syllabus: SPRING 2014

SPCH 1315: Public Speaking Course Syllabus: SPRING 2014 : Public Speaking Course Syllabus: SPRING 2014 Northeast Texas Community College exists to provide responsible, exemplary learning opportunities. Danny Moss, MA : IT 114 Phone: 903-434-8228 Course Work

More information

PSYCHOLOGY 353: SOCIAL AND PERSONALITY DEVELOPMENT IN CHILDREN SPRING 2006

PSYCHOLOGY 353: SOCIAL AND PERSONALITY DEVELOPMENT IN CHILDREN SPRING 2006 PSYCHOLOGY 353: SOCIAL AND PERSONALITY DEVELOPMENT IN CHILDREN SPRING 2006 INSTRUCTOR: OFFICE: Dr. Elaine Blakemore Neff 388A TELEPHONE: 481-6400 E-MAIL: OFFICE HOURS: TEXTBOOK: READINGS: WEB PAGE: blakemor@ipfw.edu

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

International Environmental Policy Spring :374:315:01 Tuesdays, 10:55 am to 1:55 pm, Blake 131

International Environmental Policy Spring :374:315:01 Tuesdays, 10:55 am to 1:55 pm, Blake 131 International Environmental Policy Spring 2012-11:374:315:01 Tuesdays, 10:55 am to 1:55 pm, Blake 131 Instructor: Dr. Pamela McElwee Assistant Professor, Department of Human Ecology Cook Office Building,

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

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

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

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

More information

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

ANT 3520 (Online) Skeleton Keys: Introduction to Forensic Anthropology Spring 2015

ANT 3520 (Online) Skeleton Keys: Introduction to Forensic Anthropology Spring 2015 ANT 3520 (Online) Skeleton Keys: Introduction to Forensic Anthropology Spring 2015 Instructor: Theresa Schober E-mail: via Canvas Office: Online Class Time & Location: Online Online Office Hours: Tuesday

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

Academic Affairs. General Information and Regulations

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

More information

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

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

More information

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

BIOS 104 Biology for Non-Science Majors Spring 2016 CRN Course Syllabus

BIOS 104 Biology for Non-Science Majors Spring 2016 CRN Course Syllabus BIOS 104 Biology for Non-Science Majors Spring 2016 CRN 21348 Course Syllabus INTRODUCTION This course is an introductory course in the biological sciences focusing on cellular and organismal biology as

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

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

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

GENERAL CHEMISTRY I, CHEM 1100 SPRING 2014

GENERAL CHEMISTRY I, CHEM 1100 SPRING 2014 GENERAL CHEMISTRY I, CHEM 1100 SPRING 2014 IMPORTANT: If your science background is poor, consider taking CHEM 1050 instead of Chemistry 1100. See the last page for the Choosing a First Course in Chemistry

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

PSCH 312: Social Psychology

PSCH 312: Social Psychology PSCH 312: Social Psychology Spring 2016 Instructor: Tomas Ståhl CRN/Course Number: 14647 Office: BSB 1054A Lectures: TR 8-9:15 Office phone: 312 413 9407 Classroom: 2LCD D001 E-mail address: tstahl@uic.edu

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

Dutchess Community College College Connection Program

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

More information

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

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

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

Intensive English Program Southwest College

Intensive English Program Southwest College Intensive English Program Southwest College ESOL 0352 Advanced Intermediate Grammar for Foreign Speakers CRN 55661-- Summer 2015 Gulfton Center Room 114 11:00 2:45 Mon. Fri. 3 hours lecture / 2 hours lab

More information

STA2023 Introduction to Statistics (Hybrid) Spring 2013

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

More information

Course 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

The Policymaking Process Course Syllabus

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

More information

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

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

Biology 10 - Introduction to the Principles of Biology Spring 2017

Biology 10 - Introduction to the Principles of Biology Spring 2017 Biology 10 - Introduction to the Principles of Biology Spring 2017 Welcome to Bio 10! Lecture: Monday and Wednesday Lab: Monday 7:00 10:00pm or 5:30-7:00pm Wednesday 7:00 10:00pm Room: 2004 Lark Hall Room:

More information

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

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

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

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

SAT & ACT PREP. Evening classes at GBS - open to all Juniors!

SAT & ACT PREP. Evening classes at GBS - open to all Juniors! SAT & ACT PREP Evening classes at GBS - open to all Juniors! Both tests are accepted by all colleges. You may sign up for SAT Prep, ACT Prep, or both. SAT PREP Begins Mon. Jan. 22, 2018 Classes taught

More information

EECS 700: Computer Modeling, Simulation, and Visualization Fall 2014

EECS 700: Computer Modeling, Simulation, and Visualization Fall 2014 EECS 700: Computer Modeling, Simulation, and Visualization Fall 2014 Course Description The goals of this course are to: (1) formulate a mathematical model describing a physical phenomenon; (2) to discretize

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

GEOG 473/573: Intermediate Geographic Information Systems Department of Geography Minnesota State University, Mankato

GEOG 473/573: Intermediate Geographic Information Systems Department of Geography Minnesota State University, Mankato GEOG 473/573: Intermediate Geographic Information Systems Department of Geography Minnesota State University, Mankato Syllabus Spring 2014 ----------------------------------------------------------------------------------------------------------------------------------

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

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

Spring Course Syllabus. Course Number and Title: SPCH 1318 Interpersonal Communication

Spring Course Syllabus. Course Number and Title: SPCH 1318 Interpersonal Communication Spring 2016 1 Course Syllabus Course Number and Title: SPCH 1318 Interpersonal Communication Course Description Application of communication theory to interpersonal relationship development, maintenance,

More information

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

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

More information

Our Hazardous Environment

Our Hazardous Environment Geography 1110; Spring 2012 Our Hazardous Environment Instructor: Dr. Weimin Feng Office: Nevins Hall, Room 2067 Office phone: 333-7030 E-mail: wfeng@valdosta.edu Office hours: MWF 2-3 pm, or by appt.

More information

Aerospace Engineering

Aerospace Engineering San José State University Aerospace Engineering Instructor Info Class Days / Time Classroom Prerequisites Textbook www.engr.sjsu.edu/nikos/ (408) 924-3867 nikos.mourtos@sjsu.edu Graduate standing or instructor

More information

Foothill College Fall 2014 Math My Way Math 230/235 MTWThF 10:00-11:50 (click on Math My Way tab) Math My Way Instructors:

Foothill College Fall 2014 Math My Way Math 230/235 MTWThF 10:00-11:50  (click on Math My Way tab) Math My Way Instructors: This is a team taught directed study course. Foothill College Fall 2014 Math My Way Math 230/235 MTWThF 10:00-11:50 www.psme.foothill.edu (click on Math My Way tab) Math My Way Instructors: Instructor:

More information

MTH 215: Introduction to Linear Algebra

MTH 215: Introduction to Linear Algebra MTH 215: Introduction to Linear Algebra Fall 2017 University of Rhode Island, Department of Mathematics INSTRUCTOR: Jonathan A. Chávez Casillas E-MAIL: jchavezc@uri.edu LECTURE TIMES: Tuesday and Thursday,

More information

General Physics I Class Syllabus

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

More information

Syllabus 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

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

MATH 205: Mathematics for K 8 Teachers: Number and Operations Western Kentucky University Spring 2017

MATH 205: Mathematics for K 8 Teachers: Number and Operations Western Kentucky University Spring 2017 MATH 205: Mathematics for K 8 Teachers: Number and Operations Western Kentucky University Spring 2017 INSTRUCTOR: Julie Payne CLASS TIMES: Section 003 TR 11:10 12:30 EMAIL: julie.payne@wku.edu Section

More information

RTV 3320: Electronic Field Production Instructor: William A. Renkus, Ph.D.

RTV 3320: Electronic Field Production Instructor: William A. Renkus, Ph.D. RTV 3320: Electronic Field Production Instructor: William A. Renkus, Ph.D. IMPORTANT INFORMATION: Lecture: Tuesdays, Periods 6-7 (12:50 PM 1:40 PM) Room: Weimer 1070 Office Hours: Monday & Wednesday 1:45

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

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

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

VIRTUAL LEARNING. Alabama Connecting Classrooms, Educators, & Students Statewide. for FACILITATORS

VIRTUAL LEARNING. Alabama Connecting Classrooms, Educators, & Students Statewide. for FACILITATORS ACCESS VIRTUAL LEARNING Alabama Connecting Classrooms, Educators, & Students Statewide POLICY MANUAL for FACILITATORS alabama department of education michael Sentance, State Superintendent of education

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

Syllabus for CHEM 4660 Introduction to Computational Chemistry Spring 2010

Syllabus for CHEM 4660 Introduction to Computational Chemistry Spring 2010 Instructor: Dr. Angela Syllabus for CHEM 4660 Introduction to Computational Chemistry Office Hours: Mondays, 1:00 p.m. 3:00 p.m.; 5:00 6:00 p.m. Office: Chemistry 205C Office Phone: (940) 565-4296 E-mail:

More information