Search Class 10 Questions

10 results found for "duplicates" in all classes.

आंकड़ों में दोहराव होने पर क्या समस्या हो सकती है?

What problem can occur when data contain duplicates?

Explanation opens after your attempt
Correct Answer

A. परिणाम गलत दिशा में जा सकते हैंResults can move in a wrong direction

Step 1

Concept

Duplicate data can give extra importance to a value.

Step 2

Why this answer is correct

This can affect analysis and the model.

Step 3

Exam Tip

Removing duplicates can be needed in data cleaning. चरण 1: दोहराए गए आंकड़े किसी मान को अधिक महत्व दे सकते हैं। चरण 2: इससे विश्लेषण और प्रतिरूप प्रभावित हो सकता है। चरण 3: आंकड़ा सफाई में दोहराव हटाना जरूरी हो सकता है।

Open Question Page
Ask Friends

किस स्थिति में मतदाता सूची की शुद्धता सबसे सीधे प्रभावित होगी?

In which situation will the accuracy of the voter list be most directly affected?

Explanation opens after your attempt
Correct Answer

A. गलत नाम दोहराव और पुराने पते बने रहेंWrong names duplicates and old addresses remain

Step 1

Concept

Errors and duplicates reduce reliability of the list. Exam tip: remember examples of voter list accuracy.

Step 2

Why this answer is correct

The correct answer is A. गलत नाम दोहराव और पुराने पते बने रहें / Wrong names duplicates and old addresses remain. Errors and duplicates reduce reliability of the list. Exam tip: remember examples of voter list accuracy.

Step 3

Exam Tip

गलतियां और दोहराव सूची की विश्वसनीयता घटाते हैं। परीक्षा में voter list accuracy के उदाहरण याद रखें।

Open Question Page
Ask Friends

यदि \(A=\{1,1,2,2,3\}\) और \(B=\{3,2,1\}\), तो कौन सा कथन सत्य है?

If \(A=\{1,1,2,2,3\}\) and \(B=\{3,2,1\}\), which statement is true?

Explanation opens after your attempt
Correct Answer

A. (A=B)

Step 1

Concept

Repeated elements are not counted separately in a set. Both sets contain only (1,2,3).

Step 2

Why this answer is correct

The correct answer is A. (A=B). Repeated elements are not counted separately in a set. Both sets contain only (1,2,3).

Step 3

Exam Tip

दोहराए गए सदस्य समुच्चय में अलग से नहीं गिने जाते। दोनों में केवल (1,2,3) सदस्य हैं।

Open Question Page
Ask Friends

यदि \(A=\{2,4,6\}\) और \(B=\{6,2,4,4\}\) हैं, तो सही निष्कर्ष क्या है?

If \(A=\{2,4,6\}\) and \(B=\{6,2,4,4\}\), what is the correct conclusion?

Explanation opens after your attempt
Correct Answer

A. बराबरEqual

Step 1

Concept

Both sets have exactly the members (2,4,6). Order and repetition do not matter in a set.

Step 2

Why this answer is correct

The correct answer is A. बराबर / Equal. Both sets have exactly the members (2,4,6). Order and repetition do not matter in a set.

Step 3

Exam Tip

दोनों में वास्तविक सदस्य (2,4,6) ही हैं। सेट में क्रम और दोहराव नहीं गिने जाते।

Open Question Page
Ask Friends

यदि \(A=\{2,2,4,4,6,8,8,10\}\), तो (A) के अलग तत्वों की संख्या क्या है?

If \(A=\{2,2,4,4,6,8,8,10\}\), what is the number of distinct elements of (A)?

Explanation opens after your attempt
Correct Answer

B. (5)

Step 1

Concept

In a set, repeated elements are counted only once.

Step 2

Why this answer is correct

The distinct elements are (2,4,6,8,10).

Step 3

Exam Tip

Hence the number of distinct elements is (5). चरण 1: समुच्चय में दोहराए गए तत्वों को एक बार ही गिना जाता है। चरण 2: अलग तत्व (2,4,6,8,10) हैं। चरण 3: इसलिए अलग तत्वों की संख्या (5) है।

Open Question Page
Ask Friends

समुच्चय ({1,1,2,2,3,4,4}) के लिए सही (n(A)) क्या होगा?

For the set ({1,1,2,2,3,4,4}), what is the correct (n(A))?

Explanation opens after your attempt
Correct Answer

A. (4)

Step 1

Concept

Although (7) entries are written, repetitions are ignored in a set.

Step 2

Why this answer is correct

The distinct elements are (1,2,3,4).

Step 3

Exam Tip

Therefore, (n(A)=4). चरण 1: लिखे गए कुल चिन्ह (7) हैं पर समुच्चय में दोहराव नहीं गिना जाता। चरण 2: अलग तत्व (1,2,3,4) हैं। चरण 3: इसलिए (n(A)=4) है।

Open Question Page
Ask Friends

यदि \(A=\{1,2,2,3,3,3\}\), तो (n(A)) क्या होगा?

If \(A=\{1,2,2,3,3,3\}\), what is (n(A))?

Explanation opens after your attempt
Correct Answer

A. (3)

Step 1

Concept

Repeated elements are not counted separately in a set.

Step 2

Why this answer is correct

The distinct elements are only (1,2,3).

Step 3

Exam Tip

Hence (n(A)=3). चरण 1: समुच्चय में दोहराए गए तत्व अलग से नहीं गिने जाते। चरण 2: अलग तत्व केवल (1,2,3) हैं। चरण 3: इसलिए (n(A)=3) होगा।

Open Question Page
Ask Friends

यदि \(A=\{2,3,3,4\}\) और \(B=\{4,2,3\}\), तो कौन सा कथन सही है?

If \(A=\{2,3,3,4\}\) and \(B=\{4,2,3\}\), which statement is correct?

Explanation opens after your attempt
Correct Answer

B. ((A=B)) क्योंकि तत्व समान हैं(A=B) because elements are the same

Step 1

Concept

Repeated elements are not counted separately in a set.

Step 2

Why this answer is correct

Both (A) and (B) have the distinct elements (2,3,4).

Step 3

Exam Tip

Order and repetition do not affect equality of sets. चरण 1: समुच्चय में किसी तत्व की पुनरावृत्ति गिनी नहीं जाती। चरण 2: (A) और (B) दोनों के अलग तत्व (2,3,4) हैं। चरण 3: समान समुच्चय में क्रम और दोहराव का असर नहीं होता।

Open Question Page
Ask Friends

कौन सा विकल्प बराबर समुच्चयों का सही उदाहरण है?

Which option is a correct example of equal sets?

Explanation opens after your attempt
Correct Answer

A. ({1,2,3}) और ({1,2,2,3,3})({1,2,3}) and ({1,2,2,3,3})

Step 1

Concept

Equal sets must have exactly the same actual elements.

Step 2

Why this answer is correct

In the first option, removing repetitions gives ({1,2,3}) for both.

Step 3

Exam Tip

Do not treat repeated entries as new elements. चरण 1: बराबर समुच्चयों में अवयवों का वास्तविक संग्रह समान होना चाहिए। चरण 2: पहले विकल्प में दोहराव हटाने पर दोनों ({1,2,3}) बनते हैं। चरण 3: दोहराव देखकर समुच्चयों को अलग न मानें।

Open Question Page
Ask Friends

यदि \(A=\{2,3,3,5,2\}\) और \(B=\{5,2,3\}\), तो कौन सा कथन सही है?

If \(A=\{2,3,3,5,2\}\) and \(B=\{5,2,3\}\), which statement is correct?

Explanation opens after your attempt
Correct Answer

C. (A=B), क्योंकि अवयव समान हैं(A=B), because the elements are the same

Step 1

Concept

In a set, order and repetition do not matter.

Step 2

Why this answer is correct

Both sets contain exactly (2,3,5).

Step 3

Exam Tip

For equal sets, compare actual elements only. चरण 1: समुच्चय में किसी अवयव की पुनरावृत्ति और क्रम का महत्व नहीं होता। चरण 2: दोनों में वास्तविक अवयव (2,3,5) ही हैं। चरण 3: बराबर समुच्चय में केवल अवयवों की समानता जाँचें।

Open Question Page
Ask Friends