You are an events manager for a 10,000 seat arena. The venue is a multi-purpose arena with a main tenant of a division 1 college basketball team (men’s and women’s). Use the projected schedule, estimated hours, and hourly rates below to put together an estimated staffing budget in a spreadsheet.
Events that you will host this year:
18 home Division 1 men’s college basketball games (average 9500 people per game). Each game lasts 3 hours.
18 home Division 1 women’s college basketball games (average 4000 people per game). Each game lasts 3 hours.
6 Disney on Ice performances (average 5000 people per show). Each show lasts 2 hours.
1 Globetrotters game (average 4200 people) with the game lasting 3.5 hours.
2 WWE events (average 7500 people per show), each lasting 3 hours.
8 college graduations (average 8000 people per ceremony). Each ceremony lasting 3 hours.
23 touring concerts (average 8200 people per show). Each show lasting 4 hours.
Here are your staff and their rates:
1 usher per 250 guests at $12 per hour
1 security per 300 guests at $15 per hour
1 ticket taker per 1000 guests at $12 per hour
1 guest service per 2500 guests at $11 per hour
1 event coordinator per 3000 guests at $18 per hour
1 police officer per 2000 guests at $76 per hour
1 EMT per 1500 guests at $23 per hour
What to Complete
Create a staffing budget for this year in an excel spreadsheet.You can go into as much detail as you want for the budget.
In the excel spreadsheet, answer these questions:how much do you need to budget for each event for the year?
how much do you need to budget for staffing in total this year?
Submit the completed budget spreadsheet to this assignment.
Category: Data Entry
By using “For loop” we can create a mathematical table. The for-loop, written as
By using “For loop” we can create a mathematical table.
The for-loop, written as [initial] [increment] [limit] { … } for initialises an internal variable, executes the body as long as the internal variable is not more than limit (or not less, if increment is negative) and, at the end of each iteration, increments the internal variable. Before each iteration, the value of the internal variable is pushed onto the stack.
We can write a code by using “for loop” as follows.
number= int(input(“enter a number”))
for i in range (1,11,1):
print(number,”*”,i,”=”,number*i)
Output:
mathematical table using For loop
A satellite is a body that moves around another body in a mathematically predict
A satellite is a body that moves around another body in a mathematically predictable path called an Orbit. A communication satellite is nothing but a microwave repeater station in space that is helpful in telecommunications, radio, and television along with internet applications.
A repeater is a circuit which increases the strength of the signal it receives and retransmits it. But here this repeater works as a transponder, which changes the frequency band of the transmitted signal, from the received one.
The frequency with which the signal is sent into the space is called Uplink frequency, while the frequency with which it is sent by the transponder is Downlink frequency.
The following figure illustrates this concept clearly.