READ THE FILE WHICH IS THE PROMPT OF THE ASSIGNMENT you can not use Ai or copy and paste from online, you will write your own paper, after you done with paper, send me for the report of the turnitin and ai turnitin for both, it will be checked by turnitin and ai turnitin so pls be aware of these two things, thank you
QUESTION: How many cultural details should I mention, and how do I connect them to innovation?
The best way to approach this is to see your task as making a causal argument: these identified practices (or at times, this identified pattern of authority) in this society are distinctive and so cultural, and the values that we find embodied by or served by those practices have shaped innovation in that culture.
Culture shapes innovation according to (a) the problems are seen and set, (b) how the selected problems are actually addressed by technical means, which reveals decisions and for those decisions that criteria or values that were used/imposed, and (c) any distinctive decisions on the deployment of the technology into society.
So it isn’t that we need an exhaustive list of cultural items – just those that appear to rationalize why the selected culture innovated in the way it did. Ultimately we are using distinctive practices to reveal some primary values carried by the culture, and then showing those values were important in the creation of the innovation.
Rubric
Area V Sr. Project Rubric
| Criteria | Ratings | Pts | |||||
|---|---|---|---|---|---|---|---|
|
This criterion is linked to a Learning OutcomeTechnology and CultureDescribe the selected technology and links into the innovating culture |
|
20 pts |
|||||
|
This criterion is linked to a Learning OutcomeTechnology as Emblem of CultureEstablish the connection of the selected technology to its originating culture |
|
40 pts |
|||||
|
This criterion is linked to a Learning OutcomeSelf-reflection on technology and cultureThoughtful reflection on how the idea that culture is influential for technology innovation may affect one’s career choices and career |
|
40 pts |
|||||
|
This criterion is linked to a Learning OutcomeGE V ALO4Appraise how the study of creative works of human expression from outside the United States shapes ones own understanding of cultural experiences and practices. threshold: 3.0 pts |
|
— |
|||||
|
Total Points: 100 |
|||||||
pART 2 ENTERPRISE SOFTWARE PLATFORM
Problem 8: Consider the below URL:
In this URL, there is a Java code that is presented for a Transaction script pattern about booking hotel rooms. A hotel class is included for
1) booking and
2) canceling
hotel room reservations. The bookroom() function should book a hotel room depending on the user’s special requests like:
a) No. of hotel room(s)
b) Room type(s)
c) Dates on which the hotel room(s) must be booked.
d) Date on which hotel booking is made.
The Hotel class has two methods, one for booking and cancelling a room respectively. Each one of them handles a single transaction in the system, making Hotel implement the Transaction Script pattern.
The bookRoom method consolidates all the needed steps like checking if the room is already booked or not, if not booked then books the room and updates the database by using the Data Access Object (DAO).
The cancelRoom method consolidates steps like checking if the room is booked or not, if booked then calculates the refund amount and updates the database using the DAO.
The App.JAVA is the entry point for this application (main function). Implement the JAVA code by writing appropriate App.JAVA file, and the booking and cancelation functions.
Show appropriate outputs (one each for booking and cancellation).
================
Descriptive answers are required. Some questions may require you to draw diagrams, which must be drawn using any drawing software you know of (Example. Lucid charts, draw.io). Your textual answers must be typed.
Handwritten answers and hand-drawn diagrams will NOT be accepted and will fetch ZERO score.
