0% found this document useful (0 votes)
101 views

IT1090 IS and DM

Question 1 asks students to identify the components and users of a proposed pharmacy management system using image processing technologies, and explain
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)
101 views

IT1090 IS and DM

Question 1 asks students to identify the components and users of a proposed pharmacy management system using image processing technologies, and explain
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/ 7

00073

•• J"~ ••

II ",";'
,':'
•• .I"f"JI ••
••••••
'<:?I ! I . • ~
~ :1 .:
\\ lJ
1.1.
c...; 4...
. ,:
oL._.~

••••••
:'4~•••• r

Sri Lanka Institute of Information T chnology

B.Sc: Honours Degree in Information Technology


Specialized in Information Technol gy

Final Examination
Year 1, Semester 2 (2019)

ITI090 - Information Systems a d Data


Modelling (ISDM)

Duration: 2 Hours

October 2019

Instructions to Candidates:
~
• The paper is preceded by a 10 minutes reading t me
• This paper has 4 questions.
• Answer all questions in the booklet given. .
• The total mark for the paper is 100.
• This paper contains 7 pages, including the covel page.
• Electronic devices capable of storing and retriev ing text, including
calculators and mobile phones are not allowed.

29/09/2019
00073
-",Q~u:...;;;e-=-st=io=n:.=......:::.l rTotal: 25 Marksl

a. "Information systems are the software and hardware and elated components that
support data-intensive applications."

Assume that you are been hired to develop a pharmacy manage ent system using image
processing technologies to scan and read the prescriptions issued oy a medical doctor. The
proposed system will be operational at Unity Chemists where all perations/ services will
be available to the customers 24X7.

1. Identify the components of the proposed pharmacy mana ement system to Unity
Chemists. (10 Marks)
11. Identify the types of end-users of the proposed pharmacy man igernent system to Unity
Chemists. (2 Marks)
Ill. Explain TWO possible benefits gained by the proposed pharm cy management system
to Unity Chemists. (2 Marks)

b. "The iDoors are capable of ventilating the property by using temperature and humidity
sensors, combining its action with lighting control syst ms already in place.
Furthermore, it is capable of notifying the service technician of the exact type of error
experienced, integrating a post delivery service to transform I garage into a letterbox
or even installing cheap consumer charging stations into priva e garages."

1. Identify a type of modem Information System narrated above. (1 Mark)


11. Briefly explain the capabilities of such Information Systems. (2 Marks)

c. .
While analyzing the requirements to develop the pharmacy m nagement system in part
a) for Unity Chemists, assume that you were able to gather the information about the
pharmacy management process of the company. ModeJ the below pharmacy
management process of Unity Chemists using standard busine process mapping tools.

(8 Marks)

2
29/09/2019
00073
The pharmacy management process starts by receiving the prescription from the customer.
The prescription consists of name of the patient, age, date issued, drug name, dosage,
duration and doctor's signature and seal. The pharmacist takes the prescription and scan it
through the prescription scanner where the system reads the info ation which takes 10
seconds and automatically checks the validity of the prescription b checking the doctor's
information and drug information. If the doctor's information is n t verified the systems
sends an alert of "forged prescription" and the prescription is retu ed to the customer by
pharmacist. Upon reading the drug details, if the drug is not ava lable in the system, a
notification is displayed as "drug unavailable" and the prescription is returned to the
customer -by pharmacist. For verified prescriptions, the system ca culates the amount of
drug to be issued based on the dosage and the duration and alert the rug inventory to issue
the drugs and the inventory will be updated. Bill will be calculate based on the price of
the drug available on the drug inventory and the system automatically prints a bill for the
drugs. Once the customer pays the bill the sales information will be updated, and the drugs
will be issued by the pharmacist. Upon drug issuing the pharmacy management process
will be closed.

3
29/09/2019
00073
~Q;....::u::..:::e=st=io=n:.=....=.2 ---: rTotal: 25 Marksl

Part A (15 Marks)

XYZ is a company that maintains up-to-date information about the processing and current
location of each shipped item. Shipped items are the heart of the Prod ct Tracking Information
System of the company. Shipped items are characterized by a unique item number, a weight,
dimensions, insurance amount, destination, and a final delivery te. Shipped items are
received into the XYZ system at a single retail center. Retail centers are characterized by their
type, unique- ID, and address. Shipped items make their way to their d stination through one or
more transportation events. These transportation events are characterized by a unique schedule
number, a type of delivery (ex: flight, truck), and a delivery route.

As the database designer of the database ofXYZ product tracking inf rmation system, model
the Entity Relationship diagram to capture this information.

4
29/09/2019
00073
PartB (10 Marks)

Production tracking is an important part in many manufacturi 19 environments like


pharmaceuticals, industry and children's toys. The following ER diagram captures
relationships between production lots (or batches), individual proc uction units, and raw
materials.

Construct the relational database schema for the following ER diagra

lotNumber

1 M ProdudType
Production
Lot Indudes
Units

qualityTest

~
Unrts ~

type
N

Raw -Gateria'-'D
Materials

5
29/09/2019
00073
~Q~u=e=st::;.::..io;;;..::n:.:....:::.3 [Total: 25 Marksl

Part A (15 Marks)

Consider the following relational schema and the set of non-trivial functional dependencies Fl.

PLA YER (Player-no, Player-name, Team, Team-color, Player-positio ,Team-captain)

Fl = { Player-no ----t Player-name, Player-position, Team;

Team ----t Team-color, Team-captain}

When considering the total set of functional dependencies it can be i entified that Player-no
can uniquely determine all the attributes of PLA YER. So, Player-no is the only candidate key
for the relation.

In which Normal Form the schema PLAYER is in? If the schema is n tin 3NF convert it to a
schema in 3NF level. Explain your answer.

Part B (10 Marks)

Consider the following database schema and construct the grven quenes in Relational
Algebra.

Supplier (sid, sname, address)


t
...---
Catalog (sid, pid, cost)

Part (Iilii, pname, color)

a. Find the names of suppliers who supply some red part. (05 Marks)
b. Find the IDs of suppliers who supply some red part and some green part. (05 Marks)

6
29/09/2019
00073
Question 4 [Total: 25 Marksl

Consider the following database schema for a Movie database, and co struct the given queries
in SQL.

Actor (act id, act_fname, fIname, gender)

MovieCast (~
.------ id, mov id, role)

Movie (mo id, mov _title, mov _time, mov _language, mov _released_date,

~ mov relased country)

MovieDirection (dir id, mov id) - -


.------
Director (iliLiQ, dir_fname, dir_lname)
I
Rating (mov id, rev id, rev_stars, nurrr offatings)
/
Reviewer (rev id, rev_name)

a. Find the movies which were released before year 2015 (4 Marks)

b. List the first and last names of all the actors who were cast in the movie 'Annie
Hall', and the roles they played in that production. Sort the result according to
the ascending order of the actor's first name. (7 Marks)

c. Find the highest-rated movie, and list its title, year, rating, and releasing country.
(7 Marks)

d. Find the movie title, movie year and the number of actors who acted in the
movie, for each of the movie done in English languag (7 Marks)

7
29/09/2019

You might also like