0% found this document useful (0 votes)
30 views

Privacy and Security in Online Social Media - - Unit 4 - Welcome to PSOSM class

The document outlines the course 'Privacy and Security in Online Social Media' offered by NPTEL, detailing assignments and quizzes for Week 1. It includes questions related to social media concepts, programming syntax, and version control systems. Participants can register for certification exams and submit assignments before the due date.

Uploaded by

tomtemp200
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
30 views

Privacy and Security in Online Social Media - - Unit 4 - Welcome to PSOSM class

The document outlines the course 'Privacy and Security in Online Social Media' offered by NPTEL, detailing assignments and quizzes for Week 1. It includes questions related to social media concepts, programming syntax, and version control systems. Participants can register for certification exams and submit assignments before the due date.

Uploaded by

tomtemp200
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

X

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

[email protected]

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

(course)


Click to register
for Certification
exam
Week 1 : Assignment 1
(https://examform.nptel.ac.in/2025_01/exam_form/dashboard)
Your last recorded submission was on 2025-02-05, 21:45 Due date: 2025-02-05, 23:59 IST.
IST
If already
registered, click 1) Which of the following is/are anonymous social networking sites ? 1 point
to check your
payment status Whisper
Sarahah
Facebook
X (Formerly Twitter)
Course
outline
2) Which of the following statements is/are true about ephemeral content on social 1 point
networks ?
About
NPTEL () Content on social networks disappears after a fixed period of time.
Snaps on Snapchat are an example of ephemeral content.
How does an
NPTEL Stories on Instagram are an example of ephemeral content.
online None of the above.
course
work? () 3) Which of the following 4 V’s of Social Media addresses the correctness of 1 point
information posted online ?
Prerequisite
Assignment Velocity
() Veracity
Volume
Welcome to
PSOSM Variety
class ()
4) Facebook Friends and Instagram Followers follow the principles of a unidirectional 1 point
Week 1.1 Intro network.
to Course
(unit? True
unit=22&lesso
n=34)
False

Week 1.2 5) ____ helps users on social media to find posts related to a specific topic by clicking 1 point
IntroToCourse or searching.
(unit?
unit=22&lesso Mentions
n=35) Hashtags

Week 1.3 Shares


Incidents Likes
(unit?
unit=22&lesso
6) Degrees of Separation has reduced on Social Media due to: 1 point
n=36)

Tutorial 1.1 : Facilitating Connections and Interactions across various locations


Ubuntu Interconnected Networks
Installation
Share Information and Communicate Globally
(unit?
unit=22&lesso None of the Above
n=37)
7) Which of the following is the correct syntax for installing numpy version 1.21.5 1 point
Tuturial 1.2 :
Python
pip3 install numpy==1.21.5
installation and
setup (unit? pip3 install package==numpy version==1.21.5
unit=22&lesso pip3 install numpy --v=1.21.5
n=38)
None of the above
Tutorial 1.3 :
Git (unit? 8) Which of the following libraries can be used to send and receive requests to a 1 point
unit=22&lesso server?
n=39)
numpy
Week 1
Feedback requests
Form : Privacy math
and Security in
None of the above
Online Social
Media (unit?
unit=22&lesso 9) A self-contained directory containing its own Python installation (for a particular 1 point
n=40) version of Python) and libraries, allowing it to manage and isolate project dependencies.

Quiz: Week 1 Python Standard Libraries


: Assignment
PIP
1
(assessment? Virtual Environment
name=126) None of the above

Introduction
10) Which of the following are the advantages of a version control system ? 1 point
to Social
Media API () 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.
Misinformati
on and Allows for backup and recovery in a project.
Privacy () None of the Above
11) Social Media constitutes: 1 point
Lecture
materials/No Social Networks (Facebook, LinkedIn etc.)
tes ()
Virtual Worlds (Habbo, Club Penguin etc.)

Download Livecasts (Twitch, Yahoo! Live etc.)


videos () Content Sharing Platforms (YouTube, Flickr etc.)

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

Text GitHub
Transcript () GitLab
Bitbucket
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

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

Tracked Files
Untracked Files
Remote Repository
None of the Above

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

git push origin master


git commit -m "Push to GitHub"
git add remote origin
git pull 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>

You may submit any number of times before the due date. The final submission will be
considered for grading.
Submit Answers

You might also like