2018 Sad Scheme
2018 Sad Scheme
Any organized system for the collection, organization, storage and communication of
information by the support of computer and telecommunication technologies.
(ii) Describe the purpose of having an Information System in an organization. (03 Marks)
To turn raw data into useful information that can be used for decision making in an
organization.
Support and improve day-to-day operations.
Give marks for any suitable answer
(iii) Mention four (04) stakeholders of the Information System of SLIATE. (04 Marks)
Academic Staff, Non-Academic Staff, Students of SLIATE, Prospective Students of
SLITE, The Government, Media, Any suitable answer
(iv) List two (02) problems arise in upgrading complex legacy systems. (04 Marks)
Skilled people not available, High cost
(v) Various types of Information Systems are being used by different levels of users in
organizations.
a. List three (03) management levels available in an organization. (03 Marks)
- Operational level/Lower level management/ Line management
- Tactical Level/ Middle management
- Top level/Strategic level/ Senior management
b. Briefly explain four (04) types of information systems used by different
management levels. (08 Marks)
Transaction Processing System (TPS)- for Lower level management
(i) Briefly explain the responsibility of the System Analyst. (03 Marks)
Project A Project B
Year
Cash outflow Cash inflow Cash outflow Cash inflow
1 5000 0 2000 1000
2 1000 2000 2000 2000
3 1000 3000 2000 4000
4 1000 4000 2000 4000
5 1000 5000 2000 4000
a. Considering the discount rate as 10%, calculate the NPV for the projects A and B.
Project A
Net Present value (PV)
Year Cash Cash Discounting
Cash
outflow inflow Factor
Flow
1 5000 0 -5000 0.909 - 4545
2 1000 2000 1000 0.826 826
3 1000 3000 2000 0.751 1502
4 1000 4000 3000 0.683 2049
5 1000 5000 4000 0.620 2480
NPV 2321
HNDIT1212- System Analysis and Design - 2018 2nd semester
5
Project B
Net Present value
Year Cash Cash Discounting
Cash (PV)
outflow inflow Factor
Flow
1 2000 1000 -1000 0.909 - 909
2 2000 2000 0 0.826 0
3 2000 4000 2000 0.751 1502
4 2000 4000 2000 0.683 1366
5 2000 4000 2000 0.620 1240
NPV 3199
(06 Marks)
b. Identify the best project to be invested in the next year. (01 Mark)
Project B is profitable to invest since the NPV of Project B is greater than the
NPV of Project A.
Invoice and
Order form shipping list
Customer Order Fulfilment
Book Ordering
Department
System
(v)
a. Identify three (03) sub processes of this system. (03 Marks)
Verify member, Verify order item data, print invoice and shipping list
b. Identify the data stores of this system. (03 Marks)
Member registry, Book registry, Book order file
c. Draw the Top level DFD of Lanka Books Information System. (04 marks)
Validated
Order
Book 3.0 Invoice and
Question 05 File
Order Print invoice and shipping list Order25
Fulfilment
[Total Marks]
shipping list Department
(i) For a software system, it is recommended to test in four levels.
HNDIT1212- System Analysis and Design - 2018 2nd semester
7
a. List the four (04) levels of software testing in the correct order. (05 Marks)
Unit testing Integration testing System testing User acceptance testing (04
marks) + 01 mark for the order
b. Briefly explain two (02) testing methods you mentioned above. (04 marks)
unit testing is a software verification and validation method in which a
programmer tests if individual units of source code are fit for use. Unit tests find
problems early in the development cycle. Unit Testing is performed by the
programmer using the White Box Testing method.
Integration testing :the phase in software testing in which individual software
modules are combined and tested as a group. The purpose of integration testing is
to verify functional, performance, and reliability requirements placed on major
design items.
System Testing is a level of the software testing process where a complete,
integrated system/software is tested. Black Box Testing method is used.
independent Testers perform System Testing.
User Acceptance Testing (UAT) is a process to obtain confirmation by a Subject
Matter Expert (SME), preferably the owner or client of the object under test,
through trial or review, that a system meets mutually agreed-upon requirements.
(ii) State three (03) factors to be considered when choosing a standard off-the –shelf
application package. (03 Marks)
User requirements - does the package fit the user's requirements
Processing times – Are the processing time fast enough?
Documentation – Is there full and clear documentation for the user?
Compatibility-Is the package compatible with existing hardware and software?
Controls – Access and security controls should be included
User-interface – the interface should be clear, logical and consistent
Modification – can the package be modified by the user
Support maintenance and update
cost
(iii) Name three (03) major causes of system maintenance problems. (03 Marks)
Unstructured code, Insufficient domain knowledge, Insufficient documentation
(iv) Briefly describe the followings. (04 Marks)