Answer:
Digital Native
Explanation:
Digital natives are comfortable in the digital age, because they grew up using technology, Digital natives are the opposite of digital immigrants, they have been interacting with technology from childhood.Digital natives see everyone on the equal level and are not dividing the world into hierarchies, they view the world horizontally. They cross boundaries and embrace the benefits of sharing with each other. Those values exist because of what they are driven by. Because of interacting with technology, digital natives think and process information fundamentally differently.
Answer:
An array with such a large size should be sorted using Mergesort algorithm
Explanation:
Mergesort has worst case complexity of O(nlogn) whereas quicksort algorithm has worstcase complexity of O(
). So quicksort works better with smaller arrays and mergesort works better than quicksort in case of larger arrays. Insertion sort is used when array is almost sorted.So, if array is unsorted at greater level, insertion sort should not be used.It also has a worst case complexity of O(
).
Answer:
B. Content filter
Explanation:
Content filter -
In computer , the function of the content filter is to filter out the some specific content of the network .
Content filter is a set of program to hide certain contents in the computer.
This is used to block certain offensive , illegal sites from children.
This method is often used in an organisation , in order to maintain some data confidential from the other workers.
Hence, from the given scenario of the question,
The correct term is content filter.
The answer is C) Foreign key