Answer:
What is personal data
Explanation:
Personal data, also known as personal information or personally identifiable information, is any information related to an identifiable person.
Answer: Avoid using non-Bluetooth-paired or unencrypted wireless computer peripherals.
Explanation:
Answer:
dependent variable -- As it depends on the other variables, changes when they change
Answer:
The time complexity of the code is O(log₇n).
Explanation:
The i is updated by 7*i.On each iteration i is multiplied by 7.So on finding the time complexity of the code given above it will come out to be log base 7.
When we divide the input by 2 the time complexity is log base 2.
So on dividing it by 7 we get the time complexity of log base 7.