I have to make a Visualization in Tableau for the sports dataset. Req built 5-8 visualizations using the dataset. Try to incorporate parameters, filters, dual axis, sets, or some other advanced techniques. I will provide you the data set, as file link https://www.raed.net/file?id=848947 dataset is big, Visualization should be about most of the years. I Have to present the final Dashboard.
Category: Programming
-
Title: “Creating a Responsive User Interface with Mouse Rollover Effect Using Client-Side Scripting” Client-side technology: JavaScript JavaScript would be the best choice for creating this webpage because it is a widely used client-side scripting language that
You are developing a webpage for your employer, and you will need to develop a client-side script. For this responsive user interface, you will need to use a mouse rollover effect so that when the user moves the mouse over an image, a message will appear. When the user moves their mouse out of the image frame, the message disappears.
What client-side technology do you think would be best to use in creating this webpage, and why? -
Title: Calculating Average Scores in Python Flowchart: Start | V Input English score | V Input Math score | V Input Social Studies score | V Calculate average score = (English score + Math score
Write a flowchart (Visio) and pseudocode that displays the average using the English, Math, and Social Studies scores as input. Create a Flowchart in Visio and Pseudo code in Text. The code is using python. I provided a example outline of how the visio flowchart should look.
-
Understanding the Transport Layer and TCP Communication in the TCP/IP Model
Which of the following statements best describes the transport layer of the TCP/IP hierarchical model?
Question 11 Choose one:.
(1) The main roles of the transport layer communication protocols are IP address management and routing.
(2) The main role of transport layer communication protocols is to control the standards of wired LANs and the hardware standards that comprise them.
(3) The main role of transport layer communication protocols is to determine and implement data transfer methods.
(4) The main role of transport layer communication protocols is to convert the data of a communication application into a data format that a computer can understand.
Which of the following statements best describes TCP and communication using TCP?
Question 21 Choose one:.
(1) It is a communication protocol that leaves data in packet units and does not perform error checking.
(2) Communication using TCP is connection-based communication.
(3) Communication using TCP is connectionless communication.
(4) TCP is used for communications that require real-time transmission of information, such as IP telephony and Internet video relay.
Which of the following statements best describes the TCP header?
Question 31 Choose one:.
(1) [1] Sender port number (16 bits), [2] Receiver port number (16 bits), [3] Sequence number (32 bits), [4] Acknowledgement number (32 bits), [5] Data offset (4 bits), [6] Reserved (6 bits), [7] Control flag (6 bits), [8] Window size (16 bits), [9] checksum (16 bits), [10] emergency pointer (16 bits), [11] options and [12] padding are written.
(2) The checksum is used as a means of communicating the communication status to the communicating party.
(3) Only the sending port number (16 bits), receiving port number (16 bits), length (16 bits) and checksum (16 bits) are written.
(4) The sequence number is used as data to identify which communication application created the data at the sending application layer.
Which of the following statements best describes the port number?
Question 41 Choose one:.
(1) The port number used by the client, reserved in the range 0 to 1023, is called the well-known port and is assigned to the communication application.
(2) The port number used by HTTP is 80.
(3) The port number used for SMTP is 110.
(4) The port number used by the communication application for the server is the same as the port number used by the communication application for the client.
Which of the following statements best describes the procedures for communication by TCP?
Question 51 Choose one:.
(1) The amount of data a receiver can receive at one time is called the segment size.
(2) The checksum of the TCP header is used as a means of communicating the communication status to the communication partner.
(3) The control flag SYN is used to establish a connection and Fin is used to terminate a connection, but these requests are always confirmed by the ACK flag, which is an acknowledgement.
(4) A number is written in the acknowledgement number of the TCP header to indicate where the split received data was located in the transmitted data so that it can be recovered by the receiving side. -
“LED Counter Program in PLP Assembly”
The Task:
Write a program in PLP assembly that counts up by one starting from zero (or one) inside a loop and writes this
value to the LEDs every time the value is increased. The memory address of the LEDs is 0xf0200000. check the attached pdf to get the whole idea -
“Creating a Macro to Manipulate 32-Bit Memory Operands in Assembly Language”
Write a macro named mDWORD that receives one 32-bit memory operand.
The feedback is:
You don′t call the macro.
There is not a zero to end the strings.
The LOCAL directive is for labels.
The code is in the pdf i can’t submit the asm file amd it’s assembly language.
I don’t think the code needs that much changement. (Please i neeed it fix asap and thank you). -
“Identifying Violations in an Informal Website: A Group Project Review”
This is a group project of which several team members have already completed their part. I would only need you to complete the remaining 5 spaces.
The 5 informal website reviews must be violations that this one presents, since the part of my project requires that I find it. -
Title: The Evolution of Programming Languages: A Brief History Article Link: https://www.computerhope.com/history/programming-languages.htm Summary: This article provides a comprehensive overview of the history of programming languages, starting from the early days
Find an article online about the history of programming languages.
Provide the link to the online resource.
Post a summary of the article and why or why not you think this history is important today. -
Vector Creation and Manipulation with Country Class #include
#include #include #include “country.h” using namespace std; //Function prototypes void printCountries(vector countries); void addCountry(vector & This assignment builds on what was created in the previous assignment and uses the created class as a subject for
vector creation and manipulation.
If you completed the previous assignment correctly you can use your copy of the class files. If you have not or have
doubts, my copy of the country.h and country.cpp files will be available together with this description so you can
download them and use them as the basis of your solution.
Together with this description you will find two text files: countries.txt and countries2.txt. These are your data files.
Download these and keep them in the same folder as you work; your driver program will need access to them.
Also, you will find a video (sample-run.wmv) which demonstrates the operation of the application. -
“Organizing and Finalizing a Shopping System: Ensuring Requirements and Functionality”
i have a shopping system I did 80% of the work i need someone to organize it for me and make sure all the requerment is there. i need someone who knows php, html, css and javascript