Learn/ 9th Computer Science/ Unit 9 /Short Questions

Unit 9: Data Science and Data Gathering — Short Questions

9th Class Computer Science · Unit 9: Data Science and Data Gathering

Data & Its Components

1.Differentiate between Qualitative and Nominal Data.

Qualitative data refers to categories or labels that describe qualities or characteristics rather than quantities. Nominal data is used to label or categorize items without implying any order.

2.Distinguishes between Structured and Unstructured data.

Structured Data is organized and formatted for easy searching and analysis: examples include data in spread-sheets and traditional databases. Unstructured Data is more free-form and doesn't fit into a specific format.

3.What is Spreadsheet?

A spreadsheet is a digital application or software tool that organizes, analyzes, and stores data in tabular format. It is composed of a grid of rows and columns, with each intersection forming a cell.

4.Define Data Backup.

A backup is a copy of important data or files stored separately from the original, used to protect against data loss.

5.What do you know about NoSQL?

NoSQL stands for "Not Only SQL" and refers to a variety of database technologies designed to handle different types of data that may not fit well into traditional databases.

6.Define Data Pre-Processing.

Data pre-processing is the initial and important step in working with data. It involves cleaning and organizing it for analysis.

7.What does represent Ordinal data?

Ordinal data represents categories with a meaningful order, though the differences between categories are not uniform.

8.Define data science.

Data science is the branch of knowledge, in which computer programming skills along with mathematics and statistics are used to extract meaningful information from a collection of data.

9.What is a computer system?

A computer system is a fundamental and important part of modern life. It has revolutionized the way we work, communicate, learn, and entertain ourselves. In today's world, we are surrounded by a lot of data, which may be on our computer system or otherwise.

10.Describe the role of big data in the Internet of Things (IoT).

Big data plays a significant role in the Internet of Things (IoT) ecosystem by enabling the collection, storage, processing, and analysis of massive volumes of data generated by IoT devices. IoT devices generate continuous data.

11.Describe data visualization.

Data visualization is the graphical representation of data to get meaningful insights, trends, and patterns from data. The visual elements which help in data visualization are charts, graphs, maps, figures, and dashboards, etc.

12.What are the online data sources? Give example.

These include websites, databases, and digital tools where you can find and collect information. For example, if you're researching the most popular pets, you might use the internet to find statistics or articles about pet ownership.

13.What is a Survey?

It is a method of collecting information from individuals. The basic purpose of a survey is to collect data to describe different characteristics such as usefulness, quality, price, kindness, etc.

14.Distinguishes between Primary data collection and Secondary data collection.

• Primary Data Collection: Involves the collection of original data directly from the data source or via direct interaction with the respondent.
• Secondary Data Collection: Involves data collection using existing data collected by someone else for some purpose. Such data is usually available in the form of published material like research papers, books, websites, etc.

15.How the process of data collecting can be measured?

Data collection is the systematic process of gathering, documenting, and organizing data from a variety of sources to extract significant insights, facilitate informed decision-making, or allow for rigorous analysis.

16.Describe the role of data science.

Data Science plays a crucial role in determining the place of various products in various shelves of the supermarket. Data science involves gathering, analyzing, and interpreting large amounts of data to find patterns and useful information.

Statistics

17.What do you know about summary statistics?

It is information about the data in a sample. It can help understand the values better. It may include the total number of values, minimum value, maximum value, along with the mean value and the standard deviation corresponding to a data collection.

18.Define the term Statistics and Probability?

Statistics is the analysis of the frequency of past events and probability is to predict the likelihood of future events. Statistics is used in various fields such as science, business, economic, social sciences, and more, to understand patterns, trends, and relationships within data.

19.Define E-Commerce.

E-commerce, short for electronic commerce, refers to the buying and selling of goods and services over the internet. It encompasses a wide range of online transactions, including retail sales, business-to-business (B2B) transactions, online auctions, and digital downloads of products like software, music, and books.

Big Data

20.What are the three Vs of big data?

The three Vs of big data are:
• Volume: Refers to the amount of data. Big data deals with huge volumes of low-density, unstructured data.
• Velocity: Refers to the speed of data, which is the fast rate at which data is received.
• Variety: Refers to the various formats and types of data that are available. Traditional data types were structured and fit neatly in a relational database.

21.Describe any two benefits of big data.

• Predictive Maintenance: It is a maintenance strategy that uses the analysis of existing data to predict when equipment, machinery, or a product is likely to fail.
• Fraud and Compliance: Big data analytics can identify and detect unusual suspicious patterns and anomalies.

Quantitative analysis

22.Define Range.

The range is the simplest measure of spread. It is the difference between the highest and lowest values. For example, for the test scores 60, 75, 83, 91, and 95, the range is 95-60=35.

23.Define Variance.

Variance measures how spread out the values are from the mean. It gives a sense of how much the values in a dataset vary from the mean. Formula for the variance is:
S² = Σ(xi-x̄)²/(n-1)

24.Write the formula of Standard Deviation.

Formula for standard deviation is:
S = √(Σ(xi - x̄)²)/(n - 1)