Located in Bellevue, WA, a suburb of Seattle Third largest higher ed institution in Washington 38,000 annual enrollments Two-thirds of students live

Size: px
Start display at page:

Download "Located in Bellevue, WA, a suburb of Seattle Third largest higher ed institution in Washington 38,000 annual enrollments Two-thirds of students live"

Transcription

1

2 Located in Bellevue, WA, a suburb of Seattle Third largest higher ed institution in Washington 38,000 annual enrollments Two-thirds of students live within 5 miles Offer Bachelor s and Associate s, Basic Ed, and Professional/Technical Certificates Next door to Microsoft, and other companies in proximity (Boeing, Amazon, Google, Costco)

3 Over 20,000 enrollments annually 16 certificate programs Open enrollment and corporate training Self-support budget Classes are10-24 hours, evenings and Saturdays Students are adult learners, years old

4 Grow revenue and increase the value of our programs using tools and best practices.

5 Enrollments 12,000 10,000 8,000 6,000 4,000 2,000 0 Enrollments 6,000,000 5,000,000 4,000,000 3,000,000 2,000,000 1,000,000 0 Revenue Revenue

6 KPI 2007 Students 7245 Net % of Gross 43% Cancellation Rate 29.6% Class Sections % of Change % 59% Gross Revenue -13% Net Revenue +18% 15.63% % Average Seat Count

7 Pricing - Implement a sustainable pricing structure to include college and department overhead, salaries and equipment replacement

8 Establish a pricing spreadsheet for each class with the goals of: Determining current break-even Establishing goal for target seat count Planning incremental price increases to attain goal

9 Expenditures we accounted for to determine pricing structure Pre-2007 Instructor Salary Instructor Benefits Course Materials Now Instructor Salary Instructor Benefits Course Materials Continuing Education/BC Overhead Department Overhead Replacing computer/classroom equipment Pricing Spreadsheet

10 Pricing - Implement a sustainable pricing structure to include college and department overhead, salaries and equipment replacement Scheduling - Develop a scheduling plan that meets the goal of an 8 student average headcount, annual class planning and dependent class progression.

11 We reviewed our enrollment data to identify: Classes with low seat count Reduce number of sections offered Under-performing class Classes with stronger enrollments when offered during day, evening or Saturdays Classes that have strong enrollment every quarter Database Design Enrollment

12 Measurable % of Change Number of sections % Cancellations % Students % Enrolled Seat Count % Salary Cost $13,440 $8,640-36% Price $249 $ %

13 Students use this schedule to plan ahead Improves the student experience Stabilizes our enrollment patterns REQUIRED COURSES 137 hours total Quarters Typically Offered Hours Database Design Su,F,W,Sp 9 Beginning SQL Server (using 2008) Su,F,W,Sp 21 T-SQL Query Extensions to SQL Su,F,W,Sp 18 SQL Server 2008 Administration (Advanced) F,Sp 28 SQL Server 2008 Security F,Sp 20 PowerShell W,Su 8 SQL Server 2008 Optimization and Performance Tuning W,Su 30 Database Administrator Certificate Capstone Su,F,W,Sp 3

14 Pricing - Implement a sustainable pricing structure to include college and department overhead, salaries and equipment replacement Scheduling - Develop a scheduling plan that meets the goal of an 8 student average headcount, annual class planning and dependent class progression. Quality - Improve quality of content and instruction through evaluation, observation, interviewing, course descriptions and syllabi.

15 Identify our customer Majority of revenue is generated from products that are targeted to our average customer Our typical Continuing Education customer: Improving skills for work Looking to retrain for new job Wants skills-based, hands on learning Doesn t have a lot of time

16 Equal mix of lecture/demo/lab Application to real world job situations Organized advisory committees Certificate Programs Skill sets that form a clear learning pathway for students Certificate capstone project demonstrates skills acquired in certificate program

17 Course Descriptions Describes class content and learning objectives Provides students with expected outcome Effective marketing tool Consistency in teaching among instructors Course Syllabus Reiterate course objectives Skills Checks In-class exercise that measures comprehension Instructor and student know they got it Course Description Example Course Syllabus Example Course Skill Check Example

18 Hiring instructors Team interviewing Value of different perspectives Clear expectations Preparing instructors Instructor orientation Instructor handbook Observing class before teaching

19 Evaluation Tools First-Session Class Evaluations Final Session Class Evaluations

20 Instructor Observations Staff observes instructors teaching once every two years Combine observation comments with student feedback and instructor feedback Instructor Observations

21 KPI % of Change Students % Net % of Gross 43% 59% Gross Revenue -13% Net Revenue +18% Cancellation Rate 29.6% 15.63% Class Sections % Average Seat Count Technology Replacement years 3 years

22 Thank you for coming!

23 Computer and Technology Programs Instructor: Location: Times/Dates: Carol C. Torkko, MCSD BC North Campus Room :00PM 9:00PM 9/20/11-9/27/11 Tu Th Database Design Course Syllabus Instructor Bio Carol has been programming for over 41 years in various languages and has more than 25 years experience working with database systems. Carol worked in the corporate world for 24 years before becoming an instructor and consultant. Carol is certified as an MCSD with Microsoft and has been teaching at BC since October, During this time Carol has taught Visual Basic 6.0, Visual Basic.NET, C#.NET, VBA Programming in Office, SQL, Database Design and Crystal Reports. Course Summary Whether you create new databases or redesign existing ones, your familiarity with the principles of database design will help your design to ensure data integrity. In this course you will gain skills that guide the practical decisions you must make throughout the design process. For example, you will learn how to: choose the best names for tables and fields, assign primary keys, set up relationships, and implement normalization rules and field key attributes. Classroom exercises will help you to actively master the content, with practice opportunities, discussions, and capstone labs, where you design a database from scratch and redesign an existing database. Labs make up approximately 30% of the course. Prerequisites Basic computer skills and working knowledge of Windows. Recommended: Experience with a database product. The above prerequisites are considered to be the basic skills and knowledge needed prior to taking this class. Instructors will assume your readiness for the class materials and will NOT use class time to discuss prerequisite materials. Course Objectives Modify an existing database so that it conforms to the first normal form of relational integrity. Modify an existing database so that it conforms to the second normal form. Modify an existing database so that it conforms to the third normal form. Redesign an existing database that meets requirements based on specific business rules, that enforces data integrity per the business rules and database design recommended techniques, and conforms to the third normal form. Copyright 2011 Bellevue College For information on customizable training, visit

24 Course Requirements Participants must attend a minimum of 70% of class sessions to receive a certificate of completion. Materials Required Text (provided): Relational Database Design (Third Edition), Element K Agenda/Assignments SESSION TOPICS ASSIGNMENTS Day 1 Day 2 Introductions Modify an existing database so that it conforms to the first normal form of relational integrity Assign primary keys to all tables in a database according to best practices for their key attributes. Define appropriate table relationships. Predict the problems that can result when a table is not in first normal form. Identify and fix non atomic fields in each table. Identify and fix repeated fields in each table. Modify an existing database so that it conforms to the first normal form of relational integrity (Continued) Modify an existing database so that it conforms to the second normal form Identify dependent fields in each table. Predict the problems that can result when a table is not in second normal form. Identify and fix fields that are not dependent on the entire primary key in each table. Define appropriate table relationships as needed. Modify an existing database so that it conforms to the third normal form Identify when a field is a key field or a non-key field in each table. Predict the problems that can result when a table is not in third normal form. Recognize when a field is dependent on a nonkey field and know how to fix the problem. Complete labs Read Chapters 1-2 AND only part of Chapter 3, which is all of Topic A on pages and part of Topic B (only Data Types and Naming Conventions for Tables and Fields subtopics) on pages Complete labs Review Chapters 1-2 AND only part of Chapter 3, which is all of Topic A on pages and part of Topic B (only Data Types and Naming Conventions for Tables and Fields subtopics) on pages Copyright 2011 Bellevue College For information on customizable training, visit

25 SESSION TOPICS ASSIGNMENTS Define appropriate table relationships as needed. Redesign an existing database that meets requirements based on specific business rules, that enforces data integrity per the business rules and database design recommended techniques, and conforms to the third normal form Write a database purpose. Apply appropriate key attributes to each field to enhance data integrity. Follow the recommended steps while designing or redesigning an existing database. Day 3 Redesign an existing database that meets requirements based on specific business rules, that enforces data integrity per the business rules and database design recommended techniques, and conforms to the third normal form (Continued) End of Class Procedure Strong Class Participation Complete evaluation Review course objectives Request for evaluations Issue certificates General Course Recommendations and Requirements Please turn off all electronic devices during class times. If it is absolutely necessary to leave a device on, please make certain it is in silent mode. Please limit non-class computer usage to breaks as excessive/noisy keyboarding can be disturbing to the students around you. Accommodation If you require accommodations based on a documented disability, have emergency medical information to share, or need assistance in case of emergency evacuation, please contact me as soon as possible. If you would like to inquire about becoming a DRC (Disability Resource Center) student, please call or go in person to the DRC office in B132 on main campus. Once you have completed Database Design, we recommend the following classes: Beginning SQL Server (using 2008) SQL: Structured Query Language Copyright 2011 Bellevue College For information on customizable training, visit

26 COMPUTER & TECHNOLOGY PROGRAMS Database Design Whether you create new databases or redesign existing ones, your familiarity with the principles of database design will help your design to ensure data integrity. In this course you will gain skills that guide the practical decisions you must make throughout the design process. For example, you will learn how to: choose the best names for tables and fields, assign primary keys, set up relationships, and implement normalization rules and field key attributes. Classroom exercises will help you to actively master the content, with practice opportunities, discussions, and capstone labs, where you design a database from scratch and redesign an existing database. Who should take this course? This course is recommended to anyone who needs to either create new databases or redesign existing databases. This course is also recommended for anyone who needs to convert an Excel spreadsheet into a database. This course is a requirement for the following certificate programs: Database Administrator, Database Developer, and Database Business Intelligence Analyst. Course Objectives Modify an existing database so that it conforms to the first normal form of relational integrity. Modify an existing database so that it conforms to the second normal form. Modify an existing database so that it conforms to the third normal form. Redesign an existing database that meets requirements based on specific business rules, that enforces data integrity per the business rules and database design recommended techniques, and conforms to the third normal form. Course Details Length: 9 hours Format: Classroom Prerequisites: Basic computer skills and working knowledge of Windows. Recommended: Experience with a database product The above prerequisites are considered to be the basic skills and knowledge needed prior to taking this class. Instructors will assume your readiness for the class materials and will NOT use class time to discuss prerequisite materials. Database Design Pg. 1

27 COMPUTER & TECHNOLOGY PROGRAMS Course Contents Modify an existing database so that it conforms to the first normal form of relational integrity. Assign primary keys to all tables in a database according to best practices for their key attributes. Define appropriate table relationships. Predict the problems that can result when a table is not in first normal form. Identify and fix non atomic fields in each table. Identify and fix repeated fields in each table. Modify an existing database so that it conforms to the second normal form. Identify dependent fields in each table. Predict the problems that can result when a table is not in second normal form. Identify and fix fields that are not dependent on the entire primary key in each table. Define appropriate table relationships as needed. Modify an existing database so that it conforms to the third normal form. Identify when a field is a key field or a non key field in each table. Predict the problems that can result when a table is not in third normal form. Recognize when a field is dependent on a non key field and fix the problem. Define appropriate table relationships as needed. Redesign an existing database that meets requirements based on specific business rules, that enforces data integrity per the business rules and database design recommended techniques, and conforms to the third normal form. Write a database purpose. Apply appropriate key attributes to each field to enhance data integrity. Follow the recommended steps while designing or redesigning an existing database. Database Design Pg. 2

28

29 Database Design Course cost 699 Hours 21 Dept. OH $ Book Cost $23.00 Instructor benefit % 22% Instr. Hourly Pay $ $/s/hr $ #Students Pay Rate Total Pay Instructor Benefits Total Sal & Ben 35% CE and BCC OH Dept. OH books Test cost Computer Refresh allotment Expenses Gross Rev Net $ Net % Instructor S&B as % of Gross 3 $60.00 $1, $ $1, $ $ $69.00 $0.00 $23.57 $2, $2, $ % 71% 4 $60.00 $1, $ $1, $ $ $92.00 $0.00 $31.43 $3, $2, $ % 53% 5 $60.00 $1, $ $1, $1, $ $ $0.00 $39.29 $3, $3, $ % 43% 6 $60.00 $1, $ $1, $1, $ $ $0.00 $47.14 $3, $4, $ % 35% 7 $60.00 $1, $ $1, $1, $ $ $0.00 $55.00 $3, $4, $1, % 30% 8 $60.00 $1, $ $1, $1, $ $ $0.00 $62.86 $4, $5, $1, % 27% 9 $60.00 $1, $ $1, $2, $ $ $0.00 $70.71 $4, $6, $1, % 24% 10 $60.00 $1, $ $1, $2, $ $ $0.00 $78.57 $4, $6, $2, % 21% 11 $60.00 $1, $ $1, $2, $ $ $0.00 $86.43 $4, $7, $2, % 19% 12 $60.00 $1, $ $1, $2, $ $ $0.00 $94.29 $5, $8, $3, % 18% 13 $60.00 $1, $ $1, $3, $ $ $0.00 $ $5, $9, $3, % 16% 14 $60.00 $1, $ $1, $3, $ $ $0.00 $ $5, $9, $3, % 15% 15 $60.00 $1, $ $1, $3, $ $ $0.00 $ $6, $10, $4, % 14% 16 $60.00 $1, $ $1, $3, $ $ $0.00 $ $6, $11, $4, % 13%

30 Instructor Observation Checklist Instructor: Course: Item Number: Class Size: Date: Observer: Part 1: Instructional Materials & Classroom Ready Below is a list of activities or events that instructors are expected to do in every class. Please respond to each statement using the following scale: 1 = Instructor did not do this activity 2 = Instructor did this activity NA = Did not observe class when this activity should have taken place Use the space below each section to provide more feedback or suggestions. Beginning of Class Technology checked to make sure it is working properly Greet students as they enter the classroom Make sure all students receive the course materials including books, other handouts, name tents, and syllabus Start class at scheduled time Brief Self introduction Review objectives as a preview of expected class outcomes Comments: During Class Used an appropriate mix of lecture*, demonstration, and practice (approximately 33% - 33% - 33% on average)

31 Comments: End of Class Class ends at scheduled time Requests for questions are honored Comments: End of Course Reviewed objectives on syllabus to demonstrate that class goals have been met Student evaluations completed during last 5 minutes of class Comments: Part 2: Professional Conduct Below is a list of positive instructor behaviors. Please respond to each statement using the following scale: 1 = Recommend greater instructor mastery of this behavior 2 = Instructor accomplished this behavior very well NA = Did not observe an opportunity for instructor to exhibit this behavior Use the space below each section to provide more feedback or suggestions. Communication Skills Projected voice so easily heard, understood, and varied NA

32 Maintained eye contact with students Explained things with clarity Spoke at a level consistent with course prerequisites and content Listened to student questions and comments Restated important ideas at appropriate times Presentation Skills NA Defined unfamiliar terms, concepts, and principles Presented examples to clarify points Related new ideas to familiar concepts Varied explanations for complex and difficult material If humor was used, it was appropriate to strengthen retention and interest Questioning & Responding Skills NA Asked specific questions to monitor student progress Asked probing questions when student answer was incomplete Addressed student questions clearly and concisely Solicited student questions Encouraged students to answer difficult questions Was respectful and tactful to students Class / Student Management Skills NA Maintained student attention Responded to nonverbal cues of confusion, curiosity, tiredness Paced the material appropriately for the length of the class Off-topic student questions handled outside of class Managed participation level so that no one student dominated class Provided opportunities for students to interact with each other Created a positive learning environment Content Knowledge and Relevance NA Demonstrated command of subject matter Appropriately used instructor experiences as they related to course content

Annual Program Assessment Review

Annual Program Assessment Review Mitchell Technical Institute Annual Program Assessment Review Department Head: Jen Schumacher Program: Date: 1/5/2017 Information Systems Tech... As a department, please review the following direct and

More information

Trainer Certification Overview

Trainer Certification Overview The purpose of STAR trainer certification is to support the long term sustainability of STAR implementation. Trainer certification will give partner states the opportunity to develop trainers to help sustain,

More information

CTE Program Proposal. NAME OF COLLEGE: Bakersfield College. FACULTY CONTACT: Creighton Magers DATE: 11/19/2015

CTE Program Proposal. NAME OF COLLEGE: Bakersfield College. FACULTY CONTACT: Creighton Magers DATE: 11/19/2015 CTE Program Proposal NAME OF COLLEGE: Bakersfield College FACULTY CONTACT: Creighton Magers DATE: 11/19/2015 PROGRAM NAME: CompTIA Certificate of Achievement New Program Proposal Program Revision Proposal

More information

Del Mar College Master Course Syllabus. UNIX System Administration Course Number: ITSC1358

Del Mar College Master Course Syllabus. UNIX System Administration Course Number: ITSC1358 Del Mar College Master Course Syllabus UNIX System Administration Course Number: ITSC1358 College Year: 2010 Professor Name: David Hattox Semester: Fall Office Location: VB124 Phone Contact: 698-1112 DMC

More information

QUALITY IMPROVEMENT PLAN (QIP) FOR THE CONSTRUCTION MANAGEMENT DEGREE PROGRAM

QUALITY IMPROVEMENT PLAN (QIP) FOR THE CONSTRUCTION MANAGEMENT DEGREE PROGRAM DEPARTMENT OF CONSTRUCTION MANAGEMENT AND CIVIL AND CONSTRUCTION ENGINEERING QUALITY IMPROVEMENT PLAN (QIP) FOR THE CONSTRUCTION MANAGEMENT DEGREE PROGRAM Updated 5/17 Organization The QIP consists of

More information

Program Overview Program Goals PECS Levels 1 & 2 Certified Implementer PECS Certified Manager

Program Overview Program Goals PECS Levels 1 & 2 Certified Implementer PECS Certified Manager Program Overview The Picture Exchange Communication System (PECS ) is an evidence-based practice that is supported by a large body of research from around the world. PECS is successfully implemented when

More information

Virtual Training for the Flexographic Professional

Virtual Training for the Flexographic Professional Virtual Training for the Flexographic Professional FPPA 14th Annual Convention February 20-22, 2011 Joe Tuccitto FTA Director of Education What is TEST TEST & FIRST Topics Virtual Training Vs. Classroom

More information

San José State University Computer Science Department CS157A: Introduction to Database Management Systems Sections 5 and 6, Fall 2015

San José State University Computer Science Department CS157A: Introduction to Database Management Systems Sections 5 and 6, Fall 2015 San José State University Computer Science Department CS157A: Introduction to Database Management Systems Sections 5 and 6, Fall 2015 Course and Contact Information Instructor: Ron Gutman Office Location:

More information

Computer Science Technology Department

Computer Science Technology Department Computer Science Technology Department Houston Community College Department Phone Number: ab Houston Community College ITSC 1309 Integrated Software Applications I Course Syllabus Instructor Course Reference

More information

The Process! Professional-Technical Certification For Faculty at Shoreline Community College

The Process! Professional-Technical Certification For Faculty at Shoreline Community College The Process! Professional-Technical Certification For Faculty at Shoreline Community College Table of Contents It s the Law!... 2 Why the Law?... 2 Skill Standards... 2 The Process Initial Certification

More information

ISM 324: Information Systems Security Spring 2014

ISM 324: Information Systems Security Spring 2014 ISM 324: Information Systems Security Spring 2014 Instructor: Co-Instructor: Office: E-Mail: Phone: Office Hours: Jeffrey Wall Hamid Nemati 392 Bryan Building jdwall2@uncg.edu (email is the preferred method

More information

PDA Trainer Certification Process V 1.0

PDA Trainer Certification Process V 1.0 PDA Trainer Certification Process V 1.0 ~ 1 ~ Index Introduction to the Certification Process... 3 Certification Process Steps... 4 Description of the Certification Process Steps... 5 A - PDA Trainer Profile...

More information

PELLISSIPPI STATE TECHNICAL COMMUNITY COLLEGE MASTER SYLLABUS HPC INTERNETWORKING & GRID TECHNOLOGY HPC 1020

PELLISSIPPI STATE TECHNICAL COMMUNITY COLLEGE MASTER SYLLABUS HPC INTERNETWORKING & GRID TECHNOLOGY HPC 1020 PELLISSIPPI STATE TECHNICAL COMMUNITY COLLEGE MASTER SYLLABUS HPC INTERNETWORKING & GRID TECHNOLOGY HPC 1020 Class Hours: 3.0 Credit Hours: 4.0 Laboratory Hours: 3.0 Revised: Spring 03 NOTE: This course

More information

ITERS Interview Questions for Provider to Complete Items 33-39

ITERS Interview Questions for Provider to Complete Items 33-39 ITERS Interview Questions for Provider to Complete Items 33-39 Instructions: Below are interview questions specific to your program s policies regarding parents and staff. It is strongly encouraged that

More information

CICT ACCREDITED INSTRUCTOR TRAINER PROGRAM

CICT ACCREDITED INSTRUCTOR TRAINER PROGRAM ! CICT ACCREDITED INSTRUCTOR TRAINER PROGRAM Canadian Industrial & Construction Training Unit 9, 266 MacKay Crescent Fort McMurray, Alberta T9H 5C6 P: 780.790.1230 F: 780.791.9330 Email: cict@telus.net

More information

PROFESSIONAL CERTIFICATES AND SHORT COURSES: MICROSOFT OFFICE. PCS.uah.edu/PDSolutions

PROFESSIONAL CERTIFICATES AND SHORT COURSES: MICROSOFT OFFICE. PCS.uah.edu/PDSolutions PROFESSIONAL CERTIFICATES AND SHORT COURSES: MICROSOFT OFFICE PCS.uah.edu/PDSolutions 256.824.4430 THE VALUE OF MICROSOFT TRAINING Today s professional workforce is expected to possess intermediate to

More information

Rochester Institute of Technology Golisano College of Computing and Information Sciences Department of Information Sciences and Technologies

Rochester Institute of Technology Golisano College of Computing and Information Sciences Department of Information Sciences and Technologies Rochester Institute of Technology Golisano College of Computing and Information Sciences Department of Information Sciences and Technologies 4002-360.01 ~ Introduction to Database & Data Modeling ~ Spring

More information

CS 200, Section 1, Programming I, Fall 2017 College of Arts & Sciences Syllabus

CS 200, Section 1, Programming I, Fall 2017 College of Arts & Sciences Syllabus Northeastern Illinois University CS 200, Section 1, Programming I, Fall 2017 Syllabus, Page 1 of 7 CS 200, Section 1, Programming I, Fall 2017 College of Arts & Sciences Syllabus COURSE INFORMATION: Credit

More information

Infinity Computers: An Integrated Series of Database Management System Tutorials

Infinity Computers: An Integrated Series of Database Management System Tutorials Infinity Computers: An Integrated Series of Database Management System Tutorials Dale L. Lunsford, Ph.D. Culverhouse School of Accountancy University of Alabama Box 870220 Tuscaloosa, AL 35487 (205) 348-5780

More information

PELLISSIPPI STATE COMMUNITY COLLEGE MASTER SYLLABUS ROUTING/SWITCH CONFIGURATION CSIT 2750

PELLISSIPPI STATE COMMUNITY COLLEGE MASTER SYLLABUS ROUTING/SWITCH CONFIGURATION CSIT 2750 PELLISSIPPI STATE COMMUNITY COLLEGE MASTER SYLLABUS ROUTING/SWITCH CONFIGURATION CSIT 2750 Class Hours: 3.0 Credit Hours: 4.0 Laboratory Hours: 3.0 Revised: Fall 09 Catalog Course Description: This course

More information

BOARD OF REGENTS ACADEMIC AFFAIRS COMMITTEE 4 STATE OF IOWA SEPTEMBER 12-13, 2018

BOARD OF REGENTS ACADEMIC AFFAIRS COMMITTEE 4 STATE OF IOWA SEPTEMBER 12-13, 2018 STATE OF IOWA SEPTEMBER 12-13, 2018 REQUEST FOR NEW PROGRAM AT IOWA STATE UNIVERSITY: BACHELOR OF SCIENCE IN CYBER SECURITY ENGINEERING Contact: Rachel Boon Action Requested: Consider approval of the request

More information

Certification Exam Objectives: TK0-201

Certification Exam Objectives: TK0-201 Certification Exam Objectives: TK0-201 Introduction The CompTIA CTT+ certificate is a cross-industry credential providing recognition that an instructor has attained a standard of excellence in the training

More information

FOUNDATIONS OF INFORMATION SYSTEMS MIS 2749 COURSE SYLLABUS Fall, Course Title and Description

FOUNDATIONS OF INFORMATION SYSTEMS MIS 2749 COURSE SYLLABUS Fall, Course Title and Description FOUNDATIONS OF INFORMATION SYSTEMS MIS 2749 COURSE SYLLABUS Fall, 2013 Instructor s Name: Vicki Robertson E-mail: vrobrtsn@memphis.edu Course Title and Description Foundations of Information Systems. (3

More information

How can you purchase the Appway Academy services?

How can you purchase the Appway Academy services? Education Catalogue How can you purchase the Appway Academy services? Education Catalogue Buy individual training, certifications attempt or coaching sessions. Academy Credits Packages Optimize your Education

More information

DNA Certification Programs Overview (as of 10 June 2006)

DNA Certification Programs Overview (as of 10 June 2006) DNA Certification Programs Overview (as of 10 June 2006) General Statement: It should be noted that OHi considers each of the DNA Activations as a Sacred Ceremony in addition to being excellent healing

More information

BOSTON UNIVERSITY Metropolitan College MET CS342 Data Structures with Java Dr. V.Shtern (Fall 2011) Course Syllabus

BOSTON UNIVERSITY Metropolitan College MET CS342 Data Structures with Java Dr. V.Shtern (Fall 2011) Course Syllabus BOSTON UNIVERSITY Metropolitan College MET CS342 Data Structures with Java Dr. V.Shtern (Fall 2011) Course Syllabus 1. Course Objectives Welcome to MET CS342 Data Structures with Java. The intent of this

More information

Implementing and Maintaining Microsoft SQL Server 2005 Analysis Services

Implementing and Maintaining Microsoft SQL Server 2005 Analysis Services Implementing and Maintaining Microsoft SQL Server 2005 Analysis Services Introduction Elements of this syllabus are subject to change. This three-day instructor-led course teaches students how to implement

More information

This course contains the subject matter to prepare candidates for the ivanti Certified Service Desk 2017 Administrator exam.

This course contains the subject matter to prepare candidates for the ivanti Certified Service Desk 2017 Administrator exam. Course Overview The Service Desk Administration 2017 course is a five-day training course covering topics for both administrative and design functions within the Service Desk 2017. Students will learn

More information

Advanced Relational Database Management MISM Course F A Fall 2017 Carnegie Mellon University

Advanced Relational Database Management MISM Course F A Fall 2017 Carnegie Mellon University Advanced Relational Database Management MISM Course F17-95736A Fall 2017 Carnegie Mellon University Instructor: Randy Trzeciak Office: HBH 1104C Office hours: By Appointment Phone: 412-268-7040 E-mail:

More information

SHAREPOINT DEVELOPER COURSE

SHAREPOINT DEVELOPER COURSE SHAREPOINT DEVELOPER COURSE Microsoft SharePoint Development and Configuration (MSDC-001) SharePoint Server 2007 puts Microsoft Office workflow under your command. You'll build customized social-networking

More information

INFS 2150 (Section A) Fall 2018

INFS 2150 (Section A) Fall 2018 INFS 2150 (Section A) Fall 2018 Introduction to Web Development Class meets TUE & THU: 12:30am-1:45pm: in Wheatley 114 Instructor: Peter Y. Wu Office: Wheatley 309 Office Hours: Tuesday 9:00 am-12:00 noon;

More information

FULL STACK FLEX PROGRAM

FULL STACK FLEX PROGRAM THE CODING BOOT CAMP AT UNC CHARLOTTE OVERVIEW: FULL STACK FLEX PROGRAM Prepare for a career as an end-to-end web developer at The Coding Boot Camp at UNC Charlotte. Our Full Stack Flex course gives you

More information

HOUSTON COMMUNITY COLLEGE SOUTHWEST. Local Area Networks Design and Protocol Cisco 1 ITCC 1002

HOUSTON COMMUNITY COLLEGE SOUTHWEST. Local Area Networks Design and Protocol Cisco 1 ITCC 1002 HOUSTON COMMUNITY COLLEGE SOUTHWEST Local Area Networks Design and Protocol Cisco 1 ITCC 1002 Date and Time of class: Class CRN Instructor s Name: School Site: Phone number: HOUSTON COMMUNITY COLLEGE SOUTHWEST

More information

ISO LEAD AUDITOR TRAINING

ISO LEAD AUDITOR TRAINING FINAL CERTIFICATION AWARDED BY PECB CANADA ISO 22301 LEAD AUDITOR TRAINING & CERTIFICATION (Business Continuity Management) Master the Audit of Business Continuity Management System (BCMS) based on ISO

More information

PELLISSIPPI STATE TECHNICAL COMMUNITY COLLEGE MASTER SYLLABUS HPC INTERNETWORKING & GRID TECHNOLOGY HPC 1020

PELLISSIPPI STATE TECHNICAL COMMUNITY COLLEGE MASTER SYLLABUS HPC INTERNETWORKING & GRID TECHNOLOGY HPC 1020 PELLISSIPPI STATE TECHNICAL COMMUNITY COLLEGE MASTER SYLLABUS HPC INTERNETWORKING & GRID TECHNOLOGY HPC 1020 Class Hours: 3.0 Credit Hours: 4.0 Laboratory Hours: 3.0 Revised: Fall 04 NOTE: This course

More information

Certification Information

Certification Information office: P.O. Box 756 Taos, NM 87571 tel: 575-776-3470 email: tyu@taichihealth.com website: www.taichihealth.com Certification Information For the Original Tai Chi Fundamentals (TCF) Program and The Tai

More information

Knox Technical Center Certified Administrative Assistant 225 hours

Knox Technical Center Certified Administrative Assistant 225 hours Knox Technical Center Certified Administrative Assistant 225 hours Knox Technical Center 308 Martinsburg Road Adult Education at KCCC Mount Vernon, OH 43050 Coordinator: Shawn Kendall School Phone: 740.393.2933

More information

PELLISSIPPI STATE COMMUNITY COLLEGE MASTER SYLLABUS LINUX SYSTEM ADMINISTRATION CSIT 2411

PELLISSIPPI STATE COMMUNITY COLLEGE MASTER SYLLABUS LINUX SYSTEM ADMINISTRATION CSIT 2411 PELLISSIPPI STATE COMMUNITY COLLEGE MASTER SYLLABUS LINUX SYSTEM ADMINISTRATION CSIT 2411 Class Hours: 3.0 Credit Hours: 4.0 Laboratory Hours: 3.0 Revised: Spring 2010 Catalog Course Description: A study

More information

The Cisco Networking Academy at Erie Community College

The Cisco Networking Academy at Erie Community College The Cisco Networking Academy at Erie Community College The Academy History and Goals In existence since 1997, the Cisco Networking Academy delivers a comprehensive, 21st century learning experience to

More information

CASPER COLLEGE COURSE SYLLABUS MSFT 1600 Managing Microsoft Exchange Server 2003 Semester/Year: Fall 2007

CASPER COLLEGE COURSE SYLLABUS MSFT 1600 Managing Microsoft Exchange Server 2003 Semester/Year: Fall 2007 CASPER COLLEGE COURSE SYLLABUS MSFT 1600 Managing Microsoft Exchange Server 2003 Semester/Year: Fall 2007 Lecture Hours: 2 Lab Hours: 2 Credit Hours: 3 Class Time: Saturday 8:30 AM - 12:00 PM Room: BU

More information

Langara College Spring archived

Langara College Spring archived 1 of 7 11/23/2006 1:29 PM COMPUTING SCIENCE AND INFORMATION SYSTEMS DEPARTMENT COMPUTING SCIENCE AND INFORMATION SYSTEMS 1300 Systems Analysis & Design (3.0 credits) COURSE OUTLINE Spring 2007 Section

More information

ROJECT ANAGEMENT PROGRAM AND COURSE GUIDE

ROJECT ANAGEMENT PROGRAM AND COURSE GUIDE ROJECT ANAGEMENT PROGRAM AND COURSE GUIDE PROJECT MANAGEMENT CERTIFICATE PROGRAM Further your career and gain an understanding of what it takes to lead a project to successful completion functional skills,

More information

Syllabus -- CIS Computer Maintenance / A+ Certification

Syllabus -- CIS Computer Maintenance / A+ Certification Syllabus -- CIS 120 -- Computer Maintenance / A+ Certification Cuyamaca College: Spring 2016 Tim Phillips Adapt and overcome USMC proverb 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24

More information

Computer Information Technology 240 Networking Fall 2013 Sections 1 & 2

Computer Information Technology 240 Networking Fall 2013 Sections 1 & 2 Computer Information Technology 240 Networking Fall 2013 Sections 1 & 2 Instructor: Textbook: Bradley J. Armstrong CCNA Guide to Cisco Networking, Fourth Edition Office Information: Smith 407 Phone 496-3766

More information

SECURITY TRAINING SECURITY TRAINING

SECURITY TRAINING SECURITY TRAINING SECURITY TRAINING SECURITY TRAINING Addressing software security effectively means applying a framework of focused activities throughout the software lifecycle in addition to implementing sundry security

More information

Sign up for the Barco University experience Best in class, first in business

Sign up for the Barco University experience Best in class, first in business Sign up for the Barco University experience Best in class, first in business Barco certification training Validate your expertise In today s competitive marketplace, exclusive skills and profound knowledge

More information

COURSE SYLLABUS Introduction to Automotive Technology.

COURSE SYLLABUS Introduction to Automotive Technology. COURSE SYLLABUS. Course Number AUMT 1305 2-6 - 3 Lecture - Lab - Credit NONE This syllabus has been reviewed and is current on the date indicated. Prepared By Henry Ortega 08/13/15 Reviewed By Si Acuna

More information

Administering Microsoft SQL Server 2012 Databases. Course Outline. Administering Microsoft SQL Server 2012 Databases.

Administering Microsoft SQL Server 2012 Databases. Course Outline. Administering Microsoft SQL Server 2012 Databases. Course Outline Administering Microsoft SQL Server 2012 Databases 07 Jul 2018 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led

More information

GOLD WING ROAD RIDERS ASSOCIATION

GOLD WING ROAD RIDERS ASSOCIATION GOLD WING ROAD RIDERS ASSOCIATION RIDER EDUCATION PROGRAM Instructor Certification and Maintenance 513-312-0224 cwgeggie@gmail.com Subject: GWRRA Rider Course Instructor Certification process Introduction

More information

A+ Computer Repair Session 1

A+ Computer Repair Session 1 A+ Computer Repair 2014-2015 Session 1 Instructor: Donna Millwood Phone: (864) 579-2810 Office Hours: 7:45 8:10 am and 12:30 1:30 pm weekdays (other times by appointment only) Class Times: 1 st Block:

More information

HOUSTON COMMUNITY COLLEGE SOUTHWEST. CCNP 4 Network Troubleshooting ITCC 2044

HOUSTON COMMUNITY COLLEGE SOUTHWEST. CCNP 4 Network Troubleshooting ITCC 2044 HOUSTON COMMUNITY COLLEGE SOUTHWEST CCNP 4 Network Troubleshooting ITCC 2044 Date and Time of class: Class CRN: Instructor s Name: School Site: Phone number: HOUSTON COMMUNITY COLLEGE SOUTHWEST - COURSE

More information

COURSE SYLLABUS AND INSTRUCTOR PLAN CISCO DISCOVERY 4: Designing and Supporting Computer Networks ITCC David J. Burgett

COURSE SYLLABUS AND INSTRUCTOR PLAN CISCO DISCOVERY 4: Designing and Supporting Computer Networks ITCC David J. Burgett WACO, TEAS COURSE SYLLABUS AND INSTRUCTOR PLAN CISCO DISCOVERY 4: Designing and Supporting Computer Networks David J. Burgett Spring 2013 Course Description: Learners progress through a variety of case

More information

Knox Technical Center CNC Machinist Certification

Knox Technical Center CNC Machinist Certification Knox Technical Center CNC Machinist Certification Knox Technical Center 308 Martinsburg Road Adult Education Mount Vernon, OH 43050 Coordinator: Kim Williams School Phone: 740.393.2933 740.393.293, ext.

More information

GET400: INDEPENDENT TECHNOLOGY EDUCATION (SPRING 2013)

GET400: INDEPENDENT TECHNOLOGY EDUCATION (SPRING 2013) GET400: INDEPENDENT TECHNOLOGY EDUCATION (SPRING 2013) 1. COURSE DETAILS Revised: 11/24/2012 COURSE (SECTION): GET400 (M802) TERM: Spring 2013 INSTRUCTOR: OFFICE: OFFICE HOURS: Deborah Nosky Hinds 222

More information

Advanced Relational Database Management MISM Course S A3 Spring 2019 Carnegie Mellon University

Advanced Relational Database Management MISM Course S A3 Spring 2019 Carnegie Mellon University Advanced Relational Database Management MISM Course S19-95736 A3 Spring 2019 Carnegie Mellon University Instructor: Randy Trzeciak Office: HBH 1104C Office hours: By Appointment Phone: 412-268-7040 E-mail:

More information

ISTQB Expert Level. Introduction and overview

ISTQB Expert Level. Introduction and overview ISTQB Expert Level Introduction and overview Version 1.0 June 2011 ISTQB Expert Level Working Group Information contained in this presentation may be re-used if credit is given to ISTQB List of Contents

More information

Syllabus: Web Accessibility and Design

Syllabus: Web Accessibility and Design Syllabus: Web Accessibility and Design EDIT 425, EDIT 526, EDSE 526 Semester: Summer 2010 Dates: June 7, 2010 - July 28, 2010 Credit hours: 3.0 Instructor Name: Paul R. Bohman Email: pbohman@gmu.edu Office:

More information

Course Outline. MCSA/MCSE - Querying Microsoft SQL Server 2012 (Course & Lab) ( Add-On )

Course Outline. MCSA/MCSE - Querying Microsoft SQL Server 2012 (Course & Lab)   ( Add-On ) Course Outline MCSA/MCSE - Querying Microsoft SQL Server 2012 01 Oct 2018 ( Add-On ) Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert

More information

Network + Certification ITNW 1091

Network + Certification ITNW 1091 HOUSTON COMMUNITY COLLEGE SOUTHWEST Network + Certification ITNW 1091 Date and Time of class: Class CRN: Instructor s Name: School Site: Phone number: HOUSTON COMMUNITY COLLEGE SOUTHWEST COURSE SYLLABUS

More information

Planning for Your Professional GIS Development: Esri Technical. Renee Schreibman Regional Training Consultant

Planning for Your Professional GIS Development: Esri Technical. Renee Schreibman Regional Training Consultant Planning for Your Professional GIS Development: Esri Technical Certification Renee Schreibman Regional Training Consultant Session Overview Benefits of Training Budgeting/Purchasing Training Delivery Methods

More information

Langara College Spring archived

Langara College Spring archived 1 of 7 10/23/07 2:09 PM COMPUTING SCIENCE AND INFORMATION SYSTEMS DEPARTMENT COMPUTING SCIENCE AND INFORMATION SYSTEMS 1300 Systems Analysis & Design (3.0 credits) COURSE OUTLINE Spring 2008 Section 088

More information

CPS352 Database Systems Syllabus Fall 2012

CPS352 Database Systems Syllabus Fall 2012 CPS352 Database Systems Syllabus Fall 2012 Professor: Simon Miner Fall Semester 2012 Contact: Simon.Miner@gordon.edu Thursday 6:00 9:00 pm KOSC 128 978-380- 2626 KOSC 243 Office Hours: Thursday 4:00 6:00

More information

Enterprise Content Management. Nautilus Training Catalog

Enterprise Content Management. Nautilus Training Catalog Enterprise Content Management Nautilus Training Catalog April 2018 June 2018 Table of Contents Enterprise Content Management Solutions Training from Fiserv... 3 Online Learning... 4 Virtual Classroom...

More information

Introduction to Computers Windows XP ITSC 1006

Introduction to Computers Windows XP ITSC 1006 HOUSTON COMMUNITY COLLEGE SOUTHWEST Introduction to Computers Windows XP ITSC 1006 Date and Time of class: Class CRN: Instructor s Name: School Site: Phone number: HOUSTON COMMUNITY COLLEGE SOUTHWEST COURSE

More information

Introduction to Computers & Their Use

Introduction to Computers & Their Use CSIT 901 #0698 Room: CE-225 Tues & Thurs 9:35-11:00 am Instructor: Mary-Jo Apigo apigomj@wlac.edu The best way to communicate with me is through the Private Message feature in Etudes. Office Hours (HLRC-315):

More information

Getting There. Contact Us: (877) or Contact Information Getting There

Getting There. Contact Us: (877) or Contact Information Getting There Getting There Contact Information Getting There Contact Us: (877) 983-7787 or VersusUniversity@versustech.com Versus Bayside Classroom Location Versus Technology Bayside Education & Visitor Center 600

More information

COURSE SYLLABUS COURSE TITLE:

COURSE SYLLABUS COURSE TITLE: 1 COURSE SYLLABUS COURSE TITLE: FORMAT: CERTIFICATION EXAMS: 55164AC Quick Powerful Graphics with Power View, PowerPivot, Power Query, Power Map, and Power BI Instructor-Led None This course syllabus should

More information

Business Process Design and Internal Audit UNIVERSITY OF TEXAS AT DALLAS Course Syllabus Spring 2005

Business Process Design and Internal Audit UNIVERSITY OF TEXAS AT DALLAS Course Syllabus Spring 2005 Business Process Design and Internal Audit UNIVERSITY OF TEXAS AT DALLAS Course Syllabus Spring 2005 Instructor: Mark Salamasick, CIA, CISA, CSP Course Number: AIM 6380 Semester Hours: 3 Location: SOM

More information

CSCI 6312 Advanced Internet Programming

CSCI 6312 Advanced Internet Programming CSCI 6312 Advanced Internet Programming Section 01, Spring 2018, W, 5:55pm - 8:25pm Instructor: Emmett Tomai Office: ENGR 3.2100 Phone: 665-7229 Email: emmett.tomai@utrgv.edu Office hours: W 1 3pm, TR

More information

PELLISSIPPI STATE COMMUNITY COLLEGE MASTER SYLLABUS WINDOWS PROFESSIONAL CSIT 2700

PELLISSIPPI STATE COMMUNITY COLLEGE MASTER SYLLABUS WINDOWS PROFESSIONAL CSIT 2700 PELLISSIPPI STATE COMMUNITY COLLEGE MASTER SYLLABUS WINDOWS PROFESSIONAL CSIT 2700 Class Hours: 3.0 Credit Hours: 4.0 Laboratory Hours: 3.0 Revised: Spring 2010 Catalog Course Description: The course covers

More information

APPENDIX B STATEMENT ON STANDARDS FOR CONTINUING PROFESSIONAL EDUCATION (CPE) PROGRAMS

APPENDIX B STATEMENT ON STANDARDS FOR CONTINUING PROFESSIONAL EDUCATION (CPE) PROGRAMS APPENDIX B STATEMENT ON STANDARDS FOR CONTINUING PROFESSIONAL EDUCATION (CPE) PROGRAMS Appendix B-1 STATEMENT ON STANDARDS FOR CONTINUING PROFESSIONAL EDUCATION (CPE) PROGRAMS The following standards are

More information

ANDROID APPLICATION DEVELOPMENT COURSE Training Program

ANDROID APPLICATION DEVELOPMENT COURSE Training Program ANDROID APPLICATION DEVELOPMENT COURSE Training Program This Android Application Development Course is a 24 Hours Training Program with Certification. The program is to be developed for Matriculated, Intermediate

More information

EMC ACADEMIC ALLIANCE

EMC ACADEMIC ALLIANCE EMC ACADEMIC ALLIANCE Preparing the next generation of IT professionals for careers in virtualized and cloud environments. Equip your students with the broad and deep knowledge required in today s complex

More information

Junior Certifications

Junior Certifications Junior Certifications Nurul Huda Program Manager Oracle Academy, Indonesia/Malaysia April 2017 Table of Contents Target Audience 1. Target Audience 2. Value Proposition 3. Key Messages 4. Member References

More information

13: MOODLE WIKIS. Oklahoma Department of CareerTech WELCOME TO THE MOODLE WIKIS TUTORIAL! In this tutorial, you will learn:

13: MOODLE WIKIS. Oklahoma Department of CareerTech  WELCOME TO THE MOODLE WIKIS TUTORIAL! In this tutorial, you will learn: Oklahoma Department of CareerTech www.okcareertech.org 13: MOODLE WIKIS WELCOME TO THE MOODLE WIKIS TUTORIAL! In this tutorial, you will learn: What a wiki is Some ways to use a wiki with students How

More information

High School Course Guide

High School Course Guide 8D120 Business Computer Information Management I (R) 1 credit Gr: 9-12 8D125 Business Computer Information Management I (DC) R. Prerequisite: Touch Systems Data Entry Keyboarding Description: In Business

More information

HDI CERTIFIED INSTRUCTOR DOU. Document of Understanding

HDI CERTIFIED INSTRUCTOR DOU. Document of Understanding HDI CERTIFIED INSTRUCTOR DOU Document of Understanding HDI Certification & Training Version 3.0, 2017 Table of Contents Section 1: Overview... 3 HDI Training Product Offerings... 3 Course Pre-requisites...

More information

Louisiana Firefighter and Emergency Responder Certification System

Louisiana Firefighter and Emergency Responder Certification System Louisiana Firefighter and Emergency Responder Certification System Fire Service Instructor III (NFPA 1041, 2012 Edition) Louisiana State University Fire & Emergency Training Institute Entrance Requirements

More information

ADMINISTRATIVE REGULATION Milwaukee Area Technical College Title: PROFESSIONAL GROWTH CREDIT EVALUATION FOR CERTIFIED POSITIONS

ADMINISTRATIVE REGULATION Milwaukee Area Technical College Title: PROFESSIONAL GROWTH CREDIT EVALUATION FOR CERTIFIED POSITIONS Certification is a process by which the Wisconsin Technical College System (WTCS) evaluates the occupational, academic, and teaching experience of an employee to determine his/her preparedness to work

More information

SYLLABUS. Departmental Syllabus

SYLLABUS. Departmental Syllabus SYLLABUS DATE OF LAST REVIEW: 02/2013 CIP CODE: 11.0901 SEMESTER: COURSE TITLE: COURSE NUMBER: SQL Server CIST-0226 CREDIT HOURS: 4 INSTRUCTOR: OFFICE LOCATION: OFFICE HOURS: TELEPHONE: EMAIL: PREREQUISITE(S):

More information

Cleveland State University

Cleveland State University Cleveland State University CIS 260/500 Introduction to Programming (4 credits). Spring 2015 Section 2/ 50 Class Nbr. 1810/1855 Tue, Thu 12:30 PM 2:20 PM Section 2/ 50 Class Nbr. 1813/1856. Tue, Thu 4:00

More information

idirect Government Remote Operator Commissioning Course (irocc) Syllabus irocc Course Syllabus Jan 2015

idirect Government Remote Operator Commissioning Course (irocc) Syllabus irocc Course Syllabus Jan 2015 idirect Government Remote Operator Commissioning Course (irocc) Syllabus idirect Government Remote Operator Commissioning Course (irocc) The idirect Government Remote Operator Commissioning Course (irocc)

More information

Computer Science Technology Department

Computer Science Technology Department Computer Science Technology Department Houston Community College Department Phone Number: ab Houston Community College ITMT 1370 Windows Client Operating System - Windows 10 Course Syllabus Summer 2017

More information

Ursuline College Accelerated Program

Ursuline College Accelerated Program Ursuline College Accelerated Program CRITICAL INFORMATION! DO NOT SKIP THIS LINK BELOW... BEFORE PROCEEDING TO READ THE UCAP MODULE, YOU ARE EXPECTED TO READ AND ADHERE TO ALL UCAP POLICY INFORMATION CONTAINED

More information

Printronix Training Program, Terms and conditions

Printronix Training Program, Terms and conditions Printronix Training Program, Terms and conditions Commitment Facilities The Printronix Training Center offers training classes for field maintenance and field repair and application setup of Printronix

More information

San José State University Computer Science Department CS49J, Section 3, Programming in Java, Fall 2015

San José State University Computer Science Department CS49J, Section 3, Programming in Java, Fall 2015 Course and Contact Information San José State University Computer Science Department CS49J, Section 3, Programming in Java, Fall 2015 Instructor: Aikaterini Potika Office Location: MacQuarrie Hall 215

More information

ITSY Information Technology Security Course Syllabus Spring 2018

ITSY Information Technology Security Course Syllabus Spring 2018 ITSY 1342 - Information Technology Security Course Syllabus Spring 2018 Instructor Course Reference Number (CRN) Course Description: Name: Fidelis Ngang Tel: 713-718-5552 Office: Spring Branch, Room 900L

More information

While waiting for the lecture to begin, please complete. the initial course questionnaire.

While waiting for the lecture to begin, please complete. the initial course questionnaire. SENG 475 & ECE 569A: Advanced Programming Techniques for Robust Efficient Computing (With C++) Michael Adams Department of Electrical and Computer Engineering University of Victoria Victoria, BC, Canada

More information

Certified Texas Emergency Manager

Certified Texas Emergency Manager Recertification Packet for Certified Texas Emergency Manager CEM Reciprocity Version Sponsored by: The Emergency Management Association of Texas 2502 Pace Bend Road South Spicewood, TX 78669 (877) 306-EMAT

More information

Your Student s Head Start on Career Goals and College Aspirations

Your Student s Head Start on Career Goals and College Aspirations Your Student s Head Start on Career Goals and College Aspirations INFORMATION TECHNOLOGY (IT) NETWORKING PATHWAY The Destinations Networking Pathway prepares students to test and evaluate computer network

More information

High School Course Guide Information Technology

High School Course Guide Information Technology 8D120 Business Computer Information Management I (R) 1 credit Gr: 9-12 8D125 Business Computer Information Management I (DC) ; Recommended Prerequisite: Touch Systems Data Entry Keyboarding Description:

More information

Course Information

Course Information Course Information 2018-2020 Master of Information Systems: Management and Innovation Institutt for teknologi / Department of Technology Index Index... i 1... 1 1.1 Content... 1 1.2 Name... 1 1.3 Programme

More information

ANNUAL PROGRAM REPORT. Multiple and Single Subject Credential Programs. Credential programs are not subject to 5 year reviews

ANNUAL PROGRAM REPORT. Multiple and Single Subject Credential Programs. Credential programs are not subject to 5 year reviews ACADEMIC SENATE Committee on Academic Planning and Review ANNUAL PROGRAM REPORT College Department Program CEAS Teacher Education Multiple and Single Subject Credential Programs Reporting for Academic

More information

PELLISSIPPI STATE TECHNICAL COMMUNITY COLLEGE MASTER SYLLABUS CIW JAVASCRIPT FUNDAMENTALS CERTIFICATION WEB 2391

PELLISSIPPI STATE TECHNICAL COMMUNITY COLLEGE MASTER SYLLABUS CIW JAVASCRIPT FUNDAMENTALS CERTIFICATION WEB 2391 PELLISSIPPI STATE TECHNICAL COMMUNITY COLLEGE MASTER SYLLABUS CIW JAVASCRIPT FUNDAMENTALS CERTIFICATION WEB 2391 Class Hours: 1.0 Credit Hours: 1.0 Laboratory Hours: 0.0 Revised: Fall 06 Note: This course

More information

CMPIC s CM Training & Certification Courses

CMPIC s CM Training & Certification Courses CMPIC s CM Training & Courses CMPIC www.cmpic.com CMPIC Courses Why Choose CMPIC? Why choose CMPIC for your CM Training? CMPIC provides high quality, cost-effective, and the most up-to-date Configuration

More information

INF 315E Introduction to Databases School of Information Fall 2015

INF 315E Introduction to Databases School of Information Fall 2015 INF 315E Introduction to Databases School of Information Fall 2015 Class Hours: Tuesday & Thursday10:30 am-12:00 pm Instructor: Eunyoung Moon Email: eymoon@utexas.edu Course Description Almost every website

More information

CPS352 - DATABASE SYSTEMS. Professor: Russell C. Bjork Spring semester, Office: KOSC 242 x4377

CPS352 - DATABASE SYSTEMS. Professor: Russell C. Bjork Spring semester, Office: KOSC 242 x4377 CPS352 - DATABASE SYSTEMS Professor: Russell C. Bjork Spring semester, 2016-2017 Office: KOSC 242 x4377 MWF 3:20-4:20 pm KOSC 126 russell.bjork@gordon.edu Hours: MWF 2:10-3:10 pm; Tu 9:00 am - noon and

More information

Candidate Profile for the Position of Vice President, Education and Certification

Candidate Profile for the Position of Vice President, Education and Certification Candidate Profile for the Position of Vice President, Education and Certification * * * * This profile provides information about the National Automatic Merchandising Association and the position requirements

More information

Job Aid: Creating and Configuring Classes

Job Aid: Creating and Configuring Classes Job Aid: Creating and Configuring Classes Contents Creating & Configuring Classes... 1 Key Concepts... 1 Creating a Class... 2 Enter Class Details... 3 Generate Registration Links... 8 Configuring a Class...

More information

ITCC112. Course Summary. Description. Objectives

ITCC112. Course Summary. Description. Objectives ITCC112 ST UDENT WARNING: This course syllabus is from a previous semester archive and serves only as a preparatory reference. Please use this syllabus as a reference only until the professor opens the

More information