SJSU Annual Program Assessment Form Academic Year

Size: px
Start display at page:

Download "SJSU Annual Program Assessment Form Academic Year"

Transcription

1 SJSU Annual Program Assessment Form Academic Year Department: Computer Science Program: BSCS College: Science Program Website: Link to Program Learning Outcomes (PLOs) on program website: Program Accreditation (if any): ABET accredited Contact Person and Chris Tseng, Date of Report: June 1, 2016 Part A 1. List of Program Learning Outcomes (PLOs) Upon graduation, successful graduates of the BSCS program will attain the following program learning outcomes (PLOs): (a) An ability to apply knowledge of computing and mathematics to solve problems (b) An ability to analyze a problem, and identify and define the computing requirements appropriate to its solution (c) An ability to design, implement, and evaluate a computer based system, process, component, or program to meet desired needs (d) An ability to function effectively on teams to accomplish a common goal (e) An understanding of professional, ethical, legal, security and social issues and responsibilities (f) An ability to communicate effectively with a range of audiences (g) An ability to analyze the local and global impact of computing on individuals, organizations, and society (h) Recognition of the need for and an ability to engage in continuing professional development (i) An ability to use current techniques, skills, and tools necessary for computing practice (j) An ability to apply mathematical foundations, algorithmic principles, and computer science theory in the modeling and design of computer based systems in a way that demonstrates comprehension of the tradeoffs involved in design choices

2 (k) An ability to apply design and development principles in the construction of software systems of varying complexity 2. Map of PLOs to University Learning Goals (ULGs) Each PLO is being mapped to one or more ULG and vice versa. BSCS PLOs to ULGs map PLO/ULG ULG1 Specialized Knowledge ULG2 Broad Integrative Knowledge ULG3 Intellectual Skills ULG4 Applied Knowledge ULG5 Social and Global Responsibilities (a) (b) (c) (d) (e) (f) (g) (h) (i) (j) (k) 3. Alignment Matrix of PLOs to Courses Matrix of PLOs to Courses in BSCS BSCS Outcomes Courses (a) (b) (c) (d) (e) (f) (g) (h) (i) (j) (k) Math 1 1 Physics 1 Support Courses Science 1 CS 100W Phil A 1 C 2 D GE Courses E R S V

3 CS 46A CS 46B CS CS CS Required CS Courses CS 49C/J CS CS CS CS CS DEEP Electives CS E E E E E E E 1: Indicating Beginner level, 2: Intermediate level, 3: Advanced level Course assessed (cells in color): CS100W, Phil134, CS146, CS151, and CS Planning Assessment Schedule We follow a 2 year assessment cycle in which each PLO will be assessed once according the following schedule matrix. Year 1 Spring (odd year) Year 1 Fall (odd year) Year 2 Spring (even year) Year 2 Fall (even year) Year 3 Spring (odd year) PLO a PLO b PLO c PLO d PLO e PLO f PLO g PLO h PLO i PLO j PLO k 5. Student Experience Students and general public can access the PLO and ULG as well as other relevant assessment information online under the department homepage. In particular, the following information is available online. University Learning Goal (ULG) for BSCS can be found under the following website: BSCS PLOs and ULGs are posted at the websites:

4 All courses include related PLOs in their syllabi. Students can view course syllabus under the department website: /index.html. We conduct regular annual alumni survey to solicit student feedback. It is used to provide feedback to PLOs and our overall program for the consideration of improvement. A recent senior result summary can be found in (6) of Part B. Part B 6. Assessment Data and Results Each of PLO is assessed by one upper division course. Each of these assessed courses defines a set of Course Learning Objectives (CLOs) or performance indicators. A set of rubrics is established for the assessment of each CLO. According to the assessment schedule in Section 4, the course instructor generates a Course Assessment Report (CAR). The rubrics, the associated CLOs and PLOs are presented in CARs. The data presented in CARs for each course are used to produce the Outcome Assessment Report (OAR) every two years. The OARs collectively address achievement of PLOs and also recommend actions. Five student outcomes a, h, i, j, and k were assessed in through CS146 and CS160. The CARs generated for the latest assessment cycle are attached as appendices. Students final exam, midterm exam, team project reports, and other relevant material are used as basis for rubrics in evaluating the learning outcomes. In addition to the regular PLO assessment, CS100W was assessed for GE assessment need. A new certificate program on cybersecurity was also assessed for program improvement purposes. We also conducted annual senior survey to collect students input on each of the PLOs and overall program. The result is as shown in the attachment file named SeniorExitSurvey2016.pdf.

5 7. Analysis Based on the data and summary of the CARs, all 5 PLOs assessed have been achieved. The changes proposed during the latest assessment cycle are listed in Section 8. These proposed changes will be evaluated and prioritized for the implementation in the coming academic year. Particular findings for each of the PLO assessed are summarized as follows. PLO (a): Based on the data collected, computing the running time of an algorithm or an operation of a data structure in different situations is a subject that many students struggle. It is even worse when students are only given the pseudocode to start with. PLO (h): Students did very well in outcome h. As noted in the 2013 Fall assessment report on this PLO, emphasis on introducing an area of lack of expertise and continuous professional development was desired. It was mentioned in the previous assessment report that instructors are encouraged to introduce and guide students to new topics to solve assigned problems. This suggestion was taken and put to practice in this assessment cycle. Not only were students able to work out project problems with minimal guidance from instructors on new needed skill, they also recognized and agreed there is a need for continuous professional development. This kind of training serves well to transition students from classroom setting to real life software engineer environment in which one must learn and apply new skill as needed to solve problems. So the gap identified in the last assessment is removed based on the suggested change in the instruction approach. This results in much better learning outcome result in this assessment cycle. PLO (i): This outcome has no imminent issue. Most students appeared to be doing well in the basic usages of software tools. It will be of interest to see if instructors can expose students to more functionalities and features beyond the basic in software tools. Things like using the same tool for other programming languages and settings will be suitable to be introduced to students in this course. PLO (j): Based on the data collected, most students can realize well the theoretical basis for a real life problem. However, comparing or choosing a more efficient solution among two choices to solve a problem appears to be challenging for more than 3/4 of the students. PLO (k): One thing of interest in outcome k is about software testing. As software testing becomes a norm for higher software quality, students need to have a good understanding of the concept, tools, and hands on practice of software testing methodologies. 8. Proposed changes and goals (if any) The proposed changes and/or goals for each of the PLO assessed is listed as follows. PLOs (a) and (j): Students who took CS46B in SJSU have a better foundation in data structures. They also understand better the running time of simple loops and methods than many transfer students. Transfer students lack the basic understanding of fundamental data structures and how to use pseudocode. The instructor in charge of assessing this outcome recommended having a challenge test for all students that wish to enroll CS146 to make sure that students have relevant fundamental concepts before signing up this class.

6 PLO (h): We have implemented an action item proposed in the last assessment report and proved it is useful and successful as indicated in the latest assessed data. This proposition is on encouraging students to solve assigned problems on new topics with minimal guidance from the instructor. This simulated environment is important to transition students from classroom setting to real life team work and hands on learning in industry as software engineers. PLO (i): It is advised for instructors to expose students to more functionalities and features beyond the basic in software tools. We will see how this expanded feature initiative in software tools would affect student learning outcome in the next assessment cycle. PLO (k): It is recommended that instructors put more emphasis on the last stage of software process, i.e., software testing. This expected to help students better prepared for their industry career. We will observe how this recommendation affect student learning and collect student feedback on this emphasis in the next assessment cycle. Part C Proposed Changes and Goals : A sub topic in their analyses outlines will be implemented for outcomes e and g in Phil134 to help all students understand problems their proposed policy solutions might cause: a mapping of cause/effect of their proposed solutions : For outcome k, we propose to put more learning emphasis on the last stage of software process, i.e., software testing, to better prepare students for their industry career : It is recommended all students should take a placement test before enrolling in CS146. This will ensure enrolling students to have proper pre requisite fundamental concepts. Status Update This implementation to Case Analyses Outlines will be added by Fall 16 To be implemented in and assessed in 2017 Fall. To be discussed in department meetings in Fall 2016 for possible adoption and implementation.

SJSU Annual Program Assessment Form Academic Year

SJSU Annual Program Assessment Form Academic Year SJSU Annual Program Assessment Form Academic Year 2015 2016 Department: Television, Radio, Film and Theatre Program: Radio, Television, Film (RTVF) B.A. College: Humanities and the Arts Program Website:

More information

SJSU Annual Program Assessment Form Academic Year

SJSU Annual Program Assessment Form Academic Year SJSU Annual Program Assessment Form Academic Year 2016 2017 Department: Meteorology and Climate Science Program: MS in Meteorology College: Science Program Website: www.sjsu.edu/meteorology Link to Program

More information

SJSU Annual Program Assessment Form Academic Year Program Website:

SJSU Annual Program Assessment Form Academic Year Program Website: SJSU Annual Program Assessment Form Academic Year 2016 2017 Department: Design Program: Industrial Design College: Humanities and the Arts Program Website: http://www.sjsu.edu/design/design_programs/industrial_design_program/

More information

Mechanical Engineering Program Assessment Report

Mechanical Engineering Program Assessment Report Mechanical Engineering Program 2015-1016 Assessment Report INTRODUCTION This report documents the assessment done within the Bachelor of Science in Mechanical Engineering (BSME) program at Oregon Institute

More information

Teaching Mechatronics & Controls using NI Technology

Teaching Mechatronics & Controls using NI Technology Teaching Mechatronics & Controls using NI Technology NAJIB METNI Chairperson Department of Mechanical Engineering 1 OUTLINE 1. Mechatronics Definition 2. Mechatronics in Mechanical Eng. Curriculum 3. Methods

More information

SJSU Annual Program Assessment Form Academic Year X Check here if your website addresses the University Learning Goals.

SJSU Annual Program Assessment Form Academic Year X Check here if your website addresses the University Learning Goals. SJSU Annual Program Assessment Form Academic Year 2014-2015 Department: English and Comparative Literature Program: MA in English and Comparative Literature College: Humanities and the Arts Website: http://www.sjsu.edu/english/graduate/ma/

More information

Evaluation: Strengths and Areas for Improvement

Evaluation: Strengths and Areas for Improvement Assessment Report Viewer Nuclear Engineering BS (Spring/2015) Objective 1: The Nuclear Engineering program is an ABET, Inc. accredited program. As such, the student learning outcomes used are the student

More information

Chemical and Biological Engineering Student Learning Outcome Assessment Report

Chemical and Biological Engineering Student Learning Outcome Assessment Report Chemical and Biological Engineering Student Learning Outcome Report 1. Department/Program Mission The mission of the Department of Chemical and Biological is to prepare chemical engineers for successful

More information

Glendale Community College Instructional Division Program Learning Outcomes Assessment Timeline

Glendale Community College Instructional Division Program Learning Outcomes Assessment Timeline Glendale Community College Instructional ivision Program Learning Outcomes Assessment Timeline Please complete a separate timeline form for each program within your division ivision name: BUSINESS IVISION

More information

Mechanical Engineering

Mechanical Engineering Mechanical Engineering 1 Mechanical Engineering Degree Awarded Bachelor of Science in Mechanical Engineering Nature of Program Mechanical engineering is one of the largest technical professions with a

More information

Bachelor of Science in Nuclear Engineering Technology

Bachelor of Science in Nuclear Engineering Technology FY 2017 Enrollment:406; Graduates: 219 Bachelor of Science in Nuclear Engineering Technology Program Educational Objectives Program Educational Objectives (PEOs) are broad statements that describe what

More information

Website:

Website: SJSU Annual Program Assessment Form Academic Year 2013-2014 Department: Design Program: Interior Design College: Humanities and the Arts Website: http://www.sjsu.edu/design/design_programs/interior_design_program/

More information

SJSU Annual Program Assessment Form Academic Year

SJSU Annual Program Assessment Form Academic Year SJSU Annual Program Assessment Form Academic Year 2016 2017 Department: Humanities Program: Humanities BA College: Humanities and the Arts Program Website: http://www.sjsu.edu/hum/ Link to Program Learning

More information

Indiana K-12 Computer Science Standards

Indiana K-12 Computer Science Standards Indiana K-12 Computer Science Standards What is Computer Science? Computer science is the study of computers and algorithmic processes, including their principles, their hardware and software designs,

More information

PROGRAM ASSESSMENT PLAN ~ through This document only needs to be updated when changes are made.

PROGRAM ASSESSMENT PLAN ~ through This document only needs to be updated when changes are made. PROGRAM AEMENT PLAN ~ 2013-14 through 2018-19 UNIT Department (if applicable) Degree/Program CHOOL OF BUINE N/A Date Prepared July 17, 2015 Date Revised Bachelor of Business Administration Updated to New

More information

BASIC SCIENCES CENTER BIOCHEMICAL ENGINEER

BASIC SCIENCES CENTER BIOCHEMICAL ENGINEER OBJECTIVE Train professionals with creativity, critical and humanistic thinking to develop, implement and optimize processes, products and services involving the rational and comprehensive utilization

More information

Assessment Report Viewer. Nuclear Engineering-BS

Assessment Report Viewer. Nuclear Engineering-BS Assessment Report Viewer Nuclear Engineering-BS Objective 1: The Nuclear Engineering program is an ABET, Inc. accredited program. As such, the student learning outcomes used are the student learning outcomes

More information

UNIVERSITY OF EAST LONDON PROGRAMME SPECIFICATION. Programme Aims and Learning Outcomes

UNIVERSITY OF EAST LONDON PROGRAMME SPECIFICATION. Programme Aims and Learning Outcomes Programme Aim and Title Intermediate Awards Available Teaching Institution(s) Alternative Teaching Institutions (for local arrangements see final section of this specification) UEL Academic School UCAS

More information

ROCHESTER INSTITUTE OF TECHNOLOGY COURSE OUTLINE FORM COLLEGE OF SCIENCE. Chester F. Carlson Center for Imaging Science

ROCHESTER INSTITUTE OF TECHNOLOGY COURSE OUTLINE FORM COLLEGE OF SCIENCE. Chester F. Carlson Center for Imaging Science ROCHESTER INSTITUTE OF TECHNOLOGY COURSE OUTLINE FORM COLLEGE OF SCIENCE Chester F. Carlson Center for Imaging Science REVISED COURSE: COS-IMGS-241 Earth System Dynamics 1.0 Course Designations and Approvals

More information

TECHNOLOGY BACHELOR DEGREE (HEALTH SCIENCES OR ENGINEERING AND APPLIED SCIENCE OPTIONS) Prepare for a career as a technology leader.

TECHNOLOGY BACHELOR DEGREE (HEALTH SCIENCES OR ENGINEERING AND APPLIED SCIENCE OPTIONS) Prepare for a career as a technology leader. TECHNOLOGY (HEALTH SCIENCES OR ENGINEERING AND APPLIED SCIENCE OPTIONS) BACHELOR DEGREE Prepare for a career as a technology leader. PROGRAM DESCRIPTION The Bachelor of Technology program prepares graduates

More information

Course Syllabus OSE 4240 OPTICS AND PHOTNICS DESIGN, 3 CREDIT HOURS

Course Syllabus OSE 4240 OPTICS AND PHOTNICS DESIGN, 3 CREDIT HOURS Regardless of course type; e.g., traditional, media-enhanced, or Web, syllabi at UCF are required to include: Course title and number Credit hours Name(s) of instructor(s) Office location Office or Web

More information

PROGRAMME SYLLABUS Sustainable Building Information Management (master),

PROGRAMME SYLLABUS Sustainable Building Information Management (master), PROGRAMME SYLLABUS Sustainable Building Information Management (master), 120 Programmestart: Autumn 2017 School of Engineering, Box 1026, SE-551 11 Jönköping VISIT Gjuterigatan 5, Campus PHONE +46 (0)36-10

More information

San José State University Department of Electrical Engineering EE 161, Digital Communication Systems, Spring 2018

San José State University Department of Electrical Engineering EE 161, Digital Communication Systems, Spring 2018 San José State University Department of Electrical Engineering EE 161, Digital Communication Systems, Spring 2018 Instructor: Robert Morelos-Zaragoza Office Location: ENGR 373 Telephone: (408) 924-3879

More information

a knowledge of contemporary issues. 3

a knowledge of contemporary issues. 3 TU/sur-Form/02 Survey form to assess the level of attainment of student outcomes Alumni Dear Alumni It is wonderful to reconnect with you after a few years. We hope you have been doing exceedingly well

More information

PELLISSIPPI STATE TECHNICAL COMMUNITY COLLEGE MASTER SYLLABUS. VISUALIZATION TECHNIQUES IDT 2630 (formerly IDT 1600)

PELLISSIPPI STATE TECHNICAL COMMUNITY COLLEGE MASTER SYLLABUS. VISUALIZATION TECHNIQUES IDT 2630 (formerly IDT 1600) PELLISSIPPI STATE TECHNICAL COMMUNITY COLLEGE MASTER SYLLABUS VISUALIZATION TECHNIQUES IDT 2630 (formerly IDT 1600) Class Hours: 3.0 Credit Hours: 3.0 Laboratory Hours: 3.0 Revised: Fall 06 NOTE: This

More information

Website:

Website: SJSU Annual Program Assessment Form Academic Year 2015 2016 Department: Design Program: Interior Design College: Humanities and the Arts Website: http://www.sjsu.edu/design/design_programs/interior_design_program/

More information

Electrical Engineering

Electrical Engineering Electrical Engineering 1 Electrical Engineering Nature of Program Electrical engineers design, develop, test, and oversee the manufacture and maintenance of equipment that uses electricity, including subsystems

More information

Kyiv National University of Trade and Economics Faculty of Trade and Marketing INFORMATION PACKAGE

Kyiv National University of Trade and Economics Faculty of Trade and Marketing INFORMATION PACKAGE Kyiv National University of Trade and Economics Faculty of Trade and Marketing INFORMATION PACKAGE European Credit Transfer and Accumulation System (ECTS) Field of knowledge Specialty Specialization Education

More information

Course Structure : Lectures Tutorials Practical s Credits 2-4 6

Course Structure : Lectures Tutorials Practical s Credits 2-4 6 Department Course Code Course Title Course Category : MECHANICAL ENGINEERING : A10301 : ENGINEERING DRAWING : Core Course Structure : Lectures Tutorials Practical s Credits 2-4 6 I. Course Overview: One

More information

Academic Course Description. BEE 303 ELECTRON DEVICES Third Semester (Odd Semester)

Academic Course Description. BEE 303 ELECTRON DEVICES Third Semester (Odd Semester) BEE 303- Electron Devices Academic Course Description Course (catalog) description BHARATH UNIVERSITY Faculty of Engineering and Technology Department of Electrical and Electronics Engineering BEE 303

More information

ROCHESTER INSTITUTE OF TECHNOLOGY COURSE OUTLINE FORM COLLEGE OF SCIENCE

ROCHESTER INSTITUTE OF TECHNOLOGY COURSE OUTLINE FORM COLLEGE OF SCIENCE ROCHESTER INSTITUTE OF TECHNOLOGY COURSE OUTLINE FORM COLLEGE OF SCIENCE Center for Imaging Science NEW COURSE (COS- IMGS-789): Special Topics: Optical Component, System Design and Performance Evaluation

More information

TAMALPAIS UNION HIGH SCHOOL DISTRICT Larkspur, California. Course of Study PHOTOGRAPHY 1

TAMALPAIS UNION HIGH SCHOOL DISTRICT Larkspur, California. Course of Study PHOTOGRAPHY 1 TAMALPAIS UNION HIGH SCHOOL DISTRICT Larkspur, California Course of Study PHOTOGRAPHY 1 I. INTRODUCTION Photography 1 is an introductory class in the art and craft of using a camera, developing film, and

More information

SKM IN ARCHITECTURAL DRAUGHTING Level 3

SKM IN ARCHITECTURAL DRAUGHTING Level 3 2017 SKM IN Level 3 MATRIX TRINITY TECHNOLOGY & CREATIVITY INSTITUTE 10 JALAN SURIA PUCHONG 4, PUSAT PERNIAGAAN SURIA PUCHONG, 47110 PUCHONG, SELANGOR, MALAYSIA TEL: 03-8959 0883/8939 9883 EMAIL: enquiry@mttc.edu.my

More information

BSc in Music, Media & Performance Technology

BSc in Music, Media & Performance Technology BSc in Music, Media & Performance Technology Email: jurgen.simpson@ul.ie The BSc in Music, Media & Performance Technology will develop the technical and creative skills required to be successful media

More information

S o A D SCHOOL OF ARCHITECTURE AND DESIGN A B U D H A B I CIDA STANDARD 9 A S S E S S M E N T

S o A D SCHOOL OF ARCHITECTURE AND DESIGN A B U D H A B I CIDA STANDARD 9 A S S E S S M E N T S o A D SCHOOL OF ARCHITECTURE AND DESIGN A B U D H A B I CIDA STANDARD 9 A S S E S S M E N T TABLE OF CONTENTS: 1. NYIT Annual Program Assessment Report, May 2017 2. NYIT AAID CIDA Standard Nine Assessment

More information

Washtenaw Community College Comprehensive Report. PHO 216 Environmental Portraiture Effective Term: Fall 2011

Washtenaw Community College Comprehensive Report. PHO 216 Environmental Portraiture Effective Term: Fall 2011 Washtenaw Community College Comprehensive Report PHO 216 Environmental Portraiture Effective Term: Fall 2011 Course Cover Division: Business and Computer Technologies Department: Digital Media Arts Discipline:

More information

Engineering Technology (ETEC) 12 Introduction to Engineering Design (IED) Course Syllabus

Engineering Technology (ETEC) 12 Introduction to Engineering Design (IED) Course Syllabus Engineering Technology (ETEC) 12 Introduction to Engineering Design (IED) Course Syllabus Instructor: Rick Hughes Office Hours Room: Phone: (310 660-3593 Mon-Wed-Thur TA 201 Ext 3624 5:00-6:00 p.m. E-mail

More information

UMBC POLICY ON TECHNOLOGY FLUENCY UMBC III

UMBC POLICY ON TECHNOLOGY FLUENCY UMBC III I. POLICY STATEMENT UMBC POLICY ON TECHNOLOGY FLUENCY UMBC III-9.00.17 UMBC recognizes that the use of technology is instrumental in enabling learning, advancing research, facilitating business functions,

More information

Theory of Structures-I (CE-206)

Theory of Structures-I (CE-206) Theory of Structures-I (CE-206) Course Contents: Introduction to structural analysis o Definition, type of structures, structural idealization, loads, determinacy, indeterminacy and stability of structures

More information

INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad

INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad -500 043 MECHANICAL ENGINEERING COURSE INFORMATION SHEET Course Title ENGINEERING DRAWING (Common for AE / ME / CE) Course Code AME001

More information

Academic Course Description. BEC701 Fiber Optic Communication Seventh Semester, (Odd Semester)

Academic Course Description. BEC701 Fiber Optic Communication Seventh Semester, (Odd Semester) BEC701 Fiber Optic Communication Academic Course Description BHARATH University Faculty of Engineering and Technology Department of Electronics and Communication Engineering BEC701 Fiber Optic Communication

More information

Baccalaureate Program of Sustainable System Engineering Objectives and Curriculum Development

Baccalaureate Program of Sustainable System Engineering Objectives and Curriculum Development Paper ID #14204 Baccalaureate Program of Sustainable System Engineering Objectives and Curriculum Development Dr. Runing Zhang, Metropolitan State University of Denver Mr. Aaron Brown, Metropolitan State

More information

Heating Ventilating Air Conditioning - Refrigeration COURSE SYLLABUS

Heating Ventilating Air Conditioning - Refrigeration COURSE SYLLABUS Heating Ventilating Air Conditioning - Refrigeration COURSE SYLLABUS 2017-2018 Course Description The Heating, Ventilation, Air Conditioning and Refrigeration (HVACR) Technology program provides a balance

More information

San José State University Aerospace Engineering AE20 Computer-Aided Design for Aerospace Engineers, Fa

San José State University Aerospace Engineering AE20 Computer-Aided Design for Aerospace Engineers, Fa San José State University Aerospace Engineering AE20 Computer-Aided Design for Aerospace Engineers, Fa11 2017 Instructor: Office Location: Robert Benzio E407 Telephone: (408) 203-0457 Email: Office Hours:

More information

DIGITAL SIGNAL PROCESSING (Date of document: 6 th May 2014)

DIGITAL SIGNAL PROCESSING (Date of document: 6 th May 2014) Course Code : EEEB363 DIGITAL SIGNAL PROCESSING (Date of document: 6 th May 2014) Course Status : Core for BEEE and BEPE Level : Degree Semester Taught : 6 Credit : 3 Co-requisites : Signals and Systems

More information

3 TERM PID CONTROLLER TUNING

3 TERM PID CONTROLLER TUNING 3 TERM PID CONTROLLER TUNING COURSE 515: 2 DAYS: Max 8 Candidates Three-term controllers continue to play an important role in many industrial processes and this course is designed to provide the skills

More information

Mindfulness in the 21 st Century Classroom Online Syllabus

Mindfulness in the 21 st Century Classroom Online Syllabus Mindfulness in the 21 st Century Classroom Course Description This course is designed to give educators at all levels an overview of recent research on mindfulness practices and to provide step-by-step

More information

City University of Hong Kong. Course Syllabus. offered by Department of Computer Science with effect from Semester B 2016/17

City University of Hong Kong. Course Syllabus. offered by Department of Computer Science with effect from Semester B 2016/17 City University of Hong Kong offered by Department of Computer Science with effect from Semester B 2016/17 Part I Course Overview Course Title: Cloud Robotics and Automation Course Code: CS4297 Course

More information

ANNUAL REPORT TEMPLATE AY

ANNUAL REPORT TEMPLATE AY ANNUAL REPORT TEMPLATE AY2018-2019 NAME OF PROGRAM: Clinical Mental Health Counseling (CMHC) TYPE OF REPORT: Chicago Campus DATE: 12/15/18 SECTION 1: Learning Outcome Section Instructions: Please complete

More information

FILM AND MEDIA TUFTS UNIVERSITY 95 TALBOT AVENUE, MEDFORD, MA 02155

FILM AND MEDIA TUFTS UNIVERSITY 95 TALBOT AVENUE, MEDFORD, MA 02155 FILM AND MEDIA STUDIES @ TUFTS UNIVERSITY 95 TALBOT AVENUE, MEDFORD, MA 02155 INSTRUCTOR: Leslie Goldberg. Office: Experimental College at 95 Talbot Ave., 2 nd floor w- 617-627- 2007; m- 781-608- 7866;

More information

Mindfulness in the 21 st Century Classroom Site-based Participant Syllabus

Mindfulness in the 21 st Century Classroom Site-based Participant Syllabus Mindfulness in the 21 st Century Classroom Course Description This course is designed to give educators at all levels an overview of recent research on mindfulness practices and to provide step-by-step

More information

With Wisdom We Explore

With Wisdom We Explore With Wisdom We Explore OUTCOME BASED EDUCATION (O.B.E) (For Students) Faculty of Mechanical and Manufacturing Engineering Universiti Tun Hussein Onn Malaysia by: OBE Committee 2017, FKMP, UTHM Expected

More information

Peter Ostafichuk, Mechanical Engineering, UBC With: Goran Fernlund Sherry Green Carol Jaeger Bill McCutcheon Dirk van Zyl

Peter Ostafichuk, Mechanical Engineering, UBC With: Goran Fernlund Sherry Green Carol Jaeger Bill McCutcheon Dirk van Zyl A Shift to Outcomes-Based Assessment in Engineering How changes in the national accreditation requirements in professional engineering are changing the way we evaluate our programs. Peter Ostafichuk, Mechanical

More information

PELLISSIPPI STATE COMMUNITY COLLEGE MASTER SYLLABUS AUTOCAD FOR INTERIOR DESIGN: STUDIO IV IDT 2305

PELLISSIPPI STATE COMMUNITY COLLEGE MASTER SYLLABUS AUTOCAD FOR INTERIOR DESIGN: STUDIO IV IDT 2305 PELLISSIPPI STATE COMMUNITY COLLEGE MASTER SYLLABUS AUTOCAD FOR INTERIOR DESIGN: STUDIO IV IDT 2305 Class Hours: 3 Credit Hours: 4 Laboratory Hours: 3 Date Revised: Spring 2011 NOTE: This course is designed

More information

Academic Course Description. VL2004 CMOS Analog VLSI Second Semester, (Even semester)

Academic Course Description. VL2004 CMOS Analog VLSI Second Semester, (Even semester) Academic Course Description SRM University Faculty of Engineering and Technology Department of Electronics and Communication Engineering VL2004 CMOS Analog VLSI Second Semester, 2013-14 (Even semester)

More information

ES 330 Electronics II Fall 2016

ES 330 Electronics II Fall 2016 ES 330 Electronics II Fall 2016 Sect Lectures Location Instructor Office Office Hours Email Tel 001 001 9:00 am to 9:50 am Wednesday 10:00 am to 10 :50 am 2001 2001 Dr. Donald Estreich Dr. Donald Estreich

More information

Articulation of Certification for Manufacturing

Articulation of Certification for Manufacturing Paper ID #15889 Articulation of Certification for Manufacturing Dr. Ali Ahmad, Northwestern State University Ali Ahmad is the Head of the Engineering Technology Department at Northwestern State University

More information

Drafting & Design Technology

Drafting & Design Technology 131 Location: Library Tower - 2nd Floor Program Information Every new structure or machine starts out as the idea of a designer or an engineer. It is only through the knowledge and ability of highly skilled

More information

Health Physics Specifications (Phys 334)

Health Physics Specifications (Phys 334) ATTACHMENT 2 (e) Course Specifications The Course Specifications (CS) Health Physics Specifications (Phys 334) Form 5a_Course Specifications _SSRP_1 JULY 2013 Page 1 Institution Majmaah University Date

More information

Academic Course Description. BEC701 Fibre Optic Communication Seventh Semester, (Odd Semester)

Academic Course Description. BEC701 Fibre Optic Communication Seventh Semester, (Odd Semester) BEC701 - FIBRE OPTIC COMMUNICATION Course (catalog) description Academic Course Description BHARATH UNIVERSITY Faculty of Engineering and Technology Department of Electronics and Communication Engineering

More information

Accreditation Requirements Mapping

Accreditation Requirements Mapping Accreditation Requirements Mapping APPENDIX D Certain design project management topics are difficult to address in curricula based heavily in mathematics, science, and technology. These topics are normally

More information

Academic Course Description. BHARATH University Faculty of Engineering and Technology Department of Electrical and Electronics Engineering

Academic Course Description. BHARATH University Faculty of Engineering and Technology Department of Electrical and Electronics Engineering BEE101- Basic Electrical and Electronics Engineering Academic Course Description BHARATH University Faculty of Engineering and Technology Department of Electrical and Electronics Engineering BEE101 Basic

More information

Welcome Transfer Students!! LeBow College of Business 2012 Transfer Orientation August 10th

Welcome Transfer Students!! LeBow College of Business 2012 Transfer Orientation August 10th Welcome Transfer Students!! LeBow College of Business 2012 Transfer Orientation August 10th LeBow College of Business New State of the Art Building to open Dec. 2013 Technological Prominence Co-op Experience

More information

CENTER OF BASICS SCIENCE ELECTRONIC ENGINEER (Curriculum 2012)

CENTER OF BASICS SCIENCE ELECTRONIC ENGINEER (Curriculum 2012) OBJECTIVE To form professionals in the electronics engineer field in order to design, implement and keep digital and computer systems, automation systems and mechatronics and communications systems, supporting

More information

Course Outline and Syllabus for Students

Course Outline and Syllabus for Students Course Outline and Syllabus for Students Name: Monica Gautam Course Number: PHM321 Course Title: Selected Topics in Pharmaceutical Industry Course Description: This course is designed to expose students

More information

TSUTV/Comcast on-demand

TSUTV/Comcast on-demand Texas Southern University School of Communication Department of Radio, Television and Film RTF Majors Advising Guide For New and Transfer Students 2014-2016 CATALOG Department of Radio, Television and

More information

German Studies Program Learning Outcomes

German Studies Program Learning Outcomes German Studies Program Learning Outcomes Students who complete the German studies major should graduate with the following knowledge and skills: Language Students will demonstrate advanced written communication

More information

Principles of Communication Systems

Principles of Communication Systems Principles of Communication Systems Course code: EEE351 (3+1) Prerequisites: EEE223 - Signal and Systems Co requisites: - Course Catalog Description: Introduction to communication systems: Fundamental

More information

Mechanical Engineering

Mechanical Engineering Mechanical Engineering-1 Undergraduate Bulletin 2018-2019 Mechanical Engineering Faculty: Paliwal, Chair, Facas, Grega, Sepahpour, Shih, Wang, Yan The Department of Mechanical Engineering offers an academic

More information

ALA s Core Competences of Librarianship

ALA s Core Competences of Librarianship ALA s Core Competences of Librarianship Final version Approved by the ALA Executive Board, October 25 th 2008 Approved and adopted as policy by the ALA Council, January 27 th 2009 This document defines

More information

PELLISSIPPI STATE TECHNICAL COMMUNITY COLLEGE MASTER SYLLABUS. CIVIL ENGINEERING DRAWING W/LAB CID 2290 (formerly CID 2195)

PELLISSIPPI STATE TECHNICAL COMMUNITY COLLEGE MASTER SYLLABUS. CIVIL ENGINEERING DRAWING W/LAB CID 2290 (formerly CID 2195) PELLISSIPPI STATE TECHNICAL COMMUNITY COLLEGE MASTER SYLLABUS CIVIL ENGINEERING DRAWING W/LAB CID 2290 (formerly CID 2195) Class Hours: 3.0 Credit Hours: 4.0 Laboratory Hours: 3.0 Revised: Fall 08 Catalog

More information

Chess Course Syllabi Table of Contents

Chess Course Syllabi Table of Contents Chess Course Syllabi Table of Contents Chess... 2 CP 422: Basic Chess Strategy Part 1 (in English)... 2 CP 432: Basic Chess Strategy Part 2 (in English)... 4 CP 442: Intermediate Chess Strategy Part 1

More information

Occidental COLLEGE. Theater. Assessment Plan

Occidental COLLEGE. Theater. Assessment Plan 2008 ission Students in the Department of explore the art of theater through theory, performance and production. Each student experiences the essentially collaborative nature of theater through participation

More information

Academic Course Description

Academic Course Description Academic Course Description BME 101 ENGINEERING GRAPHICS BHARATH UNIVERSITY Faculty of Engineering and Technology Department of Electrical and Electronics Engineering BME 102 ENGINEERING GRAPHICS First

More information

Academic Course Description

Academic Course Description BME 0 JIGS FIXTURES AND PRESS TOOLS Academic Course Description BHARATH UNIVERSITY Faculty of Engineering and Technology Department of Mechanical Engineering BME 0-JIGS FIXTURES AND PRESS TOOLS Seventh

More information

Science and mathematics

Science and mathematics Accreditation of HE Programmes (AHEP): Collated learning outcomes for six areas of learning Programmes accredited for IEng Engineering is underpinned by science and mathematics, and other associated disciplines,

More information

Total Test Questions: 34 Levels: Units of Credit: 0.50

Total Test Questions: 34 Levels: Units of Credit: 0.50 DESCRIPTION The first in a sequence of courses that prepares individuals with a lab-based hands-on curriculum combining electrical, mechanical and engineering principals. Students will learn to design,

More information

SCHOOL OF BUSINESS AND TECHNOLOGY DEPARTMENT OF ENGINEERING TECHNOLOGY

SCHOOL OF BUSINESS AND TECHNOLOGY DEPARTMENT OF ENGINEERING TECHNOLOGY SCHOOL OF BUSINESS AND TECHNOLOGY DEPARTMENT OF ENGINEERING TECHNOLOGY FACULTY Brad Bryant, Chair Technology Stone Building, Room 106 Phone: (580) 774-3162 E-mail: brad.bryant@swosu.edu http://www.swosu.edu/tech/

More information

To understand the concept of basic engineering mechanism Compulsory : MANUFACTURING TECHNOLOGY II. Office phone

To understand the concept of basic engineering mechanism Compulsory : MANUFACTURING TECHNOLOGY II. Office phone BME505 - MANUFACTURING TECHNOLOGY II Academic Course Description BHARATH UNIVERSITY Faculty of Engineering and Technology Department of Mechanical Engineering BME505 - MANUFACTURING TECHNOLOGY II Fifth

More information

PAINTING AND PRINTMAKING, BACHELOR OF FINE ARTS (B.F.A.)

PAINTING AND PRINTMAKING, BACHELOR OF FINE ARTS (B.F.A.) Painting and Printmaking, Bachelor of Fine Arts (B.F.A.) 1 PAINTING AND PRINTMAKING, BACHELOR OF FINE ARTS (B.F.A.) Faculty and students in the Department of Painting and Printmaking work together in a

More information

CptS 475/575: Data Science. What is Data Science? Fall 2018

CptS 475/575: Data Science. What is Data Science? Fall 2018 CptS 475/575: Data Science What is Data Science? Fall 2018 First a good news Starting from Friday August 24 and for the remainder of the semester, the meeting location for the class has changed to CUE

More information

Game 230: History of Computer Games

Game 230: History of Computer Games Game 230: History of Computer Games 3 Credit Hours Instructor: Georgia Nelson Spring 2018 Phone: (703) 380-2337 Online Office Hours: By Appointment Email: gnelson4@gmu.edu Office: None (Remote Adjunct)

More information

Contents. Drafting Technology Comprehensive Program Review Instruction

Contents. Drafting Technology Comprehensive Program Review Instruction Drafting Technology Comprehensive rogram Review Instruction 2014-15 Contents 1. Main... 1 2. Description of the rogram... 1 3. rogram History and Description... 2 4. Curriculum... 2 5. Advisory committees...

More information

Faculty of Humanities and Social Sciences

Faculty of Humanities and Social Sciences Faculty of Humanities and Social Sciences University of Adelaide s, Indicators and the EU Sector Qualifications Frameworks for Humanities and Social Sciences University of Adelaide 1. Knowledge and understanding

More information

MECHANICAL ENGINEERING AND DESIGN 2017/18 SEMESTER 1 MODULES

MECHANICAL ENGINEERING AND DESIGN 2017/18 SEMESTER 1 MODULES Visual Communications ENG_4_542 Tuesday and Wednesday 2pm 4pm (Tues), 9.30am 11.30am (Weds) Students attend both sessions. The module aims a) to develop the capacities of observation and visualisation,

More information

G9 - Engineering Council AHEP Competencies for IEng and CEng

G9 - Engineering Council AHEP Competencies for IEng and CEng G9 - Career Learning Assessment (CLA) is an alternative means of gaining Engineering Council Registration at either Incorporated Engineer (IEng) or Chartered Engineering (CEng) status. IAgrE encourages

More information

Department of Electrical & Computer Engineering. Five-Year Strategic Plan: Improving Lives. Transforming Louisiana. Changing the World.

Department of Electrical & Computer Engineering. Five-Year Strategic Plan: Improving Lives. Transforming Louisiana. Changing the World. Department of Electrical & Computer Engineering Five-Year Strategic Plan: 2010-2015 Improving Lives. Transforming Louisiana. Changing the World. Engineering is intertwined with our very own way of life.

More information

ROCHESTER INSTITUTE OF TECHNOLOGY COURSE OUTLINE FORM COLLEGE OF SCIENCE. Chester F. Carlson Center for Imaging Science

ROCHESTER INSTITUTE OF TECHNOLOGY COURSE OUTLINE FORM COLLEGE OF SCIENCE. Chester F. Carlson Center for Imaging Science ROCHESTER INSTITUTE OF TECHNOLOGY COURSE OUTLINE FORM COLLEGE OF SCIENCE Chester F. Carlson Center for Imaging Science NEW COURSE: COS-IMGS-141 - Earth System Dynamics I 1.0 Course Designations and Approvals

More information

Academic Course Description

Academic Course Description Academic Course Description EC1026 Wireless communication SRM University Faculty of Engineering and Technology Department of Electronics and Communication Engineering EC1026 Wireless Communication Seventh

More information

Administrative-Master Syllabus form approved June/2006 revised Page 1 of 1

Administrative-Master Syllabus form approved June/2006 revised Page 1 of 1 revised 11-02-06 Page 1 of 1 Administrative - Master Syllabus I. Topical Outline Each offering of this course must include the following topics (be sure to include information regarding lab, practicum,

More information

Academic Course Description. BEE301 Circuit Theory Third Semester, (Odd Semester)

Academic Course Description. BEE301 Circuit Theory Third Semester, (Odd Semester) BEE301- Circuit Theory Academic Course Description BHARATH University Faculty of Engineering and Technology Department of Electronics and Communication Engineering BEE301 Circuit Theory Third Semester,

More information

Angelina College Technology and Workforce Division TECHNICAL DRAFTING SYLLABUS DFTG 1405 Instructional Syllabus

Angelina College Technology and Workforce Division TECHNICAL DRAFTING SYLLABUS DFTG 1405 Instructional Syllabus Angelina College Technology and Workforce Division TECHNICAL DRAFTING SYLLABUS DFTG 1405 Instructional Syllabus Date approved 8/21/18 Date revised 8/21/18 I. BASIC COURSE INFORMATION A. Course Description:

More information

Sustainable Construction Technology 2008 Annual Program Review

Sustainable Construction Technology 2008 Annual Program Review Sustainable Construction Technology 2008 Annual Program Review Introduction The Sustainable Construction Technology (SCT) program prepares students in general building construction and maintenance of large

More information

Programme Specification

Programme Specification Programme Specification Title: Electrical Engineering (Power and Final Award: Master of Engineering (MEng (Hons)) With Exit Awards at: Certificate of Higher Education (CertHE) Diploma of Higher Education

More information

SUSTAINABLE TOURISM 2016 PROFESSOR CAROLIN LUSBY

SUSTAINABLE TOURISM 2016 PROFESSOR CAROLIN LUSBY COURSE SYLLABUS Course Introduction TOUR-0000 Sustainable Tourism Total Hours: 48 Credits: 3 SUSTAINABLE TOURISM 2016 PROFESSOR CAROLIN LUSBY Students will be able to understand and apply the concept of

More information

ESSEX COUNTY COLLEGE Engineering Technologies and Computer Sciences Division ENR 103 Engineering Graphics and Introduction to CAD Course Outline

ESSEX COUNTY COLLEGE Engineering Technologies and Computer Sciences Division ENR 103 Engineering Graphics and Introduction to CAD Course Outline ESSEX COUNTY COLLEGE Engineering Technologies and Computer Sciences Division ENR 103 Engineering Graphics and Introduction to CAD Course Outline Course Number & Name: ENR 103 Engineering Graphics and Introduction

More information

Electrical and Telecommunications Engineering Technology_EET1122. Electrical and Telecommunications Engineering Technology

Electrical and Telecommunications Engineering Technology_EET1122. Electrical and Telecommunications Engineering Technology NEW YORK CITY COLLEGE OF TECHNOLOGY The City University of New York DEPARTMENT: SUBJECT CODE AND TITLE: Electrical and Telecommunications Engineering Technology EET1122 Circuits Analysis I COURSE DESCRIPTION:

More information

COMPUTER GAME DESIGN (GAME)

COMPUTER GAME DESIGN (GAME) Computer Game Design (GAME) 1 COMPUTER GAME DESIGN (GAME) 100 Level Courses GAME 101: Introduction to Game Design. 3 credits. Introductory overview of the game development process with an emphasis on game

More information

Media and Communication (MMC)

Media and Communication (MMC) Media and Communication (MMC) 1 Media and Communication (MMC) Courses MMC 8985. Teaching in Higher Education: Communications. 3 Credit Hours. A practical course in pedagogical methods. Students learn to

More information

Academic Course Description

Academic Course Description BEC010- VLSI Design Academic Course Description BHARATH UNIVERSITY Faculty of Engineering and Technology Department of Electronics and Communication Engineering BEC010 VLSI Design Fifth Semester (Elective)

More information