Informatics Practices
Differentiate between the active digital footprint and passive digital footprints.
Computing Safety & Ethics
2 Likes
Answer
Differences between active digital footprint and passive digital footprint are:
| Active digital footprint | Passive digital footprint |
|---|---|
| It includes data that we intentionally submit online. | It gets created through our data trail that we unintentionally leave online. |
| Example : Sending an email, sending messages online, posting a social media post, replying to post or commenting online etc. | Example : When we visit a website, the web server may log our IP address, which identifies our Internet service provider and our approximate location. |
Answered By
3 Likes
Related Questions
Consider the given SQL string :
"12#All the Best!"Write suitable SQL queries for the following :
(i) Returns the position of the first occurrence of the substring "the" in the given string.
(ii) To extract last five characters from the string.
Predict the output of the given Python code :
import pandas as pd list1 = [-10, -20, -30] ser = pd.Series(list1 * 2) print(ser)Complete the given Python code to get the required output as: Rajasthan
import ............... as pd di = { 'Corbett' : 'Uttarakhand', 'Sariska ' : 'Rajasthan', 'Kanha' : 'Madhya Pradesh', 'Gir' : 'Gujarat ' } NP = ............... . Series( ............... ) print(NP[ ............... ])What are aggregate functions in SQL? Name any two.