MURANG A UNIVERSITY OF TECHNOLOGY

Size: px
Start display at page:

Download "MURANG A UNIVERSITY OF TECHNOLOGY"

Transcription

1 MURANG A UNIVERSITY OF TECHNOLOGY SCHOOL OF COMPUTING AND INFORMATION TECHNOLOGY DEPARTMENT OF INFORMATION TECHNOLOGY UNIVERSITY POSTGRADUATE EXAMINATION 2017/2018 ACADEMIC YEAR FIRST YEAR FIRST SEMESTER EXAMINATION FOR MASTER OF SCIENCE IN INFORMATION TECHNOLOGY SIT 603: DATABASE DESIGN AND MANAGEMENT DURATION: 3 HOURS DATE: 3 RD MAY, 2018 TIME: 9.00 A.M NOON Instructions to Candidates: 1. Answer Any Four questions. 2. Mobile phones are not allowed in the examination room. 3. You are not allowed to write on this examination question paper. Page 1 of 7

2 QUESTION ONE (25 marks) (a) An important concept in the theory of relational databases is that of a functional dependency. i. Explain what is meant by a functional dependency and give an example (2 marks) ii. Identify two functional dependencies in the following table (A, B and C are names of the columns) A B C a1 a1 a1 b1 b1 b2 c1 c3 c1 (4 marks) (c) (d) (e) Give three reasons why data duplication is still necessary in designing database systems Giving examples, distinguish between: i. Simple and composite attributes ii. Single-valved and multi-valved attributes Explain four strengths of object oriented database managements systems over relational database management systems (8 marks) Describe with an example, one type of problem that can occur in a multi-user environment when concurrent access to the database is allowed QUESTION TWO (25 marks) (a) Refer to the following scenario and Figure A1 that follows. VOX is a company that supplies a number of courses (e.g Visual Basic, Python, SQL, Java) delivered in the form of computer aided learning (CAL) packages that students study on-line. Students first register for an attendance on a course that VOX offer many times, occasionally over the same period of time. Then they access and work through a predefined set of packages in sequence (one at a time). After completing the last package for a course, students are then assessed by a practical test and the result is recorded as pass or fail. VOX log student access to each package recording the following information:- Session ID, The unique identifier whenever the package is accessed Page 2 of 7

3 Student ID, this is the identifier of the student logged into this session Package ID, this indentifies the package a student is logged into Log In Time, this is the unique Login time and date of this session Log Out Time, this is the unique Logout time and date of this session Login Time Left, this is a derived field showing what time is left at the start of a session A student can access a particular package for a maximum of 18 hours over a predefined period after which the package is unavailable to that particular group of students. Each course has a selection of different packages unique to a particular course. The same course can be offered to students many times for example if they wish to restudy. Using any standard ER modeling notation, produce a complete ER model that includes all the entity types highlighted in bold in the scenario resolving any many to many relationships. State any assumptions you made. (15 marks) For each of the following two relational concepts, explain the key ideas behind them and using a sample relation of your own choosing, provide suitable examples: i. Entity integrity (5 marks) ii. Referential integrity (5 marks) QUESTION THREE (25 marks) (a) A company uses the table below to record details of its projects. Each project is attached to a department and runs for a certain duration (in months). The primary key for this table is (projnbr, deptnbr) PROJNBR DEPTNBR PROJNAME DEPTNAME DURATION P01 D03 Web Portal HR Dept 10 P01 D07 Web Portal Sales Dept 10 P02 D07 Data Warehouse Sales Dept 7 P02 D03 Data Warehouse HR Dept 7 i. Give an example of an Update Anomaly that may occur in the table ii. Explain what is meant by partial dependency in a table (2 marks) iii. Identify any partial dependencies in the above table iv. Remove any partial dependencies from the above table by performing a normalization process and show skeletal designs of the resultant tables. (6 marks) Page 3 of 7

4 Database recovery is one of the main services provided by database management systems. i. Describe three types of failure that may occur in a database environment (6 marks) ii. Discuss how the log file is fundamental feature in any recovery mechanism by describing the contents of the log file and how the log file is used in forward and backward recovery. (5 marks) QUESTION FOUR (25 marks) (a) Refer to the following set of SQL statements and the sample tables for this question CREATE TABLE tickets ( ticketno NUMBER, purchasedate DATE, custid NUMBER, fixtureid NUMBER, seated VARCHAR (5) ); CREATE TABLE fixture ( fixtureid NUMBER, fixturedate DATE, opposition VARCHAR (4) ); CREATE TABLE customer ( customerid NUMBER, customername VARCHAR (20), address VARCHAR (20) ); CREATE TABLE seat ( seatid VARCHAR (5), seatingarea VARCHAR (20), Sample tables Table customer seat-type VARCHAR (20) ); CUST ID CUSTNAME ADDRESS R. Sayers Tess IKley Moor P. Smith Preston Capes V. Singh 23 Belle P. Smith Dove Cottage, Stratford Page 4 of 7

5 Sample tables Table seats SEATID SEATINGAREA SEATTYPE C11 West Stand Reserved C12 West Stand C13 West Stand MM3 West Upper MM4 West Upper Reserved MM59 West Upper H105 South Stand Family H106 South Stand Family H107 South Stand G2 East Stand Away G3 East Stand Away K4 North Stand Disabled Table tickets TICKETNO PURCHASEDATE CUSTID FIXTUREID SEATID Dec MM Dec K Dec MM Mar MM Oct C Oct G Oct C Dec H Dec H106 Table fixture FIXTUREID FIXTUREDATE AWAYTEAM Jan-2017 CHEL Jan-2017 MANC Dec-2016 SYND Mar-2017 BORO Oct-2016 WATF April-2017 MANC Page 5 of 7

6 i. Write SQL statement that populate the fixture table with the first 2 rows of the data (4 marks) ii. The CREATE TABLE statements are missing important constraints that could impact on integrity of data in the tables a) List two types of data constraints that are absent in the script (2 marks) b) Write two SQL ALTER statements (one for each type of data integrity constraint) that shows how these data integrity constraints would be added to the script (9 marks) Backups of the database should be taken in order to protect data. Describe five features of good backup strategy (10 marks) QUESTION FIVE (25 marks) (a) Explain briefly what is meant by a weak entity type. Provide an example of a weak entity type using an example of your choice (4 marks) Using the following sample relation and your knowledge of declarative constraints STUDENT (Title, Name, Gender, Address, , Mobile, SID, MID, PROJID, PLACID) Where: SID is the student identifier MID is the identifier of compulsory assigned staff mentor PROJID is the identifier of the optional project selected by the student PLACID is the identifier of the optional industrial placement undertaken by the student. Required: i. Suggest and justify a Primary Key (2 marks) ii. Write the correct SQL code to implement this (c) A company wants to move its current file-based system to a database system. In many ways, this can be seen as a good decision. Identify and describe four disadvantages in adopting a database approach. (8 marks) (d) An embassy records details on interviews of visa applicants in the table below. Interviews are conducted by members of staff in some of the embassy rooms. In any given day, a member of staff tends to use the same room throughout that day. An applicant cannot have two interviews in the same day. Page 6 of 7

7 ApplicantNo. InterviewDate InterviewTime StaffNo RoomNo AP1 13-May R101 AP2 13-May R101 AP3 13-May R200 AP2 22-Sep R200 i. Explain the term candidate key (2 marks) ii. List three candidate keys for the above (6 marks) Page 7 of 7

BCS THE CHARTERED INSTITUTE FOR IT BCS HIGHER EDUCATION QUALIFICATIONS BCS Level 5 Diploma in IT DATABASE SYSTEMS

BCS THE CHARTERED INSTITUTE FOR IT BCS HIGHER EDUCATION QUALIFICATIONS BCS Level 5 Diploma in IT DATABASE SYSTEMS BCS THE CHARTERED INSTITUTE FOR IT BCS HIGHER EDUCATION QUALIFICATIONS BCS Level 5 Diploma in IT DATABASE SYSTEMS Thursday 28th September 2017 Morning Answer any FOUR questions out of SIX. All questions

More information

BCS THE CHARTERED INSTITUTE FOR IT BCS HIGHER EDUCATION QUALIFICATIONS BCS Level 5 Diploma in IT DATABASE SYSTEMS

BCS THE CHARTERED INSTITUTE FOR IT BCS HIGHER EDUCATION QUALIFICATIONS BCS Level 5 Diploma in IT DATABASE SYSTEMS BCS THE CHARTERED INSTITUTE FOR IT BCS HIGHER EDUCATION QUALIFICATIONS BCS Level 5 Diploma in IT DATABASE SYSTEMS Tuesday 28 th March 2017 Morning Answer any FOUR questions out of SIX. All questions carry

More information

BCS THE CHARTERED INSTITUTE FOR IT. BCS HIGHER EDUCATION QUALIFICATIONS BCS Level 5 Diploma in IT DATABASE SYSTEMS

BCS THE CHARTERED INSTITUTE FOR IT. BCS HIGHER EDUCATION QUALIFICATIONS BCS Level 5 Diploma in IT DATABASE SYSTEMS BCS THE CHARTERED INSTITUTE FOR IT BCS HIGHER EDUCATION QUALIFICATIONS BCS Level 5 Diploma in IT DATABASE SYSTEMS September 2017 Answer any THREE questions out of FIVE. All questions carry equal marks.

More information

BCS THE CHARTERED INSTITUTE FOR IT. BCS HIGHER EDUCATION QUALIFICATIONS BCS Level 5 Diploma in IT DATABASE SYSTEMS

BCS THE CHARTERED INSTITUTE FOR IT. BCS HIGHER EDUCATION QUALIFICATIONS BCS Level 5 Diploma in IT DATABASE SYSTEMS BCS THE CHARTERED INSTITUTE FOR IT BCS HIGHER EDUCATION QUALIFICATIONS BCS Level 5 Diploma in IT DATABASE SYSTEMS March 2017 Answer any THREE questions out of FIVE. All questions carry equal marks. Time:

More information

DATABASE DEVELOPMENT (H4)

DATABASE DEVELOPMENT (H4) IMIS HIGHER DIPLOMA QUALIFICATIONS DATABASE DEVELOPMENT (H4) Friday 3 rd June 2016 10:00hrs 13:00hrs DURATION: 3 HOURS Candidates should answer ALL the questions in Part A and THREE of the five questions

More information

UNIVERSITY OF BOLTON WESTERN INTERNATIONAL COLLEGE FZE. BSc (HONS) COMPUTING SEMESTER ONE EXAMINATION 2018/2019 DATABASE THEORY AND PRACTICE

UNIVERSITY OF BOLTON WESTERN INTERNATIONAL COLLEGE FZE. BSc (HONS) COMPUTING SEMESTER ONE EXAMINATION 2018/2019 DATABASE THEORY AND PRACTICE OCD046 UNIVERSITY OF BOLTON WESTERN INTERNATIONAL COLLEGE FZE BSc (HONS) COMPUTING SEMESTER ONE EXAMINATION 2018/2019 DATABASE THEORY AND PRACTICE MODULE NO: CPU5002 Date: Saturday 12th January 2019 Time:

More information

B.C.A DATA BASE MANAGEMENT SYSTEM MODULE SPECIFICATION SHEET. Course Outline

B.C.A DATA BASE MANAGEMENT SYSTEM MODULE SPECIFICATION SHEET. Course Outline B.C.A 2017-18 DATA BASE MANAGEMENT SYSTEM Course Outline MODULE SPECIFICATION SHEET This course introduces the fundamental concepts necessary for designing, using and implementing database systems and

More information

VU Mobile Powered by S NO Group All Rights Reserved S NO Group 2013

VU Mobile Powered by S NO Group All Rights Reserved S NO Group 2013 1 CS403 Final Term Solved MCQs & Papers Mega File (Latest All in One) Question # 1 of 10 ( Start time: 09:32:20 PM ) Total Marks: 1 Each table must have a key. primary (Correct) secondary logical foreign

More information

MIDTERM EXAMINATION Spring 2010 CS403- Database Management Systems (Session - 4) Ref No: Time: 60 min Marks: 38

MIDTERM EXAMINATION Spring 2010 CS403- Database Management Systems (Session - 4) Ref No: Time: 60 min Marks: 38 Student Info StudentID: Center: ExamDate: MIDTERM EXAMINATION Spring 2010 CS403- Database Management Systems (Session - 4) Ref No: 1356458 Time: 60 min Marks: 38 BC080402322 OPKST 5/28/2010 12:00:00 AM

More information

To build students capabilities on data modeling

To build students capabilities on data modeling 17 th September 2015 Unit 1 Objective To build students capabilities on data modeling Learning outcome We expect clear understanding of the 3basic model. Type1: Flat model Type 2: Entity-Relationship Model

More information

Two hours. Please note that an OMR Sheet is attached for use with Section A: full instructions for their use are given in Section A

Two hours. Please note that an OMR Sheet is attached for use with Section A: full instructions for their use are given in Section A COMP23111 Two hours Please note that an OMR Sheet is attached for use with Section A: full instructions for their use are given in Section A QUESTION PAPER MUST NOT BE REMOVED FROM THE EXAM ROOM UNIVERSITY

More information

EXAMINATION FOR THE BSC (HONS) IN INFORMATION SYSTEMS; YEAR 2

EXAMINATION FOR THE BSC (HONS) IN INFORMATION SYSTEMS; YEAR 2 FACULTY OF SCIENCE AND TECHNOLOGY EXAMINATION FOR THE BSC (HONS) IN INFORMATION SYSTEMS; YEAR 2 ACADEMIC SESSION; 2013 SEMESTER 4 SEG2102: DATABASE MANAGEMENT SYSTEMS FINAL JULY 2013 EXAM CYCLE TIME: 2

More information

CS403- Database Management Systems Solved Objective Midterm Papers For Preparation of Midterm Exam

CS403- Database Management Systems Solved Objective Midterm Papers For Preparation of Midterm Exam CS403- Database Management Systems Solved Objective Midterm Papers For Preparation of Midterm Exam Question No: 1 ( Marks: 1 ) - Please choose one Which of the following is NOT a feature of Context DFD?

More information

DATABASE DEVELOPMENT (H4)

DATABASE DEVELOPMENT (H4) IMIS HIGHER DIPLOMA QUALIFICATIONS DATABASE DEVELOPMENT (H4) December 2017 10:00hrs 13:00hrs DURATION: 3 HOURS Candidates should answer ALL the questions in Part A and THREE of the five questions in Part

More information

DBMS Chapter Three IS304. Database Normalization-Comp.

DBMS Chapter Three IS304. Database Normalization-Comp. Database Normalization-Comp. Contents 4. Boyce Codd Normal Form (BCNF) 5. Fourth Normal Form (4NF) 6. Fifth Normal Form (5NF) 7. Sixth Normal Form (6NF) 1 4. Boyce Codd Normal Form (BCNF) In the first

More information

CS403- Database Management Systems Solved MCQS From Midterm Papers. CS403- Database Management Systems MIDTERM EXAMINATION - Spring 2010

CS403- Database Management Systems Solved MCQS From Midterm Papers. CS403- Database Management Systems MIDTERM EXAMINATION - Spring 2010 CS403- Database Management Systems Solved MCQS From Midterm Papers April 29,2012 MC100401285 Moaaz.pk@gmail.com Mc100401285@gmail.com PSMD01 CS403- Database Management Systems MIDTERM EXAMINATION - Spring

More information

Course Title: Introduction to Database Management System Course Code: CSIT116 Course Level: UG Course Credits:04 L T P/ S SW/F W

Course Title: Introduction to Database Management System Course Code: CSIT116 Course Level: UG Course Credits:04 L T P/ S SW/F W Course Title: Introduction to Database Management System Course Code: CSIT116 Course Level: UG Course Credits:04 Course Objectives: The objectives of this course is to: To expose the students to the fundamentals

More information

Database Development (H4)

Database Development (H4) IMIS HIGHER DIPLOMA QUALIFICATIONS Database Development (H4) Thursday 30 th November 2017 10:00hrs 13:00hrs DURATION: 3 HOURS Candidates should answer ALL EIGHT questions in Part A and THREE of the FIVE

More information

IS 263 Database Concepts

IS 263 Database Concepts IS 263 Database Concepts Lecture 4: Normalization Instructor: Henry Kalisti 1 Department of Computer Science and Engineering Limitations of E- R Designs Provides a set of guidelines, does not result in

More information

Course Outline Faculty of Computing and Information Technology

Course Outline Faculty of Computing and Information Technology Course Outline Faculty of Computing and Information Technology Title Code Instructor Name Credit Hours Prerequisite Prerequisite Skill/Knowledge/Understanding Category Course Goals Statement of Course

More information

Detailed Data Modelling: Attribute Collection and Normalisation of Data

Detailed Data Modelling: Attribute Collection and Normalisation of Data Detailed Data Modelling IMS1002 /CSE1205 Systems Analysis and Design Detailed Data Modelling: Attribute Collection and Normalisation of Data The objective of detailed data modelling is to develop a detailed

More information

TEACHING & ASSESSMENT PLAN

TEACHING & ASSESSMENT PLAN Doc. Ref. No. Issue Version Date UoN-STC-T&A 1 June 2009 TEACHING & ASSESSMENT PLAN 1. College : Arts & Sciences 2. Department : Mathematical & Physical Sciences 3. Semester : Spring 2013/2014 4. Course

More information

SRM UNIVERSITY FACULTY OF ENGINEERING AND TECHNOLOGY SCHOOL OF COMPUTING DEPARTMENT OF CSE COURSE PLAN

SRM UNIVERSITY FACULTY OF ENGINEERING AND TECHNOLOGY SCHOOL OF COMPUTING DEPARTMENT OF CSE COURSE PLAN SRM UNIVERSITY FACULTY OF ENGINEERING AND TECHNOLOGY SCHOOL OF COMPUTING DEPARTMENT OF CSE COURSE PLAN Course Code : CS0304 Course Title : Data Base Management Systems Semester : VI Course Time : Dec 2012-

More information

BCS THE CHARTERED INSTITUTE FOR IT BCS HIGHER EDUCATION QUALIFICATIONS BCS Level 5 Diploma in IT

BCS THE CHARTERED INSTITUTE FOR IT BCS HIGHER EDUCATION QUALIFICATIONS BCS Level 5 Diploma in IT BCS THE CHARTERED INSTITUTE FOR IT BCS HIGHER EDUCATION QUALIFICATIONS BCS Level 5 Diploma in IT DATABASE SYSTEMS Tuesday 27 th March 2018 - Morning Answer FOUR questions out of SIX. All questions carry

More information

Come And Join us At Worlds Top Study Site

Come And Join us At Worlds Top Study Site CS403 Database Management Systems CS403Composed By Faheem Saqib A mega File of Final Term Solved Papers & Quizzes For more Help Rep At Faheem_saqib2003@yahoo.com Faheem.saqib2003@gmail.com 0334-6034849

More information

CS 338: Computer Applications in Business: Databases

CS 338: Computer Applications in Business: Databases CS 338: Computer Applications in Business: Databases Spring 207 Midterm Exam Section 00 June 9, 207 0:00am :5am. There are 0 pages in this booklet, including this cover page. Please make sure that you

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

BCS THE CHARTERED INSTITUTE FOR IT BCS HIGHER EDUCATION QUALIFICATIONS BCS Level 5 Diploma in IT DATABASE SYSTEMS

BCS THE CHARTERED INSTITUTE FOR IT BCS HIGHER EDUCATION QUALIFICATIONS BCS Level 5 Diploma in IT DATABASE SYSTEMS BCS THE CHARTERED INSTITUTE FOR IT BCS HIGHER EDUCATION QUALIFICATIONS BCS Level 5 Diploma in IT DATABASE SYSTEMS Thursday 29 th September 2016 - Morning Answer any FOUR questions out of SIX. All questions

More information

MASTER OF COMPUTER APPLICATIONS (MCA)

MASTER OF COMPUTER APPLICATIONS (MCA) MASTER OF COMPUTER APPLICATIONS (MCA) MCA/ASSIGN/SEMESTER-II ASSIGNMENTS ASSIGNMENTS (July - 2017 & January - 2018) MCS-021, MCS-022, MCS-023, MCS-024, MCSL-025 SCHOOL OF COMPUTER AND INFORMATION SCIENCES

More information

Preparing for TEAS. Taking TEAS. Creating an Account. The following items are available for purchase ' at atitesting.com:

Preparing for TEAS. Taking TEAS. Creating an Account. The following items are available for purchase ' at atitesting.com: Preparing for TEAS The following items are available for purchase ' at atitesting.com: TEAS Study Package TEAS Study Manual TEAS Online Practice Assessments Learning Strategies: Your Guide to Classroom

More information

Detailed Data Modelling. Detailed Data Modelling. Detailed Data Modelling. Identifying Attributes. Attributes

Detailed Data Modelling. Detailed Data Modelling. Detailed Data Modelling. Identifying Attributes. Attributes IMS1002 /CSE1205 Systems Analysis and Design Detailed Data Modelling The objective of detailed data modelling is to develop a detailed data structure that: Detailed Data Modelling: Attribute Collection

More information

BCS THE CHARTERED INSTITUTE FOR IT BCS HIGHER EDUCATION QUALIFICATIONS BCS Level 5 Diploma in IT DATABASE SYSTEMS

BCS THE CHARTERED INSTITUTE FOR IT BCS HIGHER EDUCATION QUALIFICATIONS BCS Level 5 Diploma in IT DATABASE SYSTEMS BCS THE CHARTERED INSTITUTE FOR IT BCS HIGHER EDUCATION QUALIFICATIONS BCS Level 5 Diploma in IT DATABASE SYSTEMS Tuesday 31 st March 2015 Morning Answer any FOUR questions out of SIX. All questions carry

More information

ORACLE PL/SQL DATABASE COURSE

ORACLE PL/SQL DATABASE COURSE ORACLE PL/SQL DATABASE COURSE Oracle PL/SQL Database Programming Course (OPDP-001) JMT Oracle PL/SQL Hands-On Training (OPDP-001) is an intense hands-on course that is designed to give the student maximum

More information

Database Processing. Fundamentals, Design, and Implementation. Global Edition

Database Processing. Fundamentals, Design, and Implementation. Global Edition Database Processing Fundamentals, Design, and Implementation 14th Edition Global Edition Database Processing: Fundamentals, Design, and Implementation, Global Edition Table of Contents Cover Title Page

More information

Aeries.net Student Information System Master Schedule User Manual April 18, 2010

Aeries.net Student Information System Master Schedule User Manual April 18, 2010 Aeries.net Student Information System Master Schedule User Manual April 18, 2010 The Master Schedule is utilized to display and update the school s current master schedule in the MST table. When this form

More information

Tutorial 1 Database: Introductory Topics

Tutorial 1 Database: Introductory Topics Tutorial 1 Database: Introductory Topics Theory Reference: Rob, P. & Coronel, C. Database Systems: Design, Implementation & Management, 6th Edition, 2004, Chapter 1. Review Questions 2 7, 9 10. Problems

More information

SUMMER EXAMINATIONS 2014

SUMMER EXAMINATIONS 2014 SUMMER EXAMINATIONS 2014 MODULE TITLE LEVEL TIME ALLOWED Database Architecture Four Two hours Instructions to students: Enter your student number not your name on all answer booklets. The exam is split

More information

namib I A U n IVERS I TY

namib I A U n IVERS I TY namib I A U n IVERS I TY OF SCIEnCE AnD TECH n 0 LOGY FACULTY OF COMPUTING AND INFORMATICS DEPARTMENT OF COMPUTER SCIENCE QUALIFICATION: BACHELOR OF COMPUTER SCIENCE QUALIFICATION CODE: 07BACS LEVEL: 5

More information

Bsc(Hons) Web Technologies. Examinations for / Semester 2

Bsc(Hons) Web Technologies. Examinations for / Semester 2 Bsc(Hons) Web Technologies Cohort: BWT/11/FT Examinations for 2012-2013 / Semester 2 MODULE: ADVANCED WEB DATABASE MANAGEMENT SYSTEM MODULE CODE: DBT2105 Duration: 2 ½ Hours Instructions to Candidates:

More information

CAMPAIGN CARD RENEWALS: FAQs

CAMPAIGN CARD RENEWALS: FAQs 2018-19 CAMPAIGN CARD RENEWALS: FAQs + When can I renew my Campaign Card(s)? Renewals will open from 10am on Wednesday 2nd May and will remain open until 10am on Friday 22nd June. + How do I renew my Campaign

More information

BSc (Hons) Web Technologies. BSc (Hons) Business Information System. Examinations for 2016 Semester 2. Resit Examination for BIS/15A/FT & BIS/15B/FT

BSc (Hons) Web Technologies. BSc (Hons) Business Information System. Examinations for 2016 Semester 2. Resit Examination for BIS/15A/FT & BIS/15B/FT BSc (Hons) Web Technologies BSc (Hons) Business Information System Cohort: BWT/16A/FT Examinations for 2016 Semester 2 Resit Examination for BIS/15A/FT & BIS/15B/FT MODULE: DATABASE MANAGEMENT SYSTEM MODULE

More information

IT Services Executive Summary May 2017 1631 Incidents KPI As expected, the trend for a majority (1631) (4365) Incidents 78% Volumes Requests Requests 94% (4) (158) P1 Inc. 50% 4365 P2 Inc. 88% 2211 Phone

More information

Contact Hours / week: 4 Total hours: 64. Table of Contents Architecture 3 Data Modeling Using the Entity-

Contact Hours / week: 4 Total hours: 64. Table of Contents Architecture 3 Data Modeling Using the Entity- Govt. of Karnataka, Department of Technical Education Diploma in Information Science & Engineering Fourth Semester Subject: DATABASE MANAGEMENT SYSTEMS Contact Hours / week: 4 Total hours: 64 Table of

More information

Essay Question: Explain 4 different means by which constrains are represented in the Conceptual Data Model (CDM).

Essay Question: Explain 4 different means by which constrains are represented in the Conceptual Data Model (CDM). Question 1 Essay Question: Explain 4 different means by which constrains are represented in the Conceptual Data Model (CDM). By specifying participation conditions By specifying the degree of relationship

More information

Vendor: CIW. Exam Code: 1D Exam Name: CIW v5 Database Design Specialist. Version: Demo

Vendor: CIW. Exam Code: 1D Exam Name: CIW v5 Database Design Specialist. Version: Demo Vendor: CIW Exam Code: 1D0-541 Exam Name: CIW v5 Database Design Specialist Version: Demo QUESTION: 1 With regard to databases, what is normalization? A. The process of reducing the cardinality of a relation

More information

BSc (Hons) Computer Science with Network Security. Examinations for / Semester1

BSc (Hons) Computer Science with Network Security. Examinations for / Semester1 BSc (Hons) Computer Science with Network Security Cohort: BCNS/14/FT Examinations for 2014-2015 / Semester1 MODULE: DATABASE DESIGN MODULE CODE: DBT 1111C Duration: 2 Hours 30 Mins Instructions to Candidates:

More information

MASSEY UNIVERSITY AGENT PORTAL

MASSEY UNIVERSITY AGENT PORTAL MASSEY UNIVERSITY AGENT PORTAL The Massey University Agent Portal User Guide will assist you with submitting, viewing and re-allocating applications. Viewing outstanding tasks, notifications and managing

More information

Enhanced Registration Overview

Enhanced Registration Overview Enhanced Registration Overview ID AND PASSWORD 1) In order to register, you must know your NetID and password to login. If you have already used the Financial Aid or Student Accounts system, you have already

More information

Short courses presented by the NWU Programme in Forensic Accountancy

Short courses presented by the NWU Programme in Forensic Accountancy Short courses presented by the NWU Programme in Forensic Accountancy Certificate in: Commercial Forensic Accounting Commercial Forensic Law Commercial Forensic Investigation Commercial Forensic Information

More information

VIEW OTHER QUESTION PAPERS

VIEW OTHER QUESTION PAPERS VIEW OTHER QUESTION PAPERS E B4E0562 Reg No.: Name: Total Pages: 2 APJ ABDUL KALAM TECHNOLOGICAL UNIVERSITY FOURTH SEMESTER B.TECH DEGREE EXAMINATION, JULY 2017 Course Code: CS208 Course Name: PRINCIPLES

More information

Informatics 1: Data & Analysis

Informatics 1: Data & Analysis Informatics 1: Data & Analysis Lecture 4: From ER Diagrams to Relational Models Ian Stark School of Informatics The University of Edinburgh Friday 26 January 2018 Semester 2 Week 2 https://blog.inf.ed.ac.uk/da18

More information

Bihar School Examination Board

Bihar School Examination Board Bihar School Examination Board Sinha Library Road, Patna-800017 CORRIGENDUM TO e-tender Notice No- PR 55/2018 With reference to tender notice No:- PR-55/2018 issued in various newspapers on 13 th March

More information

BCS THE CHARTERED INSTITUTE FOR IT. BCS HIGHER EDUCATION QUALIFICATIONS BCS Level 5 Diploma in IT DATABASE SYSTEMS

BCS THE CHARTERED INSTITUTE FOR IT. BCS HIGHER EDUCATION QUALIFICATIONS BCS Level 5 Diploma in IT DATABASE SYSTEMS BCS THE CHARTERED INSTITUTE FOR IT BCS HIGHER EDUCATION QUALIFICATIONS BCS Level 5 Diploma in IT DATABASE SYSTEMS Thursday 27 th September 2018 - Morning Answer any FOUR questions out of SIX. All questions

More information

ETSETB Academic Regulations for MET and MEE Master Degree Theses (TFM - Treball Fi de Màster)

ETSETB Academic Regulations for MET and MEE Master Degree Theses (TFM - Treball Fi de Màster) ETSETB Academic Regulations for MET and MEE Master Degree Theses (TFM - Treball Fi de Màster) MÀSTER EN ENGINYERIA DE TELECOMUNICACIÓ (MET) MÀSTER EN ENGINYERIA ELECTRÒNICA (MEE) Academic regulations for

More information

School of Computer Science and Software Engineering. 2nd SEMESTER EXAMINATIONS 2007 CITS3240 DATABASES

School of Computer Science and Software Engineering. 2nd SEMESTER EXAMINATIONS 2007 CITS3240 DATABASES School of Computer Science and Software Engineering 2nd SEMESTER EXAMINATIONS 2007 SURNAME: GIVEN NAMES: STUDENT NO: SIGNATURE: This paper contains: 9 pages (including the title page) Time allowed: 2 hours

More information

2018 IT Academy Program. December 2017

2018 IT Academy Program. December 2017 2018 IT Academy Program December 2017 2016 VMware Inc. All rights reserved. Agenda Program Improvements for 2018 Why the change? New learning path and course details Timeline Summary of changes What s

More information

Data analysis and design Unit number: 23 Level: 5 Credit value: 15 Guided learning hours: 60 Unit reference number: H/601/1991.

Data analysis and design Unit number: 23 Level: 5 Credit value: 15 Guided learning hours: 60 Unit reference number: H/601/1991. Unit title: Data analysis and design Unit number: 23 Level: 5 Credit value: 15 Guided learning hours: 60 Unit reference number: H/601/1991 UNIT AIM AND PURPOSE The aim of this unit is to equip learners

More information

Revised Guidelines for B.A. Programme Semester II Paper: Database Management System (Meeting held on 15 th Jan 2015)

Revised Guidelines for B.A. Programme Semester II Paper: Database Management System (Meeting held on 15 th Jan 2015) Revised Guidelines for B.A. Programme Semester II Paper: Database Management System (Meeting held on 15 th Jan 2015) Theory Theory Periods 4 periods/ week Tutorial - 1 period / 15 days Theory Paper Marks

More information

Master of Accounting (CPA Extension) Master of Advanced Professional Accounting. Information and Enrolment Session

Master of Accounting (CPA Extension) Master of Advanced Professional Accounting. Information and Enrolment Session Session 1 2017 CPA Information Session Master of Accounting (CPA Extension) Master of Advanced Professional Accounting Information and Enrolment Session By Rajni Mala Important Websites and Contact Details

More information

Introduction to Web Development with Microsoft Visual Studio 2010

Introduction to Web Development with Microsoft Visual Studio 2010 10267 - Introduction to Web Development with Microsoft Visual Studio 2010 Duration: 5 days Course Price: $2,975 Software Assurance Eligible Course Description Course Overview This five-day instructor-led

More information

Figure 1.1 GENESIS Log In Page

Figure 1.1 GENESIS Log In Page TEACHERVUE User Guide Chapter One OVERVIEW OF THE TEACHERVUE SOFTWARE The TEACHERVUE software, frequently abbreviated TXP and also known as Teacher Experience, provides districts with an easy method to

More information

EXAM FREQUENTLY ASKED QUESTIONS:

EXAM FREQUENTLY ASKED QUESTIONS: EXAM FREQUENTLY ASKED QUESTIONS: My child is unwell before or during the exam, what can be done? My child is experiences difficulties at home leading up to or during the exam period, what can be done?

More information

GLS UNIVERSITY. Faculty of Computer Technology Master of Computer Applications (MCA) Programme

GLS UNIVERSITY. Faculty of Computer Technology Master of Computer Applications (MCA) Programme GLS UNIVERSITY Faculty of Computer Technology Master of Computer Applications (MCA) Programme 1. GLS University s Master of Computer Applications programme is a three-year full-time postgraduate programme

More information

Consistency The DBMS must ensure the database will always be in a consistent state. Whenever data is modified, the database will change from one

Consistency The DBMS must ensure the database will always be in a consistent state. Whenever data is modified, the database will change from one Data Management We start our studies of Computer Science with the problem of data storage and organization. Nowadays, we are inundated by data from all over. To name a few data sources in our lives, we

More information

IT Services Executive Summary August 2017 KPI (974) (4106) Incidents 89% Requests 95% (4) (100) P1 Inc. 80% P2 Inc. 80% Incident and Service Request KPIs were expected to breach mainly due to the resourcing

More information

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

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

More information

The DBMS accepts requests for data from the application program and instructs the operating system to transfer the appropriate data.

The DBMS accepts requests for data from the application program and instructs the operating system to transfer the appropriate data. Managing Data Data storage tool must provide the following features: Data definition (data structuring) Data entry (to add new data) Data editing (to change existing data) Querying (a means of extracting

More information

1. Getting Started Navigating the Gateway Configuring chambers questions Advertising Application Administration 13

1. Getting Started Navigating the Gateway Configuring chambers questions Advertising Application Administration 13 User Guide V3 Page 2 1. Getting Started 3 1.1 Receiving your user details 3 1.2 Logging in 3 1.3 Logging Off 3 1.4 Changing Your Password 3 2. Navigating the Gateway 4 2.1 Vacancy List 4 2.2 Vacancies

More information

NOTE: DO NOT REMOVE THIS EXAM PAPER FROM THE EXAM VENUE

NOTE: DO NOT REMOVE THIS EXAM PAPER FROM THE EXAM VENUE Exams, Awards & Graduations NOTE: DO NOT REMOVE THIS EXAM PAPER FROM THE EXAM VENUE EXAM COVER SHEET EXAMINATION DETAILS Course Code/s: ISYS1055/1057 Course Name/s: Database Concepts Date of Exam: Sample

More information

ASTRA USER GUIDE. 1. Introducing Astra Schedule. 2. Understanding the Data in Astra Schedule. Notes:

ASTRA USER GUIDE. 1. Introducing Astra Schedule. 2. Understanding the Data in Astra Schedule. Notes: ASTRA USER GUIDE 1. Introducing Astra Schedule Astra Schedule is the application used by Academic Space Scheduling & Utilization to schedule rooms for classes and by academic colleges, schools, and departments

More information

Requirements for Registration as Professional Engineer In Chemical Engineering

Requirements for Registration as Professional Engineer In Chemical Engineering Requirements for Registration as Professional Engineer In Chemical Engineering Er. Chin Jen Chyi Registrar PEB Professional Engineers Act Establish the PE Board to carry out the following functions: -

More information

SCCM 2012 Course Details

SCCM 2012 Course Details SCCM 2012 Course Details By Besant Technologies Course Name SCCM 2012 Category Venue Microsoft Besant Technologies No.24, Nagendra Nagar, Velachery Main Road, Address Velachery, Chennai 600 042 Landmark

More information

Microsoft Official Courseware Course Introduction to Web Development with Microsoft Visual Studio

Microsoft Official Courseware Course Introduction to Web Development with Microsoft Visual Studio Course Overview: This five-day instructor-led course provides knowledge and skills on developing Web applications by using Microsoft Visual Studio 2010. Prerequisites Before attending this course, students

More information

SOLUTIONS TO REVIEW QUESTIONS AND EXERCISES FOR PART 3 - DATABASE ANALYSIS AND DESIGN (CHAPTERS 10 15)

SOLUTIONS TO REVIEW QUESTIONS AND EXERCISES FOR PART 3 - DATABASE ANALYSIS AND DESIGN (CHAPTERS 10 15) Instant download and all chapters Solutions Manual Database Systems A Practical Approach to Design, Implementation, and Management 6th Edition Thomas Connolly https://testbankdata.com/download/solutions-manual-database-systems-practicalapproach-design-implementation-management-6th-edition-thomas-connolly/

More information

GUJARAT TECHNOLOGICAL UNIVERSITY

GUJARAT TECHNOLOGICAL UNIVERSITY Seat No.: Enrolment No. GUJARAT TECHNOLOGICAL UNIVERSITY BE - SEMESTER III (NEW) - EXAMINATION SUMMER 2017 Subject Code: 21303 Date: 02/06/2017 Subject Name: Database Management Systems Time: 10:30 AM

More information

Infinite Campus Parent Portal

Infinite Campus Parent Portal Infinite Campus Parent Portal Assignments Page 1 Calendar for Students Page 2 Schedule Page 4 Attendance Page 6 Grades Page 15 To Do List for Students Page 19 Reports Page 20 Messages Page 21 Discussions

More information

Assignment Session : July-March

Assignment Session : July-March Faculty Name Class/Section Subject Name Assignment Session : July-March 2018-19 MR.RAMESHWAR BASEDIA B.Com II Year RDBMS Assignment THEORY ASSIGNMENT II (A) Objective Question 1. Software that defines

More information

CHARTERED INSTITUTE OF MARKETING. Strathmore Institute of Management & Technology

CHARTERED INSTITUTE OF MARKETING. Strathmore Institute of Management & Technology CHARTERED INSTITUTE OF MARKETING Strathmore Institute of Management & Technology CIM PROGRAM AT STRATHMORE UNIVERSITY The Chartered Institute of Marketing (CIM) is the largest and most successful professional

More information

Designing Adhoc Reports

Designing Adhoc Reports Designing Adhoc Reports Intellicus Enterprise Reporting and BI Platform Intellicus Technologies info@intellicus.com www.intellicus.com Designing Adhoc Reports i Copyright 2012 Intellicus Technologies This

More information

Databases. December Sample Examination Paper. Time: 3 hours

Databases. December Sample Examination Paper. Time: 3 hours Databases December 015 Sample Examination Paper Answer ALL questions. Clearly cross out surplus answers. Time: 3 hours The maximum mark for this paper is 100. Any reference material brought into the examination

More information

SQL Interview Questions

SQL Interview Questions SQL Interview Questions SQL stands for Structured Query Language. It is used as a programming language for querying Relational Database Management Systems. In this tutorial, we shall go through the basic

More information

THE COPPERBELT UNIVERSITY

THE COPPERBELT UNIVERSITY THE COPPERBELT UNIVERSITY SCHOOL OF INFORMATION AND COMMUNICATION TECHNOLOGY IT/IS DEPARTMENT MAY, 2018 SESSIONAL EXAMINATIONS CS235 DATABASE TECHNOLOGY TIME ALLOWED: THREE HOURS INSTRUCTIONS : Maximum

More information

EECS-3421a: Test #1 Design

EECS-3421a: Test #1 Design 2016 October 12 EECS-3421a: Test #1 1 of 14 EECS-3421a: Test #1 Design Electrical Engineering & Computer Science Lassonde School of Engineering York University Family Name: Given Name: Student#: EECS Account:

More information

Tutorial 2: Relational Modelling

Tutorial 2: Relational Modelling Tutorial 2: Relational Modelling Informatics 1 Data & Analysis Week 4, Semester 2, 2014 2015 This worksheet has three parts: tutorial Questions, followed by some Examples and their Solutions. Before your

More information

Logical Database Design. ICT285 Databases: Topic 06

Logical Database Design. ICT285 Databases: Topic 06 Logical Database Design ICT285 Databases: Topic 06 1. What is Logical Database Design? Why bother? Bad logical database design results in bad physical database design, and generally results in poor database

More information

Instructions for the Conduct of the Examination and Coursework (ICE) Physical Education. Entry Level Certificate (ELC) 8930

Instructions for the Conduct of the Examination and Coursework (ICE) Physical Education. Entry Level Certificate (ELC) 8930 8930 Instructions for the Conduct of the Examination and Coursework (ICE) Physical Education Entry Level Certificate (ELC) 8930 Summer 2006 Please pass one copy of this booklet to the teacher responsible

More information

CS Final Exam Review Suggestions

CS Final Exam Review Suggestions CS 325 - Final Exam Review Suggestions p. 1 last modified: 2017-12-06 CS 325 - Final Exam Review Suggestions Based on suggestions from Prof. Deb Pires from UCLA: Because of the research-supported learning

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

Deploying System Center 2012 Configuration Manager Course 10748A; 3 Days

Deploying System Center 2012 Configuration Manager Course 10748A; 3 Days Lincoln Land Community College Capital City Training Center 130 West Mason Springfield, IL 62702 217-782-7436 www.llcc.edu/cctc Deploying System Center 2012 Configuration Manager Course 10748A; 3 Days

More information

Information and Enrolment Session

Information and Enrolment Session CPA Information Session for Session 1 2019 Master of Accounting (CPA Program) Master of Accounting (Advanced) (CPA Program) Master of Advanced Professional Accounting Information and Enrolment Session

More information

DATABASE ADMINISTRATOR

DATABASE ADMINISTRATOR DATABASE ADMINISTRATOR Department FLSA Status Reports To Supervises Information Technology Exempt IT Director N/A DISTINGUISHING CHARACTERISTICS: The principal function of an employee in this class is

More information

Course Outline: Course 10267A: Introduction to Web Development with Microsoft Visual Studio 2010 Learning Method: Instructor-led Classroom Learning

Course Outline: Course 10267A: Introduction to Web Development with Microsoft Visual Studio 2010 Learning Method: Instructor-led Classroom Learning Course Outline: Course 10267A: Introduction to Web Development with Microsoft Visual Studio 2010 Learning Method: Instructor-led Classroom Learning Duration: 5.00 Day(s)/ 40 hrs Overview: This five-day

More information

COWLEY COLLEGE & Area Vocational Technical School

COWLEY COLLEGE & Area Vocational Technical School COWLEY COLLEGE & Area Vocational Technical School COURSE PROCEDURE FOR Student Level: This course is open to students on the college level in either the freshman or sophomore year. Catalog Description:

More information

SUMMER EXAMINATIONS 2013

SUMMER EXAMINATIONS 2013 SUMMER EXAMINATIONS 2013 CSY202913N MODULE TITLE Database Technology 1 LEVEL TIME ALLOWED Five Two Hours Instructions to students: Enter your student number not your name on all answer booklets. You are

More information

Distributed Database Systems By Syed Bakhtawar Shah Abid Lecturer in Computer Science

Distributed Database Systems By Syed Bakhtawar Shah Abid Lecturer in Computer Science Distributed Database Systems By Syed Bakhtawar Shah Abid Lecturer in Computer Science 1 Distributed Database Systems Basic concepts and Definitions Data Collection of facts and figures concerning an object

More information

KINGDOM OF SAUDI ARABIA-JAZAN UNIVERSITY COLLEGE OF COMPUTER SCIENCE & INFORMATION SYSTEMS 221 INFS 3 DATABASE SYSTEMS-1 REVIEW QUESTIONS

KINGDOM OF SAUDI ARABIA-JAZAN UNIVERSITY COLLEGE OF COMPUTER SCIENCE & INFORMATION SYSTEMS 221 INFS 3 DATABASE SYSTEMS-1 REVIEW QUESTIONS KINGDOM OF SAUDI ARABIA-JAZAN UNIVERSITY COLLEGE OF COMPUTER SCIENCE & INFORMATION SYSTEMS 221 INFS 3 DATABASE SYSTEMS-1 REVIEW QUESTIONS Chapter 1: Databases and Database Users 1. Define the following

More information

Babu Banarasi Das National Institute of Technology and Management

Babu Banarasi Das National Institute of Technology and Management Babu Banarasi Das National Institute of Technology and Management Department of Computer Applications Question Bank (Short-to-Medium-Answer Type Questions) Masters of Computer Applications (MCA) NEW Syllabus

More information

NUIG PLACEMENT APPLICATION: ACCESSING THE SYSTEM

NUIG PLACEMENT APPLICATION: ACCESSING THE SYSTEM NUIG PLACEMENT APPLICATION: ACCESSING THE SYSTEM 1. To access the Placement Application it is necessary to register in your programme of study. Once you have registered and you have your Student User ID

More information

Database: Introduction

Database: Introduction Database: Introduction Database Systems Important topic in the study of information systems Store/track items: scalar data (names, dates, ), pictures, audio, video Early applications: internal uses Internet:

More information

Lecture4: Guidelines for good relational design Mapping ERD to Relation. Ref. Chapter3

Lecture4: Guidelines for good relational design Mapping ERD to Relation. Ref. Chapter3 College of Computer and Information Sciences - Information Systems Dept. Lecture4: Guidelines for good relational design Mapping ERD to Relation. Ref. Chapter3 Prepared by L. Nouf Almujally & Aisha AlArfaj

More information