Question Bank

1085 approved questions from the community

What is a batch in the context of neural network training?

EASY
SINGLE CHOICE
25s
Machine Learning
by Mohamed

What is an epoch in neural network training?

EASY
SINGLE CHOICE
25s
Machine Learning
by Mohamed

What is a cost function in neural networks?

EASY
SINGLE CHOICE
30s
Machine Learning
by Mohamed

What is supervised learning?

EASY
SINGLE CHOICE
30s
Machine Learning
by Mohamed

Underfitting occurs when a model is too complex and memorizes the training data.

EASY
TRUE FALSE
25s
Machine Learning
by Mohamed

What is regularization in machine learning?

EASY
SINGLE CHOICE
30s
Machine Learning
by Mohamed

Which of the following are benefits of using Git? (Select all that apply)

EASY
MULTIPLE CHOICE
40s
Git
by Mohamed

Which are recommended Git beginner practices? (Select all that apply)

EASY
MULTIPLE CHOICE
40s
Git
by Mohamed

What are the main components of Git's storage model? (Select all that apply)

EASY
MULTIPLE CHOICE
40s
Git
by Mohamed

What is the primary purpose of a commit message?

EASY
SINGLE CHOICE
25s
Git
by Mohamed

What command shows the commit history in Git?

EASY
SINGLE CHOICE
25s
Git
by Mohamed

What is the first step in the Git workflow for tracking changes?

EASY
SINGLE CHOICE
25s
Git
by Mohamed

What is 'origin' in Git?

EASY
SINGLE CHOICE
30s
Git
by Mohamed

Git analyzes selected files and identifies exact line-by-line modifications when you run `git add`.

EASY
TRUE FALSE
25s
Git
by Mohamed

You should review and understand `git status` output before proceeding with staging or committing.

EASY
TRUE FALSE
25s
Git
by Mohamed

Staging files before committing is completely optional in Git.

EASY
TRUE FALSE
25s
Git
by Mohamed

What does SML stand for in the context of Git's staging area?

EASY
SINGLE CHOICE
30s
Git
by Mohamed

What does MDS stand for in the context of Git's staging area?

EASY
SINGLE CHOICE
30s
Git
by Mohamed

What does the `git clone` command do?

EASY
SINGLE CHOICE
30s
Git
by Mohamed

Git tracks changes to files rather than storing complete copies of files at each version.

EASY
TRUE FALSE
30s
Git
by Mohamed
PreviousPage 25 of 55Next