General Information. Course Prerequisites. Course Description

Size: px
Start display at page:

Download "General Information. Course Prerequisites. Course Description"

Transcription

1 General Information Instructor: Nicholas C. Bucciarelli, Ph.D Classroom: Hinds 027 Primary Class Time: 9:30am 12:15pm, Wednesday Primary Mobile Phone: Office Location: Hinds (TBD) If Help is Needed, please contact me ASAP Office Hours: By Appointment Course Prerequisites The courses listed below must been completed successfully before being admitted into this course: IST552: Information Systems Analysis: Concepts and Practice IST352: Information Analysis of Organizational Systems Course Description IST 659 course is a graduate level introduction to the important concepts of Data Architecture development and supporting methodologies that are used to instantiate the physical creation of Relational Applications and Object Oriented Databases that are used to support the applications from a systems view. These activities are assigned to a Data Architect, and NOT a Database Administrator. Based on this concept of Data Architecture we will examine data elements, their structures, records, constructs, and relationships through data analysis, normalization and de-normalization, and modeling by the development of entityrelationship models, referred to as ERD. The secondary area of focus is the Relational Database Management Systems (RDBMS) that are needed as the platform that will manage and host these Relational Applications and Object Oriented Databases. A RDBMS is necessary for these databases to be instantiated and administered by a Database Administrator, referred to as a DBA. Based on the DBA role, we will learn through the application the what, how, and where to use Structured Query Language, referred to as SQL. This SQL is based on Microsoft s Transact-SQL syntax and notation with reference to W3C which is the governing body for SQL standards relative to industry syntax and notation. This is very important because SQL has minor variations based on the heritage and vendorspecific notation and syntax. In addition, we will learn through application such components as In-Memory OLTP, OLAP for Data-Warehousing, Memory Optimization Advisor, Clustering, OLTP management, Data Coherence, etc. Our RDBMS platform that will be utilized in labs 4 through 8 will be Microsoft 2014 SQLServer. There will be several lectures on other key important RDBMSs, for example, Oracle 12c EE/SE, IBM DB2, etc., In support of Data Architecture and Database Administration this course focuses on the entire life-cycle from concept to implementation of relational and objects oriented databases. The key aspects of this lifecycle are as follows: 1. Capturing and understanding business requirements and the business logic behind them in the framework of a business architecture model. This key to a successful database implementation because a database is one of three tiers of a systems architecture model. In other words your data architecture specifications and models will not be derived from a data-centric view but rather a system view that includes the user interface and application tiers. Version 1.0 final draft Page 1 of 15 December 16 th, 2015

2 2. Reviewing the system architecture model to see how this database will be used, for example, managed reporting, transactional, distributed, client/server, clustered, and any relationships to a data-warehousing environment, etc. Also, taking into account the physical topologies of systems architecture, specifically when we are targeting a database to be used in the context of an extranet and internet enterprise-wide systems construct. 3. Developing data architecture specifications that are driven by an organization s business requirements. These specifications represent multi-dimensional views of your data relative to user interactions and application functionality in concert with the data. The Unified Modeling Language (UML) Class/Object Model is the basis for developing these specifications. These specifications, also known as models, are used as the process for verifying the correctness of those business requirements. 4. Creating logical and physical data models based on industry standards and methodologies will be the basis for validating the Class/Object Model. 5. Securing data from the perspective of data encryption, data vaults, schemas for replacing critical data with aliases, etc. 6. Instantiating the physical database and all its tables and/or objects onto a system platform comprised of an operating system and adequate server resources for supporting this database. 7. Writing System Language Queries (SQLs) to execute against the database for reporting, data, purposes as well as how to use web-enabled reporting tools. Using this life-cycle as the basis for understanding how databases are developed, deployed and managed; students will learn through applied knowledge, data modeling, database design and implementation as well as how to use managerial issues as the basis for continuous improvement. The following graphic represents what a completed data model looks like before it is used to instantiate the physical database: Version 1.0 final draft Page 2 of 15 December 16 th, 2015

3 PATIENT_DATA_FILE MIDDLE_INITIAL: VARCHAR2(2) FIRST_NAME: VARCHAR2(20) HEIGHT: VARCHAR2(4) WEIGHT: VARCHAR2(8) SEX: VARCHAR2(5) BIRTH_DATE: DATE AGE: NUMBER(3) SURGICAL_REF_NOTES TEXT_NOTES_SUMMARY: VARCHAR2(200) PROC_REF_FILE BILLING_CODE_1: VARCHAR2(10) BILLING_CODE_2: VARCHAR2(10) BILLING_CODE_3: VARCHAR2(10) BILLING_CODE_1_DESC: VARCHAR2(40) BILLING_CODE_2_DESC: VARCHAR2(40) BILLING_CODE_3_DESC: VARCHAR2(40) ANESTHESIA_RECORD MEDICATION_LIST: VARCHAR2(60) MEDICATIONS_REF_FILE BOLUSES: VARCHAR2(60) MEDICATION_LIST: VARCHAR2(60) DRIPS: VARCHAR2(60) MILESTONE_EVENTS_REF_FILE TIME_CHEST_OPENED: DATE TIME_CARDIAC_ARREST: DATE TIME_OFF_BYPASS: DATE TIME_PUT_BYPASS: DATE PHYSIOLOGIC_REF_DATA HEART_RATE_VS_TIME: NUMBER(12) BLOOD_PRESSURE_VS_TIME: NUMBER(12) This course will also address as secondary areas of concentration, information architecture models and knowledge management models. This will explain why the life-cycle I described is critical to organizations that must make day-to-day business decisions based on information trends and knowledge gained. In our last class we will review advanced topics, for example, Data Analytics/Informatics supported by Big Data technologies, Hadoop, Content Databases such as MongoDB, XML Databases, scripting languages such as Hive, Pig, etc., and the important of Applied Statistics and Mathematics to this area of Data Analytics/Informatics Course Goal: The primary goal for this course is to provide graduate level management majors, the ability to understand projects that involve data and information aspects of systems architecture from a technical perspective. This ensures that they are supportive of the business strategies of the organization. In support of this goal are specific course objectives and corresponding learning outcomes. Version 1.0 final draft Page 3 of 15 December 16 th, 2015

4 Course Objectives/Learning Outcomes: Upon completion of this course, students will be able to demonstrate the following skills based on 3 key objectives: 1. Describe the fundamental concepts and methods of Data Architecture development and the instantiation of the physical creation of Relational Applications and Object Oriented Databases to Microsoft 2014 SQLServer RDBMS, a. Incorporate an organization s fundamental business rules in database modeling, b. Use prototyping as a rapid development method for implementing a database design as well as the selection and application of what rapid development methodology to use, c. Understand through application the design, development, and use of client/server databases, Internet databases, distributed databases, data-warehousing, and knowledge management. 2. Ability to use Data Modeling tools, for example, ERWin or Visio as the means to architect data models, and the ability to use these models to forward engineer the instantiation of the physical creation of Relational Applications and Object Oriented Databases to Microsoft 2014 SQLServer RDBMS, a. Transform a logical database to a physical database that takes into account hardware, operating system, data communication, and network requirements with the help of modeling tools such as Visio, ERWin, etc., 3. Ability to use RDBMS data management components to support and optimize Relational Applications and Object Oriented Databases that reside on a RDBMS, a. Develop SQL statements and execute against the database through ODBC/JDBC, or Web Services, b. Review of web-enabled tools, managed reporting environments, c. Comprehend important managerial issues involved in database design and operation about issues and concerns of database administration, including data integrity constraints, query processing, concurrency control, performance metrics, security, and recovery, d. Recommend and justify strategies for managing data security, privacy, audit/control, fraud detection, backup and recovery, i. Secure Relational Applications and Object Oriented Databases that reside on a RDBMS by using the specific database firewall component which is a key security component of a RDBMS to prevent, detect, and neutralize SQL Injection intrusions/attacks. e. Understand several key and advanced concepts of new developments in database technologies relative to the changes in middleware and web services. Method of Instruction: The approach to this class will consist of weekly lectures, a total of eight labs, individual in-depth project, and an individual research presentation. The expectations for this course are that all students obtain a detailed knowledge of the concepts presented and the application of them. Knowledge and application are two key critical components for a successful class. Finally, I want all students to keep in mind that learning is the application of what has been taught. It does not just understand the concepts but rather how you apply them and leverage what you have learned for future improvement relative to additional academic work in this discipline and/or in industry. Version 1.0 final draft Page 4 of 15 December 16 th, 2015

5 Required Textbooks and Professor Supplied Materials: Database Systems: Design, Implementation, and Management, Seventh Edition (MIS Series Peter Rob and Carlos Coronel ISBN 13: ) Introduction to SQL: Mastering the Relational Database Language, by Rick F. van der Lans, Diane Cools (Translator), Textbook Paperback - REV, ISBN: , Pub. Date: October 2006 Professor provided summarized notes and hand-outs based on actual data architecture project examples, and vendor technical information specific to components for database administration purposes, etc. Note: A desk copy of both required textbooks have been deposited to the reserve room at the Bird Library. Students can check it out for two hours each time. Required Technologies Supplied by ischool: Microsoft SQLServer 2014 RDBMS Microsoft Access 2013 Microsoft Visio 2013 Note: The above software packages have been installed on the lab computers. Software access from home is easy for Windows users. You can download Microsoft Access and Visio onto your own computers through MSDNAA. You can also download SQL Server Express from Microsoft website onto your computer and remotely connect to the class SQL Server. Software access from home is also possible via Remote Lab for Mac and Windows users. Note: Details of how to use Remote Lab can be found in: ERWin v9.6 Required Technologies downloaded by Students: Note: We will review these instructions in class the very first week for deployment on your personal laptop and/or workstation as well as how it may be used for your project, if Access and Visio are not selected for use by you for your project. a. Access this URL: CA Software Trials b. Once accessed the following screen will appear that reads: Software Trials, i. Based on this screen: the product needed is CA ERWin Data Modeler, with the description of: CA ERwin Data Modeling is an industry-leading data modeling solution that provides a simple, visual interface to manage your complex data environment. ii. Under Options, Press the Download Now Button iii. Complete the Personal Information for this 30-day trial Version 1.0 final draft Page 5 of 15 December 16 th, 2015

6 iv. Once completed you will be taken to the Download and Installation Instructions Assessment: In this course, students will be evaluated according to performance in the following categories: Categories % assigned Attendance/Participation and Class Exercises 10% Individual Research Presentation: Advanced Subject Matter 5% Required Labs: 1 through 8 40% Project Report (Contains 4 Specific Sub-Sections): Proposal/Concept 5% Design Report 15% Implementation 15% Demonstration 10% Total 100% Note: Work submitted by students must be of the highest quality and professional output in terms of substance, structure, ideas, and correct usage of the English language. The MLA or APA format will be used for the Project Report and Individual Research Presentation: Advanced Subject Matter. Class Attendance/Participation and Exercises: Class attendance/participation is very critical for this class. Students are required to attend classes and actively participate in class discussions and exercises that the professor will supply as needed for re-enforcement of the concepts and the required labs. Students are required to post their completed in-class exercises to the corresponding forum in Blackboard which will be under the Discussions Section of Blackboard. These exercises are designed to encourage students to practice their newly learned knowledge, and thus the grading is based on participation only, not performance. At the end of the semester, all participations in the exercise forums will be tallied to calculate student grade in the class exercise category. If there is x number of exercises throughout the semester, and a student finishes a number of exercises in total, the student s grade is (y/x) * 12 Note: Only legitimate excuses with supporting document(s) wi ll be accepted for missing classes, such as job interviews and medical conditions. The instructor may recommend that a student be dropped from a course for poor achievement due to excessive absence. Version 1.0 final draft Page 6 of 15 December 16 th, 2015

7 Individual Research Presentation: Advanced Subject Matter: Students are required to conduct extensive research on advance subject matter and provide a 7 to 10 minute presentation with 3 to 5 minutes of questions/answers/discussions from your class peers. This is very important because knowledge and the formation of ideas/theory is derived from these peer reviews. This takes place in industry; therefore, these peer reviews are meant to simulate this process so that you are better prepared for industry. The professor shall provide and post to Blackboard a *.pptx template for your presentation, and a *pptx file that will have Advance Subject Matter recommendations in order to get you to think through the development of you presentation. Required Labs 1 through 8: Eight lab assignments will be given during the semester. Follow the instructions on the lab manual to complete the assignments. You are free to discuss the assignments with your classmates, but you must write up the report yourself. Assignments must be professionally prepared and submitted electronically to the Blackboard. No hand-writing or hand-drawing assignments will be accepted. All assignments should be submitted in Word files named as Lab_Num_Lastname_Firstname.doc(x). Grades for the assignments and the graded assignments with comments will be made available in the Blackboard. Late Assignments: All Assignments shall be delivered on time by 11:59pm ET per Wednesday as defined in the Class Syllabus by required date Late submissions shall be penalized by 20% per assignment if not provided during the 24 hour period after the required date, 50% per assignment if not provided during the 48 hour period after the required date, and finally 100% after the 48 hour period. Primary Subject Matter addressed in the assigned labs but not limited to additional areas of knowledge required to understand this subject matter: 1. Data Modeling I 2. Data Modeling II 3. Data Normalization 4. SQL I DDL 5. SQL II DML single-table query 6. SQL III DML multi-table query 7. Views and Transactions 8. Client/Server database Version 1.0 final draft Page 7 of 15 December 16 th, 2015

8 Project Report: The goal of this project is to have you apply the knowledge gained in conjunction with the hands-on skills acquired while working with required class technologies/tools to architect, construct and instantiate the physical creation of a Relational Applications and/or Object Oriented Database. The professor shall provide and post to Blackboard a *.docx template for students to document each subsection of the template that aligns to the required sub-sections for their project. These sub-sections are listed in the section of this syllabus, entitled, Assessment This project shall be worked on during the course of the semester with defined deliverable dates as represented in the section of this syllabus entitled, Class Schedule. The professor shall provide feedback per sub-section and provide the opportunity for students to revise previous sub-sections based on the rationale that data architecture can change based on changes to your proposal/concept or the database developed. This approach is referred to as Agile development based on Reverse and Forward Engineering principles which is reality in industry. The following content descriptions provides clarity on what is required per sub-section in support of the *.docx template being used for this project. In addition, the sub-sections defined in the template also have annotations; thus, providing further clarity by examples. Sub-Sections Proposa/Concept Design Report Implementation Content Descriptions This sub-section contains an overview of the Data Management Problem, Business Process/Rules that is impacted by this problem, and the Proposed Solution that involves a well-defined set of logic explains hoe the problems shall be corrected through the reengineering of a process that will become the driver to the development of the data architecture model that will then be used as the means to generate the actual physical set of relational applications tables and their relationships. This sub-section uses the Proposal/Concept output as input into development of the data architecture which culminates into an ERD Model (Logical/Physical views) that is in a normalized state. Therefore, this sub-section shall contain the ERD model annotated with descriptive and supporting verbiage. Note: changes may be required to content for previous sub-section based on improvements and/or revised changes in the ERD Model. This is normal and referred to as Agile Development. The primary deliverable for this sub-section is the instantiation of the Relational Applications Database. Based on this Relational Applications Database, you Version 1.0 final draft Page 8 of 15 December 16 th, 2015

9 Sub-Sections Content Descriptions should be able to address the SQL Statements, Access Forms and Reports listed below: This sub-section should include SQL Statements for Data Definition and Data Manipulation, supported by screen shots of the actual results output of the queries This sub-section should include Data Forms and Data Reports based on using Access 2013, by establishing a table link to the SQLServer Relational Applications Database that was created by students or if Access 2013 was used to build the Relational Applications Database then there is no need to establish a link. Demonstration This sub-section addresses the documentation and execution of several scenarios based on your Business Process/Rules of the Relational Applications Database. This execution of these scenarios will be in the context of a walk-through presentation to the class in which students will participate in a Technology Walk-Through for the purpose of discussion, improvements, ideas, and constructively critiquing the technical merits of the Relational Applications Database being presented. Version 1.0 final draft Page 9 of 15 December 16 th, 2015

10 Grading Scale: The following are grade expectations and divisions according to the grading policy of the School of Information Studies. An "A" means the student has the capability to independently build a small-scale database for a client. If a student had a difficult start at the beginning of the semester but ended up finishing a very highquality project, his or her project performance will be considered in the final adjustment of the grade. Grades will not be curved in this class. Letter Grade Points Assigned per Letter Grade A A B B B C C C D F 0-59 Course Policies: This course will use the SU Blackboard System as the primary means for communications. Students are required to check their Blackboard accounts on a regular basis. Important announcements will be posted to the Announcements board. Failure to read the class announcements will not be considered a suitable excuse for not being informed. The Blackboard can be accessed at Questions regarding the Blackboard should be directed to ilms@syr.edu or Peggy Brown at Note: All s to the professor should contain in the subject line beginning with [IST 659] Syracuse University s Academic Integrity Policy holds students accountable for the integrity of the work they submit. Students should be familiar with the policy and know that it is their responsibility to learn about course- specific expectations, as well as about university policy. The university policy governs appropriate citation and use of sources, the integrity of work submitted in exams and assignments, and the veracity of signatures on attendance sheets and other verification of participation in class activities. The policy also prohibits students from submitting the same written work in more than one class without receiving written authorization in advance from both instructors. The presumptive penalty for a first offense by an undergraduate student is course failure, accompanied by a transcript notation indicating that the failure resulted from a violation of Academic Integrity Policy. The standard sanction for a first offense by a graduate student is suspension or expulsion. Note: For additional information and the complete policy, please access the following URL: Version 1.0 final draft Page 10 of 15 December 16 th, 2015

11 If you believe that you need specific accommodations for a disability, please contact the Office of Disability Services (ODS), located in Room 309 of 804 University Avenue, or call (315) for an appointment to discuss your needs and the process for requesting accommodations. ODS is responsible for coordinating disability-related accommodations and will issue students with documented Disabilities Accommodation Authorization Letters, as appropriate. Since accommodations may require early planning and generally are not provided retroactively, please contact ODS as soon as possible SU recognizes the diversity of faiths represented among the campus community and protects the rights of students, faculty, and staff to observe religious holidays according to their tradition. Under the policy, students are provided an opportunity to make up any examination, study, or work requirements that may be missed due to are religious observance provided they notify their instructors before the end of the second week of classes. SU Religious Observances Policy, can be found at the following URL: Note: For the fall and spring semesters, an online notification process is available through from the first day of class until the end of the second week of class. MySlice/StudentServices/Enrollment/MyReligiousObservances In compliance with the Federal Family Educational Rights and Privacy Act, the Ownership of Student Work based any format and/or media produced by students as part of course participation at Syracuse University may be used for educational purposes, provided that the course syllabus makes clear that such use may occur. It is understood that registration for and continued enrollment in a course where such use of student works is announced constitutes permission by the student. After such a course has been completed, any further use of student works will meet one of the following conditions: 1. The work will be rendered anonymous through the removal of all personal identification of the work s creator/originator(s); or 2. The creator/originator(s) written permission will be secured. As generally accepted practice, honors theses, graduate theses, graduate research projects, dissertations, or other exit projects submitted in partial fulfillment of degree requirements are placed in the library, University Archives, or academic departments for public reference Version 1.0 final draft Page 11 of 15 December 16 th, 2015

12 Tentative Class Schedule: Week Date Topics Readings 01 Jan 20 Introduction to Subject Matter, Review of Syllabus and Requirements Overview of RDBMS technologies and scripting languages, and the required technologies used for this course Review of Project reparation 02 Jan 27 Data Modeling I (Entity and Binary Relationship) 03 Feb 03 Data Modeling II (Unary and Ternary relationship) Chapters 1 & 2 Modern Database Management, 12 th Edition Chapter 1 The Language of SQL: How to Access Data in Relational Databases Chapters 3, 4 & 5 Modern Database Management, 12 th Edition Chapters 3, 4 & 5 Modern Database Management, 12 th Edition 04 Feb 10 Data Modeling III (Hierarchical Relationship and Data Normalization) Chapters 3, 4 & 5 Modern Database Management, 12 th Edition 05 Feb 17 Data Modeling C ase Study; Peer Critique on Project Design Report; Post Critique Online 06 Feb 24 Physical Database D esign SQL Review of Weeks 1 through 5 Subject Matter Chapters 3, 4 & 5 Modern Database Management, 12 th Edition Chapters 6, 7, 8 & 14 Modern Database Management, 12 th Edition Chapters 2, 3, 4, 5, 6, 7, 8 & 9 The Language of SQL: How to Access Data in Relational Databases 07 Mar 02 SQL II Chapters 10, 11, 12, 13, 14 & 15 The Language of SQL: How to Access Data in Relational Databases 08 Mar 09 SQL III Chapters 16, 17, 18, 19 & 20 The Language of SQL: How to Access Data in Relational Databases Spring Break 03/13 through 03/20/ Mar 23 View and Transaction; Database Administration Note: Review of the following Appendices: A, B, C & D Chapters 12 & 13, Modern Database Management, 12 th Edition 11 Mar 30 Client/server systems; interface design Chapters 9, 10 & 11 Modern Database Management, 12 th Version 1.0 final draft Page 12 of 15 December 16 th, 2015

13 Week Date Topics Readings Review of Weeks 6 through 9 Subject Matter Edition 12 Apr 06 Project Demonstration 13 Apr 13 Individual Research Presentation: Advanced Subject Matter 14 Apr 20 Advanced Subject Matter Lectures Course Summary Key Points of Subject Matter SU Data Center tour Readings shall be based on the materials supplied to the students about advanced subject matter relative to current industry technologies and trends, for example: Note: Analytics based on IBM and Oracle (BDA technologies: Hadoop, NoSQL, R-Language, Hive, Hue, Pig, etc ) Note: The Role of Applied Statistics to BDA Integration technologies: ODI, GoldenGate, Web Services based on SOA and BPMN, etc Note: According to the academic calendar, the last day of class is May 3 rd, The New York State requires a minimum of 2250 contact minutes for 3-credit course. This SU Data Center tour will account for the 105- minute make-up session to meet the state requirement. The exact date and time for the tour will be determined by the arrangement of the data center. The trip may be arranged earlier than projected date but not later Version 1.0 final draft Page 13 of 15 December 16 th, 2015

14 Key Dates for Assignments: Assignments Dates Assignment Description Lab 1 Wednesday, 02/03 by 11:59:00pm ET Instructions per all Labs located in Blackboard, under the directory entitled, Assignments Project Proposal/Concept Wednesday, 02/03 by 11:59:00pm ET Word Report, (based on *.docx template provided) Lab 2 Individual Research Presentation Topic Lab 3 Wednesday, 02/10 by 11:59:00pm ET Wednesday, 02/10 by 11:59:00pm ET Wednesday, 02/17 by 11:59:00pm ET PowerPoint Presentation, (based on *.pptx template provided) Project Design Report Wednesday, 02/24 by 11:59:00pm ET Word Report, (based on *.docx template provided) Lab 4 Lab 5 Lab 6 Lab 7 Project Implementation Report Individual Research Presentation Report: Advanced Subject Matter Project Demonstration (Deliverables: ERD Model, Relational Applications Database, and final Word Report that contains the sections completed: Project Proposal/Concept, Project Design Report, Project Implementation Report, Wednesday, 03/02 by 11:59:00pm ET Wednesday, 03/09 by 11:59:00pm ET Wednesday, 03/23 by 11:59:00pm ET Wednesday, 03/30 by 11:59:00pm ET Wednesday, 03/30 by 11:59:00pm ET Wednesday, 03/30 by 11:59:00pm ET Wednesday, 04/06 by 11:59:00pm ET Word Report, (based on *.docx template provided) Completed PowerPoint Presentation, (based on *.pptx template provided) Project Peer Reviews/Walkthroughs Version 1.0 final draft Page 14 of 15 December 16 th, 2015

15 Assignments Dates Assignment Description Project Demonstration Lab 8 Presentation to class based on Individual Research Topic: Discussions based on Advanced Subject Matter Wednesday, 04/06 by 11:59:00pm ET Wednesday, 04/13 by 11:59:00pm ET Wednesday, 04/20 by 11:59:00pm ET Presentation Peer Reviews Review of Professor assigned readings prior to class Acknowledgements: The professor extends a thank you to Professors Bei Yu, Susan Dischiave, and Yun Huang for sharing their course materials. This particular syllabus is heavily based on the syllabi of past IST659 courses taught by the fore mentioned professors. Version 1.0 final draft Page 15 of 15 December 16 th, 2015

General Information. Course Prerequisites. Course Description

General Information. Course Prerequisites. Course Description General Information Instructor: Nicholas C. Bucciarelli, Ph.D. Classroom: Hinds 013 Primary Email: ncbuccia@syr.edu Class Time: 2:15pm ET through 5:05pm ET, Wed Primary Mobile Phone: 607-215-3817 Office

More information

General Information. Course Prerequisites. Course Description

General Information. Course Prerequisites. Course Description General Information Instructor: Nicholas C. Bucciarelli, Ph.D. Classroom: Hinds 74162 Primary Email: ncbuccia@syr.edusecondary Secondary Email: ncb13@psu May 16 th 2016 through May 20 th 2016, Monday through

More information

IST659 Spring2015 M001 Wang Syllabus Data Administration Concepts and Database Management

IST659 Spring2015 M001 Wang Syllabus Data Administration Concepts and Database Management IST659 Spring2015 M001 Wang Syllabus Data Administration Concepts and Database Management This version overwrites all previous versions Instructor: Yang Wang Classroom: Hinds 013 Email: ywang@syr.edu Class

More information

IST659 Fall 2018 M004 Class Syllabus. Data Administration Concepts and Database Management

IST659 Fall 2018 M004 Class Syllabus. Data Administration Concepts and Database Management 1 IST659 Fall 2018 M004 Class Syllabus Data Administration Concepts and Instructor Hernando A Hoyos Phone 347-806-0136 Office Heroy Geology Building Rm#113 E-mail hahoyos@syr.edu Office Hours Tue: 5:00pm-7:45pm

More information

IST659 Spring 2016 Huang Syllabus Data Administration Concepts and Database Management

IST659 Spring 2016 Huang Syllabus Data Administration Concepts and Database Management School of Information Studies, Syracuse University IST 659 1 IST659 Spring 2016 Huang Syllabus Data Administration Concepts and Database Management Last Updated November 17th This version overwrites all

More information

IST359 - INTRODUCTION TO DATABASE MANAGEMENT SYSTEMS

IST359 - INTRODUCTION TO DATABASE MANAGEMENT SYSTEMS IST359 - INTRODUCTION TO DATABASE MANAGEMENT SYSTEMS 1. COURSE DETAILS Revised: 08/14/2013 COURSE (SECTION): IST359 (M003) TERM: Fall 2013 INSTRUCTOR: Deborah Nosky FINAL EXAM: Tuesday April 30th OFFICE:

More information

GET 433 Course Syllabus Spring 2017

GET 433 Course Syllabus Spring 2017 Instructor: Doug Taber Telephone: 315-558-2359 Email: pdtaber@syr.edu Office: Hinds Hall 239 Location: Hinds 013 Day: Tues / Thurs Time: 8 AM to 9:20 AM Office Hours: TBA Course Overview GET 433 Enterprise

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

IST659 Database Admin Concepts & Management Syllabus Fall 2015

IST659 Database Admin Concepts & Management Syllabus Fall 2015 IST659 Database Admin Concepts & Management Syllabus Fall 2015 Course: Instructor: Email: Phone: IST659: Database Management Clark Thompson cbthomps@syr.edu (315) 380-1105 (cell) (no calls after 9 PM EST,

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

Database Systems: Concepts, design, and implementation ISE 382 (3 Units)

Database Systems: Concepts, design, and implementation ISE 382 (3 Units) Database Systems: Concepts, design, and implementation ISE 382 (3 Units) Spring 2013 Description Obectives Instructor Contact Information Office Hours Concepts in modeling data for industry applications.

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

THE UNIVERSITY OF TEXAS AT AUSTIN MIS373 e-discovery and Digital Forensics SPRING 2015 Unique#: (03665) VERSION: 2_011718

THE UNIVERSITY OF TEXAS AT AUSTIN MIS373 e-discovery and Digital Forensics SPRING 2015 Unique#: (03665) VERSION: 2_011718 THE UNIVERSITY OF TEXAS AT AUSTIN MIS373 e-discovery and SPRING 2015 Unique#: (03665) VERSION: 2_011718 Instructor : Juan Reyes, Lecturer Class times : Tuesday and Thursday, 3:30-5:00pm Class location

More information

WAYLAND BAPTIST UNIVERSITY VIRTUAL CAMPUS SCHOOL OF BUSINESS SYLLABUS

WAYLAND BAPTIST UNIVERSITY VIRTUAL CAMPUS SCHOOL OF BUSINESS SYLLABUS WAYLAND BAPTIST UNIVERSITY VIRTUAL CAMPUS SCHOOL OF BUSINESS SYLLABUS 1. Mission Statement: Wayland Baptist University exists to educate students in an academically challenging, learning-focused and distinctively

More information

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

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

More information

THE UNIVERSITY OF TEXAS AT AUSTIN MIS373 e-discovery and Digital Forensics SPRING 2015 Unique#: (03883) VERSION: 1/23/2015

THE UNIVERSITY OF TEXAS AT AUSTIN MIS373 e-discovery and Digital Forensics SPRING 2015 Unique#: (03883) VERSION: 1/23/2015 THE UNIVERSITY OF TEXAS AT AUSTIN MIS373 e-discovery and SPRING 2015 Unique#: (03883) VERSION: 1/23/2015 Instructor : Juan Reyes, Lecturer Class times : Monday and Wednesday, 3:30-5:00pm Class location

More information

INFS 2150 (Section A) Fall 2018

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

More information

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

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

More information

Spring CISM 3330 Section 01D (crn: # 10300) Monday & Wednesday Classroom Miller 2329 Syllabus revision: #

Spring CISM 3330 Section 01D (crn: # 10300) Monday & Wednesday Classroom Miller 2329 Syllabus revision: # Spring 2018 - CISM 3330 Section 01D (crn: # 10300) Monday & Wednesday 0800 0915 Classroom Miller 2329 Syllabus revision: # 171124 FACULTY DATA: Dr. Douglas Turner Phone: 678.839.5252 Miller 2223 OFFICE

More information

Syllabus Revised 01/03/2018

Syllabus Revised 01/03/2018 Department of Information Sciences and Technology Volgenau School of Engineering George Mason University Spring 2018 IT 445 Advanced Networking Principles II Syllabus Revised 01/03/2018 Section DL1: Instructor:

More information

Advanced Topics in Database Systems Spring 2016

Advanced Topics in Database Systems Spring 2016 44-560 Advanced Topics in Database Systems Spring 2016 Course Description Advanced topics in database systems, including database administration, distributed databases, and data warehousing. Hands-on experience

More information

ISM 324: Information Systems Security Spring 2014

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

More information

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

COURSE OUTLINE. IST 253 Database Concept 3 Course Number Course Title Credits

COURSE OUTLINE. IST 253 Database Concept 3 Course Number Course Title Credits COURSE OUTLINE IST 253 Database Concept 3 Course Number Course Title Credits 2 2 N/A N/A 15 Class or Laboratory Clinical or Studio Practicum, Course Length Lecture Work Hours Hours Co-op, Internship (15

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

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

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

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

More information

IT 341 Fall 2017 Syllabus. Department of Information Sciences and Technology Volgenau School of Engineering George Mason University

IT 341 Fall 2017 Syllabus. Department of Information Sciences and Technology Volgenau School of Engineering George Mason University Department of Information Sciences and Technology Volgenau School of Engineering George Mason University Fall 2017 IT 341 Data Communications and Networking Principles Syllabus (Revised 08/14/2017) Section

More information

CSCI 6312 Advanced Internet Programming

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

More information

Oklahoma State University Oklahoma City ITD 1113: Windows Expert User Syllabus Fall, 2014

Oklahoma State University Oklahoma City ITD 1113: Windows Expert User Syllabus Fall, 2014 Oklahoma State University Oklahoma City ITD 1113: Windows Expert User Syllabus Fall, 2014 Instructor: Dr. Kemit S. Grafton, MCSE, MCT Phone: (405) 945-3270 Email: kemit.grafton@osuokc.edu Hours: Best by

More information

Meetings This class meets on Mondays from 6:20 PM to 9:05 PM in CIS Room 1034 (in class delivery of instruction).

Meetings This class meets on Mondays from 6:20 PM to 9:05 PM in CIS Room 1034 (in class delivery of instruction). Clinton Daniel, Visiting Instructor Information Systems & Decision Sciences College of Business Administration University of South Florida 4202 E. Fowler Avenue, CIS1040 Tampa, Florida 33620-7800 cedanie2@usf.edu

More information

Syllabus Revised 08/21/17

Syllabus Revised 08/21/17 Department of Information Sciences and Technology Volgenau School of Engineering George Mason University Fall 2017 IT 445 Advanced Networking Principles II Syllabus Revised 08/21/17 Instructor: Pouyan

More information

A: 90% - 100% B: 80% - <90% C: 70% - <80% D: 60% - <70% F: < 60% Important Dates:

A: 90% - 100% B: 80% - <90% C: 70% - <80% D: 60% - <70% F: < 60% Important Dates: Department of Electronics Engineering Technology Division of Architecture, Engineering, & Technology West Campus Building 9, Room 140 (407) 582-1902/1903 http://www.valenciacollege.edu/west/engineering/

More information

INST Database Design and Modeling - Section 0101 Spring Tentative Syllabus

INST Database Design and Modeling - Section 0101 Spring Tentative Syllabus INST 327 - Database Design and Modeling - Section 0101 Spring 2017 - Tentative Syllabus Instructors: Office: Phone: E-mail: Office Hours: Vedat G. Diker (Dr. Diker) Hornbake 4111F (301) 405-9814 vdiker@umd.edu

More information

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

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

More information

BRAZOSPORT COLLEGE LAKE JACKSON, TEXAS SYLLABUS. ITNW 2313: NETWORKING HARDWARE Online Course Version COMPUTER TECHNOLOGY DEPARTMENT

BRAZOSPORT COLLEGE LAKE JACKSON, TEXAS SYLLABUS. ITNW 2313: NETWORKING HARDWARE Online Course Version COMPUTER TECHNOLOGY DEPARTMENT BRAZOSPORT COLLEGE LAKE JACKSON, TEXAS SYLLABUS ITNW 2313: NETWORKING HARDWARE Online Course Version COMPUTER TECHNOLOGY DEPARTMENT CATALOG DESCRIPTION ITNW 2313 Networking Hardware. CIP 1109010007 Maintain

More information

Course Title: Enterprise Web Development Instructor: Dr. Michael Bigrigg

Course Title: Enterprise Web Development Instructor: Dr. Michael Bigrigg Course Information* Course Title: 95882 Enterprise Web Development Instructor: Dr. Michael Bigrigg (bigrigg@andrew.cmu.edu) Prerequisites (if applicable) Previous Programming Course. This course assumes

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

Common Syllabus revised

Common Syllabus revised Department of Information Sciences and Technology Volgenau School of Engineering IT 369 Data and Application Security Common revised 08.23.2018 This syllabus contains information common to all sections

More information

Langara College Spring archived

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

More information

Syllabus Revised 03/05/2015

Syllabus Revised 03/05/2015 The Department of Applied Information Technology The Volgenau School of Engineering George Mason University 4400 University Drive Fairfax. VA 22030-4444 IT 341 Data Communications and Networking Principles

More information

Langara College Spring archived

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

More information

COURSE NUMBER: ISS 214 COURSE NAME: Connecting Networks - Cisco 4 SEMESTER CREDIT HOURS: 4. https://www.netacad.com/

COURSE NUMBER: ISS 214 COURSE NAME: Connecting Networks - Cisco 4 SEMESTER CREDIT HOURS: 4. https://www.netacad.com/ HARFORD COMMUNITY COLLEGE 401 Thomas Run Road Bel Air, MD 21015 Course Outline Connecting Networks [CISCO 4] COURSE NUMBER: COURSE NAME: Connecting Networks - 4 DIVISION: Business, Computing & Applied

More information

Web Programming Spring 2010

Web Programming Spring 2010 Web Programming Spring 2010 Course number: M&IS 24065 Section: 001/ 002 CRN: 11441/13343 Location: BSA 205/BSA 324 Meeting day: TR Meeting time: 2:15-3:30 PM/5:30-6:45 PM Instructor Name: Professor Janet

More information

PELLISSIPPI STATE COMMUNITY COLLEGE MASTER SYLLABUS ADVANCED DATABASE MANAGEMENT SYSTEMS CSIT 2550

PELLISSIPPI STATE COMMUNITY COLLEGE MASTER SYLLABUS ADVANCED DATABASE MANAGEMENT SYSTEMS CSIT 2550 PELLISSIPPI STATE COMMUNITY COLLEGE MASTER SYLLABUS ADVANCED DATABASE MANAGEMENT SYSTEMS CSIT 2550 Class Hours: 3.0 Credit Hours: 4.0 Laboratory Hours: 3.0 Revised: Fall 2010 Catalog Course Description:

More information

Class Hours: Saturday Monday Address: 9000 Overland Ave., Culver City, CA :00 p.m. 4:15 p.m. Location: Building and room number

Class Hours: Saturday Monday Address: 9000 Overland Ave., Culver City, CA :00 p.m. 4:15 p.m. Location: Building and room number CS951 Syllabus Division: Computer Science Information Technology Course name: CS951 Apple Adminstration Section: 0712 / Semester Spring 2016 Instructor Name: B. Williams School Website: www.wlac.edu Class

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

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

Important Notes: For this course you must check the Regis Bookstore: for the most current online course material information.

Important Notes: For this course you must check the Regis Bookstore:   for the most current online course material information. Online Course Syllabus CS445 Database Management Important Notes: This document provides an overview of expectations for this online course and is subject to change prior to the term start. Changes may

More information

The Linux Command Line: A Complete Introduction, 1 st ed., by William E. Shotts, Jr., No Starch Press, 2012.

The Linux Command Line: A Complete Introduction, 1 st ed., by William E. Shotts, Jr., No Starch Press, 2012. Department of Mathematics and Computer Science Adelphi University Fall 2018 0145-275-001 Operating Systems Practicum Dr. R. M. Siegfried 407 Science (516)877-4482 http://home.adelphi.edu/~siegfried/cs271

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

Syllabus for CSC 455 Database Systems 3 Credit Hours Spring 2012

Syllabus for CSC 455 Database Systems 3 Credit Hours Spring 2012 Syllabus for CSC 455 Database Systems 3 Credit Hours Spring 2012 I. COURSE DESCRIPTION An introduction to the concepts and techniques encountered in database systems. Topics include data independence,

More information

University of Maryland at College Park Department of Geographical Sciences GEOG 477/ GEOG777: Mobile GIS Development

University of Maryland at College Park Department of Geographical Sciences GEOG 477/ GEOG777: Mobile GIS Development University of Maryland at College Park Department of Geographical Sciences GEOG 477/ GEOG777: Mobile GIS Development Instructor: Dr. Ruibo Han Office: LeFrak Hall (LEF) 1111B Email: ruibo@umd.edu (preferred)

More information

ITP489 In-Memory DBMS for Real Time Analytics

ITP489 In-Memory DBMS for Real Time Analytics ITP489 In-Memory DBMS for Real Time Analytics Instructor: Richard W. Vawter ITP 489, Spring 2015 Office: OHE 530B Location: OHE 540 E-Mail: vawter@usc.edu Wed. 2:00-4:50 p.m. Phone: (213) 740-9541 Office

More information

Syllabus for HPE 120 Dance Aerobic Proficiency 0.0 Credit Hour Spring 2012

Syllabus for HPE 120 Dance Aerobic Proficiency 0.0 Credit Hour Spring 2012 I. COURSE DESCRIPTION Syllabus for HPE 120 Dance Aerobic Proficiency 0.0 Credit Hour Spring 2012 Designed for dance majors, the course helps students to develop and implement a personal fitness exercise

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

CIS 302 Relational Database Systems

CIS 302 Relational Database Systems CIS 302 Relational Database Systems Fall 2008 Cedar Crest College Tony Marasco COURSE CONTENT In this course the student is provided with a solid and practical foundation for the design, implementation,

More information

CSC 111 Introduction to Computer Science (Section C)

CSC 111 Introduction to Computer Science (Section C) CSC 111 Introduction to Computer Science (Section C) Course Description: (4h) Lecture and laboratory. Rigorous introduction to the process of algorithmic problem solving and programming in a modern programming

More information

INF 315E Introduction to Databases School of Information Fall 2015

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

More information

Database Design and Management - BADM 352 Fall 2009 Syllabus and Schedule

Database Design and Management - BADM 352 Fall 2009 Syllabus and Schedule Database Design and Management - BADM 352 Fall 2009 Syllabus and Schedule Instructor: Vishal Sachdev Office Location: # 7 Wohlers Hall E-mail : Use Compass e-mail for communication, vishal@illinois.edu

More information

Web Programming Fall 2011

Web Programming Fall 2011 Web Programming Fall 2011 Course number: M&IS 24065 Section: 002 CRN: 23080 Location: BSA 110 Meeting Day: TR Meeting Time: 12:30-1:45 Instructor Information: Name: Professor Janet Formichelli, MS E-mail:

More information

Syllabus for HPE 451 Directed Study 1-3 Credit Hours Spring 2014

Syllabus for HPE 451 Directed Study 1-3 Credit Hours Spring 2014 Syllabus for HPE 451 Directed Study 1-3 Credit Hours Spring 2014 I. COURSE DESCRIPTION The study of an approved topic, project, or practicum. Intended to supplement a subject already studied in a HPE class

More information

Standard Course Outline IS 656 Information Systems Security and Assurance

Standard Course Outline IS 656 Information Systems Security and Assurance Standard Course Outline IS 656 Information Systems Security and Assurance I. General Information s Course number: IS 656 s Title: Information Systems Security and Assurance s Units: 3 s Prerequisites:

More information

SAMPLE. ITS430 Network Enterprise Solutions. Course Description and Outcomes. Participation & Attendance. Credit Hours: 3

SAMPLE. ITS430 Network Enterprise Solutions. Course Description and Outcomes. Participation & Attendance. Credit Hours: 3 ITS430 Network Enterprise Solutions Credit Hours: 3 Contact Hours: This is a 3-credit course, offered in accelerated format. This means that 16 weeks of material is covered in 8 weeks. The exact number

More information

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

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

More information

San Jose State University College of Science Department of Computer Science CS185C, NoSQL Database Systems, Section 1, Spring 2018

San Jose State University College of Science Department of Computer Science CS185C, NoSQL Database Systems, Section 1, Spring 2018 San Jose State University College of Science Department of Computer Science CS185C, NoSQL Database Systems, Section 1, Spring 2018 Course and Contact Information Instructor: Suneuy Kim Office Location:

More information

Computer Technology Division. Course Syllabus for: COMT Spring Instructor: Joe Bolen

Computer Technology Division. Course Syllabus for: COMT Spring Instructor: Joe Bolen Computer Technology Division Course Syllabus for: COMT 11009 Spring 2013 Instructor: Joe Bolen Course: Computer Assembly & Configuration COMT 11009 Spring 2013 / Tuscarawas / Call # 12133 / Section 800

More information

HARFORD COMMUNITY COLLEGE 401 Thomas Run Road Bel Air, MD Course Outline Routing and Switching Essentials [CISCO 2] ISS 112

HARFORD COMMUNITY COLLEGE 401 Thomas Run Road Bel Air, MD Course Outline Routing and Switching Essentials [CISCO 2] ISS 112 Cisco Systems Cisco Academy HARFORD COMMUNITY COLLEGE 40 Thomas Run Road Bel Air, MD 205 Course Outline Routing and Switching Essentials [CISCO 2] ISS 2 COURSE NUMBER: ISS 2 COURSE NAME: Routing and Switching

More information

San Jose State University College of Science Department of Computer Science CS185C, Introduction to NoSQL databases, Spring 2017

San Jose State University College of Science Department of Computer Science CS185C, Introduction to NoSQL databases, Spring 2017 San Jose State University College of Science Department of Computer Science CS185C, Introduction to NoSQL databases, Spring 2017 Course and Contact Information Instructor: Dr. Kim Office Location: MacQuarrie

More information

Course Title: Computer Networking 2. Course Section: CNS (Winter 2018) FORMAT: Face to Face

Course Title: Computer Networking 2. Course Section: CNS (Winter 2018) FORMAT: Face to Face Course Title: Computer Networking 2 Course Section: CNS-106-50 (Winter 2018) FORMAT: Face to Face TIME FRAME: Start Date: 15 January 2018 End Date: 28 February 2018 Monday & Wednesday 1:00pm 5:00pm CREDITS:

More information

BUSI 3400 A Data and Information Management Fall 2016

BUSI 3400 A Data and Information Management Fall 2016 Instructor: Mike Hine, Ph.D. BUSI 3400 A Data and Information Management Fall 2016 E-mail: Office: Phone: Office Hours: mike.hine@carleton.ca DT921 613-520-2600 x2662 By appointment Class Room: Residence

More information

ISATI 231: Windows Client (4 credits) Spring 2018 Mon, Tue, Wed, Thu, 13:10-14:40, MTB 105

ISATI 231: Windows Client (4 credits) Spring 2018 Mon, Tue, Wed, Thu, 13:10-14:40, MTB 105 INSTRUCTOR INFORMATION: ISATI 231: Windows Client (4 credits) Spring 2018 Mon, Tue, Wed, Thu, 13:10-14:40, MTB 105 Name: Joshua L. Rogers Office: Mechanical-Technical Building (MTB) 105A Tel: (208) 792-2817

More information

TCOM 663/CFRS Intrusion Detection and Forensics Department of Electrical and Computer Engineering George Mason University Fall, 2010

TCOM 663/CFRS Intrusion Detection and Forensics Department of Electrical and Computer Engineering George Mason University Fall, 2010 TCOM 663/CFRS 663 - Intrusion Detection and Forensics Department of Electrical and Computer Engineering George Mason University Fall, 2010 Course Syllabus Revised: June. 16, 2010. Instructor Dr. Kafi Hassan

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

Computer Science Technology Department

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

More information

When does RDBMS representation make sense When do other representations make sense. Prerequisites: CS 450/550 Database Concepts

When does RDBMS representation make sense When do other representations make sense. Prerequisites: CS 450/550 Database Concepts CS-695 NoSQL Databases Fall 2015 Thursdays 1910 2150, Dragas Hall, room 2110 Instructor: Dr. Cartledge http://www.cs.odu.edu/ ccartled/teaching Big data is quadrupling every year!! Everyone is creating

More information

KOMAR UNIVERSITY OF SCIENCE AND TECHNOLOGY (KUST)

KOMAR UNIVERSITY OF SCIENCE AND TECHNOLOGY (KUST) Programming Concepts & Algorithms Course Syllabus Course Title Course Code Computer Department Pre-requisites Course Code Course Instructor Programming Concepts & Algorithms + lab CPE 405C Computer Department

More information

University of San Francisco Course Syllabus and Outline

University of San Francisco Course Syllabus and Outline College of Professional Studies BSIS 340 Business Data Networks and Telecommunications University of San Francisco Fall Semester 2008 Robert C. Hughes, M.S. Email: rchughes3@usfca.edu Enrolled Student

More information

San José State University College of Science / Department of Computer Science Introduction to Database Management Systems, CS157A-3-4, Fall 2017

San José State University College of Science / Department of Computer Science Introduction to Database Management Systems, CS157A-3-4, Fall 2017 San José State University College of Science / Department of Computer Science Introduction to Database Management Systems, CS157A-3-4, Fall 2017 Course and Contact Information Instructor: Dr. Mike Wu Office

More information

Web Development: Client Side

Web Development: Client Side Course Description This course introduces web site design and development using EXtensible HyperText Markup Language (XHTML) and Cascading Style Sheets (CSS). You will learn standard XHTML and CSS and

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, Fall2016 Course and Contact Information Instructor: Dr.

More information

MGMT 4336 Networks & Data Communication Section D10

MGMT 4336 Networks & Data Communication Section D10 MGMT 4336 Networks & Data Communication Section D10 Course Description/Overview A first course in data communications and networking. Topics include: IP networks and services, comparative network configurations

More information

Avi Silberschatz, Henry F. Korth, S. Sudarshan, Database System Concept, McGraw- Hill, ISBN , 6th edition.

Avi Silberschatz, Henry F. Korth, S. Sudarshan, Database System Concept, McGraw- Hill, ISBN , 6th edition. Instructor: James Markulic Lecture: Distance Learning Office Hour: By appointment E-Mail: Markulic@njit.edu Course textbook: Avi Silberschatz, Henry F. Korth, S. Sudarshan, Database System Concept, McGraw-

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

Syllabus for HPE 099 Aerobic Proficiency 1 Credit Hour Spring 2015

Syllabus for HPE 099 Aerobic Proficiency 1 Credit Hour Spring 2015 Syllabus for HPE 099 Aerobic Proficiency 1 Credit Hour Spring 2015 I. COURSE DESCRIPTION Designed for seniors who are presently maintaining a physically active lifestyle and can pass the running, cycling,

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

Temple University Fox School of Business MS Auditing and Cyber Security Program

Temple University Fox School of Business MS Auditing and Cyber Security Program Temple University Fox School of Business MS Auditing and Cyber Security Program MIS5203 Systems & Infrastructure Lifecycle Management 1 (Section 401) SYLLABUS Spring 2016 Thursdays, 5:30pm - 8:00pm Place

More information

Syllabus COSC-051-x - Computer Science I Fall Office Hours: Daily hours will be entered on Course calendar (or by appointment)

Syllabus COSC-051-x - Computer Science I Fall Office Hours: Daily hours will be entered on Course calendar (or by appointment) Syllabus COSC-051-x - Computer Science I Fall 2018 Instructor: Jeremy Bolton, Ph.D. Asst Teaching Professor Department of Computer Science Office: TBD (see Course calendar for office hours) Email: jeremy.bolton@georgetown.edu

More information

Syllabus Revised 08/15/2018

Syllabus Revised 08/15/2018 Department of Information Sciences and Technology Volgenau School of Engineering George Mason University Fall 2018 IT 445 Advanced Networking Principles II Syllabus Revised 08/15/2018 Section DL1: Instructor:

More information

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

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

More information

Gerlinde Brady Phone: Office Hours: see Web at:

Gerlinde Brady Phone: Office Hours: see Web at: Cabrillo College Syllabus: CIS 83 Fall 2015 Section 89004 Gerlinde Brady Phone: 831-477-5672 Class Meetings: TUE 6:00 pm 8:05 pm (829) & 2 hours online Office: Room 827 D Office Hours: see Web at: http://babyface.cabrillo.edu/salsa/listing.jsp?staffid=156

More information

IS Spring 2018 Database Design, Management and Applications

IS Spring 2018 Database Design, Management and Applications IS 331-004 Spring 2018 Database Design, Management and Applications Class Time: Monday/Wednesday 1:00 PM -2:25 PM Location: PC MALL 37 Instructor Information: Name: Dr. Art Hendela Office: 5108 GITC Phone

More information

ITP454 Enterprise Resource Planning, Design, and Implementation

ITP454 Enterprise Resource Planning, Design, and Implementation ITP454 Enterprise Resource Planning, Design, and Implementation Instructor: Richard W. Vawter ITP 454, Spring 2015 Office: OHE 530B Location: KAP 267 E-Mail: vawter@usc.edu Thurs. 5:00-7:50 p.m. Phone:

More information

Syllabus for HPE 099 Aerobic Proficiency 1 Credit Hour Fall 2012

Syllabus for HPE 099 Aerobic Proficiency 1 Credit Hour Fall 2012 Syllabus for HPE 099 Aerobic Proficiency 1 Credit Hour Fall 2012 I. COURSE DESCRIPTION Designed for seniors who are presently maintaining a physically active lifestyle and can pass the running, cycling,

More information

Art 645 Introduction to Web Site Design Los Angeles City College

Art 645 Introduction to Web Site Design Los Angeles City College Art 645 Introduction to Web Site Design Los Angeles City College Course Syllabus Spring 2018 Weekly Schedule 12131 LEC TTh 12:45 pm - 1:35 pm Chem 210 12150 LAB TTh 1:45 pm - 3:00 pm Chem 210 Office Hours

More information

Computer Science Technology Department

Computer Science Technology Department Computer Science Technology Department Houston Community College Department Phone Number: ab Houston Community College ITMT 2301 - Windows Server 2008 Network Infrastructure Configuration Administering

More information

CTS1134C Network Essentials (3 Credits), Fall 2018

CTS1134C Network Essentials (3 Credits), Fall 2018 Course Syllabus Division of Engineering, Computer Programming, and Technology Department of Computer Information Technology West Campus Building 7, Room 146 (407) 582-1542 National Center of Academic Excellence

More information

Course Syllabus. Course Information

Course Syllabus. Course Information Course Syllabus Course Information Course: MIS 6326 Data Management Term: Fall 2015 Section: 002 Meets: Monday and Wednesday 2:30 pm to 3:45 pm JSOM 11.210 Professor Contact Information Instructor: Email:

More information

Big Sandy Community and Technical College. Course Syllabus

Big Sandy Community and Technical College. Course Syllabus Big Sandy Community and Technical College Course Syllabus PS Number: 49744 Semester: Fall Year: 2017 Faculty Name: Dr. Kathryn Miller Title: Professor Course Prefix and Number: CIT Course Credit Hours:

More information

CSC 407 Database System I COURSE PARTICULARS COURSE INSTRUCTORS COURSE DESCRIPTION

CSC 407 Database System I COURSE PARTICULARS COURSE INSTRUCTORS COURSE DESCRIPTION CSC 407 Database System I COURSE PARTICULARS Course Code: CSC 407 Course Title: Database System I No. of Units: 3 Course Duration: 2 hours of theory and 1 hour of tutorial per week for 14 weeks. Status:

More information