1. You have been given a software application by the IT department to test for security issues. Describe what processes, methods and practices you would use to check that the program is safe for the company to deploy to end users 2. Write a report to colleagues and the IT managers describing what you tested, […]
Assignment 1: Option A If you have an iOS device you would be ok with imaging with Magnet Acquire, feel free to replicate the process that was shown in the video lecture for this week. From there write up a brief report on the process you took to create the forensic image. Make sure citation […]
I need you to do Game class and Results class only The Turing Text project is an SMS text-based application designed to run the Turing Test between ChatGPT (an AI language model) and a human participant. The goal is to evaluate the AI’s ability to imitate human-like conversation and determine whether it can be distinguished […]
Module 06 Content For this assignment, you’ll create a poster for a local concert. The genre is up to you: rock, metal, rap, swing, jazz, acapella, etc. The goal of this assignment is to create a unified and balanced design while combining a photo (raster imagery) with vector graphics. SetupFind a high-resolution image for the […]
For this assignment, you’re going to demonstrate your ability to use proximity and similarity—along with shapes, scale, and value—to communicate the essence of emotionally-charged words. To do that, you’re going to create three (3) black and white posters, one for each word.Pick three (3) words from the list below for this project. Achievement Battle […]
The CEO of your company is concerned that a natural disaster could make your company’s information systems unavailable long enough to significantly impact business. Currently, critical systems like file servers, e-mail services, and applications, such as HR, Payroll, Billing, and Customer Relationship Management (CRM), are hosted in a local datacenter. Your job is to educate […]
Write a currency-conversion GUI application as shown in the picture. The input currency should be entered from the keyboard (via a JTextField). A read-only JTextField should be used to display the converted currency. Use given images to create curreny icons using JLabels. The application should allow the user to make coversion between any two types. […]
Code:#include #include /*Put your SSID & Password*/ const char* ssid = “Abdulgani”; // Enter SSID here const char* password = “19961996”; //Enter Password here ESP8266WebServer server(80); uint8_t LED1pin = D7; bool LED1status = LOW; uint8_t LED2pin = D6; bool LED2status = LOW; void setup() { Serial.begin(115200); delay(100); pinMode(LED1pin, OUTPUT); pinMode(LED2pin, OUTPUT); Serial.println(“Connecting to “); Serial.println(ssid); […]
Your software company was invited to provide a proposal for a company in Australia. You currently have the cost in US dollars and need to convert the prices to the Australian dollar. Write a 2-part program using Ruby, Java®, or Python. Part 1: Write a function to gather the following costs from the user: Travel […]
Only Do part B. “Object Identification and CRC diagrams”. CSE360 – Introduction to Software Engineering Team Project Phase 2 Requirements – Deliverables Phase 2 consists of: A) Use Cases and the Use Case Diagram (30) B) Object Identification and CRC (20) C) Initial Class Diagram and class descriptions (40) D) Test Plan for Functional Testing […]