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()
IAM stands for<em> </em>Identity Access Management and includes processes focused on control of user access to critical information.
DIACEP on the other hand stands for DoD Information Assurance Certification and Accreditation Process and it is a process which ensures that companies apply risk management to information systems (IS). According these explanations, the statement that Jim who is IAM in the organization is not required to assist the PM in implementing the DIACAP is false. In contrast, it is required that he works on this process.
I an not sure what you want me to do so I am going to help you on both of these problems:
Question 2 answer: I think the answer is University/industry interaction
Question #3 answer: I think the answer for this is clearly written in the question (i think that the second answer choice is it)
I am not sure what this is but i am only in the 10th grade!!!! the only class that I took last year was Computer Fundumentals
Btw I am in K12 as well :)
Answer:
Unified communications
Explanation:
Unified communications is the term for the convergence of real-time and non-real-time communications services such as telephony, instant messaging, video conferencing, speech recognition, voice mail, and email into a single interface.