One of the earliest computer networks was the ARPANET, developed in the early 1960s. The purpose of this network was to:

Answers

Answer 1

Answer:

The Advanced Research Projects Agency (ARPA), an arm of the U.S. Defense Department, funded the development of the Advanced Research Projects Agency Network (ARPANET) in the late 1960s. Its initial purpose was to link computers at Pentagon-funded research institutions over telephone lines.

Answer 2

Answer:

Advanced Research Projects Agency Network

The Advanced Research Projects Agency (ARPA), an arm of the U.S. Defense Department, funded the development of the Advanced Research Projects Agency Network (ARPANET) in the late 1960s. Its initial purpose was to link computers at Pentagon-funded research institutions over telephone lines.

Explanation:

-Hope this Helps

PLS MARK ME BRAINLIEST


Related Questions

1. 8 LAB - Create index and explain (Sakila)

Refer to the table of the Sakila database. This lab loads with 100 rows from Sakila. Consequently, generates too many characters to display in the zyLab environment. However, statements with less output, such as , execute successfully. FilmfilmSELECT * FROM film;SELECT title FROM film;

This lab illustrates the use of indexes and EXPLAIN to optimize query performance. Refer to EXPLAIN documentation for information about EXPLAIN result columns.

Write and run seven SQL statements:

Explain the query. SELECT * FROM film WHERE title = 'ALONE TRIP';

In the EXPLAIN result, column key is null, indicating no index is available for the query. Column rows is 100, indicating all rows are read. The query executes a table scan and is slow.

Create an index on the column. Idx_titletitle

Explain the query of step 1 again.

In the EXPLAIN result, column key has value idx_title, indicating the query uses the index on title. Column rows is 1, indicating only one table row is read. The query is fast.

Explain the query. SELECT * FROM film WHERE title > 'ALONE TRIP';

In the EXPLAIN result, column key is null, indicating the query does not use the idx_title index. Column rows is 100, indicating all rows are read. Since the query has > in the WHERE clause rather than =, the query executes a table scan and is slow.

Explain the query SELECT rating, count(*) FROM film GROUP BY rating;

In the EXPLAIN result, column key is null, indicating no index is available for the query. Column rows is 100, indicating all rows are read. The query executes a table scan and is slow.

Create an index on the column. Idx_ratingrating

Explain the query of step 5 again.

In the EXPLAIN result, column key has value idx_rating, indicating the query reads rating values from the index. The query uses an index scan, which is faster than a table scan (step 5).

For submit-mode testing, all seven statements must appear in Main. Sql in the correct order.

NOTE: In submit-mode tests that generate multiple result tables, the results are merged. Although the tests run correctly, the results appear in one table

Answers

Below is the given SQL statements a person  can use: For one to Explain the query: the  sql will be:

SELECT  *  FROM film WHERE title  =  'ALONE TRIP';

What is the index about?

For one to  make an index on the area of the title column, the sql will be

CREATE INDEX Idx_title ON film (title);

For one to be able to explain the query that is in the step 1, one need to use the  sql of

EXPLAIN SELECT *  FROM film WHERE title = 'ALONE TRIP';

In regards to the submit-mode testing, note that all seven statements needs to show in the Main.sql and also in the correct order. That is in submit-mode tests that brings about the multiple result tables, the results are said to be merged into a single table.

Learn more about index from

https://brainly.com/question/4692093

#SPJ4

Define computer system?​

Answers

Answer:

A computer system is a "complete" computer that includes the hardware, operating system (main software), and peripheral equipment needed and used for "full" operation. This term may also refer to a group of computers that are linked and function together, such as a computer network or computer cluster.

An elevated master stream device mounted at the tip of an aerial ladder is a __________.

Answers

An elevated master stream device mounted at the tip of an aerial ladder is a ladder pipe.

What is an elevated master stream device?

Master streams are a useful weapon for fighting and putting out fires, particularly in defensive circumstances or when a safe distance must be maintained while pumping a lot of water.

Master streams, such as those attached to a truck or aerial equipment, have a capacity of 500 to 2,500 gpm at 100 psi. With a 100-psi nozzle, the water is moving at a rate of around 120 feet per second, or 80 miles per hour.

In attempts to put out fires or remove potential dangers like chimneys, we have witnessed the impact of using a master stream to push or knock over structures like walls or chimneys. Water pressure may be quite damaging.

To learn more about fire:

https://brainly.com/question/16499424

#SPJ4

Why are electric cars better than gas cars. If you have the time I prefer at least a paragraph. Thank you!

Answers

Electric cars are better then gas cars, as they don’t use gasoline as gasoline is highly toxic and flammable! But also when gasoline evaporates it pollutes the air. While electric cars, use electricity it’s a plus as it’s cheaper then cars that run on gas. Also as more people use electric cars the oil company shall shrink which is pro for the world, including climate change and more!

Research has shown that electric cars are better for the environment. They emit less greenhouse gases and air pollutants over their life than a petrol or diesel car. This is even after the production of the vehicle and the generation of the electricity required to fuel them is considered.

Choose the term that best completes each sentence.
______ is (are) the insights customers share about their experience with a product or service. It can be
compiled, and trends identified through the use of ______



Answer is customer feedback, analytics

Answers

Answer:

First is customer feedback, second is analytics

Explanation:

1. feedback 2. analytics

A.What is the maximum core diameter for a fiber if it is to operate in single mode at a wavelength of 1550nm if the NA is 0.12?
B.A certain fiber has an Attenuation of 1.5dB/Km at 1300nm.if 0.5mW of Optical power is initially launched into the fiber, what is the power level in microwatts after 8km?

Answers

The maximum core diameter for the fiber to operate in single mode at a wavelength of 1550nm with an NA of 0.12 is approximately 0.0001548387.

To determine the maximum core diameter for a fiber operating in single mode at a wavelength of 1550nm with a given Numerical Aperture (NA), we can use the following formula:

Maximum Core Diameter = (2 * NA) / (wavelength)

Given:

Wavelength (λ) = 1550nm

Numerical Aperture (NA) = 0.12

Plugging these values into the formula, we get:

Maximum Core Diameter = (2 * 0.12) / 1550

Calculating the result:

Maximum Core Diameter = 0.24 / 1550

≈ 0.0001548387

Know more about Numerical Aperture here:

https://brainly.com/question/30389395

#SPJ11

what does an application layer protocol specify type of message exchange, message syntax, what field in message and how field are delineated and message semantics

Answers

An application layer protocol specifies the type of message exchange, message syntax, what field is in a message, how fields are delineated, and message semantics.

These protocols are utilized to communicate between various application programs or services operating on different machines or servers. An application protocol functions at a higher layer of the communication model than a transport protocol.The application layer provides interfaces for programs to access network resources and services. The layer also determines the type of communication that is required between applications. A protocol is a set of rules that governs the transfer of data over the internet.

In general, application-layer protocols are utilized for the following purposes: file transfers, email, and network news, remote login, and terminal emulation.Therefore, the answer is that an application layer protocol specifies the type of message exchange, message syntax, what field is in a message, how fields are delineated, and message semantics. An application protocol functions at a higher layer of the communication model than a transport protocol. The application layer provides interfaces for programs to access network resources and services. The layer also determines the type of communication that is required between applications.

To know more about message visit:

https://brainly.com/question/30208327

#SPJ11

Python String Functions: Create a new Python Program called StringPractice. Prompt the user to input their name, then complete the following:
Length
• Print: “The length of your name is: [insert length here]”
Equals
• Test to see if the user typed in your name. If so, print an appropriate message

Really appreciate the help.

Answers

#Swap this value by your name. Mine is Hamza :)

my_name = "Hamza"

#Get input from user.

inp = input("What's your name?: ")

#Print the length of his/her name.

print("The length of your name is",len(inp),"characters.")

#Check if the input matches with my name?

#Using lower() method due to the case insensitive. Much important!!

if(inp.lower()==my_name.lower()):

   print("My name is",my_name,"too! Nice to meet you then.")

A new printer has been added in your office and connected to a WAP for use by all users in the company.Which of the following best describes the method of connectivity for the new printer?Enable user authentication on the printer shareWireless infrastructure modeDownload and install Bonjour Print Services

Answers

The new printer that has been added to your office and connected to a WAP for use by all users in the company is connected through wireless infrastructure mode. This is the best method of connectivity for the new printer.

A printer is an output device that prints images or text on paper. A printer is connected to a computer and works by receiving data from the computer and then transforming it into a printed image or text on paper. The most commonly used types of printers are inkjet and laser printers.Wireless infrastructure mode is a networking mode in which wireless devices connect to a wired network using a wireless access point (WAP). In wireless infrastructure mode, a WAP is used to broadcast wireless signals that allow wireless devices to connect to the wired network. Wireless infrastructure mode is commonly used in businesses, schools, and other organizations to provide wireless connectivity to users.WAP stands for Wireless Access Point. A wireless access point (WAP) is a networking device that enables Wi-Fi devices to connect to a wired network. Wireless access points are usually connected to a wired router, switch, or hub in a wired network infrastructure. The WAP wirelessly extends the network's range, allowing wireless clients to connect to the network via Wi-Fi.A WAP connects to an Ethernet switch and broadcasts wireless network signals to nearby devices, allowing them to connect to the network without the need for a wired connection. The WAP allows users to connect to the internet without having to run cables, making it ideal for mobile devices like smartphones, tablets, and laptops.

Learn more about wireless access point here: https://brainly.com/question/30000682

#SPJ11

an installation that does not require a technician to respond to prompts by the setup program

Answers

Answer:

unattended installation

Explanation:

What symbol should you look for to determine who owns the intellectual property of a website? the logo the web address the domain suffix the copyright symbol.

Answers

Answer:

the answer is d

Explanation:

took the test

Answer:

d

Explanation:

edge2023

The use of microfilm and microfiche provides all of the following advantages EXCEPT ____.
a. they are inexpensive
b. they have the longest life of any storage media
c. they can be read without a reader
d. they greatly reduce the amount of paper firms must handle

Answers

The use of microfilm and microfiche provides all of the following advantages except, "they can be read without a reader" (c). Microfilm and microfiche require specialized readers or machines to be able to view the information stored on them. Therefore, they cannot be read without the necessary equipment.

Microfilm and microfiche are commonly used for long-term storage of information as they have a longer lifespan compared to other storage media. They are also cost-effective and reduce the amount of physical storage space needed, as they can store large amounts of information in a compact format. Additionally, they help reduce the amount of paper firms must handle, which is beneficial for organizations looking to minimize their environmental impact.

In conclusion, while microfilm and microfiche offer numerous benefits, they cannot be read without a specialized reader or machine, making option C the correct answer to the question.

Learn more about microfilm & microfiche: https://brainly.com/question/30908655

#SPJ11

Which reclusive writer announced two new novels to be published this fall, ending a 16-year hiatus?.

Answers

Harper Lee is the reclusive writer who announced two new novels to be published this fall, ending a 16-year hiatus.Harper Lee is an American novelist known for her critically acclaimed and Pulitzer Prize-winning novel To Kill a Mockingbird (1960).

She was born on April 28, 1926, in Monroeville, Alabama, and she died on February 19, 2016. Lee, who was known for her private nature and reclusive lifestyle, announced in February 2015 that a second novel, Go Set a Watchman, would be published in July 2015. The novel is set in the same fictional town as To Kill a Mockingbird, but 20 years later. Another novel, The Mockingbird Next Door: Life with Harper Lee, was also published in 2015 by Marja Mills, a journalist who lived next door to Lee in Monroeville.

It is worth noting that Harper Lee did not announce two new novels to be published in the fall of 2021 or any other year after 2015.

To know more about Prize-winning visit:

brainly.com/question/31551611

#SPJ11

Calcule la carga que puede levantar un cabrestante si la manivela mide 40 cm y el El radio del molinete es una tercera parte de la manivela, si hacemos un fuerza en el mango de 250 N

Answers

Answer:

C

Explanation:

because...

Which Task Manager tab lists system services and other processes associated with applications, together with how much CPU time and memory the process uses?

Answers

The Task Manager tab that lists system services and other processes associated with applications, together with how much CPU time and memory the process uses, is the "Processes" tab.

The Task Manager is a system utility in Windows that provides information about the processes, performance, and resource usage on a computer.

It allows users to monitor the running processes, CPU usage, memory usage, disk activity, and network activity.

The Task Manager consists of several tabs that display different types of information.

The "Processes" tab specifically lists the active processes on the system, including system services and processes associated with applications.

For each process, the "Processes" tab displays information such as the process name, process ID (PID), CPU usage, memory usage, and other details.

By monitoring the processes in the "Processes" tab, users can identify resource-intensive processes, troubleshoot performance issues, and terminate or manage processes as needed.

Therefore, the correct answer is: The "Processes" tab in the Task Manager lists system services and other processes associated with applications, together with information about how much CPU time and memory the process is using.

Learn more about "Processes" tab:

https://brainly.com/question/31925274

#SPJ11

If creating a many to many relationship in your database, what must you include to prevent the database from failing due to our resolved relationships?

A. Linking entity
B. Parent entity
C. Lookup entity
D. Child entity

Answers

Answer:

A. Linking entity

Explanation:

What is the difference between weak AI and strong AI?

Answers

Explanation:Strong AI has a complex algorithm that helps it act in different situations, while all the actions in weak AIs are pre-programmed by a human. Strong AI-powered machines have a mind of their own. They can process and make independent decisions, while weak AI-based machines can only simulate human behavior.

how do you play pokemon go

Answers

Download the app and make an account hope this helps!

Answer:

download the app then tap your screen for the rest of your life

(And I'm being serious)

which of the following is a benifit of googling yourself ?

Answers

Answer:

you are protecting yourself from identity theft

Question: Alex wants to identify the number of a policies he has soldof a specified type. Calculate this information as follows:
a. in cell K8 beginto enter a formula using the DCOUNTA function
b. Based on the headers and data in the client's table, and using structured references, count the number of values in the Policy type column that match the criteria in the range j5:j6
Excel Worksheet the CTC Casuality Insurance Managing Formulas Data and Tables project

Answers

To calculate the number of policies Alex has sold of a specified type, we can use the DCOUNTA function in Excel. Here's how you can do it step-by-step:

1. Start by entering the formula in cell K8.
2. In the formula, use the DCOUNTA function, which counts the number of non-empty cells in a column that meet specific criteria.
3. Based on the headers and data in the client's table, use structured references to specify the criteria for the count.
4. The criteria range is J5:J6, which means we will be looking for matches in the Policy type column

Let's break down the formula:
- DCOUNTA is the function we are using to count the values.
- Table1[#All] refers to the entire table where the data is located.

To know more about DCOUNTA visit:
https://brainly.com/question/33596251

#SPJ11

Drag each tile to the correct location. Identify whether people use personal blogs for each of the following purposes. Drag each phrase to the correct category. share experiences express creativity voice concerns work collaboratively True provide an online forum provide webmail False​

Answers

The phrases to the correct category are as follows:

The statement "sharing experiences express creativity voice concerns work collaboratively" is definitely true. The statement "provides an online forum provides webmail" is absolutely false.

What do you mean by a Personal blog?

A personal blog may be defined as a continuing online diary or commentary that may be written by an individual, rather than a corporation or organization.

According to the context of this question, the intention of making these personal blogs is to aware and inform people about their own life along with entertainment. They share experiences through the expression of creative voices collaboratively.

Therefore, the phrases in the correct category are well described above.

To learn more about blogs, refer to the link:

https://brainly.com/question/17737097

#SPJ1

What are the 3 P's of Storytelling? (select 3 answers)
Pantomime
Place
Predicament (Problem)
Percentage
People

Answers

I think it would be
People, place, and predicament
Those make the most sense

What does the term Gestalt mean? A. image B. graph C. big D. part E. whole

Answers

Answer:

Part E

Explanation:

an organized whole that is perceived as more than the sum of its parts.

Answer:

E. whole

Explanation:

i got it right

In cell F8, create a formula to divide the value in cell E8 by cell B5 using relative cell references.
Copy the function in cell F8 to the range F9:F12.
Look at cell F9, and then undo the action of copying the formula since it erroneously uses a relative cell reference.
Edit the Rate Per Period formula in cell F8 by making cell B5 an absolute reference. Copy the formula to the range F9:F12.

Answers

In Excel , to divide the value in cell E8 by cell B5 using relative cell references in cell F8, you can use the formula "=E8/B5".

How is this so?

To copy the formula from cell F8 to the range F9:F12, select cell F8, then drag the fill handle down to cover the desired range.

If cell F9 shows an erroneous result due to the relative cell reference, undo the action of copying the formula by pressing Ctrl+Z or using the undo button.

To edit the Rate Per Period formula in cell F8, make cell B5 an absolute reference by modifying the formula to "=E8/$B$5". Copy this modified formula to the range F9:F12.

Learn more about excel  at:

https://brainly.com/question/24749457

#SPJ4

What is elif? How does it work in python?

Answers

it is the condition used after the if condition. say you use the if condition and you need to add another outcome, instead of using the if condition again, you’d use elif and end it with the else command.

example:

if num == 10:
print (“correct”)

elif num > 10:
print (“too high”)

else:
print (”too low”)

hope this helps :]
Use the elif condition is used to include multiple conditional expressions after the if condition or between the if and else conditions

during a mail merge what item aer merged​

Answers

Answer: The mail merge process involves taking information from one document, known as the data source.

Explanation:

log(10×

\(log(10x4 \sqrt{10)} \)

How does Tan use a literary device to show her feelings about notfitting in?

Answers

To answer your question on how Tan uses a literary device to show her feelings about not fitting in:

Tan employs various literary devices, such as metaphor and imagery, to express her feelings of not fitting in. By using these devices, she creates vivid descriptions and comparisons that convey her emotions and experiences effectively to the reader.

Step 1: Tan uses metaphor to illustrate her sense of not belonging. For example, she may compare herself to a bird trapped in a cage, suggesting her feelings of confinement and inability to fully express herself in a specific environment.

Step 2: Tan also employs imagery to evoke her feelings. She might describe a scene where she is surrounded by people who seem to fit in effortlessly, while she stands out as an outsider. This imagery helps readers visualize her sense of isolation and discomfort in such situations.

By incorporating these literary devices in her writing, Tan effectively conveys her feelings of not fitting in and allows readers to empathize with her experiences.

To know more about metaphor visit:

https://brainly.com/question/27250460

#SPJ11

All of the following can provide source data except a. a scanning device at the grocery store b. a utility bill received in the mail c. a bar code reader d. software to process the source data​

Answers

Answer: A: a scanning device at the grocery store

Explanation:

Match the item on the left to the process or technique on the right to which it is most closely related. 1) baseline 2) traceable 3) librarian 4) revision A. chief programmer team B. user stories C. version control D. unit test E. requirements F. software configuration management G. agile development H. refactoring

Answers

The items on the left with the corresponding processes or techniques on the right are

1) Baseline - F. Software configuration management

2) Traceable - E. Requirements

3) Librarian - G. Agile development

4) Revision - C. Version control

Match the items on the left with the corresponding processes or techniques on the right: 1) baseline, 2) traceable, 3) librarian, 4) revision.

In the given matching exercise, the items on the left are related to different processes or techniques commonly used in software development. Here is the mapping of the items:

1) Baseline - C. Version control: Baseline refers to a specific version or snapshot of a software project that is considered stable and serves as a reference point for future changes.

2) Traceable - F. Software configuration management: Traceability is the ability to track and link software artifacts, such as requirements, design documents, and test cases, throughout the development lifecycle.

3) Librarian - F. Software configuration management: A librarian refers to a person or tool responsible for managing and organizing software artifacts and ensuring their proper storage, retrieval, and version control.

4) Revision - C. Version control: A revision represents a specific alteration or update made to a software artifact, typically tracked and managed through version control systems.

The provided options B, D, E, G, and H do not directly correspond to the given items.

The mapping for the given items is: 1) C, 2) F, 3) F, 4) C.

Learn more about items

brainly.com/question/31383285

#SPJ11

Can anyone help me answer this question?
An operating system is a system software that controls and manages computer hardware and software.
Is this correct?

Answers

I think it’s correct but I’m not completely sure!
Other Questions
what did curt lively discover when applying the red queen hypothesis to snail populations in new zealand? The sales data from the past two months of a frozen yogurt shop are approximately normal. The mean daily sales for the first month was $200 with a standard deviation of $30. On the 15th of the first month, the shop sold $245 of yogurt. The mean daily sales for the second month was $220 with a standard deviation of $50. On the 15th of the second month, the shop sold $270 of yogurt. Which month had a higher z-score for sales on the 15th, and what is the value of that z-score? a.) The second month, with a z-score of 1. b.) The second month, with a score of 1.67. c.) The first month, with a score of 0.9. d.) The first month, with a z-score of 1.5. Please help me understand how to evaluate the following in an easy explanation. A population of bacteria in culture increases according to the model P=300(2.7)^0.02t, where T is the number of hours and T=0 corresponds to 9:00 AM.a. Use this model to estimate the number of bacteria at 11 AM.b. Graph the function and name the p-intercept. Describe what the p-intercept represents and a reasonable domain and range for this situation. In the US some people believe controls necessary while others believe gun rights should not be restricted what is the effect of this division of options on law?A. Debate will encourage new laws B. New laws will pass easily C. Debate will slow new laws D. Rights cannot be restricted PLEASE 20 points !! The rainstorm swirls like an avalanche is an example of what type of figurative language? Which of the following leadership styles is high in both person and task orientation? a. Country club b. Theory X c. Impoverished d. Team. If the recombination fraction between A and B is 0.3 and between B and C is 0.2, what is the expected probability of a double crossover under no interference? 0.3 (10.2)+(10.3) 0.20.3 0.2(10.3) (10.2)0.3+0.2 which of the following angles are vertical pairs? select all that applies. ASAP please A train is moving with the velocity 10 m/s. It attains an acceleration of 4 m/s after 5 seconds. Find the distance covered by the train in that time. Edwin goes to a restaurant with some friends. Here are the meals they have 2 fish and chips at 9.25 each 1 chicken and chips at 9.50 1 roast lamb at 10.55 4 puddings at 4.55 each. Edwin pays for the meals with three 20 notes.How much change should Edwin get? a chemical bond formed when two atoms share four electrons is a bond; it is best described as . Effective managers tend to use morea.verbal channels.b.nonverbal channels.c.information-rich channels.d.written channels. How does the author create tension in the last two paragraphs of passage 2 which begin at the bottom page 4 and end on page 6 Dr. Bert Vogelstein and his partners study the causes of cancer. In 2017, they published a study of 32 types of cancer. The study concluded that most cancer cases are caused by DNA replication errors. In fact, 66% of the cancer cases they studied were caused by random DNA replication errors. Environmental factors such as diet, sunburns, and smoking caused 29% of the cancers. The last 5% of cancers in the study were caused by inherited factors. Other researchers study the effects of small changes in the DNA sequence. These small changes trigger changes to genes. Genes that differ by a single nitrogen base are called SNPs (pronounced snips). SNPs cause many different disorders. What is true of all genes? A. They use the same kinds of tRNA during protein synthesis. B. They have the same DNA sequence. C. They have the same mRNA sequence. D. They code for proteins with the same amino acid sequence. Write a complete sentence with the correct form of estar and a possessive adjective to say which family members the people below are with right now. Rogelio y Anita (padres) ____________________ Each swimmer is allowed to compete in seven events at a swim meet.Danny got first place 3 times, second place 1 time, third place 2 times, and fourth place 1 time.John got first place 2 times, second place 3 times, third place 2 times, and he never placed fourth.Kenny never placed first, but got second place 1 time, third place 4 times, and fourth place 2 times.Sean got first place 1 time, second place 2 times, third place 3 times, and fourth place 1 time.The club teams are waiting to see which trophy they will be getting. Their trophy is based on the amount of points each team received.The Eagles Aquatics team had 8 people get first place, 9 people get second place, 10 people get third place, and 5 people get fourth place.The Pirates swim team had 6 people get first place, 7 people get second place, 3 people get third place, and 1 person get fourth place.Devil Rays Aquatic Club had 9 people get first place, 2 people get second place, 5 people get third place, and 7 people get fourth place.The Manta Rays swim team had 4 people get first place, 3 people get second place, 2 people get third place , and 1 person get fourth place.Swimmers who get first place receive 6 points, swimmers who get second place receive 4 points, swimmers who get third place receive 3 points, and swimmer who get fourth place receive 2 points.Create a matrix for the individual swimmers and name it A. What are the dimensions of matrix A?Create a matrix for the teams and name it B. What are the dimensions of matrix B?Create a matrix for the points awarded to someone who wins first place, someone who wins second place, someone who wins third place, and someone who wins fourth place. Name the matrix C. What are the dimensions of matrix C?First place receives 6 points, second 4, third 3, and fourth 2. Which swimmer got the most points? Which team won the trophy? to cope with his extreme fear of public speaking, nick first started answering more questions in class and then practice giving presentations to small groups of people. what is this coping technique called? PLS ANSWER ASAP!!A player punts a football at an angle of 30 degrees with an initial velocity of 20.0m/s. What is the max range of the ball horizontally?O 34.0 mO24.0 m8.30 m0 20.0 m assume a tax rate of 35%. calculate the following using balance-sheet figures from the start of the year and income statement figures from the end of the year: