0% found this document useful (0 votes)
37 views6 pages

This Study Resource Was: Information Systems 2 - (WIH2100)

This 3-sentence summary provides the high-level information about the document: The document is a test for Information Systems 2 that contains 4 questions testing concepts like normalization, dependencies, project planning, and system implementation activities. It includes multiple choice, true/false, and fill-in-the-blank questions worth a total of 100 points. The test covers topics such as data modeling, database design, project management, and system implementation.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
37 views6 pages

This Study Resource Was: Information Systems 2 - (WIH2100)

This 3-sentence summary provides the high-level information about the document: The document is a test for Information Systems 2 that contains 4 questions testing concepts like normalization, dependencies, project planning, and system implementation activities. It includes multiple choice, true/false, and fill-in-the-blank questions worth a total of 100 points. The test covers topics such as data modeling, database design, project management, and system implementation.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

Information Systems 2 - (WIH2100)

SEMESTER 1 TEST 3
5 JUNE 2017
TOTAL 100

QUESTION 1 [8]
Match each of the key terms with the most accurate definition below:

KEY TERMS:
A. Normalization E. Data redundancy
B. Data Integrity H. Recursive Relationship
C. ID-Dependent Weak Entity I. Cardinality
D. Degree J. Associative entity

m
1) When the same data are stored unnecessarily at different places. E

er as
co
2) A relationship between different instances of the same entity. H

eH w
o.
3) An entity that must include the primary key of its parent entity as part of its primary key.
rs e C
ou urc
4) Process of analyzing a relation to ensure that it is well-formed. A
5) When data is stored in the database is accurate and up-to-date. B
o
aC s

6) Number of occurrences of one entity for a single occurrence of the related entity. I
v i y re

7) The number of entities that participate in the relationship. D


8) A special entity that is also a relationship. J
ed d
ar stu
sh is
Th

QUESTION 2 (True / False) [10]


1
This study source was downloaded by 100000788640659 from CourseHero.com on 06-19-2021 20:38:33 GMT -05:00

https://www.coursehero.com/file/73706724/2017-INFOS-2-Sem-1-Test-3-MEMOdocx/
Indicate either (T) TRUE or (F) FALSE for each of the following questions:

1) First normal form (1NF) resolves anomalies caused by transitive dependencies. F


2) In a relation, the order of the rows does not matter. T
3) In the functional dependency, CourseNo  CourseName, the attribute CourseNo is known as
T
the determinant.
4) To be considered a composite key, a key must contain only one attribute. F
5) A surrogate key is appropriate when the primary key of a table contains a lengthy text field. T
6) The result of normalization is that every non-primary key attribute depends upon the whole
T
primary key and nothing but the primary key.
7) When placing a foreign key for a 1:1 relationship, the key of either table can be used as the
T
foreign key in the other table.
8) A relation may have duplicate column names. F

m
9) When placing a foreign key for a 1:1 relationship, the key of either table can be used as the

er as
T
foreign key in the other table.

co
eH w
10) The following code is an example of a second normal form (2NF):
EMPLOYEE(Emp#, Name, DOB, EmpDate, MedicalAid)

o.
SKILL(SkilllD, SkillDesc)
rs e T
EMPLOYEE SKILL(SkilllD (FK1), Emp#(FK)), YrsExp)
ou urc
o
aC s
v i y re
ed d
ar stu
sh is
Th

2
This study source was downloaded by 100000788640659 from CourseHero.com on 06-19-2021 20:38:33 GMT -05:00

https://www.coursehero.com/file/73706724/2017-INFOS-2-Sem-1-Test-3-MEMOdocx/
QUESTION 3 [17]

3.1 (9)

PROJECT 1 PROJECT 2
CRITERIA WEIGHT Weighted Weighted
Score Score
Score Score
Market share effect 10% 70 7 50 5

Competition 5% 30 1.5 70 3.5

Risk 10% 10 1 50 5

Product Fit 5% 70 3.5 50 2.5

Strategic plan alignment 25% 20 5 20 5

Customer support 20% 50 10 30 6

Payback 25% 60 15 40 10

m
Weighted Project Scores 100% 43 37

er as
co
eH w
3.2 (8)

o.
ACT.
rs e
ou urc
ACTIVITY 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
NO
A Create project plan X X
o

B Test migration feasibility X X X


aC s

C Identify resources X X X X
v i y re

D Produce licence keys X X


E Order hardware X
ed d

F Install hardware X X X X
ar stu

G Setup training & helpdesk X X X


H Monitor impact on user X X X
sh is
Th

QUESTION 4 [13]

3
This study source was downloaded by 100000788640659 from CourseHero.com on 06-19-2021 20:38:33 GMT -05:00

https://www.coursehero.com/file/73706724/2017-INFOS-2-Sem-1-Test-3-MEMOdocx/
4.1

a) PARTIAL DEPENDENCIES (2)

Item#  ItemDesc, HourlyRate OR

ITEM (Item#, ItemDesc, HourlyRate)

b) TRANSITIVE DEPENDENCIES (2)

Cust#  CustName, CustAddress OR

CUSTOMER (Cust# , CustName, CustAddress)

m
er as
4.2 PHYSICAL ERD for given relations: (9)

co
eH w
o.
rs e
ou urc
o
aC s
v i y re
ed d
ar stu
sh is
Th

QUESTION 5 (Normalization) [17]

4
This study source was downloaded by 100000788640659 from CourseHero.com on 06-19-2021 20:38:33 GMT -05:00

https://www.coursehero.com/file/73706724/2017-INFOS-2-Sem-1-Test-3-MEMOdocx/
UNF:
PROJ_CONS(Proj#, StartDate, EndDate, Budget, Client#, ClientName, ClientAddress,
(Date, Consult#, CName, Rate, HoursWorked))

1NF: (5)
PROJECT(Proj#, StartDate, EndDate, Budget, Client#, ClientName, ClientAddress)
PROJ_CONS(Proj# (FK), (Date, Consult#, CName, Rate, HoursWorked)

2NF: (6)
PROJECT(Proj#, StartDate, EndDate, Budget, Client#, ClientName, ClientAddress)
CONSULTANT(Consult#, CName, Rate)
PROJ_CONS(Proj# (FK), (Date, Consult# (FK), HoursWorked)

3NF: (6)
CLIENT(Client# , ClientName, ClientAddress)

m
er as
PROJECT(Proj#, StartDate, EndDate, Budget, Client# (FK))

co
eH w
CONSULTANT(Consult#, CName, Rate)
PROJ_CONS(Proj# (FK), (Date, Consult# (FK), HoursWorked)

o.
rs e
ou urc
o
aC s
v i y re
ed d
ar stu
sh is
Th

QUESTION 6 (ERD) [35]

5
This study source was downloaded by 100000788640659 from CourseHero.com on 06-19-2021 20:38:33 GMT -05:00

https://www.coursehero.com/file/73706724/2017-INFOS-2-Sem-1-Test-3-MEMOdocx/
m
er as
co
eH w
o.
rs e
ou urc
o
aC s
v i y re
ed d
ar stu
sh is
Th

6
This study source was downloaded by 100000788640659 from CourseHero.com on 06-19-2021 20:38:33 GMT -05:00

https://www.coursehero.com/file/73706724/2017-INFOS-2-Sem-1-Test-3-MEMOdocx/
Powered by TCPDF (www.tcpdf.org)

You might also like