Answer:
names = ['Peter', 'Bruce', 'Steve', 'Tony', 'Natasha', 'Clint', 'Wanda', 'Hope', 'Danny', 'Carol']
numbers = [100, 50, 10, 1, 2, 7, 11, 17, 53, -8, -4, -9, -72, -64, -80]
for index, element in enumerate(names):
 if index % 2 == 0:
  print(element)
for num in numbers: 
  if num >= 0: 
    print(num, end = " ") 
count = 0
for i in numbers: 
  count += i 
avg = count/len(numbers) 
print("sum = ", count) 
print("average = ", avg)
for num in numbers:
  if num % 2 != 0: 
    print(num, end = " ") 
Explanation:
I'm stuck on the last two.. I have to do those too for an assignment.
 
        
             
        
        
        
Answer:
The anwer is advanced feature folder 
Explanation:
Because NTDS QUOTAS is an advanced feature folder that stores NTDS quota information that limits the number of Active Directory objects a user, group, computer, or service can create.
 
        
             
        
        
        
Answer:
It will increase your ranking on the homepage.
Explanation:
Widgets are easy to use software applications made up of one or more components.
Widgets will provide you with a quick access to information or data and there won't be any need to open the app that manages that information.
That is to say, without requiring you to open the app that manages a certain data or information you want to access, Widgets opens it for you. 
For instance, The Calendar widget, provides you a quick view of your upcoming calendar events without opening the Calendar app.
Your rankings on the homepage will increase if more links are added to your blue widgets.