+1(316)4441378

+44-141-628-6690


Warning: Use of undefined constant woothemes - assumed 'woothemes' (this will throw an Error in a future version of PHP) in /home/admin/web/qualityessayresearch.com/public_html/wp-content/themes/cushy/archive.php on line 47
Archive for the ‘Computer science and IT assignments’
Warning: Use of undefined constant woothemes - assumed 'woothemes' (this will throw an Error in a future version of PHP) in /home/admin/web/qualityessayresearch.com/public_html/wp-content/themes/cushy/archive.php on line 47
Category

Object Oriented Programming


You are to build a windows forms application project. This project deals with keeping track of the different budgets a company allocates to each department. As well as keeping track of all the expenses make of a given budget.

You are going to build 3 classes.
1. Base class Budget
2. Child class HomeBudget
3. Child class BusinessBudget
4. in Form1 you would need a listview and a listbox. The listview is used to display all the budgets
5. the listbox is to display all the expenses of the selected budget from the listview

Building the project
1.    Create the project. Set up the Form1_Design to have a Listview, a listbox
2.    Define a class Budget. This class should have
a.    Private fields: _balance (this is the amount of money available or left in the budget
                        to be spent)
         

Web & Database Design

Everything else is in the documents.

Project Summary
Description
Your web application project for the Semester is to design and develop a task/chore roster system for shared spaces that allows managers to set tasks, notifies users of their tasks, and allows users to mark tasks as complete.

Upon loading the system should display
Current tasks that need to be done today
The user who is assigned that task
Users should be able to sign up and log in so they can
View their scheduled tasks
Manage their profile/user information
Manage their availability
Manage the types of tasks they can/want to do.
Managers should be able to sign up and log in to:
Manage their profile/manager information
Create and manage different tasks.
Group tasks.
Assign tasks or groups of tasks to users.
Users/managers should be able to choose to link a social media/email/other account, allowing login via that platform, to make logging in easier.
One of the fo

Schnel Rose







Question 1

You are employed to a software firm and is assigned to work on coding of the menu section of a library software. Create a structure containing book information such as accession number, name of author, book title and ensure that the software has the capability to flag to determine whether a book was issued or not to a member of the library.
You are therefore required to create a menu in which the following are critical to its functionalities.
    Display book information
    Add a new book
    Display all the books in the library of a particular author
    Display the number of books of a particular title
    Display the total number of books in the library
    Issue a book
N.B. (If we issue a book, then its number gets decreased by 1 and if we add a book, its number gets increased by 1)
     &nbs

Haskell expert needed for assistance in Examen, Real time

I need a Haskell exper that can help me with an exam tomorrow at

11.00 Paris Time https://www.timeanddate.com/worldclock/france/paris

You should be familiar with lambda calculus, infering the most general type of simple haskell programs (Milner algorithm). As well as being able to code well (using high level functions and all the implicit data types haskell have.

If you accept i will give you some excercises so you can test your skill and see if we are a good match.

Desired price is a place holder

Alice Programming Assignment 5

(Use Alice Software)

A common exercise is teaching someone a new language is to show the person familiar objects and ask for the word for that object.  In this exercise, you are to write a simple vocabulary builder to help someone learn the Spanish word for cat.  The scene shows a cat sitting on the grass and three Spanish words (3D text) displayed in front of the cat.  The user is expected to click on the correct Spanish word for cat.  A click on any other object will not work and causes the cat to shake his head "left to right", "right to left"  indicating that the choice was incorrect).  If the user clicks on "gato" the cat will say "Si Si" with no head shaking. 

Write a function (isGato) that returns true if the word (a 3D text object) selected is "gato" and false otherwise.  Add a congratulation billboard after the correct word is chosen.  Change the opacity of the false word so that it is no longer visible.

Alice Programming Assignment 4

(Please use Alice software)

Create a method that performs an animation appropriate for the ride object selected.(found in attachment)

  Then create a way to start and stop the ride using the "While something is true "EVENT"  (do not use a while statement). Use an object other than the spacebar to stop/start the ride.

Create instructions to inform the user how to start and stop your ride object.  Include comments for each major instruction in your program.

Hints:

The animation for the ride object must not have any loops on its implementation.
The loop action is performed by the "While something is true" EVENT.
There should be only ONE "When the mouse is clicked on something" event or "When a key is typed" event.
There should be at least one method called
The user has to have the ability to start/stop the ride as many times as she/he desires.
Think about a switch: when it is on, the ride starts; and when it is off, it stops

Alice Programming Assignment 3

(Make sure to have Alice software)

The scene below shows a world with 6 people that speak different languages and are standing around a globe.

https://www.youtube.com/watch?v=dwpRJwxXDpI&feature=emb_title

These languages could include English, Turkish, Spanish, French, Irish and Italian. You can use other languages if you choose. Create an animation where any 2 people in the scene move closer to the globe as they say hello in their own language. Then they should turn around the globe a half revolution (review as seen by method).

Each person should then change his/her position to where the other person was standing. Your code should use just one method named greeting. This method will have 4 parameters, 2 for the people, and 2 for the foreign words.

In my First Method, you should call the greeting method 3 times.

These languages could include English, Turkish, Spanish, French, Irish and Italian. You can use other languages if you choose. Cr

Alice Programming Assignment 2

(Please have Alice software)

The Tortoise and the Hare

We all know the story about The Tortoise and the Hare. For this project we will use the Tortoise and Hare story line. 

In our story, the bunny was confident that he would win the race, so he did not work hard and lost the race. The bunny solicited the hare to find out why the bunny lost the race. The hare shared his experience with the bunny, now the  bunny knows he needs to train harder to win the race.  In our story the bunny will win the race.

Use the initial scene in the  Attached File section.

Write a program to make the bunny hop over the two obstacles, then hop on top of  the third position of the trophy podium, and finally he hops on the first place podium. Turn the bunny's feet backward and forward to make it look like a hop. Use the height and distance functions to guide the upward and forward movements, respectively. During the upward and forward movement the b

Alice Programming Assignment

(Please Have Alice software)

Zeus Modification

Recreate the Zeus world.  In this world, a philosopher has been zapped by lightning and is scorched to show he has met a tragic ending.  However, the philosopher is still in the scene and the user can zap him again. 

Revise the program to allow the user to zap each philosopher.  Make each zapped philosopher fall down below the ground, where he can't be mouse-clicked again.

Include comments for each major instruction in your program.

-Download the initial scene for the project
-Create the methods and events
-Once you have it ready, then perform the modifications  in this project
-Each philosopher that is zapped should fall below the ground where he can't be zapped again
-The Lightning Bolt should not be seen as it returns to the cloud
-The sound should play

Java-Processing-Search and Sort

Write the code for the following methods:
Selection sort is to repetitively pick up the smallest element and put it into the right position:
Find the smallest element, and put it to the first position.
Find the next smallest element, and put it to the second position.
Repeat until all elements are in the right positions.

Insertion sort maintains a sorted sub-array, and repetitively inserts new elements into it. The process is as following:
Take the first element as a sorted sub-array.
Insert the second element into the sorted sub-array (shift elements if needed).
Insert the third element into the sorted sub-array.
Repeat until all elements are inserted.

Bubble sort repetitively compares adjacent pairs of elements and swaps if necessary.
Scan the array, swapping adjacent pair of elements if they are not in relative order. This bubbles up the largest element to the end.
Scan the array again, bubbling up the second largest element.