ISTE-608 Test Out Written Exam and Practical Exam Study Guide

Size: px
Start display at page:

Download "ISTE-608 Test Out Written Exam and Practical Exam Study Guide"

Transcription

1 PAGE 1 OF 9 ISTE-608 Test Out Written Exam and Practical Exam Study Guide Written Exam: The written exam will be in the frmat f multiple chice, true/false, matching, shrt answer, and applied questins (ex. transpsing muti-entity E-R diagrams int relatins). In rder t be fully prepared fr the written exam yu shuld be able t: identify three key differences between databases and file systems. identify three disadvantages f file systems. (Applicatin prgram dependency, data duplicatin, data separatin/islatin, lng develpment times, higher maintenance requirements/csts) describe the meaning f the term Database, including at least fur f the fllwing keywrds: Shared, Self-describing, Organized, Lgically Related, Persistent, Cllectin f Data. identify three types f data that can be stred in a database. (text, numbers, date/time, graphics/images, sund/vide, prgrams, ther bjects) define and cntrast the terms User Data, Metadata, Index, and Applicatin Metadata. identify the crrect definitin f a database management system. describe the purpse f each DBMS subsystem (Design Tls, Run-time, and Engine). prvide tw disadvantages f a database as discussed in class. (DBAs/Specialized persnnel, Installatin/Management csts, Cnversin csts, backup/recver, plitical issues/rganizatinal cnflict) recall the summary f steps t the database develpment lifecycle. identify DBMS independent steps frm DBMS dependent steps. state what data mdeling is any why it is imprtant. define and cntrast the terms Relatin, Attribute, and Tuples, as they pertain t the relatinal mdel. describe and identify the difference between an Entity Class and an Entity Instance. recgnize the fllwing, when given an E-R diagram, and state what the meaning is: Entity, Attribute (simple vs cmpsite; single-valued versus multi-valued; stred vs derived, and identifier) cmpare and cntrast the Chen ntatin and the Crw s ft ntatin.

2 PAGE 2 OF 9 describe what an identifier is and its usage. apprpriately represent simple identifiers and cmpsite identifiers, using either Chen r Crw s feet ntatin. describe a cmpsite identifier. list the steps invlved in creating a database. transpse an E-R diagram, with Chen r Crw s Feet ntatin, f a single entity int a relatin. describe what a relatin is and what rws and clumns f a relatin represent. describe at least five characteristics f a relatin. determine whether r nt a given relatin cnfrms t all f the characteristics f a relatin. describe a primary key in terms f its purpse and characteristics. list the steps invlved in creating a database. list and describe the tw types f SQL statements. classify SQL statements (CREATE, DROP, INSERT, and SELECT) as apprpriate type f SQL statement (DDL/DML). knw the required clauses f a SELECT statement. describe what a NULL value is. classify SQL statements (ALTER, UPDATE, and DELETE) as apprpriate type f SQL statement (DDL/DML). state that nrmalizatin is part f the representatinal level f the develpment prcess. determine functinal dependencies between attributes fr a given relatin. use prper ntatin fr functinal dependencies. describe a candidate key. describe a primary key. determine what candidate keys exist when given a relatin and a list f functinal dependencies. select an apprpriate primary key based n any candidate keys present, when given a relatin and a list f functinal dependencies. describe what an anmaly is. identify the different types f anmalies: Insertin, Mdificatin, and Deletin.

3 PAGE 3 OF 9 identify the determinant when given a functinal dependency. identify cmpsite keys: primary and candidate. describe secnd nrmal frm and its vilatin. identify any partial dependencies when given a relatin and functinal dependencies. crrectly fix secnd nrmal frm vilatins, including crrectly denting a freign key and cmpsing a reference statement, when given a relatin and functinal dependencies. describe a freign key. describe what referential integrity is and why it is imprtant. describe third nrmal frm and its vilatin. identify any transitive dependencies, when given a relatin and functinal dependencies. crrectly fix third nrmal frm vilatins, including crrectly denting a freign key and cmpsing a reference statement, when given a relatin and functinal dependencies that cause transitive dependencies. describe Byce-Cdd nrmal frm and its vilatin. crrectly fix BCNF vilatins, including crrectly denting a freign key and cmpsing a reference statement, when given a relatin and functinal dependencies that include a determinant that is nt a candidate key. mdify the riginal and all resulting relatins thrugh BCNF, including crrect freign keys and reference statements, when given a relatin and functinal dependencies. describe the crrelatin between the quality f a data mdel and impact n the nrmalizatin prcess. determine the highest nrmal frm that a relatin is in when given a relatin and a list f functinal dependencies. describe the cnnectin between the quality f an E-R diagram and the implicatins n the nrmalizatin prcess. describe the difference between a relatinship class and a relatinship instance. determine the degree f the relatinship, when given an E-R diagram. distinguish binary relatinships frm recursive relatinships, when given an E-R diagram. interpret the maximum cardinalities fr a relatinship and prvide the cardinality rati, when given an E-R diagram.

4 PAGE 4 OF 9 interpret the minimum cardinalities fr a relatinship t determine if an entity is required t participate in a relatinship r nt, when given an E-R diagram. fully explain a relatinship, using nn-technical terms, that include the implicatins f the minimum and maximum cardinalities frm bth perspectives, when given an E-R diagram. cmpare and cntrast HAS-A relatinships t IS-A relatinships. describe the difference between a supertype and a subtype. identify any supertypes and subtypes, when given an E-R diagram. distinguish a strng entity frm a weak entity, when given an E-R diagram. determine the tw main reasns supertype/subtype relatinships are necessary. describe the implicatins f having a relatinship at the supertype-level versus the subtypelevel. determine whether the cmpleteness cnstraint fr the relatinship is ttal r partial specializatin and the implicatins f bth n the supertype/subtype relatinship, when given an E-R diagram. determine the disjintedness cnstraint and whether the verlap r disjint rule is in effect and the implicatins n the supertype/subtype relatinship, when given an E-R diagram. determine an apprpriate discriminatr based n if the disjint r verlap rule is in effect fr a supertype/subtype relatinship, when given an E-R diagram. describe, in nn-technical terms, the full supertype/subtype relatinship including cmpleteness and disjintedness cnstraints, when given an E-R diagram. crrectly transpse the diagram int a set f relatins in relatinal schema ntatin, when given an E-R diagram that includes strng and weak entities, with binary, recursive, and supertype/subtype relatinships. describe freign key placement fr a 1:1, 1:N (N:1), M:N, r supertype/subtype relatinship. explain the difference between the participatin cnstraints (ttal participatin and partial participatin). determine whether the weak entity is ID-Dependent r Nn-ID Dependent, when given an E-R diagram that includes a HAS-A relatinship between a strng and a weak entity, alng with functinal dependencies. transpse an E-R diagram with prper placement f the freign key based n whether the relatinships are identifying r nt, when given an E-R diagram that distinguishes between identifying and nn-identifying relatinships.

5 PAGE 5 OF 9 crrectly interpret and transpse a M:N relatinship with attributes f the relatinship, when given an E-R diagram. crrectly interpret and transpse an assciative entity, when given an E-R diagram. explain why a M:N relatinship with attributes fr the relatinship is equivalent t tw 1:N relatinships with an assciative entity. transpse the E-R diagram and nrmalize all relatins thrugh BCNF, when given an E-R diagram and functinal dependencies. state benefits f lkup tables. describe what referential integrity is, why it is imprtant, and hw it is implemented in a database. state that a transactin is a lgical unit f wrk. state that a transactin can be cmpsed f ne r mre statements. explain the purpse f COMMIT. classify COMMIT as a Transactin Cntrl Language (TCL) statement. explain the purpse f ROLLBACK. classify ROLLBACK as a Transactin Cntrl Language (TCL) statement. list the prperties f a tranactin cntained in the ACID acrnym. describe the Atmicity prperty f a transactin. describe the Cnsistency prperty f a transactin. describe the Islatin prperty f a transactin. describe the Durability prperty f a transactin. cmpse a theretical relatinal algebra statement that wuld satisfy a specified query, when given a set f relatins. Operatins include SELECTION, PROJECTION, UNION, DIFFERENCE, PRODUCT, INTERSECTION, and Jins (EQUIJOIN, NATURAL, LEFT OUTER, RIGHT OUTER, and FULL OUTER). derive the resulting relatin, when given a set f relatins and a theretical relatinal algebra statement. state the cnditins fr unin cmpatibility. determine if tw relatins are unin cmpatible. specify the relatinal algebra peratins that are cmmutative.

6 PAGE 6 OF 9 describe the peratins invlved in perfrming a relatinal algebra jin. describe hw a relatinal algebra peratin is accmplished in SQL. recgnize the difference in structure between a SQL 89 frmatted jin and a SQL 92 frmatted jin. describe the structure f a subquery, including hw results are passed frm a nested query t the uter query. explain the difference between the WHERE clause and the HAVING clause f a SELECT statement. state which clauses f an SELECT statement are required and which are ptinal. state the prper rder fr clauses in a SELECT statement, including FROM, GROUP BY, HAVING, SELECT, ORDER BY, and WHERE. describe the structure f a highly abstract table. state the advantages and disadvantages f highly abstract tables. Practical Exam: If yu receive an 80% r higher n the written exam, yu will be allwed t take the practical exam. The practical will invlve the use f MySQL in rder t accmplish tasks prvided fr yu t cmplete. Yu will nly have access t the MySQL help system during the practical exam. In rder t be fully prepared fr the final practical, yu shuld be able t accmplish the fllwing thrugh yur knwledge f MySQL and SQL: create a database. pen a database. write a CREATE TABLE statement with attributes f apprpriate datatypes (CHAR, VARCHAR, INT, and DATE) and a cnstraint fr the primary key. cmpse a DROP DATABASE statement. cmpse a DROP TABLE statement. execute cmmands t view metadata (SHOW DATABASES; SHOW TABLES; and DESCRIBE). create a script cntaining ne r mre DDL r DML statement. execute a script. write a SELECT statement that will view all attributes and all recrds frm a single table. write a SELECT statement that cntains nly a subset f available attributes.

7 PAGE 7 OF 9 apply a clumn alias in the SELECT clause f a SELECT statement. frm an apprpriate WHERE clause, f a SELECT statement, that includes lgical peratrs (NOT, AND, and OR). find recrds where a specified attribute has ne r mre NULL values. insert a recrd that has ne r mre NULL values. recgnize data that shuld be stred as SMALLINT and DECIMAL, when given an attribute descriptin. use SIGNED and UNSIGNED apprpriately fr integer data types, when given an attribute descriptin. apply NOT NULL cnstraints apprpriately in a CREATE TABLE statement, when given attribute descriptins. set DEFAULT values apprpriately in a CREATE TABLE statement, when given attribute descriptins. apprpriately use the fllwing relatinal peratrs in SELECT statements, as needed: >, >=, <, <=, =, <>,!=, IN, LIKE. frm an apprpriate WHERE clause, f a SELECT statement, that includes lgical peratr, BETWEEN. apply LIKE using wildcards ('_' and '%') t frm a search pattern that meets specificatins. perfrm basic calculatins using an attribute in a SELECT statement. write a CREATE TABLE statement with attributes f apprpriate datatypes (CHAR, VARCHAR, INT, and DATE), when given attribute specificatins, and a cnstraint fr the primary key. cmpse an UPDATE statement that will meet prvided specificatins. cmpse a DELETE statement that will meet prvided specificatins. frm an ALTER TABLE statement that meets specificatins prvided. ALTER TABLE t DROP ADD a PRIMARY KEY. ALTER TABLE t DROP ADD a clumn meeting prvided specificatins. ALTER TABLE t SET DROP a DEFAULT value specified. ALTER TABLE t MODIFY a COLUMN t meet prvided specificatins. write CREATE TABLE statements that will implement a prvided schema (E-R diagram, transpsed relatins, and attribute specificatins) with attributes f apprpriate data types (CHAR, VARCHAR, INT (signed vs unsigned), SMALLINT (signed vs unsigned), TINYINT (signed vs

8 PAGE 8 OF 9 unsigned), DECIMAL, BOOLEAN, DATE, and ENUM), and crrect use f NOT NULL cnstraints. Each statement will als include a crrect primary key cnstraint and necessary freign key cnstraint(s). determine if a NOT NULL cnstraint is needed when implementing a specific freign key, when given an E-R diagram and transpsed relatins. rganize a series f CREATE TABLE and INSERT statements s that the executin rder desn t cause any errrs due t sequencing. define an attribute as AUTO_INCREMENT, when apprpriate. cmpse an INSERT statement that will result in AUTO_INCREMENT being used t determine an attribute's value, when AUTO_INCREMENT was used t define the respective attribute. implement apprpriate discriminating attribute(s) in a CREATE TABLE statement, when given an E-R diagram that includes a supertype/subtype relatinship. determine and implement an apprpriate ON UPDATE cnditin fr a freign key cnstraint, when given an E-R diagram and transpsed relatins. determine and implement an apprpriate ON DELETE cnditin fr a freign key cnstraint, when given an E-R diagram and transpsed relatins. INSERT a recrd int a table that includes results frm a SELECT statement, when given an E-R diagram and transpsed relatins. successfully implement a transactin that is cmpsed f mre than ne statement, given a list f tasks and MySQL. cmpse a crrect ALTER TABLE statement that will add an apprpriate freign key cnstraint. cmpse a crrect ALTER TABLE statement that will drp an existing freign key cnstraint. cmpse the SQL equivalent statement t prduce the resulting relatin, when given a relatinal schema implemented in SQL and a theretical relatinal algebra statement. Statement peratins can include SELECTION, PROJECTION, UNION, DIFFERENCE, PRODUCT, INTERSECTION, and Jins (EQUIJOIN, NATURAL, LEFT OUTER, RIGHT OUTER, and FULL OUTER). apprpriately utilize DISTINCT when cmpsing queries f relatinal algebra peratins in SQL. write a CREATE TABLE statement that includes UNIQUE cnstraints fr any candidate key(s) that weren't selected as the primary key. write a SELECT statement that includes table aliases. cmpse a SELECT statement that prperty jins multiple tables tgether, using either SQL 89 (inner jin) r SQL 92 (inner and uter jins) frmat.

9 PAGE 9 OF 9 cmpse a subquery (an uter query that includes ne r mre nested queries) that will accmplish a task that requires data t be passed frm ne r mre tables t anther. write a SELECT statement that apprpriately utilizes any f the fllwing single-rw, character functins: LOWER(), UPPER(), LENGTH(), INSTR(), SUBSTR(), and CONCAT(). write a SELECT statement that apprpriately utilizes any f the fllwing single-rw, numeric functins: ROUND(), TRUNCATE(), and MOD(). write a SELECT statement that apprpriately utilizes any f the fllwing multi-rw functins: COUNT(), AVG(), SUM(), MIN(), MAX(). crrectly incrprate a GROUP BY clause, when using multi-rw functin(s) and als displaying ther attributes as part f the SELECT clause f a SELECT statement. crrectly incrprate a HAVING clause within a SELECT statement, when needing t eliminate recrds frm a result set based n the results f an aggregate functin. crrectly incrprate an ORDER BY clause within a SELECT statement, when needing t srt a result set by specified criteria.

Querying Data with Transact SQL

Querying Data with Transact SQL Querying Data with Transact SQL Curse Cde: 20761 Certificatin Exam: 70-761 Duratin: 5 Days Certificatin Track: MCSA: SQL 2016 Database Develpment Frmat: Classrm Level: 200 Abut this curse: This curse is

More information

Homework: Populate and Extract Data from Your Database

Homework: Populate and Extract Data from Your Database Hmewrk: Ppulate and Extract Data frm Yur Database 1. Overview In this hmewrk, yu will: 1. Check/revise yur data mdel and/r marketing material frm last week's hmewrk- this material will later becme the

More information

Structure Query Language (SQL)

Structure Query Language (SQL) Structure Query Language (SQL) 1. Intrductin SQL 2. Data Definitin Language (DDL) 3. Data Manipulatin Language ( DML) 4. Data Cntrl Language (DCL) 1 Structured Query Language(SQL) 6.1 Intrductin Structured

More information

MySqlWorkbench Tutorial: Creating Related Database Tables

MySqlWorkbench Tutorial: Creating Related Database Tables MySqlWrkbench Tutrial: Creating Related Database Tables (Primary Keys, Freign Keys, Jining Data) Cntents 1. Overview 2 2. Befre Yu Start 2 3. Cnnect t MySql using MySqlWrkbench 2 4. Create Tables web_user

More information

Populate and Extract Data from Your Database

Populate and Extract Data from Your Database Ppulate and Extract Data frm Yur Database 1. Overview In this lab, yu will: 1. Check/revise yur data mdel and/r marketing material (hme page cntent) frm last week's lab. Yu will wrk with tw classmates

More information

MySqlWorkbench Tutorial: Creating Related Database Tables

MySqlWorkbench Tutorial: Creating Related Database Tables MySqlWrkbench Tutrial: Creating Related Database Tables (Primary Keys, Freign Keys, Jining Data) Cntents 1. Overview 2 2. Befre Yu Start 2 3. Review Database Terms and Cncepts 2 4. Cnnect t MySql using

More information

Laboratory #13: Trigger

Laboratory #13: Trigger Schl f Infrmatin and Cmputer Technlgy Sirindhrn Internatinal Institute f Technlgy Thammasat University ITS351 Database Prgramming Labratry Labratry #13: Trigger Objective: - T learn build in trigger in

More information

IMPORTING INFOSPHERE DATA ARCHITECT MODELS INFORMATION SERVER V8.7

IMPORTING INFOSPHERE DATA ARCHITECT MODELS INFORMATION SERVER V8.7 IMPORTING INFOSPHERE DATA ARCHITECT MODELS INFORMATION SERVER V8.7 Prepared by: March Haber, march@il.ibm.cm Last Updated: January, 2012 IBM MetaData Wrkbench Enablement Series Table f Cntents: Table f

More information

Brief Intro to relational databases

Brief Intro to relational databases Brief Intr t relatinal databases A relatinal database cnsists f tables Tables cnsist f rws and clumns, which can als be referred t as recrds and fields A table is typically mdeled after a real-wrld entity,

More information

Access 2000 Queries Tips & Techniques

Access 2000 Queries Tips & Techniques Access 2000 Queries Tips & Techniques Query Basics The query is the basic tl that Access prvides fr retrieving infrmatin frm yur database. Each query functins like a questin that can be asked immediately

More information

Creating a TES Encounter/Transaction Entry Batch

Creating a TES Encounter/Transaction Entry Batch Creating a TES Encunter/Transactin Entry Batch Overview Intrductin This mdule fcuses n hw t create batches fr transactin entry in TES. Charges (transactins) are entered int the system in grups called batches.

More information

Design Patterns. Collectional Patterns. Session objectives 11/06/2012. Introduction. Composite pattern. Iterator pattern

Design Patterns. Collectional Patterns. Session objectives 11/06/2012. Introduction. Composite pattern. Iterator pattern Design Patterns By Võ Văn Hải Faculty f Infrmatin Technlgies HUI Cllectinal Patterns Sessin bjectives Intrductin Cmpsite pattern Iteratr pattern 2 1 Intrductin Cllectinal patterns primarily: Deal with

More information

Ascii Art Capstone project in C

Ascii Art Capstone project in C Ascii Art Capstne prject in C CSSE 120 Intrductin t Sftware Develpment (Rbtics) Spring 2010-2011 Hw t begin the Ascii Art prject Page 1 Prceed as fllws, in the rder listed. 1. If yu have nt dne s already,

More information

Lecture Handout. Database Management System. Overview of Lecture. Inheritance Is. Lecture No. 11. Reading Material

Lecture Handout. Database Management System. Overview of Lecture. Inheritance Is. Lecture No. 11. Reading Material Lecture Handut Database Management System Lecture N. 11 Reading Material Database Systems Principles, Design and Implementatin written by Catherine Ricard, Maxwell Macmillan. Overview f Lecture Inheritance

More information

Lecture Handout. Database Management System. Overview of Lecture. Vertical Partitioning. Lecture No. 24

Lecture Handout. Database Management System. Overview of Lecture. Vertical Partitioning. Lecture No. 24 Lecture Handut Database Management System Lecture N. 24 Reading Material Database Systems Principles, Design and Implementatin written by Catherine Ricard, Maxwell Macmillan. Database Management Systems,

More information

INSTALLING CCRQINVOICE

INSTALLING CCRQINVOICE INSTALLING CCRQINVOICE Thank yu fr selecting CCRQInvice. This dcument prvides a quick review f hw t install CCRQInvice. Detailed instructins can be fund in the prgram manual. While this may seem like a

More information

Data Structure Interview Questions

Data Structure Interview Questions Data Structure Interview Questins A list f tp frequently asked Data Structure interview questins and answers are given belw. 1) What is Data Structure? Explain. Data structure is a way that specifies hw

More information

MOS Access 2013 Quick Reference

MOS Access 2013 Quick Reference MOS Access 2013 Quick Reference Exam 77-424: MOS Access 2013 Objectives http://www.micrsft.cm/learning/en-us/exam.aspx?id=77-424 Create and Manage a Database Create a New Database This bjective may include

More information

10 hours create the college model. Data Definition Commands. Data Manipulation commands, Data Control commands

10 hours create the college model. Data Definition Commands. Data Manipulation commands, Data Control commands Mdule-04 STRUCTURED QUERY LANGUAGE (SQL) 4.1 Mtivatin The knwledge SQL is essential fr sftware develper hence SQL is an imprtant subject in cmputer prgramming arund the wrld. 4.2 Objective DBMS is the

More information

Essentials for IBM Cognos BI (V10.2) Day(s): 5. Overview

Essentials for IBM Cognos BI (V10.2) Day(s): 5. Overview Essentials fr IBM Cgns BI (V10.2) Day(s): 5 Curse Cde: B5270G Overview NOTE: This is an Instructr Led Online curse. Please d nt make any travel arrangements. IBM Cgns Educatin is nw pleased t ffer yu ur

More information

Configuring Database & SQL Query Monitoring With Sentry-go Quick & Plus! monitors

Configuring Database & SQL Query Monitoring With Sentry-go Quick & Plus! monitors Cnfiguring Database & SQL Query Mnitring With Sentry-g Quick & Plus! mnitrs 3Ds (UK) Limited, Nvember, 2013 http://www.sentry-g.cm Be Practive, Nt Reactive! One f the best ways f ensuring a database is

More information

Project #1 - Fraction Calculator

Project #1 - Fraction Calculator AP Cmputer Science Liberty High Schl Prject #1 - Fractin Calculatr Students will implement a basic calculatr that handles fractins. 1. Required Behavir and Grading Scheme (100 pints ttal) Criteria Pints

More information

COP2800 Homework #3 Assignment Spring 2013

COP2800 Homework #3 Assignment Spring 2013 YOUR NAME: DATE: LAST FOUR DIGITS OF YOUR UF-ID: Please Print Clearly (Blck Letters) YOUR PARTNER S NAME: DATE: LAST FOUR DIGITS OF PARTNER S UF-ID: Please Print Clearly Date Assigned: 15 February 2013

More information

5.0 Integrity Constraints

5.0 Integrity Constraints 5.0 Integrity Cnstraints Integrity cnstraints are thse cnstraints in database system which guard against invalid database peratins r accidental damage t the database, by ensuring that authrized changes

More information

Lab 1 - Calculator. K&R All of Chapter 1, 7.4, and Appendix B1.2

Lab 1 - Calculator. K&R All of Chapter 1, 7.4, and Appendix B1.2 UNIVERSITY OF CALIFORNIA, SANTA CRUZ BOARD OF STUDIES IN COMPUTER ENGINEERING CMPE13/L: INTRODUCTION TO PROGRAMMING IN C SPRING 2012 Lab 1 - Calculatr Intrductin In this lab yu will be writing yur first

More information

McGill University School of Computer Science COMP-206. Software Systems. Due: September 29, 2008 on WEB CT at 23:55.

McGill University School of Computer Science COMP-206. Software Systems. Due: September 29, 2008 on WEB CT at 23:55. Schl f Cmputer Science McGill University Schl f Cmputer Science COMP-206 Sftware Systems Due: September 29, 2008 n WEB CT at 23:55 Operating Systems This assignment explres the Unix perating system and

More information

Extensible Query Processing in Starburst

Extensible Query Processing in Starburst Extensible Query Prcessing in Starburst Laura M. Haas, J.C. Freytag, G.M. Lhman, and H.Pirahesh IBM Almaden Research Center CS848 Instructr: David Tman Presented By Yunpeng James Liu Outline Intrductin

More information

OWL. Web Ontology Languagge

OWL. Web Ontology Languagge OWL Web Ontlgy Languagge Origins 2 DAML OIL RDF DAML = DARPA Agent Markup Language OIL = Ontlgy Inference Layer DAML+OIL OWL Purpse The purpse f OWL is identical t RDF Schemas - t prvide an XML vcabulary

More information

ROCK-POND REPORTING 2.1

ROCK-POND REPORTING 2.1 ROCK-POND REPORTING 2.1 AUTO-SCHEDULER USER GUIDE Revised n 08/19/2014 OVERVIEW The purpse f this dcument is t describe the prcess in which t fllw t setup the Rck-Pnd Reprting prduct s that users can schedule

More information

These tasks can now be performed by a special program called FTP clients.

These tasks can now be performed by a special program called FTP clients. FTP Cmmander FAQ: Intrductin FTP (File Transfer Prtcl) was first used in Unix systems a lng time ag t cpy and mve shared files. With the develpment f the Internet, FTP became widely used t uplad and dwnlad

More information

Chapter 1 Introduction. What is a Design Pattern? Design Patterns in Smalltalk MVC

Chapter 1 Introduction. What is a Design Pattern? Design Patterns in Smalltalk MVC Chapter 1 Intrductin Designing bject-riented sftware is hard, and designing reusable bject-riented sftware is even harder. It takes a lng time fr nvices t learn what gd bject-riented design is all abut.

More information

ClassFlow Administrator User Guide

ClassFlow Administrator User Guide ClassFlw Administratr User Guide ClassFlw User Engagement Team April 2017 www.classflw.cm 1 Cntents Overview... 3 User Management... 3 Manual Entry via the User Management Page... 4 Creating Individual

More information

Aloha Offshore SDLC Process

Aloha Offshore SDLC Process Alha Sftware Develpment Life Cycle Alha Offshre SDLC Prcess Alha Technlgy fllws a sftware develpment methdlgy that is derived frm Micrsft Slutins Framewrk and Ratinal Unified Prcess (RUP). Our prcess methdlgy

More information

TRAINING GUIDE. Lucity Mobile

TRAINING GUIDE. Lucity Mobile TRAINING GUIDE The Lucity mbile app gives users the pwer f the Lucity tls while in the field. They can lkup asset infrmatin, review and create wrk rders, create inspectins, and many mre things. This manual

More information

Using SPLAY Tree s for state-full packet classification

Using SPLAY Tree s for state-full packet classification Curse Prject Using SPLAY Tree s fr state-full packet classificatin 1- What is a Splay Tree? These ntes discuss the splay tree, a frm f self-adjusting search tree in which the amrtized time fr an access,

More information

Network Rail ARMS - Asbestos Risk Management System. Training Guide for use of the Import Survey Template

Network Rail ARMS - Asbestos Risk Management System. Training Guide for use of the Import Survey Template Netwrk Rail ARMS - Asbests Risk Management System Training Guide fr use f the Imprt Survey Template The ARMS Imprt Survey Template New Asbests Management Surveys and their Survey Detail reprts can be added

More information

Integrating QuickBooks with TimePro

Integrating QuickBooks with TimePro Integrating QuickBks with TimePr With TimePr s QuickBks Integratin Mdule, yu can imprt and exprt data between TimePr and QuickBks. Imprting Data frm QuickBks The TimePr QuickBks Imprt Facility allws data

More information

Creating Relativity Dynamic Objects

Creating Relativity Dynamic Objects Creating Relativity Dynamic Objects Nvember 22, 2017 - Versin 9.3 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

More information

- Replacement of a single statement with a sequence of statements(promotes regularity)

- Replacement of a single statement with a sequence of statements(promotes regularity) ALGOL - Java and C built using ALGOL 60 - Simple and cncise and elegance - Universal - Clse as pssible t mathematical ntatin - Language can describe the algrithms - Mechanically translatable t machine

More information

Implementing a Data Warehouse with Microsoft SQL Server

Implementing a Data Warehouse with Microsoft SQL Server Implementing a Data Warehuse with Micrsft SQL Server Implementing a Data Warehuse with Micrsft SQL Server Curse Cde: 20463 Certificatin Exam: 70-463 Duratin: 5 Days Certificatin Track: MCSA: SQL Server

More information

Overview of OPC Alarms and Events

Overview of OPC Alarms and Events Overview f OPC Alarms and Events Cpyright 2016 EXELE Infrmatin Systems, Inc. EXELE Infrmatin Systems (585) 385-9740 Web: http://www.exele.cm Supprt: supprt@exele.cm Sales: sales@exele.cm Table f Cntents

More information

Exam 4 Review: SQL, pymysql, and XML CS 2316 Fall 2011

Exam 4 Review: SQL, pymysql, and XML CS 2316 Fall 2011 Exam 4 Review: SQL, pymysql, and XML CS 2316 Fall 2011 This is a nn-exhaustive list f tpics t study. Yu will be held respnsible fr all readings n the curse website and lecture cntents even if they are

More information

Maximo Reporting: Maximo-Cognos Metadata

Maximo Reporting: Maximo-Cognos Metadata Maxim Reprting: Maxim-Cgns Metadata Overview...2 Maxim Metadata...2 Reprt Object Structures...2 Maxim Metadata Mdel...4 Metadata Publishing Prcess...5 General Architecture...5 Metadata Publishing Prcess

More information

Importing data. Import file format

Importing data. Import file format Imprting data The purpse f this guide is t walk yu thrugh all f the steps required t imprt data int CharityMaster. The system allws nly the imprtatin f demgraphic date e.g. names, addresses, phne numbers,

More information

Infrastructure Series

Infrastructure Series Infrastructure Series TechDc WebSphere Message Brker / IBM Integratin Bus Parallel Prcessing (Aggregatin) (Message Flw Develpment) February 2015 Authr(s): - IBM Message Brker - Develpment Parallel Prcessing

More information

UML : MODELS, VIEWS, AND DIAGRAMS

UML : MODELS, VIEWS, AND DIAGRAMS UML : MODELS, VIEWS, AND DIAGRAMS Purpse and Target Grup f a Mdel In real life we ften bserve that the results f cumbersme, tedius, and expensive mdeling simply disappear in a stack f paper n smene's desk.

More information

LAB 7 (June 29/July 4) Structures, Stream I/O, Self-referential structures (Linked list) in C

LAB 7 (June 29/July 4) Structures, Stream I/O, Self-referential structures (Linked list) in C LAB 7 (June 29/July 4) Structures, Stream I/O, Self-referential structures (Linked list) in C Due: July 9 (Sun) 11:59 pm 1. Prblem A Subject: Structure declaratin, initializatin and assignment. Structure

More information

Uploading Files with Multiple Loans

Uploading Files with Multiple Loans Uplading Files with Multiple Lans Descriptin & Purpse Reprting Methds References Per the MHA Handbk, servicers are required t prvide peridic lan level data fr activity related t the Making Hme Affrdable

More information

It has hardware. It has application software.

It has hardware. It has application software. Q.1 What is System? Explain with an example A system is an arrangement in which all its unit assemble wrk tgether accrding t a set f rules. It can als be defined as a way f wrking, rganizing r ding ne

More information

Xilinx Answer Xilinx PCI Express DMA Drivers and Software Guide

Xilinx Answer Xilinx PCI Express DMA Drivers and Software Guide Xilinx Answer 65444 Xilinx PCI Express DMA Drivers and Sftware Guide Imprtant Nte: This dwnladable PDF f an Answer Recrd is prvided t enhance its usability and readability. It is imprtant t nte that Answer

More information

Creating Relativity Dynamic Objects

Creating Relativity Dynamic Objects Creating Relativity Dynamic Objects January 29, 2018 - Versin 9.5 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

More information

Test Pilot User Guide

Test Pilot User Guide Test Pilt User Guide Adapted frm http://www.clearlearning.cm Accessing Assessments and Surveys Test Pilt assessments and surveys are designed t be delivered t anyne using a standard web brwser and thus

More information

A Purchaser s Guide to CondoCerts

A Purchaser s Guide to CondoCerts Lgin t CndCerts - T submit a request with CndCerts, lg n t www.cndcerts.cm. First time users will fllw the New Users link t register. Dcument r print screen the User ID and Passwrd prvided. New accunts

More information

Summary. Server environment: Subversion 1.4.6

Summary. Server environment: Subversion 1.4.6 Surce Management Tl Server Envirnment Operatin Summary In the e- gvernment standard framewrk, Subversin, an pen surce, is used as the surce management tl fr develpment envirnment. Subversin (SVN, versin

More information

Announcing Veco AuditMate from Eurolink Technology Ltd

Announcing Veco AuditMate from Eurolink Technology Ltd Vec AuditMate Annuncing Vec AuditMate frm Eurlink Technlgy Ltd Recrd any data changes t any SQL Server database frm any applicatin Database audit trails (recrding changes t data) are ften a requirement

More information

Adverse Action Letters

Adverse Action Letters Adverse Actin Letters Setup and Usage Instructins The FRS Adverse Actin Letter mdule was designed t prvide yu with a very elabrate and sphisticated slutin t help autmate and handle all f yur Adverse Actin

More information

Department of Computer Information Systems KEMU

Department of Computer Information Systems KEMU Advanced DBMS: CISY 423 Department f Cmputer Infrmatin Systems KEMU Database Security OBJECTIVES Database Security and Authrizatin Database Users Creating Users/Accunts in cmmercial DBMS Discretinary Access

More information

Contents: Module. Objectives. Lesson 1: Lesson 2: appropriately. As benefit of good. with almost any planning. it places on the.

Contents: Module. Objectives. Lesson 1: Lesson 2: appropriately. As benefit of good. with almost any planning. it places on the. 1 f 22 26/09/2016 15:58 Mdule Cnsideratins Cntents: Lessn 1: Lessn 2: Mdule Befre yu start with almst any planning. apprpriately. As benefit f gd T appreciate architecture. it places n the understanding

More information

Knowledgeware Rule-based Clash

Knowledgeware Rule-based Clash Knwledgeware Rule-based Clash Clash rules written using knwledgeware capabilities can be used in a standalne clash prcess clash prcess, ensuring clash analyses take crprate practices int accunt. Multiple

More information

Data Miner Platinum. DataMinerPlatinum allows you to build custom reports with advanced queries. Reports > DataMinerPlatinum

Data Miner Platinum. DataMinerPlatinum allows you to build custom reports with advanced queries. Reports > DataMinerPlatinum Data Miner Platinum DataMinerPlatinum allws yu t build custm reprts with advanced queries. Reprts > DataMinerPlatinum Click Add New Recrd. Mve thrugh the tabs alng the tp t build yur reprt, with the end

More information

SafeDispatch SDR Gateway for MOTOROLA TETRA

SafeDispatch SDR Gateway for MOTOROLA TETRA SafeDispatch SDR Gateway fr MOTOROLA TETRA SafeMbile ffers a wrld f wireless applicatins that help rganizatins better manage their mbile assets, fleet and persnnel. Fr mre infrmatin, see www.safembile.cm.

More information

Iteration Part 2. Review: Iteration [Part 1] Flow charts for two loop constructs. Review: Syntax of loops. while continuation_condition : statement1

Iteration Part 2. Review: Iteration [Part 1] Flow charts for two loop constructs. Review: Syntax of loops. while continuation_condition : statement1 Review: Iteratin [Part 1] Iteratin Part 2 CS111 Cmputer Prgramming Department f Cmputer Science Wellesley Cllege Iteratin is the repeated executin f a set f statements until a stpping cnditin is reached.

More information

Network Rail ARMS - Asbestos Risk Management System. Training Guide for use of the Import Asset Template

Network Rail ARMS - Asbestos Risk Management System. Training Guide for use of the Import Asset Template Netwrk Rail ARMS - Asbests Risk Management System Training Guide fr use f the Imprt Asset Template The ARMS Imprt Asset Template New assets can be added t the Asbests Risk Management System (ARMS) using

More information

Interfacing to MATLAB. You can download the interface developed in this tutorial. It exists as a collection of 3 MATLAB files.

Interfacing to MATLAB. You can download the interface developed in this tutorial. It exists as a collection of 3 MATLAB files. Interfacing t MATLAB Overview: Getting Started Basic Tutrial Interfacing with OCX Installatin GUI with MATLAB's GUIDE First Buttn & Image Mre ActiveX Cntrls Exting the GUI Advanced Tutrial MATLAB Cntrls

More information

Lab 1 - Calculator. K&R All of Chapter 1, 7.4, and Appendix B1.2 Iterative Code Design handout Style Guidelines handout

Lab 1 - Calculator. K&R All of Chapter 1, 7.4, and Appendix B1.2 Iterative Code Design handout Style Guidelines handout UNIVERSITY OF CALIFORNIA, SANTA CRUZ BOARD OF STUDIES IN COMPUTER ENGINEERING CMPE13/L: INTRODUCTION TO PROGRAMMING IN C SPRING 2013 Lab 1 - Calculatr Intrductin Reading Cncepts In this lab yu will be

More information

To over come these problems collections are recommended to use. Collections Arrays

To over come these problems collections are recommended to use. Collections Arrays Q1. What are limitatins f bject Arrays? The main limitatins f Object arrays are These are fixed in size ie nce we created an array bject there is n chance f increasing r decreasing size based n ur requirement.

More information

UiPath Automation. Walkthrough. Walkthrough Calculate Client Security Hash

UiPath Automation. Walkthrough. Walkthrough Calculate Client Security Hash UiPath Autmatin Walkthrugh Walkthrugh Calculate Client Security Hash Walkthrugh Calculate Client Security Hash Start with the REFramewrk template. We start ff with a simple implementatin t demnstrate the

More information

Module: Items in DSpace

Module: Items in DSpace Mdule: Items in DSpace Mdule verview: Items are ne f the cre cncepts in DSpace. An item a representatin f the files and metadata bught tgether t make an atmic unit. This mdule intrduces items and the cnstituent

More information

CS1150 Principles of Computer Science Boolean, Selection Statements (Part II)

CS1150 Principles of Computer Science Boolean, Selection Statements (Part II) CS1150 Principles f Cmputer Science Blean, Selectin Statements (Part II) Yanyan Zhuang Department f Cmputer Science http://www.cs.uccs.edu/~yzhuang CS1150 Review What s the scientific ntatin f 9,200,000?

More information

Java Database Connectivity

Java Database Connectivity Advanced Java Prgramming Curse Java Database Cnnectivity By Võ Văn Hải Faculty f Infrmatin Technlgies Industrial University f H Chi Minh City Sessin bjectives JDBC basic Wrking with JDBC Advanced JDBC

More information

ITE320 Information Management Systems

ITE320 Information Management Systems Cmputer Science Department cs.salemstate.edu ITE320 Infrmatin Management Systems 4 cr. Catalg descriptin: It is the rle f the IT prfessinal t develp, deply, manage and integrate data and infrmatin systems

More information

The following screens show some of the extra features provided by the Extended Order Entry screen:

The following screens show some of the extra features provided by the Extended Order Entry screen: SmartFinder Orders Extended Order Entry Extended Order Entry is an enhanced replacement fr the Sage Order Entry screen. It prvides yu with mre functinality while entering an rder, and fast access t rder,

More information

CS1150 Principles of Computer Science Midterm Review

CS1150 Principles of Computer Science Midterm Review CS1150 Principles f Cmputer Science Midterm Review Yanyan Zhuang Department f Cmputer Science http://www.cs.uccs.edu/~yzhuang CS1150 UC. Clrad Springs Office hurs 10/15, Mnday, 12:05 12:50pm 10/17, Wednesday

More information

OVAL Language Design Document

OVAL Language Design Document OVAL Language Design Dcument Versin 5.1 2006 The MITRE Crpratin. All rights reserved. Intrductin...3 OVAL Overview...3 Implementatin f the Language...3 OVAL Definitin Schema...4 ...4 ...4

More information

Student participation Students can register online, track progress, express interest and demonstrate proficiency.

Student participation Students can register online, track progress, express interest and demonstrate proficiency. Page 1 f 31 Intrductin Our MAG 10 Learning Management System (LMS) is a Web based technlgy used t plan, implement, and assess a specific learning prcess. LMS is a training prgram which prvides cmplete

More information

1 Getting and Extracting the Upgrader

1 Getting and Extracting the Upgrader Hughes BGAN-X 9202 Upgrader User Guide (Mac) Rev 1.0 (23-Feb-12) This dcument explains hw t use the Hughes BGAN Upgrader prgram fr the 9202 User Terminal using a Mac Nte: Mac OS X Versin 10.4 r newer is

More information

Type: System Enhancements ID Number: SE 93. Subject: Changes to Employee Address Screens. Date: June 29, 2012

Type: System Enhancements ID Number: SE 93. Subject: Changes to Employee Address Screens. Date: June 29, 2012 Type: System Enhancements ID Number: SE 93 Date: June 29, 2012 Subject: Changes t Emplyee Address Screens Suggested Audience: Human Resurce Offices Details: On July 14, 2012, Peple First will implement

More information

Log shipping is a HA option. Log shipping ensures that log backups from Primary are

Log shipping is a HA option. Log shipping ensures that log backups from Primary are LOG SHIPPING Lg shipping is a HA ptin. Lg shipping ensures that lg backups frm Primary are cntinuusly applied n standby. Lg shipping fllws a warm standby methd because manual prcess is invlved t ensure

More information

ECE 545 Project Deliverables

ECE 545 Project Deliverables Tp-level flder: _ Secnd-level flders: 1_assumptins 2_blck_diagrams 3_interface 4_ASM_charts 5_surce_cdes 6_verificatin 7_timing_analysis 8_results 9_benchmarking 10_bug_reprts

More information

Assignment #5: Rootkit. ECE 650 Fall 2018

Assignment #5: Rootkit. ECE 650 Fall 2018 General Instructins Assignment #5: Rtkit ECE 650 Fall 2018 See curse site fr due date Updated 4/10/2018, changes nted in green 1. Yu will wrk individually n this assignment. 2. The cde fr this assignment

More information

Evidence.com 1.30 Release Notes

Evidence.com 1.30 Release Notes Evidence.cm 1.30 Release Ntes December 8, 2015 Dcument Versin 1.3 Apple is a trademark f Apple, Inc., registered in the U.S. and ther cuntries. Windws is a registered trademark f Micrsft Crpratin in the

More information

Software Engineering

Software Engineering Sftware Engineering Chapter #1 Intrductin Sftware systems are abstract and intangible. Sftware engineering is an engineering discipline that is cncerned with all aspects f sftware prductin. Sftware Prducts

More information

DB2 10 for z/os System Administration. Day(s): 5. Overview

DB2 10 for z/os System Administration. Day(s): 5. Overview DB2 10 fr z/os System Administratin Day(s): 5 Curse Cde: CV851G Overview The curse is updated fr DB2 10 fr z/os. This is the Classrm versin f Instructr-led Online Curse (3V851GB). Administratrs f DB2 10

More information

1 Getting and Extracting the Upgrader

1 Getting and Extracting the Upgrader Hughes BGAN-X 9211 Upgrader User Guide (Mac) Rev 1.2 (6-Jul-17) This dcument explains hw t use the Hughes BGAN Upgrader prgram fr the 9211 User Terminal using a Mac Nte: Mac OS X Versin 10.4 r newer is

More information

1. Explain in detail about Entity Set? (11 Marks)

1. Explain in detail about Entity Set? (11 Marks) UNIT II Database Design and the ER Mdel: Overview f the Design Prcess- The Entity-Relatinship Mdel- Cnstraints- Remving Redundant Attributes- Entity-Relatinship Diagrams- Reductin t Relatinal Schemas-

More information

OATS Registration and User Entitlement Guide

OATS Registration and User Entitlement Guide OATS Registratin and User Entitlement Guide The OATS Registratin and Entitlement Guide prvides the fllwing infrmatin: OATS Registratin The prcess and dcumentatin required fr a firm r Service Prvider t

More information

Eastern Mediterranean University School of Computing and Technology Information Technology Lecture2 Functions

Eastern Mediterranean University School of Computing and Technology Information Technology Lecture2 Functions Eastern Mediterranean University Schl f Cmputing and Technlgy Infrmatin Technlgy Lecture2 Functins User Defined Functins Why d we need functins? T make yur prgram readable and rganized T reduce repeated

More information

SOFTWARE APPLICATION (SWA) ASSIGNMENT (25%)

SOFTWARE APPLICATION (SWA) ASSIGNMENT (25%) MICRONET INTERNATIONAL COLLEGE BDTVEC PND in Sftware Applicatin SOFTWARE APPLICATION (SWA) INDIVIDUAL ASSIGNMENT (25%) Due Date: 20 th December 2012 Submit the SOFTCOPY and als HARDCOPY f the dcumentatin

More information

UiPath Automation. Walkthrough. Walkthrough Calculate Client Security Hash

UiPath Automation. Walkthrough. Walkthrough Calculate Client Security Hash UiPath Autmatin Walkthrugh Walkthrugh Calculate Client Security Hash Walkthrugh Calculate Client Security Hash Start with the REFramewrk template. We start ff with a simple implementatin t demnstrate the

More information

WEB LAB - Subset Extraction

WEB LAB - Subset Extraction WEB LAB - Subset Extractin Fall 2005 Authrs: Megha Siddavanahalli Swati Singhal Table f Cntents: Sl. N. Tpic Page N. 1 Abstract 2 2 Intrductin 2 3 Backgrund 2 4 Scpe and Cnstraints 3 5 Basic Subset Extractin

More information

Chapter 6: Lgic Based Testing LOGIC BASED TESTING: This unit gives an indepth verview f lgic based testing and its implementatin. At the end f this unit, the student will be able t: Understand the cncept

More information

Student Database in Z Notation

Student Database in Z Notation Student Database in Z Ntatin Nauman recluze@gmail.cm May 23, 2007 Abstract This article is aimed at creating a simple specificatin using Z ntatin. The target specificatin is a Student Database in which

More information

CIM System Virtualization Model

CIM System Virtualization Model DMTF Server Management Wrking Grup CIM System Virtualizatin Mdel Steve Hand DMTF System Virtualizatin Partitining and Clustering Wrkgrup (SVPC) Symantec Thanks t Rn Gering, C-Chair SVPC, Distinguished

More information

DECISION CONTROL CONSTRUCTS IN JAVA

DECISION CONTROL CONSTRUCTS IN JAVA DECISION CONTROL CONSTRUCTS IN JAVA Decisin cntrl statements can change the executin flw f a prgram. Decisin cntrl statements in Java are: if statement Cnditinal peratr switch statement If statement The

More information

The programming for this lab is done in Java and requires the use of Java datagrams.

The programming for this lab is done in Java and requires the use of Java datagrams. Lab 2 Traffic Regulatin This lab must be cmpleted individually Purpse f this lab: In this lab yu will build (prgram) a netwrk element fr traffic regulatin, called a leaky bucket, that runs ver a real netwrk.

More information

Cork Education and Training Board. Programme Module for. Using Common Computer Applications. leading to. Level 4 QQI. Computer Applications 4N1112

Cork Education and Training Board. Programme Module for. Using Common Computer Applications. leading to. Level 4 QQI. Computer Applications 4N1112 Crk Educatin and Training Bard Crk Educatin and Training Bard Prgramme Mdule fr Using Cmmn Cmputer Applicatins leading t Level 4 QQI Cmputer Applicatins 4N1112 Cmputer Applicatins 4N1112 May 2012/June

More information

Java Database Connectivity

Java Database Connectivity Advanced Java Prgramming Curse Java Database Cnnectivity Sessin bjectives JDBC basic Wrking with JDBC Advanced JDBC prgramming By Võ Văn Hải Faculty f Infrmatin Technlgies Industrial University f H Chi

More information

TRAINING GUIDE. Overview of Lucity Spatial

TRAINING GUIDE. Overview of Lucity Spatial TRAINING GUIDE Overview f Lucity Spatial Overview f Lucity Spatial In this sessin, we ll cver the key cmpnents f Lucity Spatial. Table f Cntents Lucity Spatial... 2 Requirements... 2 Setup... 3 Assign

More information

Pupil Book. Unit R082 Creating Digital Graphics PUT YOUR NAME STICKER HERE. OCR Level 1 / 2 Cambridge National Certificate in Creative imedia

Pupil Book. Unit R082 Creating Digital Graphics PUT YOUR NAME STICKER HERE. OCR Level 1 / 2 Cambridge National Certificate in Creative imedia Unit R082 Creating Digital Graphics OCR Level 1 / 2 Cambridge Natinal Certificate in Creative imedia Pupil Bk PUT YOUR NAME STICKER HERE Unit R082: Creating Digital Graphics 1 OCR Level 1 / 2 Cambridge

More information

SW-G using new DryadLINQ(Argentia)

SW-G using new DryadLINQ(Argentia) SW-G using new DryadLINQ(Argentia) DRYADLINQ: Dryad is a high-perfrmance, general-purpse distributed cmputing engine that is designed t manage executin f large-scale applicatins n varius cluster technlgies,

More information