Answer: social media policy
Explanation:
In order to avoid legal issues and also set clear guidelines and expectations for the employees in an organization, it is required that employers should put a social media policy in place.
A social media policy refers to a document which outlines how an organization and the employees will behave and conduct themselves online. This helps to checkmate and curtail the activities of the employees so that there won't be a detrimental effect on the organization.
It is real I hoped this help you
Answer: Question 12: Answer is tables
Question 13: Answer is Command + C
Explanation:
Answer:
I would select Straight 2-way Merge sort over Quicksort when:
C. If space were not an issue If I knew the size of the data set was very large.
Explanation:
For large datasets, the Straight 2-way Merge sort has been found to be more efficient than the Quicksort. It also works faster than Quicksort. However, Quicksort has been found to be more efficient, working faster than the Straight 2-way Merge sort with small datasets. The two are algorithms for sorting. While Straight 2-way Merge Sort uses two streams with repetitions, the Quicksort uses just one stream without repetitions and additional storage space.