COURSE OUTLINE. School of Engineering Technology and Applied Science. Information and Communication Engineering Technology (ICET)

Size: px
Start display at page:

Download "COURSE OUTLINE. School of Engineering Technology and Applied Science. Information and Communication Engineering Technology (ICET)"

Transcription

1 COURSE OUTLINE SCHOOL: School of Engineering Technology and Applied Science DEPARTMENT: Information and Communication Engineering Technology (ICET) PROGRAM: COURSE TITLE: Bachelor of Applied Information Sciences- Software Systems: Design, Development and Management Software Development: Applications Programming II COURSE CODE: SWS-210 TOTAL COURSE HOURS: 60 hrs PRE-REQUISITES/CO-REQUISITES: SWS-120 COURSE ELIGIBILITY FOR PRIOR LEARNING ASSESSMENT AND RECOGNITION (PLAR): NO ORIGINATED BY: ILIA NIKA REVISED BY: ILIA NIKA DATE: August 2007 APPROVED BY: Semester: Fall 2007 Chairperson/Dean Students should keep all course outlines for each course taken at Centennial College. These may be used to apply for transfer of credit to other educational institutions. A fee may be charged for additional or replacement copies. 9/6/2007 THIS COURSE ADHERES TO ALL COLLEGE POLICIES (See College Calendar) Page 1

2 Course Title: Software Development: Applications Programming II CENTENNIAL COLLEGE Course Code: SWS-210 COURSE DESCRIPTION: Building on the object-oriented concepts covered in SWS-120, this course exposes the students to algorithms and data structures. Students will explore the classical data structures and will be able to understand, analyze, and intelligently select and use the most appropriate data structures to solve a given problem. Coursework emphasizes the behavior and best- and worst-case performance characteristics of the various data structures. The language of instruction is Java. COURSE LEARNING OUTCOMES: Upon successfully completing this course, the student will be able to: 1. Demonstrate good understanding of object-oriented design and programming using Java. 2. Demonstrate good understanding of generic types in Java. 3. Demonstrate good understanding of various mathematical tools needed to analyze the performance of the algorithms and data structures. 4. Design, code and test Java programs that use linear data structures, such as lists, stacks, and queues. 5. Design, code and test Java programs that use hierarchical data structures, such as binary trees, binary search trees, and heaps. 6. Design, code and test Java programs that use set and graph data structures. 7. Demonstrate good understanding of basic algorithms, such as linear search, binary search, standard sorting algorithms, hashing, and tree traversal. ESSENTIAL EMPLOYABILITY SKILLS (EES): This course supports the students ability to: Communicate clearly, concisely, and correctly in the written, spoken, and visual form that fulfills the purpose and meets the needs of the audience. Respond to written, spoken, or visual messages in a manner that ensures effective communication. Apply a systematic approach to solve problems. Locate, select, organize, and document information using appropriate technology and information systems. Analyze, evaluate, and apply relevant information from a variety of sources. Show respect for the diverse opinions, values, belief systems, and contributions of others. Interact with others in groups or teams in ways that contribute to effective working relationships and the achievement of goals. Manage the use of time and other resources to complete projects. Take responsibility for one s own actions, decisions, and consequences. PRIOR LEARNING ASSESSMENT AND RECOGNITION PROCESS(ES): This course is not eligible for PLAR. 9/6/2007 THIS COURSE ADHERES TO ALL COLLEGE POLICIES (See College Calendar) Page 2

3 Course Title: Software Development: Applications Programming II CENTENNIAL COLLEGE Course Code: SWS-210 EVALUATION AND GRADING SYSTEM: In order to pass this course a student must achieve: a) A minimum of 50% on the entire course, based on the weighted grading system summarized below, and b) A minimum mark of 50% in the test component of the course, and c) a minimum of 50% on the Comprehensive Final Test Assignments, Quizzes, Class Participation, etc. 30% Mid-Term Test 30% Comprehensive Final Test 40% 100% STUDENT ACCOMMODATION: All students have the right to study in an environment that is free from discrimination and/or harassment. It is College Policy to provide accommodation based on grounds defined in the Ontario Human Rights Code. Accommodation may include changes or modifications to standard practices. Students with disabilities who require academic accommodations must register with the Centre for Student with Disabilities. Please see the Centre for Students with Disabilities for details. Students requiring accommodation based on human rights grounds should talk with their professors as early as possible. Details are available on the Centennial College website ( ). If students are unable to write an examination due to a medical problem or unforeseen family problems, they should immediately contact their professor or program Chair for advice. In exceptional and well documented circumstances (e.g. unexpected family problems, serious illness, or death of a close family member), students should be able to write a make-up examination to replace an examination missed. Text and Other Instructional/ Learning Materials: Required Text: Modern Software Development using Java, second edition, Paul T. Tymann & G. Michael Schneider, ISBN: , published by Thomson, Course Technology, Reference Books (Purchase not required): Data Structures in Java, Simon Gray, ISBN: , published by Addison Wesley, Data Structures And Algorithms in Java, Michael T. Goodrich, Roberto Tamassia, ISBN: , published by Wiley, Data Structures using Java, Malik D.S., ISBN: , published by Course Technology, USE OF DICTIONARIES Dictionaries may be used in tests and examinations, or in portions of tests and examinations, as long as they are non-electronic (not capable of storing information) and hard copy (reviewed by the invigilator to ensure notes are not incorporated that would affect test or examination integrity). 9/6/2007 THIS COURSE ADHERES TO ALL COLLEGE POLICIES (See College Calendar) Page 3

4 Course Title: Software Development: Applications Programming II CENTENNIAL COLLEGE Course Code: SWS-210 College Policies POLICY STATEMENTS The following statements are selected from Centennial College policies approved by the Board of Governors. Student Responsibilities Students are expected to know the contents of the course outline and to discuss with the professor any areas where clarification is required. Students should keep all course outlines for each course taken at Centennial College. These may be used to apply for transfer of credit to other educational institutions. A fee may be charged for additional or replacement copies. Other Policies Students should familiarize themselves with all College Policies that cover students rights, responsibilities, and the Academic Appeal process. For further information, consult the Academic Matters Section in the full-time and Continuing Education calendars. The Academic Appeal Application form is available from any Enrolment Services Office. Proof of Student Status Students must produce official photo identification at any time during the semester when requested to do so by any professor. (The official piece is the Centennial Student Card.) Continuing Education students do not have Centennial Student Cards, and so they may use other forms of photo identification, such as a driver s license, health card, or other government-issued photo identification. Final Examinations When writing a test or examination, students must put their official photo-id cards in full view for review by the invigilator. Students who do not have official photo-id will be permitted to write the examination with a substitute photo-id, but they will be required to produce photo-id at the program or department office within 24 hours or the next business day following the examination, or else the examination results will be void. More Final Examination Policies are available at Academic Progression Policy for Diploma and Certificate Programs: College Academic Standings will be applied. Please see Academic Policies and Procedures, Full-Time Calendar. Faculty Consultation Professors are available to see students outside of class time. Students can contact professors via voice mail, , or through their program or department office. Information regarding how to contact teachers will be provided at the beginning of the course and is also available in the program or department office. Human Rights Statement It is the policy of the College that all programs will strive for a learning, teaching, and working environment that promotes inclusion, understanding, and respect for all students and employees, consistent with the Ontario Human Rights Code and Centennial College's Statement of Diversity. 9/6/2007 THIS COURSE ADHERES TO ALL COLLEGE POLICIES (See College Calendar) Page 4

5 Course Title: Software Development: Applications Programming I I Centennial College Course Code: SWS-210 Note: This outline contains the essential elements that must be covered in the course, but the sequence and time allocated to topics is suggested, and may be altered by the teaching professor. In addition, the teaching professor may alter the timing of assignments. Week Topic/Content Readings Instructional Objectives 1 Introduction to Java Programming Language 2 3 Object Oriented Programming using Java Handout, Chapter 1 Chapter 2, 3 understanding of Java programming environment and Java applications. The anatomy of Java applications is examined. The student should be able to write simple Java applications using Eclipse IDE. Upon the completion of this work the student will have a good understanding of Java classes, interfaces, inheritance and polymorphism. The student will be able to write Java applications that use inheritance and polymorphism. Generics in Java Chapter 3 Upon the completion of this work the student will have a good understanding of generic types. The student will be able to parameterize the types used in a class in the same way as formal parameters are used in methods. Instructional Strategies/ Tests and Assignments Assignment 1: Using Inheritance and Polymorphism in Java 4 The analysis of Algorithms Chapter 5 understanding of mathematical tools needed to analyse the performance of the algorithms and data structures. Students will explore the asymptotic analyses technique for studying the efficiency of algorithms. They will analyse sequential search, binary search, and bubble sort algorithms. 5 Recursion and the Analyses of Recursive Algorithms Chapter 5 understanding of the recursive algorithm. The student will be able to analyse recursive algorithms using 9/6/2007 THIS COURSE ADHERES TO ALL COLLEGE POLICIES (See College Calendar) Page No. 5

6 Course Title: Software Development: Applications Programming I I Centennial College Course Code: SWS Linear data structures and Lists Chapter 6 the recurrence relation method and perform a recursive implementation of binary search and merge sort algorithms. understanding of lists. The student should be capable of implementing an array-based list, a reference-based list, doubly linked lists and circular lists. Assignment 2: Implementing and analysing binary search and sort algorithms 7 Stacks and Queues 8 Midterm Exam Chapter 6 understanding of the stack and queue data structures. The student should be able to implement array-based and linked list-based stacks and queues. Assignment 3: Using linked lists Assignment 4: Using stacks and queues 9 Hierarchical data structures and Trees 10 Binary search trees and heaps 11 Set and Map data structures Chapter 7 Chapter 7 Chapter 8 understanding of the trees and binary trees. Anatomy of a tree will be fully examined. The student should be able to implement operations on binary trees, such as tree traversal, etc. Both array-based and reference based implementation of binary trees will be examined. Upon the completion of this work the learner shall be capable of using binary search trees for carrying out search operations. The student will learn about balanced binary search trees, redblack trees and heaps. Implementation of heaps using one-dimensional arrays and heap sort will be fully examined. understanding of sets and maps. Assignment 5: Using Binary trees Assignment 5: Using Binary search trees and heaps 9/6/2007 THIS COURSE ADHERES TO ALL COLLEGE POLICIES (See College Calendar) Page No. 6

7 Course Title: Software Development: Applications Programming I I Centennial College Course Code: SWS-210 The student should be capable of implementing array-based and link list based maps. Hashing and implementation of hashing using open addressing will be explored. 12 Graph data structure Chapter 8 Upon the completion of this work the learner shall be capable of writing code that handles various operations on graphs. The student will be introduced to graph traversal operation and the shortest path algorithm. Assignment 6: Maps Assignment 7: Graphs 13 Java Collection Framework Chapter 9 understanding of the JCF. The student will become familiar with JCF interfaces, such as Collection, Set, List, Map, as well as implementation classes, such as HashSet, TreeSet, ArrayList, LinkedList, and HashMap. Assignment 8: Using JCF classes and interfaces 14 Final review 15 FINAL EXAM 9/6/2007 THIS COURSE ADHERES TO ALL COLLEGE POLICIES (See College Calendar) Page No. 7

Data Structures and Algorithms

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

More information

Course Content Concepts

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

More information

WSU Five-Year Program Review Self-Study Cover Page

WSU Five-Year Program Review Self-Study Cover Page WSU Five-Year Program Review Self-Study Cover Page Department: Program: Computer Science Computer Science AS/BS Semester Submitted: Spring 2012 Self-Study Team Chair: External to the University but within

More information

We are strong in research and particularly noted in software engineering, information security and privacy, and humane gaming.

We are strong in research and particularly noted in software engineering, information security and privacy, and humane gaming. Computer Science 1 COMPUTER SCIENCE Office: Department of Computer Science, ECS, Suite 379 Mail Code: 2155 E Wesley Avenue, Denver, CO 80208 Phone: 303-871-2458 Email: info@cs.du.edu Web Site: Computer

More information

GACE Computer Science Assessment Test at a Glance

GACE Computer Science Assessment Test at a Glance GACE Computer Science Assessment Test at a Glance Updated May 2017 See the GACE Computer Science Assessment Study Companion for practice questions and preparation resources. Assessment Name Computer Science

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

Business Analytics and Information Tech COURSE NUMBER: 33:136:494 COURSE TITLE: Data Mining and Business Intelligence

Business Analytics and Information Tech COURSE NUMBER: 33:136:494 COURSE TITLE: Data Mining and Business Intelligence Business Analytics and Information Tech COURSE NUMBER: 33:136:494 COURSE TITLE: Data Mining and Business Intelligence COURSE DESCRIPTION This course presents computing tools and concepts for all stages

More information

CS Course Missive

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

More information

CS 101 Computer Science I Fall Instructor Muller. Syllabus

CS 101 Computer Science I Fall Instructor Muller. Syllabus CS 101 Computer Science I Fall 2013 Instructor Muller Syllabus Welcome to CS101. This course is an introduction to the art and science of computer programming and to some of the fundamental concepts of

More information

CS 1103 Computer Science I Honors. Fall Instructor Muller. Syllabus

CS 1103 Computer Science I Honors. Fall Instructor Muller. Syllabus CS 1103 Computer Science I Honors Fall 2016 Instructor Muller Syllabus Welcome to CS1103. This course is an introduction to the art and science of computer programming and to some of the fundamental concepts

More information

MTH 141 Calculus 1 Syllabus Spring 2017

MTH 141 Calculus 1 Syllabus Spring 2017 Instructor: Section/Meets Office Hrs: Textbook: Calculus: Single Variable, by Hughes-Hallet et al, 6th ed., Wiley. Also needed: access code to WileyPlus (included in new books) Calculator: Not required,

More information

(Sub)Gradient Descent

(Sub)Gradient Descent (Sub)Gradient Descent CMSC 422 MARINE CARPUAT marine@cs.umd.edu Figures credit: Piyush Rai Logistics Midterm is on Thursday 3/24 during class time closed book/internet/etc, one page of notes. will include

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

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

ACADEMIC POLICIES AND PROCEDURES

ACADEMIC POLICIES AND PROCEDURES ACADEMIC INTEGRITY OF STUDENTS Academic integrity is the foundation of the University of South Florida s commitment to the academic honesty and personal integrity of its University community. Academic

More information

OFFICE SUPPORT SPECIALIST Technical Diploma

OFFICE SUPPORT SPECIALIST Technical Diploma OFFICE SUPPORT SPECIALIST Technical Diploma Program Code: 31-106-8 our graduates INDEMAND 2017/2018 mstc.edu administrative professional career pathway OFFICE SUPPORT SPECIALIST CUSTOMER RELATIONSHIP PROFESSIONAL

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

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

An OO Framework for building Intelligence and Learning properties in Software Agents

An OO Framework for building Intelligence and Learning properties in Software Agents An OO Framework for building Intelligence and Learning properties in Software Agents José A. R. P. Sardinha, Ruy L. Milidiú, Carlos J. P. Lucena, Patrick Paranhos Abstract Software agents are defined as

More information

MARKETING MANAGEMENT II: MARKETING STRATEGY (MKTG 613) Section 007

MARKETING MANAGEMENT II: MARKETING STRATEGY (MKTG 613) Section 007 MARKETING MANAGEMENT II: MARKETING STRATEGY (MKTG 613) Section 007 February 2017 COURSE DESCRIPTION, REQUIREMENTS AND ASSIGNMENTS Professor David J. Reibstein Objectives Building upon Marketing 611, this

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

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

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

PH.D. IN COMPUTER SCIENCE PROGRAM (POST M.S.)

PH.D. IN COMPUTER SCIENCE PROGRAM (POST M.S.) PH.D. IN COMPUTER SCIENCE PROGRAM (POST M.S.) OVERVIEW ADMISSION REQUIREMENTS PROGRAM REQUIREMENTS OVERVIEW FOR THE PH.D. IN COMPUTER SCIENCE Overview The doctoral program is designed for those students

More information

Spring 2016 Stony Brook University Instructor: Dr. Paul Fodor

Spring 2016 Stony Brook University Instructor: Dr. Paul Fodor CSE215, Foundations of Computer Science Course Information Spring 2016 Stony Brook University Instructor: Dr. Paul Fodor http://www.cs.stonybrook.edu/~cse215 Course Description Introduction to the logical

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

Timeline. Recommendations

Timeline. Recommendations Introduction Advanced Placement Course Credit Alignment Recommendations In 2007, the State of Ohio Legislature passed legislation mandating the Board of Regents to recommend and the Chancellor to adopt

More information

TESL/TESOL DIPLOMA PROGRAMS VIA TESL/TESOL Diploma Programs are recognized by TESL CANADA

TESL/TESOL DIPLOMA PROGRAMS VIA TESL/TESOL Diploma Programs are recognized by TESL CANADA TESL/TESOL DIPLOMA PROGRAMS VIA TESL/TESOL Diploma Programs are recognized by TESL CANADA FULL-TIME AND ONLINE TESL/TESOL PROGRAMS TEACH IN CANADA OR ABROAD TSXV-LOY REVISED NOVEMBER 2014 TRAINING CENTRE

More information

Computer Science (CS)

Computer Science (CS) Computer Science (CS) 1 Computer Science (CS) CS 1100. Computer Science and Its Applications. 4 Hours. Introduces students to the field of computer science and the patterns of thinking that enable them

More information

Purchase College STATE UNIVERSITY OF NEW YORK

Purchase College STATE UNIVERSITY OF NEW YORK IMPORTANT: Your application was selected for review in a process called "Verification". We will be comparing information from your FAFSA with the documentation we have requested. If there are differences,

More information

EXAMINATIONS POLICY 2016/2017

EXAMINATIONS POLICY 2016/2017 EXAMINATIONS POLICY 2016/2017 Contents Exam responsibilities. Qualifications offered. Exam series. Exam timetables. Entries, entry details and late entries. Exam fees. Equality Legislation. Access arrangements.

More information

Radius STEM Readiness TM

Radius STEM Readiness TM Curriculum Guide Radius STEM Readiness TM While today s teens are surrounded by technology, we face a stark and imminent shortage of graduates pursuing careers in Science, Technology, Engineering, and

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

Penn State University - University Park MATH 140 Instructor Syllabus, Calculus with Analytic Geometry I Fall 2010

Penn State University - University Park MATH 140 Instructor Syllabus, Calculus with Analytic Geometry I Fall 2010 Penn State University - University Park MATH 140 Instructor Syllabus, Calculus with Analytic Geometry I Fall 2010 There are two ways to live: you can live as if nothing is a miracle; you can live as if

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

A Neural Network GUI Tested on Text-To-Phoneme Mapping

A Neural Network GUI Tested on Text-To-Phoneme Mapping A Neural Network GUI Tested on Text-To-Phoneme Mapping MAARTEN TROMPPER Universiteit Utrecht m.f.a.trompper@students.uu.nl Abstract Text-to-phoneme (T2P) mapping is a necessary step in any speech synthesis

More information

Self Study Report Computer Science

Self Study Report Computer Science Computer Science undergraduate students have access to undergraduate teaching, and general computing facilities in three buildings. Two large classrooms are housed in the Davis Centre, which hold about

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

Credit Flexibility Plan (CFP) Information and Guidelines

Credit Flexibility Plan (CFP) Information and Guidelines Perry Local Schools Credit Flexibility Plan (CFP) Information and Guidelines Credit Flexibility applies to any alternative coursework, independent study, assessment and/or performance that demonstrate

More information

University of Massachusetts Amherst

University of Massachusetts Amherst University of Massachusetts Amherst Graduate School PLEASE READ BEFORE FILLING OUT THE RESIDENCY RECLASSIFICATION APPEAL FORM The residency reclassification officers responsible for determining Massachusetts

More information

Characterizing Mathematical Digital Literacy: A Preliminary Investigation. Todd Abel Appalachian State University

Characterizing Mathematical Digital Literacy: A Preliminary Investigation. Todd Abel Appalachian State University Characterizing Mathematical Digital Literacy: A Preliminary Investigation Todd Abel Appalachian State University Jeremy Brazas, Darryl Chamberlain Jr., Aubrey Kemp Georgia State University This preliminary

More information

JEFFERSON COLLEGE COURSE SYLLABUS BUS 261 BUSINESS COMMUNICATIONS. 3 Credit Hours. Prepared by: Cindy Rossi January 25, 2014

JEFFERSON COLLEGE COURSE SYLLABUS BUS 261 BUSINESS COMMUNICATIONS. 3 Credit Hours. Prepared by: Cindy Rossi January 25, 2014 JEFFERSON COLLEGE COURSE SYLLABUS BUS 261 BUSINESS COMMUNICATIONS 3 Credit Hours Prepared by: Cindy Rossi January 25, 2014 Ms. Linda Abernathy, Math, Science and Business Division Chair Ms. Shirley Davenport,

More information

Topic: Making A Colorado Brochure Grade : 4 to adult An integrated lesson plan covering three sessions of approximately 50 minutes each.

Topic: Making A Colorado Brochure Grade : 4 to adult An integrated lesson plan covering three sessions of approximately 50 minutes each. Lesson-Planning Approach Topic: Making A Colorado Brochure Grade : 4 to adult An integrated lesson plan covering three sessions of approximately 50 minutes each. Some learners perceive their world as a

More information

Economics 201 Principles of Microeconomics Fall 2010 MWF 10:00 10:50am 160 Bryan Building

Economics 201 Principles of Microeconomics Fall 2010 MWF 10:00 10:50am 160 Bryan Building Economics 201 Principles of Microeconomics Fall 2010 MWF 10:00 10:50am 160 Bryan Building Professor: Dr. Michelle Sheran Office: 445 Bryan Building Phone: 256-1192 E-mail: mesheran@uncg.edu 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

Business Administration

Business Administration Business Administration Course Number: BUAD 273 Course Title: INTERMEDIATE ACCOUNTING II Credits: 3 Calendar Description: A continuation of BUAD 263, this course includes areas of concentration including

More information

Student Assessment and Evaluation: The Alberta Teaching Profession s View

Student Assessment and Evaluation: The Alberta Teaching Profession s View Number 4 Fall 2004, Revised 2006 ISBN 978-1-897196-30-4 ISSN 1703-3764 Student Assessment and Evaluation: The Alberta Teaching Profession s View In recent years the focus on high-stakes provincial testing

More information

CHMB16H3 TECHNIQUES IN ANALYTICAL CHEMISTRY

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

More information

UNIVERSITY OF MASSACHUSETTS LOWELL RESIDENCY RECLASSIFICATION WORKSHEET

UNIVERSITY OF MASSACHUSETTS LOWELL RESIDENCY RECLASSIFICATION WORKSHEET UNIVERSITY OF MASSACHUSETTS LOWELL RESIDENCY RECLASSIFICATION WORKSHEET Student Name (Print) Student I.D. number This worksheet will assist enrolled and potential students to determine if they qualify

More information

MPA Internship Handbook AY

MPA Internship Handbook AY MPA Internship Handbook AY 2017-2018 Introduction The primary purpose of the MPA internship is to provide students with a meaningful experience in which they can apply what they have learned in the classroom

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

Social Media Marketing BUS COURSE OUTLINE

Social Media Marketing BUS COURSE OUTLINE Social Media Marketing BUS 317 001 COURSE OUTLINE Semester: Fall 2017 Class Time: Tuesday/Thursday 16:00 17:15 Class Room #: ED 621 Instructor: Office Hours: Dr. Lisa Watson Tuesday/Thursday 14:30-15:45,

More information

ECON 442: Economic Development Course Syllabus Second Semester 2009/2010

ECON 442: Economic Development Course Syllabus Second Semester 2009/2010 UNIVERSITY OF BAHRAIN COLLEGE OF BUSINESS ADMINISTRATION DEPARTMENT OF ECONOMICS AND FINANCE ECON 442: Economic Development Course Syllabus Second Semester 2009/2010 Dr. Mohammed A. Alwosabi Course Coordinator

More information

GUIDE TO THE CUNY ASSESSMENT TESTS

GUIDE TO THE CUNY ASSESSMENT TESTS GUIDE TO THE CUNY ASSESSMENT TESTS IN MATHEMATICS Rev. 117.016110 Contents Welcome... 1 Contact Information...1 Programs Administered by the Office of Testing and Evaluation... 1 CUNY Skills Assessment:...1

More information

Secretariat 19 September 2000

Secretariat 19 September 2000 United Nations ST/AI/2000/9 Secretariat 19 September 2000 Administrative instruction United Nations internship programme The Under-Secretary -General for Management, pursuant to section 4.2 of the Secretary

More information

GPI Partner Training Manual. Giving a student the opportunity to study in another country is the best investment you can make in their future

GPI Partner Training Manual. Giving a student the opportunity to study in another country is the best investment you can make in their future 2017 - Version 1.0 Giving a student the opportunity to study in another country is the best investment you can make in their future GPI Partner Training Manual Contents Welcome...........................

More information

Spring Valley Academy Credit Flexibility Plan (CFP) Overview

Spring Valley Academy Credit Flexibility Plan (CFP) Overview Overview Ohio Senate Bill 311 allows alternate pathways for those students who are eligible to receive high school credit through the use of Credit Flexibility Plans (CFPs). Spring Valley Academy students

More information

LODI UNIFIED SCHOOL DISTRICT. Eliminate Rule Instruction

LODI UNIFIED SCHOOL DISTRICT. Eliminate Rule Instruction LODI UNIFIED SCHOOL DISTRICT Eliminate Rule 6162.52 Instruction High School Exit Examination Definitions Variation means a change in the manner in which the test is presented or administered, or in how

More information

COMPUTER-ASSISTED INDEPENDENT STUDY IN MULTIVARIATE CALCULUS

COMPUTER-ASSISTED INDEPENDENT STUDY IN MULTIVARIATE CALCULUS COMPUTER-ASSISTED INDEPENDENT STUDY IN MULTIVARIATE CALCULUS L. Descalço 1, Paula Carvalho 1, J.P. Cruz 1, Paula Oliveira 1, Dina Seabra 2 1 Departamento de Matemática, Universidade de Aveiro (PORTUGAL)

More information

CMST 2060 Public Speaking

CMST 2060 Public Speaking CMST 2060 Public Speaking Instructor: Raquel M. Robvais Office: Coates Hall 319 Email: rrobva1@lsu.edu Course Materials: Lucas, Stephen. The Art of Public Speaking. McGraw Hill (11 th Edition). One two

More information

Guidelines for Project I Delivery and Assessment Department of Industrial and Mechanical Engineering Lebanese American University

Guidelines for Project I Delivery and Assessment Department of Industrial and Mechanical Engineering Lebanese American University Guidelines for Project I Delivery and Assessment Department of Industrial and Mechanical Engineering Lebanese American University Approved: July 6, 2009 Amended: July 28, 2009 Amended: October 30, 2009

More information

UNIVERSITY OF DAR-ES-SALAAM OFFICE OF VICE CHANCELLOR-ACADEMIC DIRECTORATE OF POSTGRADUATE STUDIUES

UNIVERSITY OF DAR-ES-SALAAM OFFICE OF VICE CHANCELLOR-ACADEMIC DIRECTORATE OF POSTGRADUATE STUDIUES UNIVERSITY OF DAR-ES-SALAAM OFFICE OF VICE CHANCELLOR-ACADEMIC DIRECTORATE OF POSTGRADUATE STUDIUES GUIDELINES AND REGULATIONS FOR PLAGIARISM AND DEPLOYMENT OF POSTGRADUATE STUDENTS FOR TEACHING OR TECHNICAL

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

ORDINANCES FOR BTECH PROGRAMS For details please visit at the following link: http://www.iiitd.ac.in/sites/default/files/docs/education/btech-ordinances.pdf 1 REGULATIONS FOR BTECH PROGRAMS 1 General (1)

More information

CPMT 1303 Introduction to Computer Technology COURSE SYLLABUS

CPMT 1303 Introduction to Computer Technology COURSE SYLLABUS CPMT 1303 Introduction to Computer Technology COURSE SYLLABUS COURSE NUMBER AND TITLE: CPMT 1303 COURSE (CATALOG) DESCRIPTION A fundamental computer course that provides in-depth explanation of the procedures

More information

GIS 5049: GIS for Non Majors Department of Environmental Science, Policy and Geography University of South Florida St. Petersburg Spring 2011

GIS 5049: GIS for Non Majors Department of Environmental Science, Policy and Geography University of South Florida St. Petersburg Spring 2011 GIS 5049: GIS for Non Majors Department of Environmental Science, Policy and Geography University of South Florida St. Petersburg Spring 2011 Instructor Dr. Barnali Dixon Teaching Assistant: Lauren Bates

More information

Faculty of Health and Behavioural Sciences School of Health Sciences Subject Outline SHS222 Foundations of Biomechanics - AUTUMN 2013

Faculty of Health and Behavioural Sciences School of Health Sciences Subject Outline SHS222 Foundations of Biomechanics - AUTUMN 2013 Faculty of Health and Behavioural Sciences School of Health Sciences Subject Outline SHS222 Foundations of Biomechanics - AUTUMN 2013 Section A: Subject Information Subject Code & Name: SHS222 Foundations

More information

EEAS 101 BASIC WIRING AND CIRCUIT DESIGN. Electrical Principles and Practices Text 3 nd Edition, Glen Mazur & Peter Zurlis

EEAS 101 BASIC WIRING AND CIRCUIT DESIGN. Electrical Principles and Practices Text 3 nd Edition, Glen Mazur & Peter Zurlis EEAS 101 REQUIRED MATERIALS: TEXTBOOK: WORKBOOK: Electrical Principles and Practices Text 3 nd Edition, Glen Mazur & Peter Zurlis Electrical Principles and Practices Workbook 3 nd Edition, Glen Mazur &

More information

MATH 1A: Calculus I Sec 01 Winter 2017 Room E31 MTWThF 8:30-9:20AM

MATH 1A: Calculus I Sec 01 Winter 2017 Room E31 MTWThF 8:30-9:20AM Instructor: Amanda Lien Office: S75b Office Hours: MTWTh 11:30AM-12:20PM Contact: lienamanda@fhda.edu COURSE DESCRIPTION MATH 1A: Calculus I Sec 01 Winter 2017 Room E31 MTWThF 8:30-9:20AM Fundamentals

More information

COLLEGE OF INTEGRATED CHINESE MEDICINE ADMISSIONS POLICY

COLLEGE OF INTEGRATED CHINESE MEDICINE ADMISSIONS POLICY Page 1 of 5 COLLEGE OF INTEGRATED CHINESE MEDICINE ADMISSIONS POLICY Purpose of the admissions policy The purpose of the College Admissions Policy is to ensure that the applicant: Has the academic abilities

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

Idsall External Examinations Policy

Idsall External Examinations Policy Idsall External Examinations Policy Sponsorship & Review 1 Sponsor Mr D Crichton, Deputy Headteacher 2 Written and Approved October 2014 3 Next Review Date October 2016 This policy should be read in conjunction

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

Georgetown University School of Continuing Studies Master of Professional Studies in Human Resources Management Course Syllabus Summer 2014

Georgetown University School of Continuing Studies Master of Professional Studies in Human Resources Management Course Syllabus Summer 2014 Georgetown University School of Continuing Studies Master of Professional Studies in Human Resources Management Course Syllabus Summer 2014 Course: Class Time: Location: Instructor: Office: Office Hours:

More information

BADM 641 (sec. 7D1) (on-line) Decision Analysis August 16 October 6, 2017 CRN: 83777

BADM 641 (sec. 7D1) (on-line) Decision Analysis August 16 October 6, 2017 CRN: 83777 BADM 641 (sec. 7D1) (on-line) Decision Analysis August 16 October 6, 2017 CRN: 83777 SEMESTER: Fall 2017 INSTRUCTOR: Jack Fuller, Ph.D. OFFICE: 108 Business and Economics Building, West Virginia University,

More information

Guidelines for the Use of the Continuing Education Unit (CEU)

Guidelines for the Use of the Continuing Education Unit (CEU) Guidelines for the Use of the Continuing Education Unit (CEU) The UNC Policy Manual The essential educational mission of the University is augmented through a broad range of activities generally categorized

More information

Millersville University Degree Works Training User Guide

Millersville University Degree Works Training User Guide Millersville University Degree Works Training User Guide Page 1 Table of Contents Introduction... 5 What is Degree Works?... 5 Degree Works Functionality Summary... 6 Access to Degree Works... 8 Login

More information

Unit 7 Data analysis and design

Unit 7 Data analysis and design 2016 Suite Cambridge TECHNICALS LEVEL 3 IT Unit 7 Data analysis and design A/507/5007 Guided learning hours: 60 Version 2 - revised May 2016 *changes indicated by black vertical line ocr.org.uk/it LEVEL

More information

GRADUATE COLLEGE Dual-Listed Courses

GRADUATE COLLEGE Dual-Listed Courses GRADUATE COLLEGE Dual-Listed Courses Departments must request permission to offer courses at the graduate level in conjunction with 300-400 level undergraduate courses. The request is made to the Graduate

More information

Reducing Abstraction When Learning Graph Theory

Reducing Abstraction When Learning Graph Theory Jl. of Computers in Mathematics and Science Teaching (2005) 24(3), 255-272 Reducing Abstraction When Learning Graph Theory ORIT HAZZAN Technion-Israel Institute of Technology Israel oritha@techunix.technion.ac.il

More information

Guidelines for Mobilitas Pluss postdoctoral grant applications

Guidelines for Mobilitas Pluss postdoctoral grant applications Annex 1 APPROVED by the Management Board of the Estonian Research Council on 23 March 2016, Directive No. 1-1.4/16/63 Guidelines for Mobilitas Pluss postdoctoral grant applications 1. Scope The guidelines

More information

COMS 622 Course Syllabus. Note:

COMS 622 Course Syllabus. Note: Note: Course content may be changed, term to term, without notice. The information below is provided as a guide for course selection and is not binding in any form, and should not be used to purchase course

More information

Specification of the Verity Learning Companion and Self-Assessment Tool

Specification of the Verity Learning Companion and Self-Assessment Tool Specification of the Verity Learning Companion and Self-Assessment Tool Sergiu Dascalu* Daniela Saru** Ryan Simpson* Justin Bradley* Eva Sarwar* Joohoon Oh* * Department of Computer Science ** Dept. of

More information

DISTRICT ASSESSMENT, EVALUATION & REPORTING GUIDELINES AND PROCEDURES

DISTRICT ASSESSMENT, EVALUATION & REPORTING GUIDELINES AND PROCEDURES SCHOOL DISTRICT NO. 20 (KOOTENAY-COLUMBIA) DISTRICT ASSESSMENT, EVALUATION & REPORTING GUIDELINES AND PROCEDURES The purpose of the District Assessment, Evaluation & Reporting Guidelines and Procedures

More information

CS 100: Principles of Computing

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

More information

Frequently Asked Questions and Answers

Frequently Asked Questions and Answers Definition and Responsibilities 1. What is home education? Frequently Asked Questions and Answers Section 1002.01, F.S., defines home education as the sequentially progressive instruction of a student

More information

Honors Mathematics. Introduction and Definition of Honors Mathematics

Honors Mathematics. Introduction and Definition of Honors Mathematics Honors Mathematics Introduction and Definition of Honors Mathematics Honors Mathematics courses are intended to be more challenging than standard courses and provide multiple opportunities for students

More information

Series IV - Financial Management and Marketing Fiscal Year

Series IV - Financial Management and Marketing Fiscal Year Series IV - Financial Management and Marketing... 1 4.101 Fiscal Year... 1 4.102 Budget Preparation... 2 4.201 Authorized Signatures... 3 4.2021 Financial Assistance... 4 4.2021-R Financial Assistance

More information

GRADUATE PROGRAM Department of Materials Science and Engineering, Drexel University Graduate Advisor: Prof. Caroline Schauer, Ph.D.

GRADUATE PROGRAM Department of Materials Science and Engineering, Drexel University Graduate Advisor: Prof. Caroline Schauer, Ph.D. GRADUATE PROGRAM Department of Materials Science and Engineering, Drexel University Graduate Advisor: Prof. Caroline Schauer, Ph.D. 05/15/2012 The policies listed herein are applicable to all students

More information

M.Ed. IN EDUCATIONAL PSYCHOLOGY PROGRAM

M.Ed. IN EDUCATIONAL PSYCHOLOGY PROGRAM Educational Psychology Program Area Division of Theoretical and Behavioral Foundations North College of Education Detroit, MI 480 Phone: (1) 577-1614 Fax: (1) 577-55 http://coe.wayne.edu/tbf/educational-psychology/medindex.php

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

Level 6. Higher Education Funding Council for England (HEFCE) Fee for 2017/18 is 9,250*

Level 6. Higher Education Funding Council for England (HEFCE) Fee for 2017/18 is 9,250* Programme Specification: Undergraduate For students starting in Academic Year 2017/2018 1. Course Summary Names of programme(s) and award title(s) Award type Mode of study Framework of Higher Education

More information

Schock Financial Aid Office 030 Kershner Student Service Center Phone: (610) University Avenue Fax: (610)

Schock Financial Aid Office 030 Kershner Student Service Center Phone: (610) University Avenue Fax: (610) Schock Financial Aid Office 030 Kershner Student Service Center Phone: (610) 436-2627 25 University Avenue Fax: (610) 436-2574 West Chester, PA 19383 E-Mail: finaid@wcupa.edu Title IV Federal Student Aid

More information

Admission ADMISSIONS POLICIES APPLYING TO BISHOP S UNIVERSITY. Application Procedure. Application Deadlines. CEGEP Applicants

Admission ADMISSIONS POLICIES APPLYING TO BISHOP S UNIVERSITY. Application Procedure. Application Deadlines. CEGEP Applicants Admission General inquiries from prospective students should be directed to: Recruitment Office Bishop s University 2600 College Street Sherbrooke, Quebec J1M 1Z7 Tel. 819-822-9600 ext. 2681 or 1 877-822-8200

More information

Software Development: Programming Paradigms (SCQF level 8)

Software Development: Programming Paradigms (SCQF level 8) Higher National Unit Specification General information Unit code: HL9V 35 Superclass: CB Publication date: May 2017 Source: Scottish Qualifications Authority Version: 01 Unit purpose This unit is intended

More information

ReinForest: Multi-Domain Dialogue Management Using Hierarchical Policies and Knowledge Ontology

ReinForest: Multi-Domain Dialogue Management Using Hierarchical Policies and Knowledge Ontology ReinForest: Multi-Domain Dialogue Management Using Hierarchical Policies and Knowledge Ontology Tiancheng Zhao CMU-LTI-16-006 Language Technologies Institute School of Computer Science Carnegie Mellon

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

MGMT 3280: Strategic Management

MGMT 3280: Strategic Management MGMT 3280: Strategic Management Professor Nicholas J. Bailey Office: Friday 290B Sec 02: TR 9:30-10:45am Denny 120 Tel: (801) 628-8648 Sec 03: TR 11:00am-12:15pm Storrs 155 Email: nicholas.bailey@grad.moore.sc.edu

More information

REGULATIONS RELATING TO ADMISSION, STUDIES AND EXAMINATION AT THE UNIVERSITY COLLEGE OF SOUTHEAST NORWAY

REGULATIONS RELATING TO ADMISSION, STUDIES AND EXAMINATION AT THE UNIVERSITY COLLEGE OF SOUTHEAST NORWAY REGULATIONS RELATING TO ADMISSION, STUDIES AND EXAMINATION AT THE UNIVERSITY COLLEGE OF SOUTHEAST NORWAY Authorisation: Passed by the Joint Board at the University College of Southeast Norway on 18 December

More information

Interview Contact Information Please complete the following to be used to contact you to schedule your child s interview.

Interview Contact Information Please complete the following to be used to contact you to schedule your child s interview. Cabarrus\Kannapolis Early College High School Interview Contact Information Please complete the following to be used to contact you to schedule your child s interview. Student Name Student Number Middle

More information