Download as pdf or txt
Download as pdf or txt
You are on page 1of 5

4/9/24, 4:57 PM Privacy and Security in Online Social Media - - Unit 4 - Welcome to PSOSM class

(https://swayam.gov.in) (https://swayam.gov.in/nc_details/NPTEL)

20bcs069@iiitdmj.ac.in 

NPTEL (https://swayam.gov.in/explorer?ncCode=NPTEL) » Privacy and Security in Online Social Media

(course)

If already
registered, click
to check your
Week 1 : Assignment 1
payment status The due date for submitting this assignment has passed.
Due on 2024-02-07, 23:59 IST.

Course Assignment submitted on 2024-02-05, 22:56 IST


outline
1) Which of the following is/are anonymous social networking sites ? 1 point

About Whisper
NPTEL () Sarahah
Facebook
How does an
NPTEL X (Formerly Twitter)
online Yes, the answer is correct.
course Score: 1
work? () Accepted Answers:
Whisper
Prerequisite Sarahah
Assignment
() 2) Which of the following statements is/are true about ephemeral content on social 1 point
networks ?
Welcome to
PSOSM Content on social networks disappears after a fixed period of time.
class () Snaps on Snapchat are an example of ephemeral content.
Stories on Instagram are an example of ephemeral content.
Week 1.1 Intro
to Course None of the above.
(unit?
Yes, the answer is correct.
unit=17&lesso Score: 1
n=18) Accepted Answers:
Content on social networks disappears after a fixed period of time.
Week 1.2
IntroToCourse Snaps on Snapchat are an example of ephemeral content.

https://onlinecourses.nptel.ac.in/noc24_cs04/unit?unit=17&assessment=145 1/5
4/9/24, 4:57 PM Privacy and Security in Online Social Media - - Unit 4 - Welcome to PSOSM class

(unit? Stories on Instagram are an example of ephemeral content.


unit=17&lesso
n=19) 3) Which of the following 4 V’s of Social Media addresses the correctness of 1 point
information posted online ?
Week 1.3
Incidents Velocity
(unit?
Veracity
unit=17&lesso
n=20) Volume
Variety
Tutorial 1.1 :
Ubuntu Yes, the answer is correct.
Installation Score: 1
(unit? Accepted Answers:
unit=17&lesso Veracity
n=21)

Tuturial 1.2 :
4) Facebook Friends and Instagram Followers follow the principles of a unidirectional 1 point
Python network.
installation and
setup (unit?
True
unit=17&lesso False
n=22)
Yes, the answer is correct.
Tutorial 1.3 : Score: 1
Git (unit? Accepted Answers:
unit=17&lesso False
n=23)
5) ____ helps users on social media to find posts related to a specific topic by clicking 1 point
Week 1
or searching.
Feedback
Form : Privacy
Mentions
and Security in
Online Social Hashtags
Media (unit? Shares
unit=17&lesso
Likes
n=24)
Yes, the answer is correct.
Quiz: Week 1 Score: 1
: Assignment
Accepted Answers:
1
Hashtags
(assessment?
name=145)
6) Degrees of Separation has reduced on Social Media due to: 1 point
Introduction
Facilitating Connections and Interactions across various locations
to Social
Media API () Interconnected Networks
Share Information and Communicate Globally
Misinformati None of the Above
on and
Privacy () Yes, the answer is correct.
Score: 1
Accepted Answers:
Privacy and Facilitating Connections and Interactions across various locations
Pictures on
Interconnected Networks
Online Social
Share Information and Communicate Globally
Media ()

7) Which of the following is the correct syntax for installing numpy version 1.21.5 1 point

https://onlinecourses.nptel.ac.in/noc24_cs04/unit?unit=17&assessment=145 2/5
4/9/24, 4:57 PM Privacy and Security in Online Social Media - - Unit 4 - Welcome to PSOSM class

Policing and pip3 install numpy==1.21.5


Social Media pip3 install package==numpy version==1.21.5
() pip3 install numpy --v=1.21.5
None of the above
E-crime and
social media Yes, the answer is correct.
Score: 1
()
Accepted Answers:
pip3 install numpy==1.21.5
Social media
and ecrime () 8) Which of the following libraries can be used to send and receive requests to a 1 point
server?
Identity
resolution numpy
and social requests
media ()
math
None of the above
Research
papers: Yes, the answer is correct.
Location Score: 1
based Accepted Answers:
Privacy () requests

Research 9) A self-contained directory containing its own Python installation (for a particular 1 point
Papers Part - version of Python) and libraries, allowing it to manage and isolate project dependencies.
II ()
Python Standard Libraries

Week 11: PIP


Summary () Virtual Environment
None of the above
Week 12 ()
Yes, the answer is correct.
Score: 1
Lecture
Accepted Answers:
materials/Not Virtual Environment
es ()

10) Which of the following are the advantages of a version control system ? 1 point
Text
Transcripts () Helps in keeping a record of all changes made to a file in its history.
Allows for collaboration between various people working on the same project.
Download
Allows for backup and recovery in a project.
videos ()
None of the Above
Books () Yes, the answer is correct.
Score: 1
Problem Accepted Answers:
Solving Helps in keeping a record of all changes made to a file in its history.
Session - Allows for collaboration between various people working on the same project.
Jan 2024 () Allows for backup and recovery in a project.

11) Social Media constitutes: 1 point

Social Networks (Facebook, LinkedIn etc.)

https://onlinecourses.nptel.ac.in/noc24_cs04/unit?unit=17&assessment=145 3/5
4/9/24, 4:57 PM Privacy and Security in Online Social Media - - Unit 4 - Welcome to PSOSM class

Virtual Worlds (Habbo, Club Penguin etc.)


Livecasts (Twitch, Yahoo! Live etc.)
Content Sharing Platforms (YouTube, Flickr etc.)

Yes, the answer is correct.


Score: 1
Accepted Answers:
Social Networks (Facebook, LinkedIn etc.)
Virtual Worlds (Habbo, Club Penguin etc.)
Livecasts (Twitch, Yahoo! Live etc.)
Content Sharing Platforms (YouTube, Flickr etc.)

12) Which of the following platforms allow for managing/hosting git repositories ? 1 point

GitHub
GitLab
Bitbucket
All of the above

Yes, the answer is correct.


Score: 1
Accepted Answers:
All of the above

13) Select the correct syntax for allowing git to track all files in a repository (assume you 1 point
are in the root of the repository)

git add --all


git commit -m "track"
git status
git log

Yes, the answer is correct.


Score: 1
Accepted Answers:
git add --all

14) Creating a new file in a git repository adds it to : 1 point

Tracked Files
Untracked Files
Remote Repository
None of the Above

Yes, the answer is correct.


Score: 1
Accepted Answers:
Untracked Files

15) Select the correct syntax for pushing an existing repository to a remote repository on1 point
GitHub

git push origin master


git commit -m "Push to GitHub"

https://onlinecourses.nptel.ac.in/noc24_cs04/unit?unit=17&assessment=145 4/5
4/9/24, 4:57 PM Privacy and Security in Online Social Media - - Unit 4 - Welcome to PSOSM class

git add remote origin


git pull origin master

Yes, the answer is correct.


Score: 1
Accepted Answers:
git push origin master

16) Which of the following is the correct syntax for installing a package Ubuntu 1 point
computer ?

sudo apt install <PACKAGE_NAME>


sudo apt-<PACKAGE_NAME> install ubuntu
sudo apt-install <PACKAGE_NAME>
sudo get <PACKAGE_NAME>

Yes, the answer is correct.


Score: 1
Accepted Answers:
sudo apt install <PACKAGE_NAME>

https://onlinecourses.nptel.ac.in/noc24_cs04/unit?unit=17&assessment=145 5/5

You might also like