+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

Pokemon abilities

Write a command-line app, ability_list.py, that takes a single argument that is the name of a pokemon.  It then uses the request library and pokeapi.co to query the pokemon and ability functions.  It will print out each ability of the supplied pokemon, and then the name of that ability in as many other languages as provided by the API. 

Part of the assignment will be digging around the API documentation to find the data you need.  Your program should work on ANY legal Pokemon name.

code to check the probability of error on an election

I'm Brazilian, so I've translated myself the assignment file, so if there's any mistake or anything that's confusing please let me know. The code should be written in C. The function names should be kept  in Portuguese.n Also, it would be better if the code came with a commented explanation of how it works.

programming C language university assignment/project

Demonstrate the understanding of structures and arrays of structures, and  extensive use of functions; (C-Language)
Demonstrate clear and elegant programming style.
Get rid of all error messages.
The output produced must be EXACTLY the same for every spaces and words.
The solution should be saved as myass2.c
I have attached a copy of the assignment handbook and txt files for the assignment, and also a sample solution of how the solution should be roughly outlined (the example answer to the previous assignment).
the files that should be loaded and run is the lights0.tsv, lights1.tsv and lights2.tsv, the output produced of those 3 files are lights0-out.txt, lights1-out.txt and lights2-out.txt respectively. This will be provided in the attachments.

MARKING RUBRIC

Some subset of the following lines will be retained by the marker.
Stages 1 to 4 initial allocation, +5;

Deductions
Some subset of the following lines will be retained by the mark

Homework in Java

Write in Java

Part A: Update the java file names to include your initials at the end, send .java file only.
1. Write in-place heapSort, which takes an array of data, convert it to max heap using bottom-up
algorithm. The expected run time should be O(n), where n is the total number of data.
BubbleDown method is provided. You may test it in this Sort.
2. Write complete code for a MinHeapPriorityQueue method removeThirdMin that efficiently
removes and returns the third minimum element from the data structure. It shouldnt have
more than 3 comparisons to find the third minimum element. Your solution can make use of
the methods bubbleUp, bubbleDown and swapData but must not apply the constructor or
either of the methods add/enqueue and removeMin/dequeue.
For example, if the array contains the following elements:
1, 2, 3, 4, 5, 6, 7
It should be changed by removeThirdMin to
1, 2, 6, 4, 5, 7
Extra Credit: Modify quickSort method, to use insertionSo

IT Assignment (Cloud Networks)

- Create a unique physical solution for a multi-building campus
- You should use Microsoft Visio to draw the physical network design

You should use Microsoft Word to provide an, explanation
1. One-page explanation of the physical layout
2. One page discussing switching
3. One page discussing a topic that you would like to include to highlight some aspect of the design.

More instructions are on the Attached File

IT Assignment (Cloud Networks)

- Create a unique physical solution for a multi-building campus
- You should use Microsoft Visio to draw the physical network design

You should use Microsoft Word to provide an, explanation
1. One-page explanation of the physical layout
2. One page discussing switching
3. One page discussing a topic that you would like to include to highlight some aspect of the design.

More instructions are on the Attached File

IT Assignment (Cloud Networks)

- Create a unique physical solution for a multi-building campus
- You should use Microsoft Visio to draw the physical network design

You should use Microsoft Word to provide an, explanation
1. One-page explanation of the physical layout
2. One page discussing switching
3. One page discussing a topic that you would like to include to highlight some aspect of the design.

More instructions are on the Attached File

IT Assignment (Cloud Networks)

- Create a unique physical solution for a multi-building campus
- You should use Microsoft Visio to draw the physical network design

You should use Microsoft Word to provide an, explanation
1. One-page explanation of the physical layout
2. One page discussing switching
3. One page discussing a topic that you would like to include to highlight some aspect of the design.

More instructions are on the Attached File

Operating systems principles test

It is an online test. I will give u account and password. Test will be taken from 1:45 to 3:15 pm on May 18. It is all about memory management of operating system. The attachment includes some examples of the test. Don't use any resource from internet such as chegg.

Python project

Im copying the description,


Introduction
The game of Yacht (also known as Yot, and commercially marketed as
Yahtzee) is a game played with 5 dice. It is quite similar to the poker dice
program that is presented in the textbook, but with a more sophisticated
scoring system that makes it much more interesting to play. You can read
about the game in excruciating detail in this wikipedia entry: Yahtzee.
Our game will implement the "classic rules" that ignore things like yacht
bonuses and jokers. In my opinion, this actually makes it a more strategic,
skill-oriented game that is quite fun to play.

Rules
The game is played with 5 dice and proceeds in a series of 13 rounds. In
each round, the player starts by rolling all 5 dice. The player can then
choose some dice to re-roll up to a total of 3 rolls. In this respect, it is
exactly like the dice poker in Chapter 12.
After any roll (1, 2 or 3) the player can choose to score the dice, whi