Practice Library

All MCQs

Browse exam-wise, subject-wise, and country-wise MCQs with explanations.

What is the training-time cost of standard KNN?

Choose an option to check your answer.

Why does KNN suffer from the curse of dimensionality?

Choose an option to check your answer.

Which similarity is appropriate for sparse asymmetric binary data?

Choose an option to check your answer.

When is Manhattan distance potentially preferable to Euclidean distance?

Choose an option to check your answer.

What does distance-weighted KNN do?

Choose an option to check your answer.

Why is an odd k often used for binary KNN classification?

Choose an option to check your answer.

How is k commonly selected for KNN?

Choose an option to check your answer.

What is a common effect of choosing a very large k?

Choose an option to check your answer.

What is a common effect of choosing a very small k?

Choose an option to check your answer.

What happens when k = 1 in KNN classification?

Choose an option to check your answer.

Why is KNN called a lazy learner?

Choose an option to check your answer.