Standing for an exceptional performance would be normal "acceptable" in both scenarios.
Answer:
0
Explanation:
In the lists, indexation starts from 0, because of that in if statement we compare item[0] which is 'male' and 'male', and then males is itterated within for loop.
Answer:
The worst case running time of a linear search is O(N).
Explanation:
In a linear search, you will run the program looking at each array position until you find your desired information.
The best case scenario is when you find it at the first position.
The worst case scenario is when you find the value at the last array position. So, in a N-length array, the information is at position N. This means that the worst case running time of a linear search is O(N).
Answer: Mediated
Explanation:
Mediated communication is the type of communication in which the information are carried out so that it can be used in various types of communication technology.
It is also known as mediated interaction and it can be used as face to face communication.
The mediated communication are typically used to distinguish the various form of communication. The mediated communication are not only computerized but also we can communication by using pen and paper.