Data Science Basics All MCQ part-5

Que.Which of the following command allows you to update the repository?
a. push
b. pop
c. update
d. none of the mentioned
Que.Which of the following is the correct way of creating GitHub repository in to well labelled commits?
a. Fork another user’s repository
b. Pop another user’s repository
c. Zip another user’s repository
d. None of the mentioned
Que.Which of the following command is used to squash the commits?
a. rebase
b. squash
c. boot
d. all of the mentioned
Que.Which of the following statement would create branch named as ‘compsciedu’?
a. git checkout -b compsciedu
b. git checkout -c compsciedu
c. git check -b compsciedu
d. none of the mentioned
Que.branch command is used to determine which branch you are currently in.
a. True
b. False
c. May be True or False
d. Can’t say
Que.Point out the correct statement.
a. Descriptive analysis is first kind of data analysis performed
b. Descriptions can be generalized without statistical modelling
c. Description and Interpretation are same in descriptive analysis
d. None of the mentioned
Que.Which of the following allows you to find the relationship you didn’t about?
a. Inferential
b. Exploratory
c. Causal
d. None of the mentioned
Que.Which of the following command help us to give 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. Exploratory analyses are usually the final way
b. Exploratory models are useful for discovering new connection
c. Exploratory analysis alone should not be used for predicting
d. All of the mentioned
Que.Which of the following uses data on some object to predict values for other object?
a. Inferential
b. Exploratory
c. Predictive
d. None of the mentioned
Que.Which of the following is the common goal of statistical modelling?
a. Inference
b. Summarizing
c. Subsetting
d. None of the mentioned