Data Science Basics All MCQ part-4

Que.Which of the following systems record changes to a file over time?
a. Record Control
b. Version Control
c. Forecast Control
d. None of the mentioned
Que.Which of the following is a revision control system?
a. Git
b. NumPy
c. Slidify
d. None of the mentioned
Que.Which of the following command line environment is used for interacting with Git?
a. GitHub
b. Git Bash
c. Git Boot
d. All of the mentioned
Que.Which of the following web hosting service use Git control system?
a. GitHub
b. Open Hash
c. Git Bash
d. None of the mentioned
Que.cp command can be used to copy the content of directories.
a. True
b. False
c. May be True or False
d. Can’t say
Que.Which of the following adds all new files to local repository?
a. git add .
b. git add -u
c. git add -A
d. none of the mentioned
Que.Point out the correct statement.
a. You don’t need GitHub to use Git
b. CLI can help you to organize files and folders
c. Navigation of directory is possible using CLI
d. None of the mentioned
Que.Which of the following command updates tracking for files that are modified?
a. git add .
b. git add -u
c. git add -A
d. none of the mentioned
Que.Which of the following command is used to give a message description?
a. git command -m
b. git command -d
c. git command -message
d. none of the mentioned
Que.Point out the wrong statement.
a. You need GitHub to use Git
b. GitHub allows you to share repositories with others
c. GitHub allows you to access others repositories
d. All of the mentioned