Corporate Technology Center. Final Report: Database Implementation. Submitted to Dr. Hae Choi. of the. Savannah State University

Size: px
Start display at page:

Download "Corporate Technology Center. Final Report: Database Implementation. Submitted to Dr. Hae Choi. of the. Savannah State University"

Transcription

1 Corporate Technology Center Final Report: Database Implementation Submitted to Dr. Hae Choi of the Savannah State University in Partial Fulfilment of the Requirement for the Systems Analysis and Design: CISM 3137 in College of Business Administration Jennifer Mosha April 19, 2012

2 CONTENTS Introduction Project Overview... 1 Scope of the Project... 2 Document Project Outline... 3 Project Overview... 4 ERD Diagram & Relational Diagram ERD Diagram 5 Relational Diagram 6 Data Dictionary Prototyping the Database Tables Queries Forms Reports Splash Screen...21 Switchboard...21 Conclusion Appendix ii

3 INTRODUCTION Project Overview When dealing with technology updates, various issues can arise with sometimes no solution; however, this project offers a new outlook. The real-world problem solved here is that end users (clients of CTC) will be able to have more input concerning the integration of technology into their companies and will be able to apply the technical knowledge they will gain. Technology should be seamless, and though businesses may require IT departments, it does increase the productivity of a company s workforce if the majority is able to support some technological needs. 1

4 Project Scope An analysis of the current method for the delivery and availability of seminars has resulted in the conclusion that it can be improved with an information system. This system should be able to support scheduling software for seminar dates which will work in conjunction with virtual classrooms, similar to an e-learning environment, with live streaming video. In addition, mass software will be present within this potential system that will send information to the executives listed in the integrated clientele database, to keep them abreast of any happenings with Corporate Technology Center (CTC). Success with this project may be measured from monitoring customer feedback. It can be ascertained by an increase in CTC s customer base and customer retention. Also the preferred method between regular seminars and the newly designed seminar environment can be exhibited by the difference in client enrolment size. Once implementation and operation have proved successful and discrepancies with the system area at a minimum, the project is considered to be approaching closedown. Another alternative would be to hire more staff so that more seminars could be hosted during the week. However, hiring more staff, expanding infrastructure and advertising would prove to be costly in the short run. The chosen solution would be costly in the short run as well, but over a long term span the benefits will outnumber the costs. Also, communication between CTC and the customer would improve and provide networking opportunities, and gives CTC a more competitive edge over other companies such as itself. Presently, the only constraint noted is the willingness of staff members to accept the new system and to familiarize themselves with it and to deliver what the system may require of them. 2

5 Document Project Outline This document will serve as the final report for the project undertaken. It will provide a detailed project overview, conceptual diagram, and relational database diagrams. However the main focus of this document is to reveal a prototype of the project s database. Additionally, accomplishments gained during the execution of this project will be noted and an appendix will be provided. 3

6 PROJECT OVERVIEW The intended users of this system are the local business executives and their employees who are current and prospective clientele of Corporate Technology Center (CTC). They will be able to interact with the system for educational purposes and any related communication. The main functionality of the proposed system is to educate the clientele (end-users) about new technology, its functions and its viability in order to broaden their technical expertise and to improve the efficiency of daily business activities. The end-users will be able to gain from the proposed system by being able to access the seminars at almost any place, at anytime. They will also be able to correspond with instructors should the need arise to do so. The system will aid CTC s instructors to supply evaluations as per client and keep them abreast of their progress with any seminar. Essentially CTC s seminar environment will be improved with the customer s needs in mind. 4

7 ERD DIAGRAM & RELATIONAL DIAGRAM ERD Diagram 5

8 ERD DIAGRAM & RELATIONAL DIAGRAM Relational Diagram 6

9 DATA DICTIONARY TABLE NAME ATTRIBUTE NAME DESCRIPTION DATA TYPE PK or FK SCHEDULE SEM_NUM Seminar number CHAR (5) PK CLT_IDNUM Client ID Number CHAR (5) PK (FK) SEM_NAME Seminar name VARCHAR (20) SEM_TIME Seminar time TIME (hh:mm) LCTN Location VARCHAR (20) INSTR Seminar Instructor VARCHAR (20) CLIENT CLT_IDNUM Client ID number CHAR (5) PK CLT_LNAME Client last name VARCHAR (20) CLT_FNAME Client first name VARCHAR (20) CMPY_NAME Company name VARCHAR (20) EVALUATION CLT_IDNUM Client ID number CHAR (5) PK (FK) INSTR Seminar Instructor VARCHAR (20) SEM_NAME Seminar name VARCHAR (20) FK COMMENT Instructor s comments VARCHAR (500) PROGRESS REPORT CLT_IDNUM Client ID number CHAR (5) PK (FK) SEM_NUM Seminar number CHAR (5) PK (FK) GRADE Letter Grade VARCHAR (5) SEMINAR SEM_NUM Seminar number CHAR (5) PK SEM_NAME Seminar name VARCHAR (20) 7

10 DATA DICTIONARY FK PK CHAR VARCHAR TIME Foreign key Primary key Fixed character length data Variable character length data Numeric data 8

11 PROTOTYPING THE DATABASE TABLES Client Table Client ID Number Company Name Client Last Name Client First Name 1245 Urban Nights Event Planning Smith Jonathan 1458 Summit Communications Phillips Victor 2233 Celergy Networks Walker Elizabeth 3556 Benson & Associates Law Firm Taylor Anne 4356 Gregg Communications Knight Henry 4786 Thomson Internet Company Miller Gregory 5852 McKinley Consultants Grant Ben 6322 H&D Interior Design Garcia Richard 6463 Walters Chartered Accountants Jensen Dean 6789 The Pegasus Hotel Crawford James 7834 Urban Nights Event Planning Hall Katherine 8576 Urban Nights Event Planning Madison Andrew 8931 Benson & Associates Law Firm Moore Andy 9111 H&D Interior Design Anderson Gabrielle 9731 Walters Chartered Accountants Reynolds Samantha 9

12 PROTOTYPING THE DATABASE TABLES Evaluation Table Client ID Number Seminar Name Instructor Comment 1245 Data Manipulation and Formatting Mrs A. Exemplary student. Excellent (Microsoft Word 2007) Brown understanding of coursework and application Data Communications and VoIP Training Dr. C Roberts Good student. More training needed for VoIP Network Infrastructure Dr. C Roberts Good student. Should consider career as network administrator Windows Vista: A Company's Best Asset Mrs. A Mayfield Exemplary student. Excellent understanding of coursework and application Administrative Technical Support Dr. K Lee Exemplary student. Excellent understanding of coursework and application Google Chrome: Advanced Features 5852 Advanced Database Design (Microsoft Access 2007) 6322 Customer Communications with GMC Software 6463 Finance and Formulas (Microsoft Excel 2007) Dr. G Wade Dr. C Smith Dr. L Patterson Dr. F Londry 6789 Collaboration in the Workplace (Microsoft SharePoint 2007) Dr. F Londry 7834 Adobe Dreamweaver: Dr. L Intermediate Patterson 8576 Social Media and Your Company Mrs. A Brown 8931 Microsoft Word 2010 for Beginners Mrs. A Brown 9111 Mastering Webpage Design Dr. C Smith 9731 Graphical Creation and Analysis (Microsoft Excel 2007) Dr. K Lee 10 Exemplary student. Excellent understanding of coursework and application. Exemplary student. Excellent understanding of coursework and application. Exemplary student. Excellent understanding of coursework and application. Exemplary student. Excellent understanding of coursework and application. Good student. Made great progress from the start. Good student. Should take course on Mastering Webpage Design. Exemplary student. Excellent understanding of coursework and application. Exemplary student. Excellent understanding of coursework and application. Exemplary student. Excellent understanding of coursework and application. Exemplary student. Excellent understanding of coursework and application.

13 PROTOTYPING THE DATABASE TABLES Progress Report Table Client ID Number Seminar Number Grade A B B A A A A A A B B A A A A Seminar Table Seminar Number Seminar Name 2112 Data Manipulation and Formatting (Microsoft Word 2007) 2114 Windows Vista: A Company's Best Asset 2185 Graphical Creation and Analysis (Microsoft Excel 2007) 2258 Microsoft Word 2010 for Beginners 2356 Administrative Technical Support 3412 Mastering Webpage Design 3471 Advanced Database Design (Microsoft Access 2007) 3587 Google Chrome: Advanced Features 3698 Finance and Formulas (Microsoft Excel 2007) 4444 Collaboration in the Workplace (Microsoft SharePoint 2007) 4555 Adobe Dreamweaver: Intermediate 5200 Network Infrastructure 5410 Social Media and Your Company 5555 Data Communications and VoIP Training 6102 Customer Communications with GMC Software 11

14 PROTOTYPING THE DATABASE TABLES Schedule Table Seminar Number Client ID Number Seminar Name Seminar Time Location Instructor Data April 23- July 19 Online Webinar Mrs A. Brown Manipulation and Formatting (Microsoft Word 2007) Data April 23- July 19 Online Webinar Dr. C Roberts Communications and VoIP Training Network Infrastructure April 23- July 19 Online Webinar Dr. C Roberts Windows Vista: A April 23- July 19 Online Webinar Mrs. A Company's Best Asset Mayfield Administrative April 23- July 19 Online Webinar Dr. K Lee Technical Support Finance and April 23- July 19 Online Webinar Dr. F Londry Formulas (Microsoft Excel 2007) Customer May 2-August 8 Online Webinar Dr. L Patterson Communications with GMC Software Advanced May 2-August 8 Online Webinar Dr. C Smith Database Design (Microsoft Access 2007) Google Chrome: May 2-August 8 Online Webinar Dr. G Wade Advanced Features Mastering May 2-August 8 Online Webinar Dr. C Smith Webpage Design Social Media and May 2-August 8 Online Webinar Mrs. A Brown Your Company Adobe Dreamweaver: Intermediate May 2-August 8 Online Webinar Dr. L Patterson Collaboration in the Workplace (Microsoft SharePoint 2007) June 6-September 12 Online Webinar Dr. F Londry 12

15 PROTOTYPING THE DATABASE TABLES Schedule Table (continued) Seminar Number Client ID Number Seminar Name Seminar Time Location Instructor Microsoft Word June 6-September 12 Online Webinar Mrs. A Brown 2010 for Beginners Graphical Creation and Analysis (Microsoft Excel 2007) June 6-September 12 Online Webinar Dr. K Lee 13

16 PROTOTYPING THE DATABASE QUERIES Clients with Grade B Query Client ID Number Client First Name Client Last Name Company Name Grade 1458 Victor Phillips Summit Communications B 2233 Elizabeth Walker Celergy Networks B 6789 James Crawford The Pegasus Hotel B 7834 Katherine Hall Urban Nights Event Planning B Instructor Brown Query Client ID Number Client First Name Client Last Name Instructor 1245 Jonathan Smith Mrs. A Brown 8931 Andy Moore Mrs. A Brown 8576 Andrew Madison Mrs. A Brown Clients in April Query Client ID Number Client First Name Client Last Name Seminar Time 1245 Jonathan Smith April 23- July Victor Phillips April 23- July Elizabeth Walker April 23- July Anne Taylor April 23- July Henry Knight April 23- July Dean Jensen April 23- July 19 14

17 PROTOTYPING THE DATABASE QUERIES Urban Nights Event Planning Query Client ID Number Client First Name Client Last Name Company Name 1245 Jonathan Smith Urban Nights Event Planning 8576 Andrew Madison Urban Nights Event Planning 7834 Katherine Hall Urban Nights Event Planning Clients with Last Name M Query Client ID Number Client Last Name Client First Name 8576 Madison Andrew 8931 Moore Andy 4786 Miller Gregory 15

18 PROTOTYPING THE DATABASE FORMS Mainform/subform Combo Box Form 16

19 PROTOTYPING THE DATABASE FORMS Master form Multipage form (page 1) 17

20 PROTOTYPING THE DATABASE FORMS Multipage form (page 2) 18

21 PROTOTYPING THE DATABASE REPORTS Report 1 Report 2 19

22 PROTOTYPING THE DATABASE REPORTS Report 3 20

23 PROTOTYPING THE DATABASE Splash Screen Switchboard 21

24 CONCLUSION With this project, I have gained experience in understanding what it means to imagine, to construct and to develop a system. The systems development life cycle (SDLC) proved to be a challenging task to execute, especially by myself. Out of all the steps, I found systems analysis to be the most tedious and detail oriented because of my attempt to tailor the system to suit the client s needs. As soon as one area is changed or adjusted, I realized that another area of the system would require attention in order to match the previous portion. Otherwise, the system would be considered incomplete. As for accomplishments, this project has proven to be a feasible solution to the problem listed in the case study and assists the company s processes by being more efficient. Also, I have spent more time working with spreadsheet software as well as database management system software. In the future, I hope to expand this project by integrating into a network for actual use. At first it will be for testing purposes only, and eventually it will be used in everyday life. In terms of development, I would like to integrate the concept of social media with the learning management system. Just as how social media allows individuals to interact and communicate with one another, is it not possible to do the same with education? There will be a social media site associated with the system whereby clients of different companies will be able to share ideas and opinions about seminars, to offer advice about business ventures and to build networking opportunities. Clients will be able to create and display their business profile and chat rooms would be created to connect those who are taking the same seminars. This could possibly lead to better grades and evaluations of clients and later, excellent customer retention. Overall, I can say that this project has benefitted me by indicating what may be expected of me as a possible systems analyst. 22

25 APPENDIX By Jennifer Mosha Client: Corporate Technology Center Real world problem solved: Gaining technical expertise throughout the company and seamless technology made possible End-users are business executives and their employees Interact with the system for educational purposes and communication Access seminars anywhere, anytime Correspond with instructors Progress reports and evaluations can be generated 23

26 APPENDIX Assists visualization of data concepts and structures Tables, queries, forms and reports Splash screen and switchboard Sample of table Client ID Number Company Name Client Last Name Client First Name 1245 Nights Event Planning Smith Jonathan Urban 1458 Summit Communications Phillips Victor 2233 Celergy Networks Walker Elizabeth 3556 Benson & Associates Law Firm Taylor Anne 4356 Gregg Communications Knight Henry 4786 Thomson Internet Company Miller Gregory 5852 McKinley Consultants Grant Ben 6322 H&D Interior Design Garcia Richard 6463 Walters Chartered Accountants Jensen Dean 6789 The Pegasus Hotel Crawford James 7834 Urban Nights Event Planning Hall Katherine 8576 Urban Nights Event Planning Madison Andrew 8931 Benson & Associates Law Firm Moore Andy 9111 H&D Interior Design Anderson Gabrielle 9731 Walters Chartered Accountants Reynolds Samantha 24

27 APPENDIX Sample of query Client ID Number Client First Name Client Last Name Instructor 1245 Jonathan Smith A Brown Mrs Andy Moore Mrs. A Brown 8576 Andrew Madison Mrs. A Brown Sample of combo box form Sample of report 25

28 APPENDIX Splash Screen Switchboard Project is a feasible solution More hands on with spreadsheet and database software Future: Integrate social media? 26

29

April-June 2016 Daytime Schedule

April-June 2016 Daytime Schedule April-June 2016 Daytime Schedule Your high expectations meet our high standards! 130 West Mason Springfield 217.524.6749 www.llcc.edu/cctc Schedules available electronically In accordance with Lincoln

More information

Public Relations Office

Public Relations Office Public Relations Office Home Page Redesign and Employee Newsletter Production Wrap-Up Report Lynne Browne April 22, 2004 Project Overview Project #1 Create a new SUNYIT home page including a Macromedia

More information

COMPUTER SCHOOL. Internet. Internet Courses. Work anywhere in the world. Build your future the INTEC way

COMPUTER SCHOOL. Internet. Internet Courses. Work anywhere in the world. Build your future the INTEC way COMPUTER SCHOOL Internet Internet Courses Work anywhere in the world Build your future the INTEC way Internet Courses Launch your career the INTEC way! We are living in the Information age and perhaps

More information

July-September 2016 Daytime Schedule

July-September 2016 Daytime Schedule July-September 2016 Daytime Schedule Your high expectations meet our high standards! 130 West Mason Springfield 217.524.6749 www.llcc.edu/cctc Schedules available electronically In accordance with Lincoln

More information

Adobe Certified Associate and Your School

Adobe Certified Associate and Your School Adobe Certified Associate and Your School Photoshop Dreamweaver Flash Premiere Learn. Explore. Share Lori Cullen Natick High School Natick,MA LCullen@natickps.org Adobe Certified Associate and Your School

More information

Microsoft Business Certification Professional Development

Microsoft Business Certification Professional Development Microsoft Business Certification Professional Development Proficiency = Profits Certified employees drive organizational success. Microsoft Business Certification ensures your workforce can deliver. The

More information

Associate Diploma in Web and Multimedia Development

Associate Diploma in Web and Multimedia Development Associate Diploma in Web and Multimedia Development Program Components CRD Major Support 4% University 8% University (UR) 5 College (CR) 9 Major (MR) 49 College 14% Major Support (MSR) 3 Training (Internship)

More information

ONLINE COURSE INFORMATION:

ONLINE COURSE INFORMATION: College of the Canyons Valencia Campus GREETINGS! Welcome to the summer 2018 online section of Keyboarding I. I am Regina Roscigno, everyone calls me Gina, and I will be your guide for this learning experience

More information

PART-TIME MASTER S DEGREE PROGRAM. Information Systems. Choose from seven specializations study on campus and online.

PART-TIME MASTER S DEGREE PROGRAM. Information Systems. Choose from seven specializations study on campus and online. PART-TIME MASTER S DEGREE PROGRAM Information Systems Choose from seven specializations study on campus and online. The IT program for leaders MASTER OF SCIENCE IN INFORMATION SYSTEMS The part-time MSIS

More information

MWF 9:00-9:50AM & 12:00-12:50PM (ET)

MWF 9:00-9:50AM & 12:00-12:50PM (ET) Department of Mathematics and Computer Science Adelphi University Fall 2013 0145-443-001 Database Management Systems Dr. R. M. Siegfried 214 Post Hall (516)877-4482 siegfrie@adelphi.edu Office Hours Course

More information

Administrative Policy

Administrative Policy Administrative Policy POLICY NUMBER 92 Title: Program: One-Stop Staff Credentialing and Skills Standards Workforce Services, One-Stop and Program Support Adopted: December 15, 2016 Effective: December

More information

CONCORDIA UNIVERSITY DEPARTMENT OF CHEMISTRY AND BIOCHEMISTRY CHEM 293 SPECTROSCOPY AND STRUCTURE OF ORGANIC COMPOUNDS. SYLLABUS Winter 2018

CONCORDIA UNIVERSITY DEPARTMENT OF CHEMISTRY AND BIOCHEMISTRY CHEM 293 SPECTROSCOPY AND STRUCTURE OF ORGANIC COMPOUNDS. SYLLABUS Winter 2018 1 of 5 CONCORDIA UNIVERSITY DEPARTMENT OF CHEMISTRY AND BIOCHEMISTRY CHEM 293 SPECTROSCOPY AND STRUCTURE OF ORGANIC COMPOUNDS SYLLABUS Winter 2018 GENERAL INFORMATION Spectroscopy and Structure of Organic

More information

REQUEST FOR PROPOSAL DATABASE DEVELOPMENT FOR THE DISTRICT OF COLUMBIA COLLEGE ACCESS PROGRAM

REQUEST FOR PROPOSAL DATABASE DEVELOPMENT FOR THE DISTRICT OF COLUMBIA COLLEGE ACCESS PROGRAM 1400 L Street, NW, Suite 400, Washington, D. C. 20005 Phone: (202) 783-7933 Fax: (202) 783-7939 www.dccap.org REQUEST FOR PROPOSAL DATABASE DEVELOPMENT FOR THE DISTRICT OF COLUMBIA COLLEGE ACCESS PROGRAM

More information

Please note: If you already have an active SAM 2016 Account from another CAWT course, you do not need to purchase another SAM Code for this course.

Please note: If you already have an active SAM 2016 Account from another CAWT course, you do not need to purchase another SAM Code for this course. GREETINGS! Welcome to a new and exciting way of taking a college class. For many of you this will be your first time taking an online class. I will work very hard to make this a rewarding and successful

More information

The Kellogg s Cereal Case

The Kellogg s Cereal Case BTA3O Summative Assignment The Kellogg s Cereal Case You have recently been hired by Kellogg s and must design an entire marketing campaign around a new cereal. You were hired on a referral from a friend

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

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

Located in Bellevue, WA, a suburb of Seattle Third largest higher ed institution in Washington 38,000 annual enrollments Two-thirds of students live 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

More information

3. Authorize budget changes as outlined in the Financial Impacts and Budget Actions section of this report.

3. Authorize budget changes as outlined in the Financial Impacts and Budget Actions section of this report. City Council Report To: From: Mayor and City Council City Council Meeting: March 1, 2016 Agenda Item: 3.B Jory Wolf, Chief Information Officer, Information Systems Department, Broadband Subject: Digital

More information

NEW BRUNSWICK. IT Systems Administrator

NEW BRUNSWICK. IT Systems Administrator NEW BRUNSWICK *Please scroll to see other provinces. IT Systems Administrator PROGRAM OBJECTIVES The IT Systems Administrator program will provide students with the skills and knowledge to pursue certifications

More information

THE CERTIFIED ROAD SUPERVISOR (CRS) PROFESSIONAL DEVELOPMENT PROGRAM. What is the CRS public works. Who is eligible for the CRS?

THE CERTIFIED ROAD SUPERVISOR (CRS) PROFESSIONAL DEVELOPMENT PROGRAM. What is the CRS public works. Who is eligible for the CRS? 01 PUBLIC WORKS LEADERSHIP DEVELOPMENT PROGRAM THE CERTIFIED ROAD SUPERVISOR (CRS) PROFESSIONAL DEVELOPMENT PROGRAM What is the CRS public works professional development program? The CRS program is widely

More information

Instructions for Reserving Davage Auditorium and Thomas Cole Science Research Center Rooms and Auditorium

Instructions for Reserving Davage Auditorium and Thomas Cole Science Research Center Rooms and Auditorium Instructions for Reserving Davage Auditorium and Thomas Cole Science Research Center Rooms and Auditorium Effective immediately, please make use of the process already in place for reserving Davage Auditorium

More information

Dyslexia Certificate Program. FAQs for Using the Virtual Classroom

Dyslexia Certificate Program. FAQs for Using the Virtual Classroom Dyslexia Certificate Program FAQs for Using the Virtual Classroom When and how often do I need to log in? Each course in the certificate program has a beginning and ending date. The course content is available

More information

CITY OF SAN ANTONIO invites applications for the position of: Web Design Senior Analyst

CITY OF SAN ANTONIO invites applications for the position of: Web Design Senior Analyst CITY OF SAN ANTONIO invites applications for the position of: Web Design Senior Analyst SALARY: $24.83 - $37.24 Hourly $51,644.58 - $77,467.00 Annually OPENING DATE: 02/23/17 CLOSING DATE: 03/23/17 11:59

More information

Editorial Guidelines for EHLT News e.publication for staff

Editorial Guidelines for EHLT News e.publication for staff Editorial Guidelines for EHLT News 2010 e.publication for staff Introduction The EHLT News provides news, professional and helpful items in a blog format including dates for upcoming events, information

More information

COMPUTER INFORMATION SYSTEMS. Five Year INSTITUTIONAL REVIEW. By David McNair. May 15, 2009

COMPUTER INFORMATION SYSTEMS. Five Year INSTITUTIONAL REVIEW. By David McNair. May 15, 2009 COMPUTER INFORMATION SYSTEMS Five Year INSTITUTIONAL REVIEW By David McNair May 15, 2009 Dr. Mary Beth Ottinger Acting Dean Career and Technical Education Institutional Effectiveness Review The purpose

More information

[AV-SP2016-SM]: SharePoint 2016 Site Members

[AV-SP2016-SM]: SharePoint 2016 Site Members [AV-SP2016-SM]: SharePoint 2016 Site Members Length : 1 Day Audience(s) : SharePoint Site Members/ Visitors Level : Immediate/ Advanced Technology : SharePoint 2016 Delivery Method : Instructor-led (Classroom)

More information

COMPUTER APPLICATIONS/BUSINESS TECHNOLOGY

COMPUTER APPLICATIONS/BUSINESS TECHNOLOGY 2018-2019 CABRILLO COLLEGE CATALOG Page 1 of 7 COMPUTER APPLICATIONS/BUSINESS TECHNOLOGY Business, English, and Language Arts Division James Weckler, Division Dean Division Offce, Room 301 Jennifer Vered,

More information

DreamApps. WorkSpace. A Guide to Demo Site

DreamApps. WorkSpace. A Guide to Demo Site DreamApps WorkSpace A Guide to Demo Site DreamApps WorkSpace A Guide to Demo Site Published at Singapore on January 31, 2009 2009, Advanced ERP Projects, LLP. All rights reserved. Restricted circulation.

More information

Industry Based Certification (IBC) Application Packet

Industry Based Certification (IBC) Application Packet State of Louisiana Industry Based Certification (IBC) Application Packet State of Louisiana Industry Based Certification (IBC) Application Packet Table of Contents 1. Industry Based Certification (IBC)

More information

Q: Do I have to enter data already collected in the Banner system? Q: What information will be made public or shared with other data bases?

Q: Do I have to enter data already collected in the Banner system? Q: What information will be made public or shared with other data bases? FREQUENTLY ASKED QUESTIONS Q: Is DMS an online evaluation tool? Q. Who do I contact for help? Q: How much time will data entry require? Q: Who will enter my activities into the system? Q: How accurate

More information

Green Room Computer Lab Curriculum

Green Room Computer Lab Curriculum Green Room Computer Lab Curriculum Students will meet for 30 minutes twice a week. The curriculum goals are to: learn how to touch type. If students know how to type, then they will use the time in the

More information

Client Services Procedure Manual

Client Services Procedure Manual Procedure: 85.00 Subject: Administration and Promotion of the Health and Safety Learning Series The Health and Safety Learning Series is a program designed and delivered by staff at WorkplaceNL to increase

More information

Foundations Courses Trainer Certification Process

Foundations Courses Trainer Certification Process Foundations Courses Trainer Certification Process Health Care and Economic Security Staff Development Center 7800 East Orchard Road, Suite 280 Greenwood Village, CO 80111 Page 1 of 16 The Health Care and

More information

BRING EXPERT TRAINING TO YOUR WORKPLACE.

BRING EXPERT TRAINING TO YOUR WORKPLACE. BRING EXPERT TRAINING TO YOUR WORKPLACE. ISACA s globally respected training and certification programs inspire confidence that enables innovation in the workplace. ISACA s On-Site Training brings a unique

More information

The College of Saint Rose

The College of Saint Rose The College of Saint Rose Online Resources for CITE Students Student ID and PIN Number What is my Saint Rose Student ID used for? Your Student ID is your unique identification number that links all of

More information

CISM - Certified Information Security Manager. Course Outline. CISM - Certified Information Security Manager. 22 Mar

CISM - Certified Information Security Manager. Course Outline. CISM - Certified Information Security Manager. 22 Mar Course Outline CISM - Certified Information Security Manager 22 Mar 2019 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led

More information

Object-Oriented Programming for Managers

Object-Oriented Programming for Managers 95-807 Object-Oriented Programming for Managers 12 units Prerequisites: 95-815 Programming Basics is required for students with little or no prior programming coursework or experience. (http://www.andrew.cmu.edu/course/95-815/)

More information

AEC Broadband Update 2018

AEC Broadband Update 2018 AEC Broadband Update 2018 AEC has received numerous calls and emails in support of our Co-op moving forward with broadband opportunities. This report is intended to bring our members up-to-date on where

More information

DIGITAL TECHNOLOGIES - IT

DIGITAL TECHNOLOGIES - IT DIGITAL TECHNOLOGIES - IT Years 7 & 8 Digital Technologies Years 9 & 10 Years 9 & 10 Programming Business IT VCE Computing VCE Informatics VCE Software Development VCE Certificate III in IDMT - Game Programming

More information

General Procedures for Exams

General Procedures for Exams General Procedures for Exams Exams occur during a 13-day period following the reading period. The schedule is posted on the Academic Calendar and Daily Announcements. We use Canvas to aid in the administration

More information

Tips for Success: Academic & Professional

Tips for Success: Academic & Professional Tips for Success: Academic & Professional I. SUCCESSFUL COMMUNICATION The Importance of Communicating Effectively It is important to communicate appropriately while in the program and even after you graduate.

More information

Continuing Professional Education Policy

Continuing Professional Education Policy Continuing Professional Education Policy March 1, 2017 TABLE OF CONTENTS Introduction 3 CPE Policy Background 4 CPE Policy Statement 4 The Credit System 5 The Policy Explained: Questions & Answers 6 Appendix

More information

Area: Computer Science & Information Technology Dean: Dr. Derrick Booth Phone: (916) Counseling: (916)

Area: Computer Science & Information Technology Dean: Dr. Derrick Booth Phone: (916) Counseling: (916) Area: Computer Science & Information Technology Dean: Dr. Derrick Booth Phone: (916) 484-8361 Counseling: (916) 484-8572 Administrative Assistant Degree The administrative assistant associate degree program

More information

COMPUTER INFORMATION SYSTEMS

COMPUTER INFORMATION SYSTEMS A Course of Study for COMPUTER INFORMATION SYSTEMS Computer Information Systems managers oversee a variety of administrative, clerical, and accounting functions necessary to efficiently run and maintain

More information

Intro to Google Apps Workshop #1: Gmail Features

Intro to Google Apps Workshop #1: Gmail Features Qualtrics Kean University has contracted with Qualtrics, an online research tool that allows users to design and implement complex online questionnaires with relative ease. Qualtrics does more than just

More information

January-March 2016 Daytime Schedule

January-March 2016 Daytime Schedule January-March 2016 Daytime Schedule Your high expectations meet our high standards! 130 West Mason Springfield 217.524.6749 www.llcc.edu/cctc Schedules available electronically In accordance with Lincoln

More information

Department of Business Information Technology

Department of Business Information Technology Department of Business Information Technology 1 Department of Business Information Technology Chair Lorraine J. Willoughby Phone: 701-858-3314 Toll-Free: 1-800-777-0750, ext. 3308 Department Phone: 701-858-3308

More information

University of California, Riverside Storage and Access to Campus Data A Framework for Developing a Longitudinal Student Data Mart

University of California, Riverside Storage and Access to Campus Data A Framework for Developing a Longitudinal Student Data Mart University of California, Riverside A Framework for Developing a Longitudinal Student Data Mart by 1 Robert Daly Assistant Vice Chancellor, Academic Planning and Budget Chuck Rowley Associate Vice Chancellor,

More information

Checkpoint Learning Premier Plus CPE Package

Checkpoint Learning Premier Plus CPE Package Checkpoint Learning Premier Plus CPE Package More learning options for a single low annual price. 2 Premier Plus CPE Package Checkpoint Learning Premier Plus CPE Package The Checkpoint Learning Premier

More information

IT Systems Administrator

IT Systems Administrator IT Systems Administrator PROGRAM OBJECTIVES The IT Systems Administrator program will provide students with the skills and knowledge to pursue certifications and careers in computer and networkrelated

More information

DIABLO VALLEY COLLEGE CATALOG

DIABLO VALLEY COLLEGE CATALOG COMPUTER INFORMATION SYSTEMS CIS Mike Holtzclaw, Senior Dean San Ramon Campus Division San Ramon Campus Possible career opportunities Training in computer information systems prepares students for a broad

More information

SCHOOL MANAGEMENT SYSTEM

SCHOOL MANAGEMENT SYSTEM PROJECT REPORT ON SCHOOL MANAGEMENT SYSTEM (Cyber School Management) As Partial Fulfillment of Bachelor of Computer Science (Information Technology & Computer Applications) Submitted to Shree M & N Virani

More information

Level Level 33 IT IT Apprenticeships

Level Level 33 IT IT Apprenticeships Level Level 33 IT IT Apprenticeships Apprenticeships Overview Overview 0 Overview of Belfast Met Level 3 IT Level Apprenticeships An apprentice will be a new or existing employee, in a Northern Ireland-based

More information

INTERMEDIATE EXCEL TEST QUESTIONS AND ANSWERS

INTERMEDIATE EXCEL TEST QUESTIONS AND ANSWERS page 1 / 5 page 2 / 5 intermediate excel test questions pdf Advanced excel training intermediate course in Sydney. We trained the complex functions of Excel, tools for analysing, linking and exporting

More information

BSc (Honours) Computer Science Curriculum Outline

BSc (Honours) Computer Science Curriculum Outline BSc (Honours) Computer Science Curriculum Outline 1. Introduction: The economic and strategic importance provided by Computer Science and Information Technology is increasing daily. This importance is

More information

CISM - Certified Information Security Manager. Course Outline. CISM - Certified Information Security Manager.

CISM - Certified Information Security Manager. Course Outline. CISM - Certified Information Security Manager. Course Outline CISM - Certified Information Security Manager 20 Nov 2017 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led

More information

GETTING STARTED GUIDE

GETTING STARTED GUIDE GETTING STARTED GUIDE ON24 SOLUTIONS AND PRODUCT CATALOG Delivering innovative solutions for engaging and high-impact webinars and digital experiences Table of Contents WEBINARS OVERVIEW ON24 Webcast Elite...2

More information

OCM ACADEMIC SERVICES PROJECT INITIATION DOCUMENT. Project Title: Online Coursework Management

OCM ACADEMIC SERVICES PROJECT INITIATION DOCUMENT. Project Title: Online Coursework Management OCM-12-025 ACADEMIC SERVICES PROJECT INITIATION DOCUMENT Project Title: Online Coursework Management Change Record Date Author Version Change Reference March 2012 Sue Milward v1 Initial draft April 2012

More information

Table of Contents COURSE OBJECTIVES... 2 LESSON 1: ADVISING SELF SERVICE... 4 NOTE: NOTIFY BUTTON LESSON 2: STUDENT ADVISOR...

Table of Contents COURSE OBJECTIVES... 2 LESSON 1: ADVISING SELF SERVICE... 4 NOTE: NOTIFY BUTTON LESSON 2: STUDENT ADVISOR... Table of Contents COURSE OBJECTIVES... 2 LESSON 1: ADVISING SELF SERVICE... 4 DISCUSSION... 4 INTRODUCTION TO THE ADVISING SELF SERVICE... 5 STUDENT CENTER TAB... 8 GENERAL INFO TAB... 19 TRANSFER CREDIT

More information

**The Florida Lottery is not a State Personnel System Employer** TECHNICAL ANALYST II - POSITION NUMBER

**The Florida Lottery is not a State Personnel System Employer** TECHNICAL ANALYST II - POSITION NUMBER TECHNICAL ANALYST II Req No: 36000206-51187844-20140327120006 Working Title: TECHNICAL ANALYST II Broadband/Class Code: 319516 Position Number: 36000206 Annual Salary Range: $53,293.68 - $101,352.58 Announcement

More information

Certified Manager Certification

Certified Manager Certification Certified Manager Certification Get Trained Get Certified Get Recognized www.hr-pulse.org In Partnership With HR Pulse has the Learning Solutions to Empower Your People & Grow Your Business About ICPM

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

OPTIONS GUIDANCE COHORT JANUARY 2018 OPTIONS PROCESS.

OPTIONS GUIDANCE COHORT JANUARY 2018 OPTIONS PROCESS. OPTIONS GUIDANCE 2018-2020 COHORT JANUARY 2018 OPTIONS PROCESS. STUDENTS WILL NEED TO BRING CURRICULUM GUIDES BACK TO SCHOOL TO WORK ON DURING ENRICHMENT DAYS ON 17/18 JANUARY. Important Dates Monday 8

More information

Office365 & CANVAS. Quick Guide and Reference

Office365 & CANVAS. Quick Guide and Reference Office365 & CANVAS Quick Guide and Reference Office365 Office365 is a web or cloud-based subscription that can be accessed on multiple devices from anywhere with an online connection. It includes the most

More information

GUIDE TO SERVICES. For G-Log Customers and Partners

GUIDE TO SERVICES. For G-Log Customers and Partners GUIDE TO SERVICES For G-Log Customers and Partners Welcome. We re proud to have you as our new customers and partners. We look forward to serving you by continuing to support your G-Log investments. For

More information

Office Administration Certificate Program (OFAD/OAT) Program Outline

Office Administration Certificate Program (OFAD/OAT) Program Outline Office Administration Certificate Program (OFAD/OAT) Program Outline PROGRAM IMPLEMENTATION DATE: September 2010 OUTLINE EFFECTIVE DATE: September 2017 PROGRAM OUTLINE REVIEW DATE: March 2022 GENERAL PROGRAM

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

Introduction to Big Data

Introduction to Big Data Introduction to Big Data OVERVIEW We are experiencing transformational changes in the computing arena. Data is doubling every 12 to 18 months, accelerating the pace of innovation and time-to-value. The

More information

CCC Data Management Procedures DCL3 Data Access

CCC Data Management Procedures DCL3 Data Access Information Technology Procedures CCC Data Management Procedures DCL3 Data Access Scope: CCC Revision Date: 9/1/2016 Effective Date: 3/1/2015 Approver: Information Security Program Office Table of Contents

More information

CMN310A Advanced Office: Word and Excel or concurrent enrollment

CMN310A Advanced Office: Word and Excel or concurrent enrollment CLASS NUMBER AND NAME: TOTAL CLOCK HOURS/UNITS: PREREQUISITE: TEXT AND MATERIALS: CMN310C POST-ADVANCED OFFICE: Word And Excel 24 HOURS/1 UNIT CMN310A Advanced Office: Word and Excel or concurrent enrollment

More information

Decision 206/2010 Mr Ian Benson and the University of Glasgow

Decision 206/2010 Mr Ian Benson and the University of Glasgow Staff email addresses Reference No: 201001153 Decision Date: 8 December 2010 Kevin Dunion Scottish Information Commissioner Kinburn Castle Doubledykes Road St Andrews KY16 9DS Tel: 01334 464610 Summary

More information

[MS55199]: SharePoint 2016 End User Training. Audience Profile This course is intended for new and existing users of SharePoint.

[MS55199]: SharePoint 2016 End User Training. Audience Profile This course is intended for new and existing users of SharePoint. [MS55199]: SharePoint 2016 End User Training Length : 3 Days Audience(s) : Information Workers Level : 100 Technology : Microsoft SharePoint Server Delivery Method : Instructor-led (Classroom) Course Overview

More information

BUSINESS TECHNOLOGY. Administrative Assistant Degree. Administrative Assistant Certificate

BUSINESS TECHNOLOGY. Administrative Assistant Degree. Administrative Assistant Certificate Area: Computer Science & Information Technology Dean: Barbara Blanchard Phone: (916) 484-8361 Counseling: (916) 484-8572 Administrative Assistant Degree The administrative assistant associate degree program

More information

Senior Project: Calendar

Senior Project: Calendar Senior Project: Calendar By Jason Chin June 2, 2017 Contents 1 Introduction 1 2 Vision and Scope 2 2.1 Business Requirements...................... 2 2.1.1 Background........................ 2 2.1.2 Business

More information

Digital Media in Higher Education: Enrich Learning and Campus Communications

Digital Media in Higher Education: Enrich Learning and Campus Communications : Enrich Learning and Campus Communications Digital Media in Higher Education: Enrich Learning and Campus Communications By distributing live and on-demand video to PCs and digital signage, colleges and

More information

Development of Web Applications for Savannah River Site

Development of Web Applications for Savannah River Site STUDENT SUMMER INTERNSHIP TECHNICAL REPORT Development of Web Applications for Savannah River Site DOE-FIU SCIENCE & TECHNOLOGY WORKFORCE DEVELOPMENT PROGRAM Date submitted: October 17, 2014 Principal

More information

CloudSwyft Learning-as-a-Service Course Catalog 2018 (Individual LaaS Course Catalog List)

CloudSwyft Learning-as-a-Service Course Catalog 2018 (Individual LaaS Course Catalog List) CloudSwyft Learning-as-a-Service Course Catalog 2018 (Individual LaaS Course Catalog List) Microsoft Solution Latest Sl Area Refresh No. Course ID Run ID Course Name Mapping Date 1 AZURE202x 2 Microsoft

More information

Single Subject Credential Program

Single Subject Credential Program Credential Office Single Subject Credential Program Next Steps Presentation INTRODUCTION You are in the home stretch toward earning your preliminary credential, congratulations! Now it is time to discuss

More information

3 - Welcome. 4 - Your Success Begins Here Microsoft IT Academy. 7 - IBM Training. 8 - VMware Training. 9 - HP and Symantec Training

3 - Welcome. 4 - Your Success Begins Here Microsoft IT Academy. 7 - IBM Training. 8 - VMware Training. 9 - HP and Symantec Training 3 - Welcome 4 - Your Success Begins Here 5-6 - Microsoft IT Academy 7 - IBM Training 8 - VMware Training 9 - HP and Symantec Training 10 - Citrix Training 10 - Flexi Credits 11 - Our Partner Portfolio

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

INTERNSHIP NOTICE #54

INTERNSHIP NOTICE #54 Alumni Office Room 1W7 Chris LaCarrubba - Internship Coordinator bths.internship@gmail.com Isaac B. Honor Internship Coordinator Assistant INTERNSHIP NOTICE #54 Applied Merchandising Concepts (www.appliedmerchandising.com)

More information

Rural Health Information Technology Workforce Program. Modeling Effective Network Training Opportunities for Rural Health Information Technology

Rural Health Information Technology Workforce Program. Modeling Effective Network Training Opportunities for Rural Health Information Technology Rural Health Information Technology Workforce Program Modeling Effective Network Training Opportunities for Rural Health Information Technology PROGRAM OVERVIEW The Lac qui Parle Health Network (LqPHN)

More information

Writing Cover Letters

Writing Cover Letters Writing Cover Letters Communicating with Employers What is a cover letter? A cover letter is a document submitted with a job application explaining the applicant s credentials and interest in the open

More information

M.Ed Literacy Portfolio Student Guide

M.Ed Literacy Portfolio Student Guide M.Ed Literacy Portfolio Student Guide WCU TK20 Office Recitation Hall 610-436-2085 Tk20@wcupa.edu http://www.wcupa.edu/education-socialwork/tk20.aspx Watermark Helpdesk 1-800-311-5656 support@watermarkinsights.com

More information

Certification Prep Series

Certification Prep Series Sample Pages Certification Prep Series by D. Michael Ploor Start on Monday. Test on Friday. Certification Prep Series consists of individual guides that provide practice in the basic skills needed to be

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

COURSE SYLLABUS. CSC F101 Introduction to Computer Applications (CRN Health/Science/Technology. 2085) Department Course No. Course Title. hrs.

COURSE SYLLABUS. CSC F101 Introduction to Computer Applications (CRN Health/Science/Technology. 2085) Department Course No. Course Title. hrs. COURSE SYLLABUS Allied CSC F101 Introduction to Computer Applications (CRN Health/Science/Technology 2085) Department Course No. Course Title 3 hrs Credit Hrs. # lecture hrs./week # lab hrs./week Prepared

More information

CPA National Accreditation Standards for the ACAF Program and Applied Courses. Effective: May 19, 2017

CPA National Accreditation Standards for the ACAF Program and Applied Courses. Effective: May 19, 2017 CPA National Accreditation Standards for the ACAF Program and Applied Courses Effective: May 19, 2017 CPA Canada Advanced Certificate in Accounting and Finance (ACAF) 2017 Chartered Professional Accountants

More information

MARYLAND OFFICE OF THE SENIOR VICE PRESIDENT AND PROVOST

MARYLAND OFFICE OF THE SENIOR VICE PRESIDENT AND PROVOST UNI VERS ITY OF MARYLAND OFFICE OF THE SENIOR VICE PRESIDENT AND PROVOST 1119 Main Administration Building College Park, Maryland 20742-5031 301.405.5252 TEL 301.405.8195 FAX May 14, 2015 MEMORANDUM TO:

More information

A Digital Preservation Roadmap for Public Media Institutions

A Digital Preservation Roadmap for Public Media Institutions NDSR Project: A Digital Preservation Roadmap for Public Media Institutions Goal Summary Specific Objectives New York Public Radio (NYPR) seeks an NDSR resident to aid in the creation of a robust digital

More information

Introduction Building and Using Databases for historical research December 2012

Introduction Building and Using Databases for historical research December 2012 1. Introduction This is a non-tutor led course that can be completed at your own pace and at a time of your own choosing. We strongly recommend that you complete each module and its component sections

More information

April 11, 2019 CONTEST DESCRIPTION. EVENT: IT Office Software Applications LEVEL: Secondary Post-Secondary

April 11, 2019 CONTEST DESCRIPTION. EVENT: IT Office Software Applications LEVEL: Secondary Post-Secondary 2019 22 nd ANNUAL SKILLS CANADA MANITOBA COMPETITION April 11, 2019 CONTEST DESCRIPTION EVENT: IT Office Software Applications LEVEL: Secondary Post-Secondary WORLDSKILLS TRADE #: 08 COMPETITION START/END

More information

Endorsement: Business & Industry

Endorsement: Business & Industry Endorsement: Business & Industry Students will learn about a variety of IT concepts including computer software, computer hardware, careers in IT, and how to prepare and give presentations. Students will

More information

IN THE UNITED STATES DISTRICT COURT FOR THE DISTRICT OF COLUMBIA

IN THE UNITED STATES DISTRICT COURT FOR THE DISTRICT OF COLUMBIA IN THE UNITED STATES DISTRICT COURT FOR THE DISTRICT OF COLUMBIA UNITED STATES OF AMERICA, v. Plaintiff, MICROSOFT CORPORATION, Civil Action No. 98-1232 (CKK) Next Court Deadline: May 12, 2006 Joint Status

More information

DoConference Web Conferencing: DoMore DoConference

DoConference Web Conferencing: DoMore DoConference DoConference Web Conferencing: DoMore DoConference Use DoConference Conferencing for: Training and E-Learning Deliver interactive online classes, E-Learning sessions and educate easily and affordably.

More information

JEFFERSON COLLEGE COURSE SYLLABUS CIS236 SQL AND DATABASE DESIGN. 3 Credit Hours. Revised by: Chris DeGeare March 11, 2013

JEFFERSON COLLEGE COURSE SYLLABUS CIS236 SQL AND DATABASE DESIGN. 3 Credit Hours. Revised by: Chris DeGeare March 11, 2013 JEFFERSON COLLEGE COURSE SYLLABUS CIS236 SQL AND DATABASE DESIGN 3 Credit Hours Revised by: Chris DeGeare March 11, 2013 Mary Beth Ottinger, Ph.D., Division Chair, Business & Technical Education Dena McCaffrey,

More information

How to Become a CMA (Certified Management Accountant) May 10, 2017

How to Become a CMA (Certified Management Accountant) May 10, 2017 How to Become a CMA (Certified Management Accountant) May 10, 2017 Today s Moderator Featured Presenter Agenda The CMA Designation Institute of Management Accountants (IMA) Why get a CMA? CMA Requirements

More information

Description: Learning Outcomes:

Description: Learning Outcomes: Syllabus: GD215 / Web Design For Commercial Projects Course Day/Time Wednesdays 1:30-4:45pm Location CDM Room 623 Office Hours Wednesdays 5-6pm CDM 522 Final Project Day/Time Wednesday 11/14/18 at 1:30pm

More information

Course Outline. Oracle Database 12c: Installation and Administration. ( Add-On ) Oracle Database 12c: Installation and Administration

Course Outline. Oracle Database 12c: Installation and Administration.  ( Add-On ) Oracle Database 12c: Installation and Administration Course Outline Oracle Database 12c: Installation and Administration 11 Jul 2018 ( Add-On ) Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions

More information

!!!!!!! OWASP VETERANS TRAINING GRANT PROPOSAL BLACKSTONE VETERANS HIRING INITIATIVE: OWASP GRANT PROPOSAL

!!!!!!! OWASP VETERANS TRAINING GRANT PROPOSAL BLACKSTONE VETERANS HIRING INITIATIVE: OWASP GRANT PROPOSAL BLACKSTONE VETERANS HIRING INITIATIVE: OWASP GRANT PROPOSAL OWASP VETERANS TRAINING GRANT PROPOSAL Prepared by: Samantha Groves, Kate Hartmann, and Kait Disney-Leugers February 10, 2014 1 PROPOSAL QUESTIONS

More information