Assignment Instructions:
Compute their Cartesian product, AxB of two lists. Each list has no more than 10 numbers.
For example, if the user supplies the two input lists:
A = [1,2]
B = [3,4]
then the Cartesian product output should be:
AxB = [(1,3),(1,4),(2,3),(2,4)]
Category: Programming
Lessons learned reflection: Create a 2-3 page summary that outlines the lessons
Lessons learned reflection:
Create a 2-3 page summary that outlines the lessons learned in this Basic Programming course.
Final Program:
Create a final program that meets the requirements outlined below.
Create an automobile class that will be used by a dealership as a vehicle inventory program. The following attributes should be present in your automobile class:
private string make
private string model
private string color
private int year
private int mileage
Your program should have appropriate methods such as:
constructor
add a new vehicle
remove a vehicle
update vehicle attributes
At the end of your program, it should allow the user to output all vehicle inventory to a text file.
Your final program submission materials must include your source code and screenshots of the application executing the application and the results.
Assignment Submission Instructions:
Zip up the following files and submit in one file:
Compiled Module 1-6 programs with corrections
Lessons learned reflection
Final program course code and application screenshots
Follow the CSU Global Writing CenterLinks to an external site. and review the library material concerning APA style before turning in this assignment.
Speech is a powerful medium to disseminate your project, as it gives you an oppo
Speech is a powerful medium to disseminate your project, as it gives you an opportunity to showcase your project to a wider audience and provide further insights. The purpose of this
presentation video will be to provide an overview of the:
• area you worked in,
• the statement of the problem you investigated,
• the descriiption of the methods used to solve the problem,
• a demonstration of the practical/implementation work,
• a summary of your work,
• a presentation of your results (both positive and negative).
I am even providing a draft research paper which I have written so that you get an overall idea of what the project is about.
The following are the two we transfer links are the frontend and backend of the web application
https://we.tl/t-w4G6ddTS6B
https://we.tl/t-xjGuL2xVkx
The results section should include the following points. • Experiment Results •
The results section should include the following points.
• Experiment Results
• Evaluation and Valuation
The following are the two we-transfer links are the frontend and backend of the web application
https://we.tl/t-w4G6ddTS6B
https://we.tl/t-xjGuL2xVkx
I am even providing a draft research paper which I have written so that you get an overall idea of what the project is about. In the draft research paper I have provided references in the last section, just need to link them according to the IEEE format to the research paper where it is applicable.
The Front-end should be done using ReactJs, Back-end using Python and MongoDB sh
The Front-end should be done using ReactJs, Back-end using Python and MongoDB should be used for database connectivity. If possible try to implement a Natural Language Processing algorithm. This system should be hosted on Amazon Web services. Implement the entire programming part is Visual Studio Code.
In the zip file I have done some of the programming part, edit that and try to implement executable code according the requirements I mentioned above.
I have also uploaded a draft research paper for you to get an idea of what exactly the system is about and you can start programming according to that.
At least 10 academic sources. The sources have already been chosen and notes ha
At least 10 academic sources. The sources have already been chosen and notes have been taken on each of them in the attached document.