icon

UseTopicwritingscode to get 5% OFF on your first order!

Archive for the ‘Computer science and IT assignments’ Category

class Exercise 01

ProblemWrite Java class for a Tree class. This class must have methods to default constructorset and get the type (coniferous, deciduous, dead)set and get the variety (for example apple, maple, etc.)set and get the ageset and get the heightset and get the valuetoString method that returns all of the tree information as a stringRemember you […]

unit converter using c language

Design and write a C language program that can be used as a unit converterapplication. Your unit converter should contain at least four unit categories,for example: length, mass, temperature, and time.The program should display the main menu that contains unit categories that areavailable, and the user will be prompted to select a unit category first. […]

System Design and Implementation

Bank System (Java) Design a very basic system for a local bank to keep track of its employees, customers, and accounts. The system has users who are either employees or customers. The bank offers three types of accounts: checking, savings, and CD. A customer can have multiple accounts of each type. Inheritance is an important […]

java program

Exercise 1A) Write a class called SportsCar containing the two instance variables maxSpeed and horsepowerof type int. Both these instance variables must, in any SportsCar object hold values that are greater than certain pre-specified values; otherwise, they do not qualify as proper SportsCarobjects. In our case, the minimum value for maxSpeed is 200 km/hour, and […]

Data Modeling (Oracle SQL Developer)

This assignment is part 2 of a project.  Part one is what is uploaded now.  There is a Word document with some revisions that need to be made to the project prior to starting the assignment instructions, so please implement the corrections first.  Otherwise follow the PDF file for instructions as they are to build […]

Web Crawler

Need to design a web crawler using C language, the specifications for this assignment is in that project 1 web crawler pdf. There’s two additional documents for starting tips. My tutor said the sort of http libraries that you shouldn’t use are  libcurl.  (as an exception, you can use the  HTML  parser  htmltidy.c from libcurl.) […]

Java Assignment

Please dont use hashmaps for the data structure No scene builder or java fxml, ONLY JavaFX should be used for the GUI components for adding customer and viewing seats and displaying empty seats. Please have Name validations to prevent the entering of numbers, special characters, spaces and trailing spaces. The two locations of travel are […]

Python Project

Find the count of words in ‘Functionality’ column of the attached spreadsheet. Write a python program to find count of words and frequency of words (tf-idf) across the words. The output file must be in excel format showing: a. top 100 words  and counts of those words by organization name and owner. b.  top 100 […]

Pickleball Tournament

(60 points) Two SHSU Pickleball teams, one is a faculty team and the other one is a student team, organized their very first tournament. Each player played against an opponent from another school. Write a program that prompts the user to enter pickleball tournament game results. The scores should be saved in two different arrays, […]

JAVA Assignment

4 tasks given in the Assignment text file. Change the getValidMoves method to have return type List<Integer> instead of int[]. Change the Board class to implement the Cloneable interface. The clone method must returna deep copy. Add a new player action Action.RESET that allows a player to reset the game to the initialstate. Add a […]

Powered by WordPress | Designed by: Premium WordPress Themes | Thanks to Themes Gallery, Bromoney and Wordpress Themes