Project RequirementsComputer Information Systems COMP 150 Introduction to Programming Instructor: Paul Rushton COMP 150 Home Announcements Midterm Project Final Project Course Notes Links Final Project An individual (NO TEAMWORK) text-based adventure game of your own invention. A classic example of a text-based adventure is Colossal Cave Adventure. Your project should behave in a similar fashion but will have fewer locations and items, and it do...
Problem1Carlo lives in Toronto. He needed to travel on business to cities Calgary, Montreal, and Vancouver Every time he needs to return to his native town before making next trip. In August 2017, Merchant had to buy tickets for his trips: · Toronto-Calgary: $1350 · Toronto-Vancouver: $1500 · Toronto-Montreal: $575 Carlo can take unlimited number of trips to each destination. You must inquire the n...
TaskYou currently work in an algorithm development group for a large multimedia, mobile device corporation. Your group has been tasked with creating an app that will play an audio file backwards (from end to beginning rather than the standard beginning to end). Because this app is likely to be used on a mobile device, your group figures that this algorithm should use as little memory and space as possible. Your group has therefore decided to c...
InstructionsQuestion 1 1. Create a global variable called lotto that is initialized to 0. 2. When the Generate Number button is pressed, a function should generate a random 2-digit number andset the lotto global variable to be this number. 3. When the Check My Numbers button is pressed, a function should check to see if the number entered bythe user is valid and if it is a winner. • The number is valid if it is a 2-digit number &b...
ContextThis assessment provides you an opportunity to explore the impact of applying various Machine Learning techniques on a dataset in a sandbox environment. You will complete the Programming Exercise from Google that will introduce you to modelling in the Machine Learning world. Note that this exercise is limited to exploring the application of Linear Regression in great detail, however, the feature engineering, transformations and hyperpar...
Knapsack ProblemYou are encouraged to work in groups (but not more than 2 persons in a group).Show all your computation to get full credit. Please put comments in your code. I will deduct points for uncommented codes. This assignment is for 200 points; double that of assignment 1. Knapsack Problem (60) 1. Consider a collection of K items out of which n items cannot be subdivided (0-1 knapsack) and m items can be divided into fractions (fracti...
Section A: RequiredTopics – complete Section A and any 2 of Section B Section A: • Required: explain how you solved the workshop problems. What tools and techniques did you use? What worked best for you, and what gave you the most problems when completing the workshops? Section B: • Complete any 2 of the following, if you answer all 3, only the first two will be marked • Discuss one aspe...
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...
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...
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...
1. VehicleWrite Object Oriented Python code for the following: 1. Vehicle: a) Write a Python class to represent a Vehicle which includes make string, model string, 17 character VIN, vehicle type (small, medium, large), and 4 digit year. Vehicle object cannot exist without these values. There should be __str__ method to return formatted string with all values. b) Write test code to create an instance of Vehicle and print the values of the at...
Benefits of Advanced Java FeaturesWrite a paper that discusses an Advanced Java feature from the following list: 1.Multithreading 2.Generics 3.Collections Framework 4.JDBC 5.Networking 6.Concurrency 7.Stream API 8.Java FX 9.Java Persistence API 10.Java Servlets a. Discuss the issue that the feature addresses. b.Discuss what the benefits are to using the feature. c.Discuss how it is used: include one or more coding example(s). d.T...
Part 1 Analysis This assignment will assess the following module learning outcomes. LO2 – Critically evaluate evidence discovered during analysis LO3 – Apply investigative methodologies for mobile devices LO4 – Make informed judgements about issues, research and new developments within mobile device evidence and investigation Senario A phone has been recovered from a suspect named John Wells who is believed to be involv...
Follow the State Machine Diagram from Slide SetComplete the partially finished Debit Transaction program using DebitDemoTemplate.zip and the state machine diagram shown on page 14 of the slide set titled “Week 10 Switch Statement and State Machines.pptx” Normally, in a program like this when state 4 is reached we would read the users PIN using keys pressed from a keyboard. In this assignment you can use the characters entered via the...