Team Management Charge Managing Local Softball Team One Lot Turnover Couple Regulars Much Q43791512
Team Management
You are in charge of managing a local softball team, one inwhich there is a lot of turnover. While you have a couple ofregulars, much of the team members come and go frequently. When itcomes to organizing games, it is becoming more and more difficultto keep track of the current members, so you decide to write asmall program to help you track the current players.
Write a modularized program that will utilize a main menu tocontrol the program’s functions and a list to store the members ofyour team. The following functions that your program needs toinclude:
- Print the current member list.
- Add a new member.
- Remove a member.
- Modify an existing member.
- Exit the program
Remeber that you can create a function using ‘def.’ In otherwords, for adding a new member, you will need a function similarto: def aaddmember.
Note: Since we have not covered File Access, donot worry about long term storage for your list. Each time you runthe program, you will have to create a new list. You are welcome toskip ahead to the File I/O if you would like to tackle thisadditional functionality, but file access is NOT required for thisassignment.
For this project:
- You will submit your python code in either the original .pyfile, or copied into a .txt file.
- A screenshot of your code having been executed (run). How toTake a Screenshot.
Tips: The menu logic will use the same structure as yourprevious programs. A single variables will be used as the controlvalue, and based on what the user entered as the control value,will determine the course of action taken inside of the loop.
Example output:
C:>python week4.py
Welcome to the Team Manager
===========Main Menu===========
1. Display Team Roster.
2. Add Member.
3. Remove Member.
4. Edit Member.
9. Exit Program.
Selection> 2
Enter new member’s name: Nathan
===========Main Menu===========
1. Display Team Roster.
2. Add Member.
3. Remove Member.
4. Edit Member.
9. Exit Program.
Selection> 2
Enter new member’s name: Toby
===========Main Menu===========
1. Display Team Roster.
2. Add Member.
3. Remove Member.
4. Edit Member.
9. Exit Program.
Selection> 1
Nathan
Toby
===========Main Menu===========
1. Display Team Roster.
2. Add Member.
3. Remove Member.
4. Edit Member.
9. Exit Program.
Selection> 3
Enter member name to be removed: Toby
===========Main Menu===========
1. Display Team Roster.
2. Add Member.
3. Remove Member.
4. Edit Member.
9. Exit Program.
Selection> 1
Nathan
===========Main Menu===========
1. Display Team Roster.
2. Add Member.
3. Remove Member.
4. Edit Member.
9. Exit Program.
Selection> 4
Enter the name of the memeber you want to edit: Nathan
Enter the new name of the member: Nathan Braun
===========Main Menu===========
1. Display Team Roster.
2. Add Member.
3. Remove Member.
4. Edit Member.
9. Exit Program.
Selection> 1
Nathan Braun
===========Main Menu===========
1. Display Team Roster.
2. Add Member.
3. Remove Member.
4. Edit Member.
9. Exit Program.
Selection> 9
Exiting Program…
Expert Answer
Answer to Team Management You are in charge of managing a local softball team, one in which there is a lot of turnover. While you …
Team Management Oop Style Program Keeping Track Team Members Coming Along Want Able Includ Q43826936
Team Management OOP Style
Your program for keeping track of team members is coming along,but now you want to be able to include phone numbers and jerseynumbers along with your team member’s name. Modify your programfrom week 4 so that the program utilizes object-orientedprogramming to create a member object which can accept the player’sname, phone number, and jersey number. You will need to replace thelist with a dictionary to help in locating objects for removal andediting. Again, File Access for long-term storage is not requiredfor this assignment.
For this project:
- You will submit your python code in either the original .pyfile, or copied into a .txt file.
- A screenshot of your code having been executed (run). How toTake a Screenshot
Tips: While dictionaries resemble lists,remember that they are not the same! It is better to use FOR loops,not WHILE loops with index values.
Your class structure does not need a full set of accessor andmutator methods getName(), setName(newName), however it they willbe helpful in the next week.
Expert Answer
Answer to Team Management OOP Style Your program for keeping track of team members is coming along, but now you want to be able to…
Team Management Oop Style Program Keeping Track Team Members Coming Along Want Able Includ Q43836834
Team Management OOP Style
Your program for keeping track of team members is coming along,but now you want to be able to include phone numbers and jerseynumbers along with your team member’s name. Modify your programfrom week 4 so that the program utilizes object-orientedprogramming to create a member object which can accept the player’sname, phone number, and jersey number. You will need to replace thelist with a dictionary to help in locating objects for removal andediting. Again, File Access for long-term storage is not requiredfor this assignment.
For this project:
- You will submit your python code in either the original .pyfile, or copied into a .txt file.
- A screenshot of your code having been executed (run). How toTake a Screenshot
Tips: While dictionaries resemble lists,remember that they are not the same! It is better to use FOR loops,not WHILE loops with index values.
Expert Answer
Answer to Team Management OOP Style Your program for keeping track of team members is coming along, but now you want to be able to…
Tech Support Got Call User Saying Communicate Devices Vlana Location Vlana Located Across Q43893315
Tech support just got a call from a user saying he/she cancommunicate with devices on VLANA at his/her location but not onVLANA that is located across town; what tools would suggest usingto isolate network problems?
Expert Answer
Answer to Tech support just got a call from a user saying he/she can communicate with devices on VLANA at his/her location but not…
Technical Implications Moore S Law Effect Future 5 Marks Q43778220
What are some technical implications of Moore’s Law? What effectdoes it have on your future? [5 marks]
Expert Answer
Answer to What are some technical implications of Moore’s Law? What effect does it have on your future? [5 marks] …
Technological Innovation Affect Society Positively Negatively Example Q43895552
How does technological innovation affect society both positivelyand negatively?Example
Expert Answer
Answer to How does technological innovation affect society both positively and negatively?Example…
Technologies Use Implement Encryption Iot Key Fobs Vehicles Q43794125
what technologies I can use to implement encryption on IoTand/or key fobs of vehicles?
Expert Answer
Answer to what technologies I can use to implement encryption on IoT and/or key fobs of vehicles?…
Teddy Fixed Issue Cloud Based Application Hours Ago Received Call User Stating Another Par Q43816112
Teddy fixed an issue with a cloud-based application a few hoursago and just received a call from a user stating that another partof the application is now broken. Which of the following steps ofthe troubleshooting model did he most likely omit?
a. Identify the problem.b. Document findings, actions, and outcomes.c. Establish a plan of action to resolve the problem andimplement the solution.d. Verify full system functionality, and, if applicable,implement preventive measures.
Timothy is responsible for monitoring the performance of theapplications the company has deployed on their internal privatecloud as well as on the cloud service provider. When theapplications were initially developed, the IT department had agreedto ensure that the services were available to varying degreesdepending on criticality. As such, he needs to reference thedocuments for each of those services so he knows how they should beperforming. Which document is Timothy most likely referencing?
a. SOCb. NDAc. SLAd. GDPR
A small company has decided that they have the extra bandwidthto host their website on-premises in their server room. However,occasionally their site goes viral for a few days at a time, whichhas caused the site to become completely unavailable to all users.Which of the following might solve their problem?
a. Virtualizationb. Cloud burstingc. DevOpsd. Resource pooling
Fictional Corp’s Vice President of Sales has just returned froma conference where he learned about a great customer relationshipmanagement platform that he would like for the company to beginusing. This platform doesn’t require any investment in hardware,operating systems, or any other software, and only requiresadministration of user accounts and configuration of the types ofdata that it needs to store. Users would access it through theirweb browser, and the administration and maintenance tasks for theIT department would be minimal. Which of the following is the VPsuggesting that the company use?
a. Public cloudb. Private cloudc. Hybrid cloudd. Community cloud
Fictional Corp is in the process of merging with Widgets Inc.They both use different cloud service providers for a variety ofdifferent applications that their employees need to perform theirjobs. The IT departments of the organizations have been tasked withmerging the IT infrastructure. One of the first tasks that they arelooking at is combining the directory services for the twoorganizations so that all users are in one large LDAP database.Migrating from one cloud service provider to another is currentlynot a possibility due to the complexity of the applicationsdeployed. Which of the following describes the type ofinfrastructure they will end up with as they continue to link theinfrastructures together?
a. Public cloudb. Private cloudc. Multi-cloudd. Hybrid cloud
Fictional Corp currently uses a private cloud within their datacenter. The CTO has recently learned about hybrid cloudimplementations and their benefits, and has instructed the cloudteam to implement a hybrid cloud as soon as possible. Which of thefollowing types of cloud services should they start looking atadding to their setup?
a. Publicb. Privatec. Communityd. CRM
A holiday ornament manufacturer sees traffic increase to theirwebsite in the couple of months leading up to the holiday, but thenit tapers off and is very low for the rest of the year. Which ofthe following benefits of cloud computing might they be the mostinterested in for this use?
a. Volatilityb. Elasticityc. Reliabilityd. Duplicity
Fictional Corp’s IT management team has decided that with theirlarger infrastructure, they need to look at automating some of thedeployments of virtual machines and configurations. They want touse APIs to manage the configurations and installation of operatingsystems and software as well as for monitoring purposes. Which ofthe following describes the environment that they are wanting tocreate and start using?
a. DevOpsb. advanced deploymentsc. divestituresd. resource pooling
Aaron’s boss has learned that organizations can create their ownclouds in their existing data centers. He has been tasked withresearching products that could make better use of the hardware intheir data centers and keeping their data on-premises. Which of thefollowing products might Aaron recommend?
a. FlexStackb. OSSc. OpenStackd. OwnStack
A user calls into the service desk stating they’re having aproblem accessing a particular cloud application. The service desktechnician asks them some probing questions to see if there havebeen any changes to their local computer and what they were doingwhen it stopped working. Which step of the troubleshooting modeldescribes the step that the process is currently at?
a. Establish a theory of probable cause.b. Establish a plan of action to resolve the problem andimplement the solution.c. Document findings, actions, and outcomes.d. Identify the problem.
Expert Answer
Answer to Teddy fixed an issue with a cloud-based application a few hours ago and just received a call from a user stating that an…
Television Series Game Thrones Features Several Great Houses Several Characteristics Inclu Q43868899
-
The television series Game of Thrones features severalGreat Houses, each with several characteristics, including the nameof the house, its sigil (i.e., symbol), its motto and the name ofits current head of the house.
-
Create a class to represent such a Great House, based onthe following instructions:
-
The state of the class must include the fourcharacteristics mentioned above.
-
The class must provide a single constructor that takesvalues for all four characteristics.
-
The class must provide function(s) to retrieve allcharacteristics of a House.
-
The class must provide function(s) to update the name ofthe current head of the House.
-
-
Write a driver/main function to demonstrate the classcreated above. In this main function, do thefollowing:
-
Create an object to represent House Lannister. The nameof this house is obviously Lannister, its sigil is a Lion, itsmotto is “Hear me roar!”. Assume that the current head of the Houseis Tywin Lannister.
-
Retrieve and display all the characteristics of HouseLannister.
-
Tywin Lannister is killed! The new head of HouseLannister is now Jamie Lannister. Update the state of the aboveobject to reflect this change.
-
Retrieve and display all the characteristics of HouseLannister.
-
-
Expert Answer
Answer to The television series Game of Thrones features several Great Houses, each with several characteristics, including the n…
Temperature Profile Plate Dimensions X 1 8 Y E 7 10 Illustrated Figure Temperature Profil Q43789552
![The temperature profile on a plate with dimensions (x € (-1,8]) and (y E (-7,10]) is illustrated in the figure below. The tem](https://media.cheggcdn.com/media/322/32206ca3-2134-424a-9a8a-41e19d87e3aa/phpGwoSA0.png)

![comp_simp13_vector.m x untitled x untitled2 Ifunction [ ] = comp_simp13_vector( ). % [ ] = comp_simp13_vector( ) % Written by](https://media.cheggcdn.com/media/b72/b7243614-b334-4b7c-864b-57ee52b6691d/phpmu5KG4.png)
The temperature profile on a plate with dimensions (x € (-1,8]) and (y E (-7,10]) is illustrated in the figure below. The temperature profile on the plate is described by: T(x,y) = y sin(x) – x cos(y) where T represents the temperature. The average temperature of the plate can be calculated as: 1 10 8 Taverage = 0 T(x, y) dxdy AJ-7 J-1 where A represents the total surface area of the plate. Temperature y -10 2 0 Q2c In the Q2c.m file, calculate the average temperature of the plate using the comp_simp13() function written in Q2a with the minimum number of points required in each direction (x and y). Continue to increase the number of points until the approximated volume achieves an accuracy of 8 decimal places (DP) matching the temperature value obtained using MATLAB’s integral2() function. Use fprintf to print the number of points, the approximated average temperature, MATLAB’s average temperature value, and the error, but only when the approximated average temperature has improved by at least a decimal place. The error is taken to be the absolute difference between the approximated average temperature and the MATLAB’s integral2() value. An example of this is shown below, with the decimal places bolded and underlined for clarity (you do not need to bold and underline the values in your MATLAB answers). pts X X temp_approx X.XXXXXXXXX X.XXXXXXXXX X.XXXXXXXXX X.XXXXXXXXX temp_MATLAB X.XXXXXXXXX X.XXXXXXXXX X.XXXXXXXXX X.XXXXXXXXX error 0.OXXXXXXXX 0.00XXXXXXX 0.000XXXXXX 0.0000XXXXX $ ܝܙ ܚ ܚ X ܟ Hint: Start by evaluating the inner integral along the x dimension for each value of y. The resulting values can then be integrated along the y dimension. Hint: Look at the result of log10(error) to help determine the number of zeros in the error (i.e. DP). *You should still have four figure windows by the end of this task. comp_simp13_vector.m x untitled x untitled2 Ifunction [ ] = comp_simp13_vector( ). % [ ] = comp_simp13_vector( ) % Written by: ???, ID: ??? % Last modified: ??? % uses midpoint method to solve an ODE % INPUTS: % OUTPUTS: – Show transcribed image text The temperature profile on a plate with dimensions (x € (-1,8]) and (y E (-7,10]) is illustrated in the figure below. The temperature profile on the plate is described by: T(x,y) = y sin(x) – x cos(y) where T represents the temperature. The average temperature of the plate can be calculated as: 1 10 8 Taverage = 0 T(x, y) dxdy AJ-7 J-1 where A represents the total surface area of the plate. Temperature y -10 2 0
Q2c In the Q2c.m file, calculate the average temperature of the plate using the comp_simp13() function written in Q2a with the minimum number of points required in each direction (x and y). Continue to increase the number of points until the approximated volume achieves an accuracy of 8 decimal places (DP) matching the temperature value obtained using MATLAB’s integral2() function. Use fprintf to print the number of points, the approximated average temperature, MATLAB’s average temperature value, and the error, but only when the approximated average temperature has improved by at least a decimal place. The error is taken to be the absolute difference between the approximated average temperature and the MATLAB’s integral2() value. An example of this is shown below, with the decimal places bolded and underlined for clarity (you do not need to bold and underline the values in your MATLAB answers). pts X X temp_approx X.XXXXXXXXX X.XXXXXXXXX X.XXXXXXXXX X.XXXXXXXXX temp_MATLAB X.XXXXXXXXX X.XXXXXXXXX X.XXXXXXXXX X.XXXXXXXXX error 0.OXXXXXXXX 0.00XXXXXXX 0.000XXXXXX 0.0000XXXXX $ ܝܙ ܚ ܚ X ܟ Hint: Start by evaluating the inner integral along the x dimension for each value of y. The resulting values can then be integrated along the y dimension. Hint: Look at the result of log10(error) to help determine the number of zeros in the error (i.e. DP). *You should still have four figure windows by the end of this task.
comp_simp13_vector.m x untitled x untitled2 Ifunction [ ] = comp_simp13_vector( ). % [ ] = comp_simp13_vector( ) % Written by: ???, ID: ??? % Last modified: ??? % uses midpoint method to solve an ODE % INPUTS: % OUTPUTS: –
Expert Answer
Answer to The temperature profile on a plate with dimensions (x € (-1,8]) and (y E (-7,10]) is illustrated in the figure below. …