Ap Computer Science A project

You run a vehicle rental agency. You rent three makes of cars: Ferrari, Chevy and VW, and three kinds of trucks: a pickup, a dump truck and a semi. The interesting characteristic of cars is their max speed in mph (Ferrari – 200, Chevy – 100, VW – 75).  All …

Demonstrating the Gap

create a diagram for a better approach for compliance, based on one of the following frameworks: PCI, HIPAA, NIST, or any other accepted framework. Ideally, the network will be an Enterprise class consisting of 1000+ clients for various corporate departments, with 50-100 servers providing typical network services. The network infrastructure …

Binary code

This is the first of 13 weeks of assignments. These weeks will have 3-4 assignments per week. I would like to have all 13 weeks done for me. And I am willing to pay about 1k to be able to get it. Attached are the first 3 assignments

Decrypt RSA

The file s81170-cipher.bin contains data encrypted using the ARIA-128-CBC method. First decrypt data in the file s81170-cipheredkey.bin. They were encrypted with RSA and can be decrypted with the function RSA_private_decrypt (). Optimal asymmetric encryption padding was used. You must therefore specify RSA_PKCS1_OAEP_PADDING as a parameter. You can work with the …

Web design for a local restaurant

You are required to design a customized software for your client, who happens to own a restaurant at atourist place. Due to the shortage of manpower the owner wants to automate some processes. The clientwants  to  have  a  computerized  display  on  the  entrance  for  booking of  tables.  Using  the  same,  …

Natural Language

You are asked to complete 4 Jupyter notebooks which are provided with these guidelines: a3 1.ipynb a3 2.ipynb a3 3.ipynb a3 4.ipynbA separate notebook has been provided for each question since the questions are independent of each other and so that the notebooks load and run faster. The questions are …

Hashtable implementation

Need the project to be done in intellij or eclipse so it will work for the lecturerer that will asses this. The assesment is to impliment a hash table so it works with the included tests. Only need it to reach around 40-50 % 60% if the one that does …

Tree viewer associated with an algebraic expression

  In C++: Starting from an algebraic expression, the tree associated with this algebraic expression will be created, and then it will be graphically represented, with different options, on the computer screen. You are not allowed using STL such as stack,queue etc. and for graphics you can use Processing,WinBGIm,SFML,SDL.  Also …

Java GUI music player

Code already madeGUI neededuse JLayerPlay songsStop pause resume songsDisplay album with album image, playlists and songsGenerate UML diagram (Songs and album images are provided) Need to be according the marking scheme

Object Tracking

The following has to be done: The aim of this project is to make a program which will allow the user to take a picture of the desired object. The whole point is that the program will be constantly calculating the ratio of width to height of the object in …