About FIRE Organization and Luxury ResortsThe FIRE organisation manages a number of luxury resorts. Each resort consists of a group of small islands offering a range leisure facilities. Each island is connected by a ferry to one of more of the other islands of the resort. When guests arrive, they get a card (like a credit/debit card) which they can use for making payments at the resort. A card records a number of credits, and in this assignmen...
Question: The FIRE organisation manages a number of luxury resorts. Each resort consists of a group of small islands offering a range leisure facilities. Each island is connected by a ferry to one of more of the other islands of the resort. When guests arrive, they get a card (like a credit/debit card) which they can use for making payments at the resort. A card records a number of credits, and in this assignment, we are concerned with using c...
Assignment This homework will have you working with HashMaps. There are a lot of source files needed to make these classes work. Please pay careful attention to this document as I will give you directions on what you need to do for completion of this assignment. I have modified the AbstractHashMap class so that it includes a “loadMax” instance variable. I have provided an accessor and mutator method for this variable as well. The lo...
Question: Assignment Description WidgetsInc has contracted Benny Vandergast Inc to develop their new webbased store. Benny Vandergast Inc has provided a VMware virtual machine for testing. WidgetsInc have decided to give you the job of evaluating the security of the system provided by Benny Vandergast Inc. You should perform a security evaluation on the provided virtual machine image. You have not been supplied with either the IP address of ...
TaskTask: In this project, you will explore several aspects of performance and parallel execution by running several programs while measuring execution time. Please be aware these programs will necessarily tax the system, in some cases significantly. When running on zeus or eros please be considerate of others and do not execute too many times when the system is in use by multiple users. Also please do not allow batch files to run for more than...
Task 1: Divide the Data Set into a Training Set and a Test SetThe dataset includes a certain number of diagnostic measurements (features), which can be used to diagnostically predict whether or not a participant has diabetes. Note that the last column is the label information: participants who have diabetes are classified as ‘positive’; participants who do not have diabetes are classified as ‘negative’. Preparation: To...
Design Approaches1) CompareDesigns: Write 1.5-2 page essay (max 12-point font), comparing and contrasting the Backtracking versus Branch-and-Bound design approaches, using your own words. Discuss how they compare to brute-force approach. In addition, discuss the differences and similarities (implementation and performance) between the solution for knapsack problem using Backtracking (Algorithm 5.7) versus Branch and Bound (Algorithm 6.2). The ...
PurposePurpose Add extent-based files to the xv6 file system. An extent is a (pointer, length) pair. The pointer points to a sector address; the length indicates how many consecutive blocks are occupied by that extent. Operations on large extent-based files are faster than the pointer-based files that xv6 have now. Requirements: 1) Add an O_EXTENT flag to the open() system call that will create an extent based file. 2) Mo...
Program DescriptionThis hands-on lab allows you to follow and experiment with the critical steps of developing a program including the program description, Analysis, , Design(program design, pseudocode), Test Plan, and implementation with C code. The example provided uses sequential, repetition statements and nested repetition statements. This program will calculate the average of 3 exams for 5 students. The program will ask the user to ent...
Question: Data Sets Descriptions The data used for the coursework is marketing campaign dataset based on a case of a retailer company. The primary objective of your work is to prepare data for further data mining and analysis. The detailed data description of those data files is given below: Marketing campaign data.csv The data set contains 1500 customer records. Each record consists of 19 variables, which includes socio-demograph...
Question: The dataset includes a certain number of diagnostic measurements (features), which can be used to diagnostically predict whether or not a participant has diabetes. Note that the last column is the label information: participants who have diabetes are classified as ‘positive’; participants who do not have diabetes are classified as ‘negative’. Preparation: To do tasks set in this piece of work, you need to loa...
TaskTask: As with previous projects, your work should compile/execute on cardiac. You are free to work on this project on a different machine, but you must test your code on cardiac. You need to turn in your work (i.e., code, binary, makefile, script, notes, etc) in the directory as follows: You should make a tarball for the entire project and turn in the tarball with a descriptive name. E.g., $ tar âcJvf cs370_proj4_MyName....
Objectives1.Design a java program for a movie store that has the ability for a manager to add/remove a movie title, movie’s leading actor or actress, movie release year, and genre. If the user is not a manager the user should only be able to sort the movies or search for movies. a.Give the user the ability to enter a password, which should allow the user to add or remove movie titles, actors or actresses. b.If the user doesn&rs...
Set AThese requirements require you to setup and connect to the ClassicModels database and write Java code to satisfy all 3 requirements in your allocated set. Set A 1. List the product lines that contain 'Cars'. 2. Report the account representative for each customer. 3. Reports those products that have been sold with a markup of 100% or more (i.e., the priceEach is at least twice the buyPrice) Set B 1. List all payments greater than twi...
Part 1: screenCoor FunctionCharting Expressions (Graphing Calculator) You will be creating a small graphical Python 3 program. This program will use the turtle library to draw based on information taken from the user. You should already have all the experience you need with this library from Assignment 1. The assignment requires an additional understanding of converting between Cartesian coordinate systems, using loops, and completing functions ...