Database Management Systems Their Place in Nursing Informatics Education

Size: px
Start display at page:

Download "Database Management Systems Their Place in Nursing Informatics Education"

Transcription

1 Title Page (including all author information) Database Management Systems Their Place in Nursing Informatics Education Karen L. Courtney, RN, PhD Assistant Professor School of Nursing University of Pittsburgh Linda K. Goodwin, RN, PhD Dean College of Human and Health Sciences California State University - Stanislaus Jill Aubrecht, RN, MSN, MBA Project Coordinator School of Nursing University of Pittsburgh Corresponding Author: Karen Courtney School of Nursing University of Pittsburgh 415 Victoria Building Pittsburgh, PA Telephone: Fax: courtk@pitt.edu

2 *Manuscript (All Manuscript Text Pages in MS Word format, NO AUTHOR INFORMATION) 1 Nursing informatics requires understanding of data structures Including database knowledge and skills in nursing informatics curricula Models for teaching Key words: Nursing Informatics; Education; Database Management Systems

3 2 Introduction As noted in the American Nurses Association (ANA) Nursing Informatics Scope and Standards of Practice, 1 principles and concepts of database structures are an inherent component of nursing informatics practice. Many of the standards assume an understanding of data structures, management, and evaluation. While database management systems (DBMS) are not specifically mentioned within the standards, it is hard to imagine accomplishing many of the standards without the direct use of databases or information systems that are built upon databases such as electronic health records. Even within the ANA Informatics Scope and Standards ethics standard (12) and advocacy standard (15) standards of practice, knowledge of data structures and management is implicit. For example, in order to meet standard 15 (advocacy), the nurse informaticist must understand how the data are structured as well as understand the technical and organizational protocols regarding the sharing of data. This knowledge forms the foundation for assertions regarding the degree of data security and ease of data sharing. The standards that are most likely to require database management knowledge include: 1, assessment; 3, outcomes identification; 4, planning; 5, implementation; 6, evaluation; 9, quality of practice; 12, ethics; 13, research; and 15, advocacy. Practicing nurse informaticists may be expected to create and maintain databases, develop and revise interfaces, and develop data entry forms. Additionally, some nurse informaticists are responsible for creating complex queries and reports of quality or performance information from existing databases. Coursework in data structures, management, and evaluation along with

4 3 structured experiences applying theoretical knowledge in real-world situations is important in preparing nurses to work competently in a variety of technology environments. Competency in data structures and management is also recognized in ANA nursing informatics certification. For certification, nurse informaticists are tested on their ability to apply the principles of data structures, management, and evaluation. Databases and data concepts are integrated throughout the American Nurses Credentialing Center (ANCC) test plan. 2 The test plan specifically mentions skills in the logical and physical design of databases as well as underlying knowledge of data representation, data sets, classifications, and data integrity among other things. Despite an acknowledgment of the importance of database management skills and understanding of data structures, management, and evaluation in nursing informatics practice, there remains little description in the literature of the minimal requirements let alone ideal requirements for DBMS concepts to be incorporated into nursing informatics educational programs. This paper will make recommendations for minimal content necessary to meet the standards of practice and certification for nursing informatics and review two models for including database management systems (DBMS) knowledge into nursing informatics curricula. Minimal Requirements for Educational Preparation Based on the ANA Scope and Standards for Nursing Informatics 1 and the ANCC nursing informatics certification test plan, 2 we suggest that at least the following concepts and experiences (Table 1) be presented in nursing informatics educational programs. In this table, we cross-match these concepts with a sample activity. Each of these concept areas is described below.

5 4 [insert Table 1 about here] Logical Design Logical design can be classified as the planning processes for a database. These processes typically include user needs assessment (requirements analysis), modeling of the proposed systems, and optimization of the proposed database through normalization. As part of the requirements analysis, students should be able to demonstrate skills in collecting information from users, understanding the database project requirements, classifying and prioritizing the requirements, resolving conflicts in requirements, and validating requirements with users. Gathering the requirements for a database project is similar to other information technology projects but requires students to think about the structure and relationships of the data within the database. If the proposed database is to interact with other systems, students should discuss the challenges of interoperability between information systems. Once students have an understanding of the requirements, they need to know how to model the required data, the information and control flow, and operational behaviors. There are many different modeling standards. We would recommend students be exposed to some of the more common models (Table 2) which they might encounter in the workplace such as Entity- Relationship diagrams 3 or Unified Modeling Language (UML) models 4 such as the Activity Diagram, the Use Case Model, and Class Diagrams. Students should be able to accurately model the database system based on their requirements analysis. [Insert revised Table 2 about here]

6 5 Each of these steps in the logical design is iterative and requires validation with the users. Students should have the opportunity to interact with users and practice user needs assessment skills. Once students have identified and validated the requirements and the desired system responses, students need to know how to optimize the efficiency of the database through normalization. Using a step-by-step approach to normalization, students should be able to modify the database structure to at least third normal form 5, meaning that all attributes (or columns) in the record (or row) are defined by the primary key, the whole key and nothing but the key. Additionally, students would be expected to describe situations in which denormalization might increase the efficiency of a specific database application. Special topics in this area might also include how data warehouses can be used for specialized applications. Physical Design The physical database design phase is the construction of the database along with development of queries, forms, and reports. This phase is often what students think of first when anticipating a database course. The logical design serves as the foundation of the physical database. By using an iterative process in the logical design, less time and fewer revisions are needed when building the physical database. In addition to creating the table structure, students should also know how to design data entry forms, queries, and reports. Students should be able to apply their knowledge of normalization to enhance the efficiency of the database and create the necessary tables and relations to support this. One area of contention in the physical design of databases is which database management system (DBMS) students will use. Arguments can be made for many of the common systems such as Microsoft Access, MySQL, or Oracle. However, no matter which system is used,

7 6 invariably some graduates will work on a different database management system than the one they used in their coursework. Important issues to consider when choosing a DBMS system for coursework are the availability to students, cost, available support resources, and the complexity of the database project being built. Depending on the DBMS used, students may also demonstrate that they can create easy data entry interfaces. Additional topics in this area would include security issues, distributed databases, data sharing, and interoperability among databases. Standardized Terminologies Standardized terminology is one area that is substantially different from the content acquired within a computer science database management course. The area speaks to the foundation of nursing informatics practice. Students should understand common nursing and biomedical data sets and terminologies and the relationship between these and facility-based databases such as the electronic health record. If possible, students should have a hands-on experience in querying a nursing data set created using a standardized terminology and presenting their results. Data Warehouses Data warehouses address the longitudinal uses of data and represent a special use of databases. Topics in this area may also include data cleaning, data aggregation, and data mining. Patient privacy issues arise even in de-identified databases used for data mining; students should be introduced to procedures for data security, as well as de-identification and protecting personally identifiable health information. Interoperability

8 7 Interoperability stresses the complexity and challenges of the integration of information systems. Topics may include common terminologies, identification of barriers, and tools and application of relevant privacy and security regulations. If possible, students should have the opportunity to discuss these challenges with practicing nursing informatics specialists in the context of their database projects. Model Curricula These educational needs could be met in a number of different ways. In this paper, we describe two different methods of incorporating database management content into a nursing informatics curriculum. Both programs use a real-world project-centric approach for teaching this content. Alumni report enjoying the opportunity to interact with actual end users and to create projects that are meaningful to an audience outside class. Sample project assessment rubrics from both programs are available upon request. University of Pittsburgh In the MSN Nursing Informatics program at the University of Pittsburgh, DBMS content is covered in a dedicated nursing informatics DBMS course. The benefits of this approach are that the content and experiences are tailored for nursing informatics practice, the course can be structured without extensive programming pre-requisites, and students can have a start-to-finish experience with DBMS leading to an understanding of the entire process. The disadvantage to this approach may be a lack of qualified faculty to teach the course and a potential lack of integration of DBMS content and experience with other nursing informatics content. At the University of Pittsburgh, the DBMS course is taught in an incremental and sequential method. Each new concept builds on the previous content and is simultaneously applied to a

9 8 semester-long course project (see Table 3 for content). Throughout the course, students progress from experience with the logical design of databases (DBMS designs, requirements analysis, modeling, and normalization) to physical design of the database (building, testing, querying, and generating reports). By the end of the course, students have produced a fully-functional prototype database based on a user s request. Data warehouses are a special topic included within the DBMS course; standardized terminologies and interoperability are currently reviewed in another course in the nursing informatics program. [insert revised Table 3 about here] Students are assessed using periodic content quizzes (30%) and a rubric-based evaluation of the course-long database project (70%). The database course includes practice exercises and homework assignments which are reviewed but not graded. Additionally students can provide a rough draft of several of their project components (modeling, normalization, and queries) for ungraded feedback early in the semester. Peer evaluation of the final products is also an important component in the final project assessment. This allows students to see how others approached the same problem and provides an opportunity for discussion about strengths and weaknesses of design choices. Depending on the database project for the course, students learn how to use additional software such as Microsoft Access, MySQL, Visio, and/or Pendragon Forms. Appropriate software is provided in the School s computer labs for easy access. If home access is desired by the student, software programs can be purchased through the University at a substantially discounted rate. Brief software tutorials are provided within the course and additional software training resources (such as books, websites, or classes) are listed for students within the syllabus.

10 9 Duke University In the Nursing Informatics program at Duke University, DBMS content is taught in a modularized and threaded fashion throughout 3 of the 4 informatics specialty semesters (Table 4). Content builds each semester and emphasizes foundations and issues (semester 1), project management (semester 2), information infrastructure and patient safety (semester 3), and the final (4 th ) semester is a hands-on synthesis and practicum experience with a qualified mentor. The advantage to this approach is that DBMS concepts are embedded within an applied teaching strategy that helps prepare students for the real world of informatics practice. But a disadvantage is that content becomes blurred and students sometimes have difficulty retaining important details when they are merged with so many other important content threads. Like with the standalone DBMS course, by the end of the program, students have produced a fullyfunctional database project based on a user request. [insert revised Table 4 about here] Student progress is assessed using rubrics that are designed to evaluate mastery of DBMS content and hands-on skills, ANA Nursing Informatics standards, 1 and overall course and curricular program objectives, through both individual and team project deliverables. Other Potential Models Students could take a DBMS course within another discipline such as computer science to meet most of these needs. However, DBMS courses in other disciplines may not adequately match the practice needs for nursing informaticists and may require additional prerequisites such as programming courses. The level of content within a computer science course for database

11 10 administrators may not be an ideal match for the practice needs of nursing informatics specialists. Curricular Recommendations Based on our alumni experiences, the ANA Scope and Standards of Nursing Informatics 1 and ANCC nursing informatics certification test plan, 2 we recommend at least the following database content be included within the nursing informatics curricula: logical and physical database design, standard terminologies, domain modeling, data warehouses, and interoperability. Although a DBMS course within other disciplines such as computer science may cover much of this content, we believe that content inclusion from within the nursing informatics discipline is preferable when available.

12 11 References 1. American Nurses Association. Scope and Standards of Nursing Informatics Practice. Washington, DC: American Nurses Publishing; American Nurses Credentialing Center. Informatics Nurse. 2009; Accessed 04/15/ Garcia-Molina H, Ullman JD, Widom J. Database Systems The Complete Book. 2nd ed. Upper Saddle River, NJ: Pearson Prentice Hall; Fowler M. UML Distilled: A Brief Guide to the Standard Object Modeling Language. 3rd ed. Boston, MA: Addison-Wesley Professional; Kent W. A Simple Guide to Five Normal Forms in Relational Database Theory. Communications of the ACM. 1983;26(2): Accessed 05/18/2010.

13 12 Legend Table 1: Recommended DBMS content for nursing informatics programs Table 2: Overview of Common Database Models Table 3: University of Pittsburgh DBMS Content Table 4: Duke University s informatics curriculum model for DBMS content ( )

14 Table Table 1: Recommended DBMS content for nursing informatics programs Concept Logical design Requirements analysis Logical design Modeling Logical design Normalization Physical design Create simple database Physical design Build & execute queries Physical design Design report Standard Terminologies Data Warehouses Interoperability Sample Activity Analyze a current clinical domain problem with user(s) Use appropriate standard models, such as UML, with user input to model the above domain problem and potential solutions Create paper-based normalized tables (to at least third normal form) with faculty guidance for the proposed database Build a simple database that reflects the logical design proposed earlier (PC based and/or PDA based) Create and run appropriate queries on database based on user requests (PC based) Design and present appropriate reports from database based on user needs (PC based) Identify appropriate standard terminologies for use in the proposed database Discuss with expert guest speaker(s) the design, development, maintenance of existing clinical data warehouse(s) Discuss with expert guest speaker(s) the design, development, and management of interoperability projects

15 Table Table 2: Overview of Common Database Models Model Entity-Relationship Diagrams UML: Activity Diagrams UML: Use Case Models UML: Class Diagrams Description A graphical representation of the relationships between important concepts (these will later become tables in the database). Each entity can be described by attributes or properties. For example: A student (entity) registers (relationship) for classes (entity). The student entity may contain the attributes of last name, first name, and student identification number. The class entity contains attributes such as class identification number, subject, and class title. These diagrams are useful for capturing how tables will be linked to each other in the database being built. A graphical representation of the dynamic behavior of a system. These are similar to flow charts. For example, a student initiates the registration process by entering in a user id and password (activity); the database then checks to see if this is a valid user (activity); a message regarding authorization to register is then returned to the student (activity). These diagrams are particularly useful for understanding workflow or how the database will control information flow between tables, processes or even outside systems. A graphical and textual representation of the systems behavior from the user s perspective. For example, the Use Case model specifies the types of interactions people will have with the University Registrar s database. Students (user) may check their current schedule (one use) or may add an additional class (another use). Faculty (another type of user) may check their class roster (use). Deans (user) may assign a class to be taught by a faculty member. These models are useful for understanding how different users will interact with the developed systems and can assist with planning security controls and/or user-specific views of the database. A graphical representation of the relationships between important concepts as well as functions. Class diagrams are similar to Entity-Relationship diagrams in that both describe the relationships between tables and include a list of attributes for each entity. The main difference between the two is the class diagrams also include methods or the types of functions that the class can perform. For example, a student (class) registers (association) for courses (class). The student class may contain the attributes of last name, first name and student identification number. The course class contains attributes such as course identification number, subject, and course title. The methods listed for the student class might be to add a course (method) or drop a course (method). These diagrams are useful for capturing how tables will be linked to each other in the database being built.

16 Table Table 3: University of Pittsburgh DBMS Content Week Topic 1 Introduction to course software and resources Introduction to course project Introduction to databases History of database design Flat file vs. Relational databases Relational vs. Object Oriented Databases Data dictionaries 2 Requirements Analysis/ Functional Specifications Introduction to Access Introduction to Palm Emulator 3 Data modeling Entity-Relationship Diagrams (E-R) Ask the Client (45 minutes) 4 Data modeling Unified Modeling Language (UML) Ask the Client (45 minutes) 5 Normalization Joins, etc. 6 Introduction to Pendragon Forms 7 Advanced Pendragon Features Algorithms & Scripting Access Queries & Reports 8 Assisted Project Development 9 Assisted Project Development 10 Assisted Project Development 11 Independent Project Development 12 Introduction to SQL Data warehouses and data mining 13 Final Project Presentations

17 Table previous knowledge with new learning Final semester is a hands-on practicum experience that synthesizes 1 Table 4. Duke University s informatics curriculum model for DBMS content ( ) Concept 1 st semester 2 nd semester 3 rd semester 4 th semester Basic database Field, record, User interface Usability concepts structure, Basic clinical information system concepts Project management and systems lifecycles Logical design Requirements analysis Logical design Modeling Logical design Normalization Physical design Create simple database Physical design Build & execute queries Physical Design Design report Nursing data sets Data warehouses Relevant theories query, report Clinical database applications, informatics standards; health information exchange Systems thinking Teamwork Fundamentals of analysis The value of clinical expertise in health IT ANA recognized vocabularies Data warehouse defined Change Cybernetics and Systems Interaction of people, technology, systems Socio-political, ethical, legal, and economic considerations Systems analysis The impact of clinical expertise in IT tool development Build PDA forms for clinical data collection Define underlying MS Access structures Build simple reports Tower of Babel exercise Tower of Babel exercise Diffusion of Innovation Information Processing Interfaces Structures, systems, processes, QI, patient safety Requirements analysis (document) Domain modeling - UML diagrams Build PC database Build PC database Build queries Build complex reports Define dataset for project Data mining lecture Participative Design Usability Chaos/Complexity Org Theories

18 *Copyright Transfer Form This piece of the submission is being sent via mail.

CIN Plus. Data Aggregation: A Case Study HEALTHCARE TECHNOLOGY USE BACKGROUND. Section Editor: Linda Q. Thede, PhD, RN-BC

CIN Plus. Data Aggregation: A Case Study HEALTHCARE TECHNOLOGY USE BACKGROUND. Section Editor: Linda Q. Thede, PhD, RN-BC CIN Plus Section Editor: Linda Q. Thede, PhD, RN-BC Data Aggregation: A Case Study Audrey L. Roberts, BSN, RN, CLNC Jeanne P. Sewell, MSN, RN DOI: 10.1097/NCN.0b013e3181fb5c0c Key Points: Database design

More information

ABD - Database Administration

ABD - Database Administration Coordinating unit: 270 - FIB - Barcelona School of Informatics Teaching unit: 747 - ESSI - Department of Service and Information System Engineering Academic year: Degree: 2017 BACHELOR'S DEGREE IN INFORMATICS

More information

ITT Technical Institute. ET2560T Introduction to C Programming Onsite and Online Course SYLLABUS

ITT Technical Institute. ET2560T Introduction to C Programming Onsite and Online Course SYLLABUS ITT Technical Institute ET2560T Introduction to C Programming Onsite and Online Course SYLLABUS Credit hours: 4.5 Contact/Instructional hours: 67 (41 Theory Hours, 26 Lab Hours Prerequisite(s and/or Corequisite(s:

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

Computing Accreditation Commission Version 2.0 CRITERIA FOR ACCREDITING COMPUTING PROGRAMS

Computing Accreditation Commission Version 2.0 CRITERIA FOR ACCREDITING COMPUTING PROGRAMS Computing Accreditation Commission Version 2.0 CRITERIA FOR ACCREDITING COMPUTING PROGRAMS Optional for Reviews During the 2018-2019 Accreditation Cycle Mandatory for Reviews During the 2019-2020 Accreditation

More information

BD - Databases

BD - Databases Coordinating unit: Teaching unit: Academic year: Degree: ECTS credits: 2018 270 - FIB - Barcelona School of Informatics 747 - ESSI - Department of Service and Information System Engineering BACHELOR'S

More information

PROGRAMME SUMMARY You are required to take eight core modules in terms one and two as outlined in the module list.

PROGRAMME SUMMARY You are required to take eight core modules in terms one and two as outlined in the module list. PROGRAMME SPECIFICATION MSc Real Estate Investment KEY FACTS Programme name Real Estate Investment Award MSc School Cass Business School Department or equivalent Specialist Masters Programme Programme

More information

CRITERIA FOR ACCREDITING COMPUTING PROGRAMS

CRITERIA FOR ACCREDITING COMPUTING PROGRAMS CRITERIA FOR ACCREDITING COMPUTING PROGRAMS Effective for Reviews During the 2014-2015 Accreditation Cycle Incorporates all changes approved by the ABET Board of Directors as of October 26, 2013 Computing

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

LIS 2680: Database Design and Applications

LIS 2680: Database Design and Applications School of Information Sciences - University of Pittsburgh LIS 2680: Database Design and Applications Summer 2012 Instructor: Zhen Yue School of Information Sciences, University of Pittsburgh E-mail: zhy18@pitt.edu

More information

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

City University of Hong Kong. Course Syllabus. offered by Department of Computer Science with effect from Semester B 2016/17 City University of Hong Kong offered by Department of Computer Science with effect from Semester B 2016/17 Part I Course Overview Course Title: Information Security for ecommerce Course Code: CS5285 Course

More information

Title Core TIs Optional TIs Core Labs Optional Labs. All None 1.1.6, 1.1.7, and Network Math All None None 1.2.5, 1.2.6, and 1.2.

Title Core TIs Optional TIs Core Labs Optional Labs. All None 1.1.6, 1.1.7, and Network Math All None None 1.2.5, 1.2.6, and 1.2. CCNA 1 Plan for Academy Student Success (PASS) CCNA 1 v3.1 Instructional Update # 2006-1 This Instructional Update has been issued to provide guidance on the flexibility that Academy instructors now have

More information

ITT Technical Institute. SD2720 Advanced Software Development Using Java Onsite and Online Course SYLLABUS

ITT Technical Institute. SD2720 Advanced Software Development Using Java Onsite and Online Course SYLLABUS ITT Technical Institute SD2720 Advanced Software Development Using Java Onsite and Online Course SYLLABUS Credit hours: 3 Contact/Instructional hours: 40 (20 Theory Hours, 20 Lab Hours) Prerequisite(s)

More information

College of San Mateo Course Outline

College of San Mateo Course Outline College of San Mateo Course Outline New Course Update/No change Course Revision (Minor) Course Revision (Major) Date: 1/26/12 Department: CIS Number: 420 Course Title: Project Management Professional Certificate

More information

Title Core TIs Optional TIs Core Labs Optional Labs. 1.1 WANs All None None None. All None None None. All None 2.2.1, 2.2.4, 2.2.

Title Core TIs Optional TIs Core Labs Optional Labs. 1.1 WANs All None None None. All None None None. All None 2.2.1, 2.2.4, 2.2. CCNA 2 Plan for Academy Student Success (PASS) CCNA 2 v3.1 Instructional Update # 2006-1 This Instructional Update has been issued to provide guidance on the flexibility that Academy instructors now have

More information

SOFTWARE ENGINEERING

SOFTWARE ENGINEERING SOFTWARE ENGINEERING INTRODUCTION TO SOFTWARE ENGINEERING. COURSE STRUCTURE AND REQUIREMENTS Saulius Ragaišis saulius.ragaisis@mif.vu.lt WHAT IS SOFTWARE ENGINEERING? First definition Software engineering

More information

CSCI 3160: User Interface Design

CSCI 3160: User Interface Design CSCI 3160: User Interface Design Dalhousie Faculty of Computer Science 24 October 2003 Objectives CSCI 3160: User Interface Design This class deals with concepts and techniques underlying the design of

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

B. Subject-specific skills B1. Problem solving skills: Supply the student with the ability to solve different problems related to the topics

B. Subject-specific skills B1. Problem solving skills: Supply the student with the ability to solve different problems related to the topics Zarqa University Faculty: Information Technology Department: Computer Science Course title: Programming LAB 1 (1501111) Instructor: Lecture s time: Semester: Office Hours: Course description: This introductory

More information

Title Core TIs Optional TIs Core Labs Optional Labs. All None 1.1.4a, 1.1.4b, 1.1.4c, 1.1.5, WAN Technologies All None None None

Title Core TIs Optional TIs Core Labs Optional Labs. All None 1.1.4a, 1.1.4b, 1.1.4c, 1.1.5, WAN Technologies All None None None CCNA 4 Plan for Academy Student Success (PASS) CCNA 4 v3.1 Instructional Update # 2006-1 This Instructional Update has been issued to provide guidance to the Academy instructors on the flexibility that

More information

Textbook(s) and other required material: Raghu Ramakrishnan & Johannes Gehrke, Database Management Systems, Third edition, McGraw Hill, 2003.

Textbook(s) and other required material: Raghu Ramakrishnan & Johannes Gehrke, Database Management Systems, Third edition, McGraw Hill, 2003. Elective course in Computer Science University of Macau Faculty of Science and Technology Department of Computer and Information Science SFTW371 Database Systems II Syllabus 1 st Semester 2013/2014 Part

More information

IT Essentials PC Hardware and Software Grades 11-12

IT Essentials PC Hardware and Software Grades 11-12 IT Essentials PC Hardware and Software Grades 11-12 Units of Credit: One Semester (Elective) Prerequisites: None Course Description: IT Essentials: PC Hardware and Software is a hands-on, career-oriented

More information

Course Design Document: IS202 Data Management. Version 4.5

Course Design Document: IS202 Data Management. Version 4.5 Course Design Document: IS202 Data Management Version 4.5 Friday, October 1, 2010 Table of Content 1. Versions History... 4 2. Overview of the Data Management... 5 3. Output and Assessment Summary... 6

More information

Part A: Course Outline

Part A: Course Outline University of Macau Faculty of Science and Technology Course Title: Department of Electrical and Computer Engineering Part A: Course Outline Communication System and Data Network Course Code: ELEC460 Year

More information

Computer Networks IT321

Computer Networks IT321 Computer Networks IT321 CS Program 3 rd Year (2 nd Semester) Page 1 Assiut University Faculty of Computers & Information Computer Science Department Quality Assurance Unit Computer Networks Course Specifications

More information

SYLLABUS. Departmental Syllabus. Structured Query Language (SQL)

SYLLABUS. Departmental Syllabus. Structured Query Language (SQL) SYLLABUS DATE OF LAST REVIEW: 02/2013 CIP CODE: 11.0901 SEMESTER: COURSE TITLE: COURSE NUMBER: Structured Query Language (SQL) CIST0151 CREDIT HOURS: 3 INSTRUCTOR: OFFICE LOCATION: OFFICE HOURS: TELEPHONE:

More information

COURSE OUTLINE. School of Engineering Technology and Applied Science

COURSE OUTLINE. School of Engineering Technology and Applied Science COURSE OUTLINE SCHOOL: School of Engineering Technology and Applied Science DEPARTMENT: PROGRAM: COURSE TITLE: Information and Communication Engineering Technology (ICET) Computer and Communication Networking

More information

IT 204 Final Project Guidelines and Rubric Database Proposal and Implementation Plan Report

IT 204 Final Project Guidelines and Rubric Database Proposal and Implementation Plan Report IT 204 Final Project Guidelines and Rubric Database Proposal and Implementation Plan Report Overview The final project for this course is the creation of a database proposal and implementation plan report

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

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

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

ITT Technical Institute. SD1420 Introduction to Java Programming Onsite and Online Course SYLLABUS

ITT Technical Institute. SD1420 Introduction to Java Programming Onsite and Online Course SYLLABUS ITT Technical Institute SD1420 Onsite and Online Course SYLLABUS Credit hours: 4.5 Contact/Instructional hours: 56 (34 Theory Hours, 22 Lab Hours Prerequisite(s and/or Corequisite(s: Prerequisite: PT1420

More information

Course specification

Course specification The University of Southern Queensland Course specification Description: Database Applications Development with Oracle Subject CIS Cat-nbr 2004 Academic group: Academic org: Student contribution band: ASCED

More information

Bachelor of Engineering Technology (Electronics & Controls) Curriculum Document. Australian College of Kuwait. (September 2015) BEEF15 - Version 5.

Bachelor of Engineering Technology (Electronics & Controls) Curriculum Document. Australian College of Kuwait. (September 2015) BEEF15 - Version 5. Bachelor of Engineering Technology (Electronics & Controls) Curriculum Document Australian College of Kuwait (September 2015) BEEF15 - Version 5.1 FOREWORD In this document, a curriculum for Bachelor of

More information

UNDERGRADUATE PROGRAMME SPECIFICATION

UNDERGRADUATE PROGRAMME SPECIFICATION UNDERGRADUATE PROGRAMME SPECIFICATION Programme Title: Awarding Body: Teaching Institution: Final Awards: BSc (Hons) Computer Networks (progression award) Staffordshire University Faculty of Computing,

More information

SOFTWARE ENGINEERING

SOFTWARE ENGINEERING SOFTWARE ENGINEERING INTRODUCTION TO SOFTWARE ENGINEERING. COURSE STRUCTURE AND REQUIREMENTS Saulius Ragaišis saulius.ragaisis@mif.vu.lt WHAT IS SOFTWARE ENGINEERING? First definition Software engineering

More information

Database Management Systems CS Spring 2017

Database Management Systems CS Spring 2017 Database Management Systems CS 542 --- Spring 2017 Instructor: Elke Rundensteiner Office: FL 135 Email: rundenst@cs.wpi.edu http://web.cs.wpi.edu/~cs542/s17 Course Information Who should attend? Interested

More information

TITLE OF COURSE SYLLABUS, SEMESTER, YEAR

TITLE OF COURSE SYLLABUS, SEMESTER, YEAR TITLE OF COURSE SYLLABUS, SEMESTER, YEAR Instructor Contact Information Jennifer Weller Jweller2@uncc.edu Office Hours Time/Location of Course Mon 9-11am MW 8-9:15am, BINF 105 Textbooks Needed: none required,

More information

Compulsory course in Computer Science

Compulsory course in Computer Science Compulsory course in Computer Science University of Macau Faculty of Science and Technology Department of Computer and Information Science SFTW241 Programming Languages Architecture I Syllabus 2 nd Semester

More information

USC Viterbi School of Engineering

USC Viterbi School of Engineering Introduction to Computational Thinking and Data Science USC Viterbi School of Engineering http://www.datascience4all.org Term: Fall 2016 Time: Tues- Thur 10am- 11:50am Location: Allan Hancock Foundation

More information

The University of Jordan

The University of Jordan The University of Jordan Faculty: Business Department: Management Information Systems Semester: 1 st and 2 nd Academic Year: Each academic year Database Management Systems (2) [1605440] -----------------------------------------------------------------------------------------------------------

More information

IST659 Database Admin Concepts & Management Syllabus Fall Location: Time: Office Hours:

IST659 Database Admin Concepts & Management Syllabus Fall Location: Time: Office Hours: Instructor: Withro H. Wiggins Phone: (315) 446-5418 (Home) Email: wwiggins@syr.edu Office: Adjunct Location: Time: Office Hours: LMS Wednesday - Tuesday by appointment (online) Course Description This

More information

Computer Information Systems

Computer Information Systems Computer Information Systems 197 Computer Information Systems See Computer Science and Computer Network Engineering and Electronics sections for additional computer courses. Degrees, Certificates and Awards

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

City University of Hong Kong. Course Syllabus. offered by Department of Information Systems with effect from Semester A 2017 / 2018

City University of Hong Kong. Course Syllabus. offered by Department of Information Systems with effect from Semester A 2017 / 2018 City University of Hong Kong offered by Department of Information Systems with effect from Semester A 2017 / 2018 Part I Course Overview Course Title: Information Systems Infrastructure and Security Management

More information

USER EXPERIENCE DESIGN (UXD)

USER EXPERIENCE DESIGN (UXD) Kent State University Catalog 2018-2019 1 USER EXPERIENCE DESIGN (UXD) UXD 20001 INTRODUCTION TO USER EXPERIENCE DESIGN 3 Credit Students explore the context within which User Experience Design exists

More information

Software Reliability and Reusability CS614

Software Reliability and Reusability CS614 Software Reliability and Reusability CS614 Assiut University Faculty of Computers & Information Quality Assurance Unit Software Reliability and Reusability Course Specifications2011-2012 Relevant program

More information

Database Management System Implementation. Who am I? Who is the teaching assistant? TR, 10:00am-11:20am NTRP B 140 Instructor: Dr.

Database Management System Implementation. Who am I? Who is the teaching assistant? TR, 10:00am-11:20am NTRP B 140 Instructor: Dr. Database Management System Implementation TR, 10:00am-11:20am NTRP B 140 Instructor: Dr. Yan Huang TA: TBD Who am I? Dr. Yan Huang, graduated 2003 from University of Minnesota Research interests: database,

More information

Assessment Plan. Academic Cycle

Assessment Plan. Academic Cycle College of Business and Technology Division or Department: School of Business (Business Administration, BS) Prepared by: Marcia Hardy Date: June 21, 2017 Approved by: Margaret Kilcoyne Date: June 21, 2017

More information

Philadelphia University Faculty of Information Technology Department of Computer Science --- Semester, 2007/2008. Course Syllabus

Philadelphia University Faculty of Information Technology Department of Computer Science --- Semester, 2007/2008. Course Syllabus Philadelphia University Faculty of Information Technology Department of Computer Science --- Semester, 2007/2008 Course Syllabus Course Title: Advanced Databases Course Level: 4 Lecture Time: Course code:

More information

Module Definition Form (MDF)

Module Definition Form (MDF) Module Definition Form (MDF) Module code: MOD005618 Version: 1 Date Amended: 25/Nov/2016 1. Module Title Object Orientated Modelling and Data Design 2a. Module Leader Peter Sun 2b. Department Department

More information

PROGRAMME SYLLABUS Information Architecture and Innovation (Two Years), 120

PROGRAMME SYLLABUS Information Architecture and Innovation (Two Years), 120 PROGRAMME SYLLABUS Information Architecture and Innovation (Two Years), 120 credits Programmestart: Autumn 2018 Jönköping International Business School, Box 1026, SE-551 11 Jönköping VISIT Gjuterigatan

More information

ASSIUT UNIVERSITY. Faculty of Computers and Information Department of Information Technology. on Technology. IT PH.D. Program.

ASSIUT UNIVERSITY. Faculty of Computers and Information Department of Information Technology. on Technology. IT PH.D. Program. ASSIUT UNIVERSITY Faculty of Computers and Information Department of Information Technology Informatiio on Technology PhD Program IT PH.D. Program Page 0 Assiut University Faculty of Computers & Informationn

More information

Study (s) Degree Center Acad. Period

Study (s) Degree Center Acad. Period COURSE DATA Data Subject Code 34675 Name Database Management Cycle Grade ECTS Credits 6.0 Academic year 2016-2017 Study (s) Degree Center Acad. Period year 1400 - Grado de Ingeniería Informática SCHOOL

More information

The University of Aizu School of Computer Science and Engineering Introduction to Programming. Course Syllabus (Special Track for Foreign Students)

The University of Aizu School of Computer Science and Engineering Introduction to Programming. Course Syllabus (Special Track for Foreign Students) The University of Aizu School of Computer Science and Engineering Introduction to Programming Course Syllabus (Special Track for Foreign Students) Evgeny Pyshkin, Senior Associate Professor 27.01.2017

More information

Health Education Community Health Education

Health Education Community Health Education + Master of Science Program Health Education Community Health Education CECH 2014 Primary Faculty: Keith King, PhD, MCHES 513-556-3859 keith.king@uc.edu I. Program Overview The Master of Science (MS) in

More information

Academic Course Description

Academic Course Description BEC502 MICROPROCESSOR AND MICROCONTROLLER Course (catalog) description Academic Course Description BHARATH UNIVERSITY Faculty of Engineering and Technology Department of Electronics and Communication Engineering

More information

MSIS-DL 317 Syllabus. Faisal Akkawi, Ph.D. Introduction to Databases Fall 09

MSIS-DL 317 Syllabus. Faisal Akkawi, Ph.D. Introduction to Databases Fall 09 Contact Information: Email: f-akkawi@northwestern.edu Office Phone: 312-503-2418 Cell Phone: 708-772-6323 Office Hours: Available by appointment MSIS-DL 317 Syllabus Faisal Akkawi, Ph.D. Introduction to

More information

INF - INFORMATION SCIENCES

INF - INFORMATION SCIENCES INF - INFORMATION SCIENCES INF 6000 Introduction to Information Management Cr. 3 Introduction to current data/information management from an interdisciplinary perspective, incorporating the latest ideas,

More information

Assessment Plan. Academic Cycle

Assessment Plan. Academic Cycle College of Business and Technology Assessment Plan Division or Department: School of Business (Accounting, BS) Prepared by: Nat Briscoe Date: June 21, 2017 Approved by: Margaret Kilcoyne Date: June 21,

More information

All LJMU programmes are delivered and assessed in English

All LJMU programmes are delivered and assessed in English PROGRAMME SPECIFICATION Master of Science in Computer Forensics Awarding institution Teaching institution JACS Code Programme Duration Language of Programme Subject benchmark statement Programme accredited

More information

PROGRAMME SPECIFICATION POSTGRADUATE PROGRAMMES

PROGRAMME SPECIFICATION POSTGRADUATE PROGRAMMES PROGRAMME SPECIFICATION POSTGRADUATE PROGRAMMES KEY FACTS Programme name Telecommunications and Networks Award MSc School School of Engineering and Mathematical Sciences Department or equivalent School

More information

FSE 100x: Introduction to Engineering: Imagine. Design. Engineer! Spring C 2018

FSE 100x: Introduction to Engineering: Imagine. Design. Engineer! Spring C 2018 FSE 100x: Introduction to Engineering: Imagine. Design. Engineer! Spring C 2018 I. COURSE OVERVIEW This 15-week 2-credit hour course is an active introduction to developing an engineering mindset that

More information

GREAT PLAINS TECHNOLOGY CENTER COURSE OF STUDY. Adult Students: 1050 Hours

GREAT PLAINS TECHNOLOGY CENTER COURSE OF STUDY. Adult Students: 1050 Hours GREAT PLAINS TECHNOLOGY CENTER COURSE OF STUDY Career Cluster: Career Pathway: Career Major: Career Major Hours: Information Technology (IT) Information Support and Services (IT002) Desktop Support Technician

More information

Course Listing Academic Year

Course Listing Academic Year Course Listing Academic Year 2014-2015 Page 2 of 10 Academic Skills Student Programmes Key Stage 3 and 4 Course List Overview Working Skills Student Programmes Functional Skills Personal Skills Student

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

Course Title: Network+/Networking Fundamentals. Course Section: CNS-101-I1. FORMAT: Online

Course Title: Network+/Networking Fundamentals. Course Section: CNS-101-I1. FORMAT: Online Course Title: Network+/Networking Fundamentals Course Section: CNS-101-I1 FORMAT: Online TIME FRAME: Start Date: 15 January 2018 End Date: 06 May 2018 CREDITS: 4 INSTRUCTOR: Carlos J. Garcia Office Hours:

More information

BEng (Hons) Electronic and Communication Engineering - E431 (Under Review)

BEng (Hons) Electronic and Communication Engineering - E431 (Under Review) BEng (Hons) Electronic and Communication Engineering - E431 (Under Review) 1. Introduction The field of Electronic and Communication Engineering is one that currently evolves at an extremely fast rate.

More information

N/A. Engineering (MEng) July 2014

N/A. Engineering (MEng) July 2014 Faculty of Engineering & Informatics School of Engineering Programme Specification Programme title: MSc Mechanical Engineering Academic Year: 2017/2018 Degree Awarding Body: Partner(s), delivery organisation

More information

Auditing and assurance

Auditing and assurance Auditing and assurance Higher School of Economics, ICEF Lecturer: Anna Pirozhkova Seminars: Tatiana Shurchkova Contacts +7 (916) 468 33 99 (Anna), ann.pirozhkova@gmail.com Target audience 4th Year students.

More information

Academic Reference Standards (ARS) for Electronics and Electrical Communications Engineering, B. Sc. Program

Academic Reference Standards (ARS) for Electronics and Electrical Communications Engineering, B. Sc. Program Academic Reference Standards (ARS) for Electronics and Electrical Communications Engineering, B. Sc. Program Faculty of Electronic Engineering Menoufya University MARCH 2015 1 st Edition Contents Introduction.....2

More information

Program Outcomes and Assessment

Program Outcomes and Assessment Program Outcomes and Assessment Degree Program: Bachelor of Science - Information Technology (BSIT) Contact Person: Larry Booth Program Mission Statement: The IT Program (BIT, BSIT, CSCI) is committed

More information

BSc (Hons) Information Systems - IC 311

BSc (Hons) Information Systems - IC 311 BSc (Hons) Information Systems - IC 311 1. Context and Objectives The field of Information systems (IS) focuses on technology-enabled business development whereby IS professionals require both technical

More information

1 of 5 1/28/2015 12:27 PM BDA Program Program Mission/Purpose The mission of the Bachelor of Science in Business Data Analytics (BDA) program is to prepare students to understand the foundation of business

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

INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad

INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad - 500 043 INFORMATION TECHNOLOGY COURSE DESCRIPTION FORM Course Title Course Code Regulation Course Structure Course Coordinator SOFTWARE

More information

ISO 9000:2015 LEAD AUDITOR

ISO 9000:2015 LEAD AUDITOR FINAL CERTIFICATION AWARDED BY PECB CANADA ISO 9000:2015 LEAD AUDITOR Training Program This course is based on the ISO quality management system (QMS) standard ISO 9001:2015 Lead Auditor, the guideline

More information

An Effective Methodology for an Upper-level Fundamentals of Database Systems Course

An Effective Methodology for an Upper-level Fundamentals of Database Systems Course An Effective Methodology for an Upper-level Fundamentals of Database Systems Course Charles L. McDonald, Jr., Ph.D. Texas A & M University Texarkana Charles.McDonald@tamut.edu Theresa McDonald, Ph.D. Texarkana

More information

Level: M.Ed. Credit Hour: 3 (2+1) Semester: Second Teaching Hour: 80(32+48)

Level: M.Ed. Credit Hour: 3 (2+1) Semester: Second Teaching Hour: 80(32+48) Course Title: Software Engineering Course No. : ICT Ed 528 Nature of course: Theoretical + Practical Level: M.Ed. Credit Hour: 3 (2+1) Semester: Second Teaching Hour: 80(32+48) 1. Course Description The

More information

Specific Objectives Contents Teaching Hours 4 the basic concepts 1.1 Concepts of Relational Databases

Specific Objectives Contents Teaching Hours 4 the basic concepts 1.1 Concepts of Relational Databases Course Title: Advanced Database Management System Course No. : ICT. Ed 525 Nature of course: Theoretical + Practical Level: M.Ed. Credit Hour: 3(2T+1P) Semester: Second Teaching Hour: 80(32+8) 1. Course

More information

RISK MANAGEMENT Education and Certification

RISK MANAGEMENT Education and Certification RISK MANAGEMENT Education and Certification aba.com/risked 1-800-BANKERS A new type of risk management professional is now in demand one that can demonstrate a thorough understanding of the complexities

More information

Syllabus Honors Java Programming 1 & 2

Syllabus Honors Java Programming 1 & 2 Syllabus Honors Java Programming 1 & 2 Instructor William Tomeo Phone (719) 328-2048 Office IT Lab 175 E-mail william.tomeo@d11.org Course Description: Honors Java Programming 1 This course engages students

More information

Note that your facilitator may provide additional required readings.

Note that your facilitator may provide additional required readings. College of Computer & Information Sciences 3333 Regis Boulevard Denver, CO 80221 Syllabus Course Number and Name: CIS/CS 445 Database Management Course Description Introduces core concepts in data management.

More information

School of Engineering & Computational Sciences

School of Engineering & Computational Sciences Catalog: Undergraduate Catalog 2014-2015 [Archived Catalog] Title: School of Engineering and Computational Sciences School of Engineering & Computational Sciences Administration David Donahoo, B.S., M.S.

More information

MSc Digital Marketing

MSc Digital Marketing MSc Digital Marketing Become a 2 YEARS PART-TIME Digital Marketing Master STUDY ONLINE www.imarcomms.com Validated by the Industry Advisory Council. Including members from Content MSc Digital Marketing

More information

HOLY ANGEL UNIVERSITY College of Engineering & Architecture Department of Computer Engineering

HOLY ANGEL UNIVERSITY College of Engineering & Architecture Department of Computer Engineering HOLY ANGEL UNIVERSITY College of Engineering & Architecture Department of Computer Engineering University Vision, Mission, Goals and Objectives: Mission Statement (VMG) We, the academic community of Holy

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

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

Associate in Science and Bachelor of Science in Information Technology

Associate in Science and Bachelor of Science in Information Technology Associate in Science and Bachelor of Science in Information MISSION STATEMENT The Peirce Information program prepares graduates to be successful information technology professionals by providing them crucial

More information

CSC 4710 / CSC 6710 Database Systems. Rao Casturi

CSC 4710 / CSC 6710 Database Systems. Rao Casturi CSC 4710 / CSC 6710 Database Systems Rao Casturi Introduction About me Education B.E (Electronics & Communications) M.S (Computer Science) Working towards Ph.D. Professional work experience 25+ Years in

More information

ITT Technical Institute. NT2740 Advanced Networking Devices Onsite and Online Course SYLLABUS

ITT Technical Institute. NT2740 Advanced Networking Devices Onsite and Online Course SYLLABUS ITT Technical Institute NT2740 Advanced Networking Devices Onsite and Online Course SYLLABUS Credit hours: 3 Contact/Instructional hours: 40 (20 Theory Hours, 20 Lab Hours) Prerequisite(s) and/or Corequisite(s):

More information

COURSE OUTLINE PRE-REQUISITES/CO-REQUISITES: COMP228, COMP214 COURSE ELIGIBILITY FOR PRIOR LEARNING ASSESSMENT AND RECOGNITION (PLAR):

COURSE OUTLINE PRE-REQUISITES/CO-REQUISITES: COMP228, COMP214 COURSE ELIGIBILITY FOR PRIOR LEARNING ASSESSMENT AND RECOGNITION (PLAR): COURSE OUTLINE SCHOOL: School of Engineering Technology and Applied Science DEPARTMENT: PROGRAM: COURSE TITLE: Information and Communication Engineering Technology (ICET) Software Engineering Technology

More information

School of Computing and Information Sciences

School of Computing and Information Sciences Course Title: Date: 3/5/009 Course Number: Number of Credits: 3 Subject Area: Application Development Subject Area Coordinator: Kip Irvine email: irvinek@cis.fiu.edu Catalog Description: Application development

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

(FHEQ) level 6] 3 years full-time; 4 years full-time including a year of study abroad and/or work placement. I301 (4-years) Computing, Engineering

(FHEQ) level 6] 3 years full-time; 4 years full-time including a year of study abroad and/or work placement. I301 (4-years) Computing, Engineering Faculty of Engineering and Informatics Programme Specification Programme title: BEng (Hons) Software Engineering Academic Year: 2018/19 Degree Awarding Body: Partner(s), delivery organisation or support

More information

Course and Contact Information. Course Description. Course Objectives

Course and Contact Information. Course Description. Course Objectives San Jose State University College of Science Department of Computer Science CS157A, Introduction to Database Management Systems, Sections 1 and 2, Fall2017 Course and Contact Information Instructor: Dr.

More information

CS157a Fall 2018 Sec3 Home Page/Syllabus

CS157a Fall 2018 Sec3 Home Page/Syllabus CS157a Fall 2018 Sec3 Home Page/Syllabus Introduction to Database Management Systems Instructor: Chris Pollett Office: MH 214 Phone Number: (408) 924 5145 Email: chris@pollett.org Office Hours: MW 4:30-5:45pm

More information

Department of Accounting & Law, School of Business. State University of New York at Albany. Acc 682 Analysis & Design of Accounting Databases

Department of Accounting & Law, School of Business. State University of New York at Albany. Acc 682 Analysis & Design of Accounting Databases Department of Accounting & Law, School of Business State University of New York at Albany Acc 682 Analysis & Design of Accounting Databases Welcome Welcome Administrivia Course Objectives Catalog Description

More information

Advanced Database Management Systems

Advanced Database Management Systems Advanced Database Management Systems Introduction Alvaro A A Fernandes School of Computer Science, University of Manchester AAAF (School of CS, Manchester) COMP60361 1 / 18 Outline Introduction What do

More information

Final Project Design Document Heidi Weber. Purpose:

Final Project Design Document Heidi Weber. Purpose: Final Project Design Document Heidi Weber Purpose: The purpose of the web site I will be designing is to showcase the artifacts, knowledge, and competencies gained throughout the Instructional Technology

More information