Question 20 of 509
Comparing and Contrasting Data ConceptshardMultiple ChoiceObjective-mapped

Quick Answer

The correct answer is mixing quantitative and qualitative data, because the 'Income' column improperly combines numeric values like '$50,000' and '$75,000'—which are quantitative data—with categorical labels such as 'High' and 'Low'—which are qualitative data. This violation of column consistency prevents the data from being used for statistical analysis or machine learning, as the mixed types cannot be processed uniformly. On the CompTIA Data+ DA0-001 exam, this scenario tests your ability to recognize data type integrity issues, often appearing as a trick where a column appears numeric but contains text labels. A common trap is assuming all values in a column are the same type just because the column name suggests a number; always inspect the actual entries. To remember this, think of the mnemonic "No Mix in the Mix"—quantitative and qualitative data should never share a single column.

DA0-001 Comparing and Contrasting Data Concepts Practice Question

This DA0-001 practice question tests your understanding of comparing and contrasting data concepts. The scenario asks you to isolate a root cause — eliminate options that address a different problem before choosing. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

A data analyst notices that a column labeled 'Income' contains values like '$50,000' and '$75,000', but also 'High' and 'Low'. What data concept issue is occurring?

Question 1hardmultiple choice
Full question →

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Mixing quantitative and qualitative data

The 'Income' column contains both numeric values (e.g., '$50,000', '$75,000') which are quantitative data, and categorical labels ('High', 'Low') which are qualitative data. Mixing these two distinct data types in a single column violates data consistency principles and prevents proper statistical analysis or machine learning processing. This is a classic example of mixing quantitative and qualitative data.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Mixing quantitative and qualitative data

    Why this is correct

    Income should be quantitative, but text labels are qualitative.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Mixing discrete and continuous data

    Why it's wrong here

    Both numeric and text are present; the numeric could be discrete or continuous, but the issue is mixing types.

  • Mixing nominal and ordinal data

    Why it's wrong here

    Both 'High'/'Low' are ordinal, but the numeric values are quantitative, not categorical.

  • Mixing structured and unstructured data

    Why it's wrong here

    Structured vs unstructured refers to data format, not value types.

Common exam traps

Common exam trap: answer the scenario, not the keyword

CompTIA often tests the distinction between data type categories (quantitative vs. qualitative) versus subtypes (discrete/continuous or nominal/ordinal), so candidates mistakenly pick a subtype option when the core issue is the fundamental type mismatch.

Detailed technical explanation

How to think about this question

In data modeling, a column should have a single data type (e.g., INT, FLOAT, VARCHAR) to ensure type safety and enable operations like aggregation or sorting. When 'High' and 'Low' are stored alongside numeric salaries, the database must coerce the entire column to a string type, losing the ability to compute averages or sums. In real-world ETL pipelines, such mixed-type columns often cause parsing errors or require complex cleansing steps to separate categorical labels from numeric values.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Real-world example

How this comes up in practice

A practitioner preparing for the DA0-001 exam encounters this exact type of scenario on the job. The correct answer here is not the most general option — it is the best answer for the specific constraint described. Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option. Real exam questions reward reading the full scenario before eliminating options, because the constraint defines which answer fits.

What to study next

Got this wrong? Here's your next step.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Related practice questions

Related DA0-001 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free DA0-001 practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this DA0-001 question test?

Comparing and Contrasting Data Concepts — This question tests Comparing and Contrasting Data Concepts — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Mixing quantitative and qualitative data — The 'Income' column contains both numeric values (e.g., '$50,000', '$75,000') which are quantitative data, and categorical labels ('High', 'Low') which are qualitative data. Mixing these two distinct data types in a single column violates data consistency principles and prevents proper statistical analysis or machine learning processing. This is a classic example of mixing quantitative and qualitative data.

What should I do if I get this DA0-001 question wrong?

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Last reviewed: Jun 30, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This DA0-001 practice question is part of Courseiva's free CompTIA certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the DA0-001 exam.