Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

please help me on the below assignment You are the System Analyst involved in st

ID: 3838849 • Letter: P

Question

please help me on the below assignment

You are the System Analyst involved in studying the creation & implementation of a new information system for an organization which is a hotel in china

conduct library /internet reserach on the typical opertaions of the organization (hotel in china) and use the information gathered to write a report. your report must answer the following questions/sections and include all the factors stated below

1. provide an introduction to the organization(hotel in china) that is relevant to rest of the answers. suggestion: types of business,core concern, stake holders

2.state the main business goal of the new information system. provide a brief explanation

3. draw a flow chart of the main business process that is to be automated. provide a brief explanation of the flow chart

4.identify the classes and give a 1 line description of each class(write the anser in a table). Draw a simple (domain) class diagram which shows the ename ,attributes,relationship

5.compare the choices in systems acquistions for this organization

6.Identify 3 objects for this project using SMART Method

7.Prpeare brief feasibilty study report for the proposed system.

8.Write a brief statement of requirements(about 1 oage long) for this information system. your answer must include different types of requirements( fnctional and non-functional)

9. darw a use case diagram for this system

10 . develop a conceptual model for the proposed information system. the conceptual model consists foe the following

a. story board

b.Hardware ,software and network components (just a list)

Explanation / Answer

# Store input numbers num1 = input('Enter first number: ') num2 = input('Enter second number: ') # Add two numbers sum = float(num1) + float(num2) # Display the sum print('The sum of {0} and {1} is {2}'.format(num1, num2, sum))