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 […]
Archive for the ‘Computer science and IT assignments’ Category
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 […]
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 call all these places countries for our projects. The program should […]
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 […]
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 […]
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 IDue Monday, 29 June 2020, 11:59 PMTime remaining: 3 days 9 hoursPlease 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 […]
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 […]
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 […]
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”. […]