Answer
sales and consulting
Explanation
Green computing the use of computers and resources in an environmental friendly way. This is for the purpose of reducing the use of hazardous materials and also to maximize energy efficiency during the time the product will remain in use. And also to promote recycling of those products after their life is over. This is very beneficial to the environment because it reduces environmental impact.
def is_list_even(my_list):
for i in my_list:
if(i%2 != 0):
return False
return True
def is_list_odd(my_list):
for i in my_list:
if(i%2 == 0):
return False
return True
def main():
n = int(input())
lst = []
for i in range(n):
lst.append(int(input()))
if(is_list_even(lst)):
print('all even')
elif(is_list_odd(lst)):
print('all odd')
else:
print('not even or odd')
if __name__ == '__main__':
main()
Answer:
Use font colors that work well with your background.
Select font sizes that are appropriate for your delivery method.
Fonts should be appropriate for your audience.
Limit the number of fonts you use to three or four.
Hope this helps!
Answer:
Spoofing
Explanation:
Spoofing that occurs when an intruder computer fools network into believing its IP address is associated with trusted source
Answer:
Downloading and/or Burning it on to your computer
Hope this helped! if so please mark it as brainliest
Explanation: