0% found this document useful (0 votes)
60 views3 pages

week 1

Download as docx, pdf, or txt
Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1/ 3

Which of the following is/are anonymous social networking sites ?

Whisper

Sarahah

Facebook

X (Formerly Twitter)
Yes, the answer is correct.
Score: 1
Accepted Answers:
Whisper
Sarahah
1 point
Which of the following statements is/are true about ephemeral content on social networks ?

Content on social networks disappears after a fixed period of time.

Snaps on Snapchat are an example of ephemeral content.

Stories on Instagram are an example of ephemeral content.

None of the above.


Yes, the answer is correct.
Score: 1
Accepted Answers:
Content on social networks disappears after a fixed period of time.
Snaps on Snapchat are an example of ephemeral content.
Stories on Instagram are an example of ephemeral content.
1 point
Which of the following 4 V’s of Social Media addresses the correctness of information posted online ?

Velocity

Veracity

Volume

Variety
Yes, the answer is correct.
Score: 1
Accepted Answers:
Veracity
1 point
Facebook Friends and Instagram Followers follow the principles of a unidirectional network.

True

False
Yes, the answer is correct.
Score: 1
Accepted Answers:
False
1 point
____ helps users on social media to find posts related to a specific topic by clicking or searching.

Mentions

Hashtags

Shares

Likes
Yes, the answer is correct.
Score: 1
Accepted Answers:
Hashtags
1 point
Degrees of Separation has reduced on Social Media due to:

Facilitating Connections and Interactions across various locations

Interconnected Networks

Share Information and Communicate Globally

None of the Above


Yes, the answer is correct.
Score: 1
Accepted Answers:
Facilitating Connections and Interactions across various locations
Interconnected Networks
Share Information and Communicate Globally
1 point
Which of the following is the correct syntax for installing numpy version 1.21.5

pip3 install numpy==1.21.5


pip3 install package==numpy version==1.21.5

pip3 install numpy --v=1.21.5

None of the above


Yes, the answer is correct.
Score: 1
Accepted Answers:
pip3 install numpy==1.21.5
1 point
Which of the following libraries can be used to send and receive requests to a server?

numpy

requests

math

None of the above


Yes, the answer is correct.
Score: 1
Accepted Answers:
requests
1 point
A self-contained directory containing its own Python installation (for a particular version of Python) and libraries, allowing it to manage and isolate project dependencies.

Python Standard Libraries

PIP

Virtual Environment

None of the above


Yes, the answer is correct.
Score: 1
Accepted Answers:
Virtual Environment
1 point
Which of the following are the advantages of a version control system ?

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.

Allows for backup and recovery in a project.

None of the Above


Yes, the answer is correct.
Score: 1
Accepted Answers:
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.
Allows for backup and recovery in a project.
1 point
Social Media constitutes:

Social Networks (Facebook, LinkedIn etc.)

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.)
1 point
Which of the following platforms allow for managing/hosting git repositories ?

GitHub

GitLab

Bitbucket

All of the above


Yes, the answer is correct.
Score: 1
Accepted Answers:
All of the above
1 point
Select the correct syntax for allowing git to track all files in a repository (assume you 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
1 point
Creating a new file in a git repository adds it to :

Tracked Files

Untracked Files

Remote Repository

None of the Above


Yes, the answer is correct.
Score: 1
Accepted Answers:
Untracked Files
1 point
Select the correct syntax for pushing an existing repository to a remote repository on GitHub

git push origin master

git commit -m "Push to GitHub"

git add remote origin

git pull origin master


Yes, the answer is correct.
Score: 1
Accepted Answers:
git push origin master
1 point
Which of the following is the correct syntax for installing a package Ubuntu 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>

You might also like