Write a Software development Plan for a customer scenario, using Software Development Life Cycle (SDLC) approach — WILL PROVIDE ALL INSTRUCTIONS when deal done
Category: Computer Science
-
Security, privacy, Anonymity
People join online social networking sites for a variety of professional and personal reasons. Statistics show that nowadays about seven in ten American adults (69%) use some kind of social media platform. At the same time people worry about privacy along with the security of their personal information. Privacy seems a concept of paradox when it comes to the use of OSN sites such as Facebook, Twitter, and LinkedIn, etc. What is your opinion on privacy and online social media? What are the pros and cons? Name two privacy threats to maintaining an OSN presence. And how to better protect your data on OSNs? Be sure to discuss the issue in Christian worldview. thread is to be a minimum of 400 words. -
using archimate to complete case study
the files i upload have requirements and Writing materials
Requirements: 4000
-
Web 3, Blockchain, Cryptocurrencies & NFTs
Write an essay of up to 5 pages (Arial, 11pt, line-spacing: single, A4) on a blockchain application case in a company of your choice, briefly explaining what they do (it can be one you work or worked for) and (1) how they can use blockchain, (2) present advantages and disadvantages of blockchain for this case (3) explain, according to the model proposed in class (sessions 7-8) why blockchain is a valid option and (4) what type of blockchain would be used. Real life work examples with subject theory will enrich the essay and be more valued for final grade. -
Ethical Issues in Accounting
Narrated PowerPoint Presentation Social, Cultural, and Ethical Issues For your Final Project, you will create a PowerPoint presentation based on a topic from your current field of study. Since this is a fully online course and we do not meet in person in a traditional classroom setting, you will need to narrate this presentation so it can be viewed electronically. To assist in the completion of your Final Project, some of the required pieces are included in this course as Milestones. These Milestones are completed throughout the course by the student and the instructor will provide feedback for each Milestone, in order to help the student better the overall quality of their project. See below where the milestones align with the Final Project requirements. Topic: Choose a social, cultural, or ethical issue related to your current major or field of study. Chose ONE area to focus on. For example, you cannot talk about ethics in healthcare, public safety, or IT in general. You would need to pick a single ethical issue to discuss and not just ethics in general. (Discussion 2) Research: Conduct a search using both internet and library database resources. You must use at least 3 sources, one of which must be from the library database. Keep track of these sources! You will need to include a reference slide at the end of your presentation. (Milestone 4) Content: Create a NARRATED PowerPoint presentation that contains between 12 to 18 slides. You must add your voice using the narration feature in PPT. Include the following: Title Slide (1 slide) – includes your name and the presentation title. Introduction Slide (1 slide) – should be something catchy and explain why this issue is important. Body/Content Slides (8-14 slides) – must be interesting, well organized, and presented clearly. Slides should not contain full sentences/paragraphs. Summary Slide (1 slide) – may also include a way for others to get involved, help, or get more information. Reference Slide (1 slide) – must be in APA style and be a minimum of 3 resources. When including hyperlinks in the reference list, they must be hyperlinked. (Milestone 4) PowerPoint Elements: Include the following PowerPoint elements: Apply a single theme or design template. Apply a transition to each slide. Do NOT use animation. Provide at least one hyperlink to a video or useful online article, this does not include hyperlinks in citation/reference slide. Use at least 5 open or royalty free images, cite the image on the bottom of the slide where the image exists (Milestone 6) Use smart art at least one time. Include an original graph, copied and pasted from Excel (do not include it as a picture, be sure to copy and paste from Excel). (Milestone 5) Include a footer on each slide with the slide number and your last name. Narration: To earn full points, your presentation must be narrated. Do NOT read word for word from your slides. Slides should only contain bulleted information, but full sentences should be spoken. The narration audio should start automatically when you start the slideshow and should continue through the entire presentation. Submission: Please upload your completed PowerPoint project. NOTE*** Other formats of the PowerPoint will not be accepted. Your submission needs to be a .ppt or .pptx file. No other type of submissions will be accepted or graded. If for some reason you need to compress the file before sending, still make sure the original is one of the above. -
Computer Science Question
Lab 1: Study-Room Booking System (SRBS) Paper Prototype
Scenario: Homework Student Instructions
Requirement
- Step 1 Problem (1 sentence)
Study rooms get double-booked, cancellations waste rooms, and students dont see real-time availability.
- Step 2 System goal (2 sentences)
Write what the system does: booking + rules + reminders + reporting.
- Step 3 IS roles (choose 3)
Same list as class lab.
- Step 4 4 components table
People/Tech/Process/Data.
- Step 5 As-Is process (6 steps)
How do students currently reserve rooms?
- Step 6 To-Be process with 2 decisions
Include decisions like:
-
- Room available?
- User confirmed within 2 hours?
- Step 7 Data table design
Create RoomBookings with 10 fields.
- Step 8 Use this dataset and compute DIK
Dataset:
booking_id room status booked_hours created_day B01 R1 COMPLETED 2 Mon B02 R1 NO_SHOW 2 Mon B03 R2 CANCELLED 1 Tue B04 R3 COMPLETED 2 Tue B05 R2 COMPLETED 3 Wed B06 R1 NO_SHOW 1 Wed B07 R3 COMPLETED 2 Thu B08 R2 NO_SHOW 2 Thu B09 R1 COMPLETED 1 Fri B10 R3 CANCELLED 1 Fri
Compute:
- Which room has the most NO_SHOW?
- Total booked_hours that were wasted (NO_SHOW + CANCELLED)
- % of bookings completed (COMPLETED / total)
Then write:
- 1 sentence Information
- 1 sentence Knowledge/action (policy or system improvement)
- Step 9 Information quality (Timeliness/Accuracy/Completeness)
Each: 1 risk + 1 fix.
- Step 10 Ethics/Security
2 risks + protections.
Requirements: as needed C++
-
Automated customer feedback analysis
1. Automated Customer Feedback Analysis Problem: Companies receive large volumes of customer feedback that are difficult to categorize and act on efficiently. Technologies: Python, NLP (spaCy, HuggingFace), sentiment analysis, Power BI. Research question: Can Natural Language Processing reduce the time required to analyze customer feedback by more than 50%? NLP (spaCy, HuggingFace): Natural Language Processing, the field of analyzing and understanding human language. spaCy: A library for text analysis, entity recognition, text classification, and other NLP tasks. HuggingFace: A platform providing pre-trained transformer models for tasks like sentiment analysis, translation, and text summarization. Sentiment Analysis: A technique to determine whether a piece of text expresses positive, negative, or neutral emotions. Its particularly useful for evaluating customer feedback. Power BI: A Microsoft tool for data visualization and analysis, allowing the creation of interactive dashboards and reports to make analysis results easily understandable and actionable.