+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

CSS-Html-Calendar

Modify the existing HTML code so that it uses an external CSS file instead of inline CSS.

Start by creating a file called calendar.css and use the <link> tag in the header of calendar.html to link it to that page.

Then create CSS rules in calendar.css based on the style attributes of the HTML elements in calendar.html. Group the rules together based on elements class attributes and/or HTML element types, keeping the exact same styling rules.

When you are finished putting the CSS rules in calendar.css, delete the style attributes for all HTML elements in calendar.html and it should look the same.

Computer Networks Assignment 1

General instructions

This tutor-marked assignment (TMA) should be done after you have completed your study of Unit 1 and Unit 2. Your assignment must be written in MS-WORD or HTML format and, in either case, it must begin with a cover page containing the course number and title, assignment number, your name and your student id, as well as the time you spent on the assignment. The file containing the cover page must be named TMA1.doc or TMA1.htm. If you have more than one file for the assignment, those files and all other files should be accessible through the file containing the cover page, either directly or indirectly through hyperlinks.

Organization of your assignment files
You need to create a root directory or folder named comp347 somewhere on the file system of your computer, and keep all your work related to the course under that directory; for this assignment you need to create a subdirectory or subfolder named tma1 and put all the necessary files for the assig

Array Searches and Sorts

Submit    the    zipped    Eclipse    project including    at    least    Project1.java,    Country.java and   
Countries1.csv.        The    zip    file    should    be    named    <your    last    name>_Project1.zip (for    example,   
Liu_Project1.zip).        The    Countries1.csv    file    contains    information    about    all    155 countries    (and   
regions) in    the    world.        We    shall  &nb

IFSM Research paper

A complete description of the research paper requirements can be seen by clicking on the "Research Paper" in the Assignments tab on the top blue navigation bar. You will download the attached requirements file. The second file ("Using the References tool...") provides additional help on including citations and references in your paper. However, there is a great list of resources found under the Content/Course Resources/Writing Resources link in this classroom. Of particular note is the file titled "APA Requirements for IFSM Courses." There are also citation examples, a sample paper. and help with grammar, etc.

Excel project 3

Instructions

This final project puts together the functions you used in preceding projects and has you present the data in a PowerPoint presentation. So you will be completing both an Excel spreadsheet and a separate PowerPoint presentation for submission. Please make sure to look at the attached files that contain all the information, and further instructions for this project

malware forensics

I need the lab 2 word document completed by july 11th 8pm eastern time. there is a small disucssion question , I need done by next week too. but for now just the word document. I will send you and attach the additional files need to finish the lab 2 document.

paython Program I

Program I
Due Monday, 29 June 2020, 11:59 PM
Time remaining: 3 days 9 hours
Please choose one of the two programs below.

The program should do the following:

1. football.py: Ask the user to enter two team names. Then, ask the user to enter in the number of touchdowns (6 points), the number of extra points (1 point), and the number of field goals (3 points) (you can ask for safeties if you wish) for each team. Print out the final score of the game. For example, if the user enters Panthers and Warriors with the Panthers having 3 touchdowns, 3 extra points, and 2 field goals, and the Warriors score 2 touchdowns, 1 extra point, and 1 field goal, the program should print:

Panthers 27 - Warriors 16

2. restaurant.py: Ask the user for his/her name. Ask the user for the number of hamburgers ($3.50), cheeseburgers ($4.50), fries ($1.50), and drinks ($1.25) he/she would like. Print out the itemized receipt and the total. For example, if the user's name is Suz

Community College CS 1 project revisions JAVA

Assignment is already completed mostly-- only the revision comments need to be addressed. The attached zip file, which needs to be unzipped, contains many files. Only the GuessingGame.java needs to be worked on. The attached txt file has the latest version of the assignment, which you'll need to use to replace all the old code in GuessingGame.java to work on. I will attach images of all the instructions involved, but please know that most of the assignment has been done, only the revisions scattered throughout the code will be need to be worked on. Please email me for further questions/complications.

Community College CS 1 project revisions JAVA

Already completed project with revision comments scattered throughout the code by professor. All that needs to be done is the revisions the way he wants them to be done. I have attached all instructions relevant to the assignment, but the majority of the work is completed. Only thing to do is the changes he asks for within the code.

The Ass4p2 zip file contains all relevant things, which needs to be unzipped. The GuessingGame.java is the only thing that needs to be worked on. The second txt file I attached is the latest version of the code, which you'll need to copy paste into the GuessingGame.java to replace the old version. You do not need to touch the JavaDoc comments that have our names, but please summarize the way the methods interact to fulfill the project instructions in a short 6-10 line paragraph within the JavaDoc. I have already started it, but my teacher says it is insufficient.
PS: The main method is at the bottom and is separated by another JavaDoc header wit

Add some Java code

I put together a very simple base program on code.org, I just need some code added to meet the task criteria - essentially an Action Listener and some algorithm such as:

if button-x is clicked followed immediately by button-y then directed to page which says "correct", else gets sent to a page that says "incorrect".

Is that something you can do ? It is fairly simple. I just do not know how to do it.