Class 12 Artificial Intelligence - Part B Subject Specific Skills - Machine Learning Basics Easy Quiz

Topic Quiz • 16 questions • 40 seconds per question.

Topic question bank 16 Questions
Time Left 10:40 40 sec/question
RewardsCoins + XP
ModeClassic Quiz
Share
Question 1 / 16 0 score
Answered 0/16 Correct 0 Time 10:40

यंत्र अधिगम का सरल अर्थ क्या है?

What is the simple meaning of machine learning?

Explanation opens after your attempt
Correct Answer

A. आंकड़ों से सीखकर परिणाम देनाLearning from data and giving results

Step 1

Concept

In machine learning a system learns from examples.

Step 2

Why this answer is correct

It uses learned information to decide on new data.

Step 3

Exam Tip

It is an important branch of AI. चरण 1: यंत्र अधिगम में प्रणाली उदाहरणों से सीखती है। चरण 2: सीखी हुई जानकारी से वह नए आंकड़ों पर निर्णय देती है। चरण 3: इसे कृत्रिम बुद्धिमत्ता की महत्वपूर्ण शाखा माना जाता है।

Open Question Page
Ask Friends

प्रशिक्षण आंकड़ों का उपयोग किसलिए किया जाता है?

What are training data used for?

Explanation opens after your attempt
Correct Answer

A. मॉडल को सीखाने के लिएTo train the model

Step 1

Concept

Training data are a set of examples.

Step 2

Why this answer is correct

The model learns relationships from these examples.

Step 3

Exam Tip

Correct training data improve model quality. चरण 1: प्रशिक्षण आंकड़े उदाहरणों का समूह होते हैं। चरण 2: मॉडल इन्हीं उदाहरणों से संबंध सीखता है। चरण 3: सही प्रशिक्षण आंकड़े मॉडल की गुणवत्ता बढ़ाते हैं।

Open Question Page
Ask Friends

परीक्षण आंकड़ों का मुख्य काम क्या है?

What is the main work of test data?

Explanation opens after your attempt
Correct Answer

A. मॉडल के प्रदर्शन को जांचनाTo check model performance

Step 1

Concept

Test data are used after learning.

Step 2

Why this answer is correct

They show how the model works on new data.

Step 3

Exam Tip

In exams connect it with evaluation. चरण 1: परीक्षण आंकड़े सीखने के बाद उपयोग किए जाते हैं। चरण 2: इनसे पता चलता है कि मॉडल नए आंकड़ों पर कैसा काम करता है। चरण 3: परीक्षा में इसे मूल्यांकन से जोड़ें।

Open Question Page
Ask Friends

सुव्यवस्थित अधिगम में क्या दिया जाता है?

What is provided in supervised learning?

Explanation opens after your attempt
Correct Answer

A. इनपुट के साथ सही उत्तरCorrect answer with input

Step 1

Concept

Supervised learning uses examples with correct results.

Step 2

Why this answer is correct

The model learns the relation between input and answer.

Step 3

Exam Tip

Classification and prediction can be examples. चरण 1: सुव्यवस्थित अधिगम में उदाहरणों के साथ सही परिणाम दिए जाते हैं। चरण 2: मॉडल इनसे इनपुट और उत्तर का संबंध सीखता है। चरण 3: वर्गीकरण और पूर्वानुमान इसके उदाहरण हो सकते हैं।

Open Question Page
Ask Friends

अव्यवस्थित अधिगम में मॉडल क्या खोजता है?

What does a model find in unsupervised learning?

Explanation opens after your attempt
Correct Answer

A. आंकड़ों में छिपे समूह या ढांचेHidden groups or patterns in data

Step 1

Concept

In unsupervised learning correct answers are not already given.

Step 2

Why this answer is correct

The model finds groups or patterns itself.

Step 3

Exam Tip

Clustering is a common example. चरण 1: अव्यवस्थित अधिगम में सही उत्तर पहले से नहीं दिए जाते। चरण 2: मॉडल स्वयं समूह या ढांचे खोजता है। चरण 3: समूह बनाना इसका सामान्य उदाहरण है।

Open Question Page
Ask Friends

वर्गीकरण कार्य में मॉडल क्या करता है?

What does a model do in classification?

Explanation opens after your attempt
Correct Answer

A. इनपुट को किसी वर्ग में रखता हैPlaces input into a category

Step 1

Concept

In classification the result belongs to different categories.

Step 2

Why this answer is correct

The model selects a suitable category for the input.

Step 3

Exam Tip

Classifying email as normal or spam is an example. चरण 1: वर्गीकरण में परिणाम अलग-अलग वर्गों में होता है। चरण 2: मॉडल इनपुट देखकर उचित वर्ग चुनता है। चरण 3: ईमेल को सामान्य या अवांछित बताना इसका उदाहरण है।

Open Question Page
Ask Friends

पूर्वानुमान कार्य में मॉडल सामान्यतः क्या बताता है?

What does a model usually give in prediction or regression?

Explanation opens after your attempt
Correct Answer

A. संख्यात्मक मानNumerical value

Step 1

Concept

In regression a model estimates a quantity.

Step 2

Why this answer is correct

The result is often a number.

Step 3

Exam Tip

Predicting house price is a simple example. चरण 1: पूर्वानुमान में मॉडल किसी मात्रा का अनुमान लगाता है। चरण 2: परिणाम अक्सर संख्या के रूप में होता है। चरण 3: घर की कीमत बताना इसका सरल उदाहरण है।

Open Question Page
Ask Friends

मॉडल का अर्थ कृत्रिम बुद्धिमत्ता में क्या होता है?

What does model mean in artificial intelligence?

Explanation opens after your attempt
Correct Answer

A. सीखे हुए नियमों वाला ढांचाA structure with learned rules

Step 1

Concept

A model builds rules or structure from data.

Step 2

Why this answer is correct

That structure gives results for new input.

Step 3

Exam Tip

The model is improved through training and testing. चरण 1: मॉडल आंकड़ों से सीखकर नियम या ढांचा बनाता है। चरण 2: वही ढांचा नए इनपुट पर परिणाम देता है। चरण 3: मॉडल को प्रशिक्षण और परीक्षण से सुधारा जाता है।

Open Question Page
Ask Friends

वर्गीकरण और पूर्वानुमान में मुख्य अंतर क्या है?

What is the main difference between classification and regression?

Explanation opens after your attempt
Correct Answer

A. वर्गीकरण वर्ग बताता है पूर्वानुमान संख्या बताता हैClassification gives a class regression gives a number

Step 1

Concept

In classification the answer is a category.

Step 2

Why this answer is correct

In regression the answer can be a number.

Step 3

Exam Tip

In exams remember the category and number difference. चरण 1: वर्गीकरण में उत्तर किसी वर्ग में होता है। चरण 2: पूर्वानुमान में उत्तर संख्या हो सकता है। चरण 3: परीक्षा में वर्ग और संख्या का अंतर याद रखें।

Open Question Page
Ask Friends

समूह बनाना किस प्रकार के अधिगम से जुड़ा है?

Clustering is related to which type of learning?

Explanation opens after your attempt
Correct Answer

A. अव्यवस्थित अधिगमUnsupervised learning

Step 1

Concept

In clustering correct answers are not given beforehand.

Step 2

Why this answer is correct

The model groups similar examples.

Step 3

Exam Tip

So it is related to unsupervised learning. चरण 1: समूह बनाने में पहले से सही उत्तर नहीं दिए जाते। चरण 2: प्रतिरूप समान उदाहरणों को समूह में रखता है। चरण 3: इसलिए यह अव्यवस्थित अधिगम से जुड़ा है।

Open Question Page
Ask Friends

प्रशिक्षण और परीक्षण आंकड़ों को अलग रखना क्यों जरूरी है?

Why is it important to keep training and testing data separate?

Explanation opens after your attempt
Correct Answer

A. नए आंकड़ों पर प्रतिरूप की क्षमता जांचने के लिएTo check model ability on new data

Step 1

Concept

The model learns from training data.

Step 2

Why this answer is correct

Test data act like new examples.

Step 3

Exam Tip

Keeping them separate gives a better idea of real performance. चरण 1: प्रशिक्षण आंकड़ों से प्रतिरूप सीखता है। चरण 2: परीक्षण आंकड़े नए उदाहरणों जैसा व्यवहार करते हैं। चरण 3: अलग रखने से वास्तविक प्रदर्शन का अंदाजा मिलता है।

Open Question Page
Ask Friends

समूह निर्माण में समानता क्यों महत्वपूर्ण है?

Why is similarity important in clustering?

Explanation opens after your attempt
Correct Answer

A. क्योंकि समान उदाहरण एक समूह में रखे जाते हैंBecause similar examples are placed in one group

Step 1

Concept

In clustering labels are not given beforehand.

Step 2

Why this answer is correct

The model forms groups by checking similarity.

Step 3

Exam Tip

Therefore similarity is its main base. चरण 1: समूह निर्माण में पहले से वर्ग चिह्न नहीं होता। चरण 2: प्रतिरूप समानता देखकर समूह बनाता है। चरण 3: इसलिए समानता इसका मुख्य आधार है।

Open Question Page
Ask Friends

वर्गीकरण प्रतिरूप के लिए उपयुक्त परिणाम कौन सा है?

Which is a suitable output for a classification model?

Explanation opens after your attempt
Correct Answer

A. रोगी है या रोगी नहींSick or not sick

Step 1

Concept

Classification gives output as a category.

Step 2

Why this answer is correct

Sick or not sick is a two class example.

Step 3

Exam Tip

Price and temperature values are related to regression tasks. चरण 1: वर्गीकरण में परिणाम वर्ग के रूप में होता है। चरण 2: रोगी है या नहीं यह दो वर्गों वाला उदाहरण है। चरण 3: कीमत और तापमान संख्या पूर्वानुमान कार्यों से जुड़े हैं।

Open Question Page
Ask Friends

पूर्वानुमान प्रतिरूप के लिए उपयुक्त परिणाम कौन सा है?

Which is a suitable output for a regression model?

Explanation opens after your attempt
Correct Answer

A. मकान की कीमत का अनुमानEstimated price of a house

Step 1

Concept

Regression gives a numerical value.

Step 2

Why this answer is correct

House price is given as a number.

Step 3

Exam Tip

Category based answers belong to classification. चरण 1: पूर्वानुमान में परिणाम संख्यात्मक मान होता है। चरण 2: मकान की कीमत संख्या के रूप में बताई जाती है। चरण 3: वर्ग वाले उत्तर वर्गीकरण से जुड़े हैं।

Open Question Page
Ask Friends

सुव्यवस्थित अधिगम और अव्यवस्थित अधिगम में मुख्य अंतर क्या है?

What is the main difference between supervised and unsupervised learning?

Explanation opens after your attempt
Correct Answer

A. सुव्यवस्थित अधिगम में सही उत्तर दिए जाते हैंCorrect answers are given in supervised learning

Step 1

Concept

Supervised learning has examples with correct outputs.

Step 2

Why this answer is correct

Unsupervised learning finds patterns by itself.

Step 3

Exam Tip

Availability of correct answers is the main difference. चरण 1: सुव्यवस्थित अधिगम में उदाहरण और सही परिणाम मिलते हैं। चरण 2: अव्यवस्थित अधिगम में प्रतिरूप स्वयं ढांचे खोजता है। चरण 3: सही उत्तर की उपलब्धता मुख्य अंतर है।

Open Question Page
Ask Friends

समूह निर्माण का उपयोग किस स्थिति में उपयुक्त है?

When is clustering suitable to use?

Explanation opens after your attempt
Correct Answer

A. जब समान ग्राहकों के समूह खोजने होंWhen groups of similar customers must be found

Step 1

Concept

Clustering places similar examples together.

Step 2

Why this answer is correct

Groups can be made by customer behavior similarity.

Step 3

Exam Tip

It is a use of unsupervised learning. चरण 1: समूह निर्माण समान उदाहरणों को साथ रखता है। चरण 2: ग्राहक व्यवहार में समानता देखकर समूह बनाए जा सकते हैं। चरण 3: यह अव्यवस्थित अधिगम का उपयोग है।

Open Question Page
Ask Friends
FAQs

Class 12 Artificial Intelligence Quiz FAQs

How many questions are in this quiz?

This topic quiz currently has 16 active questions from the selected topic.

Is there a timer in this quiz?

Yes, the timer uses 40 seconds per question for Easy difficulty and shows the total remaining time on the page.

Can I open each question separately?

Yes, every question has its own SEO-friendly page with answer, explanation and related practice links.