wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Data Warehousing and OLAP Worksheet

Total questions: 106

Worksheet time: 53mins

Name
Class
Date
1.

Text mining mainly deals with

a)

A) Image data

b)

B) Video data

c)

C) Unstructured text data

d)

D) Numerical data

2.

Tokenization means

a)

A) Removing stop words

b)

B) Splitting text into words

c)

C) Stemming words

d)

D) Counting frequency

3.

Which is a stop word?

a)

A) Mining

b)

B) Data

c)

C) The

d)

D) Algorithm

4.

Stemming converts

a)

A) Run → running

b)

B) Running → run

c)

C) Data → dataset

d)

D) Text → texts

5.

Lemmatization differs from stemming because it

a)

A) Ignores grammar

b)

B) Uses dictionary meaning

c)

C) Removes punctuation

d)

D) Counts words

6.

TF in TF-IDF stands for

a)

A) Term File

b)

B) Term Frequency

c)

C) Text Factor

d)

D) Term Function

7.

A retail company initially designed a Star Schema for its data warehouse but later decided to normalize its dimension tables for better storage optimization. What type of schema does the company now use?

a)

Star Schema

b)

Snowflake Schema

c)

Fact Constellation Schema

d)

Hybrid Schema

8.

A word appearing in many documents will have

a)

A) High IDF

b)

B) Low IDF

c)

C) High TF

d)

D) Zero TF

9.

A shopping website records customer transactions, including Order ID, Product ID, Quantity, and Revenue. What type of table should store this transactional data?

a)

Fact Table

b)

Dimension Table

c)

Lookup Table

d)

Staging Table

10.

Web mining extracts information from

a)

A) Databases

b)

B) Warehouses

c)

C) Web data

d)

D) Sensors

11.

Web content mining deals with

a)

A) Page structure

b)

B) Text, images, videos

c)

C) Hyperlinks

d)

D) User logs

12.

Web structure mining focuses on

a)

A) Page text

b)

B) HTML tags

c)

C) Hyperlinks

d)

D) Cookies

13.

Which OLAP operation allows the manager to view data in more detail, focusing on a specific region?

a)

Drill-down

b)

Roll-up

c)

Slice

d)

Pivot

14.

In a data warehouse, which type of table stores historical data and is used to track changes over time?

a)

Fact Table

b)

Dimension Table

c)

Slowly Changing Dimension Table (SCD)

d)

Lookup Table

15.

A company needs to design a schema where dimension tables are highly normalized to reduce redundancy. Which schema is best suited for this requirement?

a)

Star Schema

b)

Snowflake Schema

c)

Fact Constellation Schema

d)

Galaxy Schema

16.

Web usage mining analyzes

a)

A) Web servers

b)

B) User behavior

c)

C) HTML code

d)

D) URLs

17.

Automatic classification of web documents is an example of

a)

A) Clustering

b)

B) Indexing

c)

C) Supervised learning

d)

D) Sorting

18.

Naive Bayes is used for

a)

A) Regression

b)

B) Classification

c)

C) Sorting

d)

D) Searching

19.

Spam detection is an example of

a)

A) Clustering

b)

B) Classification

c)

C) Tokenization

d)

D) Parsing

20.

Which is NOT a preprocessing step?

a)

A) Tokenization

b)

B) Stop word removal

c)

C) Normalization

d)

D) Encryption

21.

HTML tags help in

a)

A) Content mining

b)

B) Page layout structure

c)

C) Image mining

d)

D) Usage mining

22.

A bag-of-words model ignores

a)

A) Word frequency

b)

B) Grammar and word order

c)

C) Stop words

d)

D) Documents

23.

Which of the following best describes the role of an OLAP cube in data warehousing? (CO1)

a)

It stores raw transaction data

b)

It allows for quick querying and analysis of multi-dimensional data

c)

It normalizes the dimension tables for better storage

d)

It transforms data from external sources to internal formats

24.

Which of the following operations would most likely be performed during the 'Transform' phase of ETL? (CO1)

a)

Extracting data from operational databases

b)

Aggregating data for reporting

c)

Storing data in the data warehouse

d)

Cleaning and filtering data to match the data model

25.

Which of the following is an advantage of using a star schema over a snowflake schema? (CO1)

a)

It reduces redundancy in dimension tables

b)

It is easier to implement and more intuitive for querying

c)

It is better at handling many-to-many relationships

d)

It results in more normalized data

26.

Which of the following is a major disadvantage of using the snowflake schema in data warehousing? (CO1)

a)

Increased query complexity due to additional joins

b)

Increased storage space due to denormalization

c)

Inability to handle large data volumes

d)

Poor support for multi-dimensional analysis

27.

In the context of a data warehouse, a data mart is: (CO1)

a)

A subset of the data warehouse designed for a specific business function

b)

A tool used to perform analytical queries

c)

A method for normalizing data for storage

d)

A type of OLAP cube for multi-dimensional analysis

28.

Which of the following is true about OLAP (Online Analytical Processing)? (CO1)

a)

OLAP systems are designed for real-time transactional processing

b)

OLAP systems use a multidimensional model to analyze data

c)

OLAP systems are primarily used for storing large volumes of data

d)

OLAP systems focus on managing day-to-day operations

29.

In a data warehouse, the process of "drill-down" refers to: (CO1)

a)

Aggregating data at a higher level of granularity

b)

Breaking down data into more detailed levels of granularity

c)

Querying data from a specific time period

d)

Summarizing data into key performance indicators (KPIs)

30.

Which of the following describes the main function of a data cube in OLAP? (CO1)

a)

To optimize ETL processes

b)

To enable multidimensional data querying and analysis

c)

To store operational transaction data

d)

To perform real-time processing of data

31.

What does the "Extract" phase in the ETL process primarily involve? (CO1)

a)

Filtering data to meet business needs

b)

Aggregating data into summary formats

c)

Fetching data from various source systems

d)

Storing data in the data warehouse

32.

In dimensional modeling, which of the following is an example of a "dimension"? (CO1)

a)

Sales revenue

b)

Customer

c)

Sales transaction

d)

Product quantity

33.

In a sales dataset with dimensions for Time (Day, Week, Month), Product (Category, Sub-category), and Region (Country, City), you wish to compare total sales for different regions within the same product category for a specific month. Which OLAP operation would you use? (CO1)

a)

Roll-up

b)

Dicing

c)

Drill-down

d)

Slice

34.

You are working with a data cube that contains dimensions for Time, Product, and Geography. To view sales data for a specific year, across all products and regions, which OLAP operation would you use? (CO1)

a)

Slice

b)

Drill-down

c)

Roll-up

d)

Dicing

35.

In an OLAP system, if you want to navigate from a high-level overview (e.g., total sales) to a detailed breakdown (e.g., sales by product or region), which OLAP operation would you use? (CO1)

a)

Slice

b)

Drill-down

c)

Roll-up

d)

Pivot

36.

A user wants to examine sales for a product across multiple regions, but only for a specific time period (e.g., January 2024). Which OLAP operation would you apply? (CO1)

a)

Slice

b)

Pivot

c)

Drill-down

d)

Roll-up

37.

When analyzing sales data, you decide to view the total sales of a product category for the entire year, summarized by region. What OLAP operation is being performed? (CO1)

a)

Slice

b)

Drill-down

c)

Roll-up

d)

Dicing

38.

If a user wants to compare total sales across multiple regions for a specific product category and time period, which OLAP operation should be used?

a)

Drill-down

b)

Pivot

c)

Slice

d)

Roll-up

39.

Which OLAP operation is used to focus on a specific subset of data by selecting a single value for one dimension while keeping the other dimensions fixed?

a)

Slice

b)

Roll-up

c)

Pivot

d)

Drill-down

40.

Which of the following describes the relationship between fact tables and dimension tables in a star schema?

a)

The fact table contains multiple foreign keys, each referring to a primary key in a dimension table.

b)

The fact table has one-to-one relationships with each dimension table.

c)

The dimension tables contain foreign keys that refer to the fact table.

d)

Fact tables do not have any relationship with dimension tables.

41.

During the ETL process, when data is being loaded into the data warehouse, which of the following actions is typically performed?

a)

Data transformation rules are applied.

b)

Data is aggregated to generate summaries.

c)

Data is directly written to the fact table without checking for duplicates.

d)

Data is stored in the staging area temporarily.

42.

Which of the following best describes the Extract phase of the ETL process?

a)

Aggregating data into a consistent format.

b)

Loading transformed data into the target data warehouse.

c)

Retrieving raw data from multiple source systems.

d)

Validating and cleaning the data for transformation.

43.

A fact table in a data warehouse typically contains:

a)

Descriptive attributes like customer name, product description, etc.

b)

Quantitative data such as sales revenue, units sold, etc.

c)

Hierarchical relationships between dimensions.

d)

A set of foreign keys linking to dimension tables, but no actual numeric data.

44.

Which of the following statements best describes a Data Mart?

a)

A Data Mart is a centralized repository for the entire organization's data.

b)

A Data Mart is a subset of a Data Warehouse, typically focused on a specific business area.

c)

A Data Mart contains raw, unprocessed data only.

d)

A Data Mart is used exclusively for storing transactional data.

45.

Which of the following is true about dependent Data Marts?

a)

They are built independently of the central Data Warehouse.

b)

They contain data that is not linked to the central Data Warehouse.

c)

They pull data directly from the central Data Warehouse and focus on a specific business area.

d)

They do not support OLAP operations.

46.

Which of the following best describes a star schema in dimensional data modeling?

a)

The fact table is normalized.

b)

The dimension tables are normalized.

c)

The fact table is denormalized, and dimension tables are usually not normalized.

d)

The schema requires multiple joins for efficient query processing.

47.

Which of the following is a key disadvantage of using a star schema?

a)

Increased complexity in query processing.

b)

Data redundancy in dimension tables.

c)

Requires more storage space compared to the snowflake schema.

d)

Difficulty in maintaining data consistency across dimension tables.

48.

In a snowflake schema, the dimension tables are typically:

a)

Denormalized to reduce data redundancy.

b)

Fully normalized into multiple related tables.

c)

Stored in separate schemas from the fact table.

d)

Stored as views, not tables.

49.

Which of the following best describes the main advantage of a snowflake schema over a star schema?

a)

Better query performance due to fewer joins.

b)

Better space utilization due to normalization.

c)

Reduced complexity in the fact table.

d)

Easier for OLAP systems to process.

50.

In a star schema, the fact table typically contains:

a)

Primary keys of the dimension tables.

b)

Descriptive attributes like customer names.

c)

Hierarchical relationships between dimensions.

d)

Calculated values for aggregated data.

51.

In a snowflake schema, which of the following is true about the relationships between dimension tables?

a)

Dimension tables are normalized into several smaller tables.

b)

Each dimension table is independent and not linked to other tables.

c)

Dimension tables are denormalized for faster querying.

d)

All dimension tables contain fact data.

52.

What is the primary purpose of using a fact table in dimensional data modeling?

a)

To store descriptive attributes like customer names and product categories.

b)

To store the transactional or quantitative data (e.g., sales revenue, quantity sold).

c)

To store time-related data for analysis.

d)

To store foreign keys of related dimension tables.

53.

In a dimensional data model, what does the "drill-down" operation refer to?

a)

Aggregating data to a higher level of granularity.

b)

Filtering data to focus on a specific subset.

c)

Navigating from summarized data to more detailed data.

d)

Pivoting the data to examine it from different angles.

54.

Which of the following is a characteristic of OLAP query processing?

a)

OLAP queries focus on retrieving and updating operational data.

b)

OLAP queries perform complex calculations and aggregations on multi-dimensional data.

c)

OLAP queries are optimized for transactional processing.

d)

OLAP queries are designed for low-latency, real-time data retrieval.

55.

What is a common characteristic of both the star and snowflake schema in dimensional data modeling? (CO1)

a)

Both schemas involve multiple fact tables.

b)

Both schemas store only summarized data.

c)

Both schemas require the use of foreign keys to link dimension tables to fact tables.

d)

Both schemas store normalized data in the dimension tables.

56.

Which of the following is a key benefit of using a star schema over a snowflake schema? (CO1)

a)

Faster query performance due to fewer joins between tables.

b)

Easier to maintain data consistency across multiple tables.

c)

Better support for historical data and trends.

d)

More normalized data structures for better storage efficiency.

57.

What does the "roll-up" operation in OLAP allow users to do? (CO1)

a)

Navigate from detailed data to a summarized or higher level of granularity.

b)

Filter the data based on certain conditions or criteria.

c)

View data across different dimensions simultaneously.

d)

Drill into more granular levels of data.

58.

In dimensional data modeling, which of the following describes a "dimension"? (CO1)

a)

A fact table containing quantitative data.

b)

An attribute or category by which data can be segmented (e.g., product, time, location).

c)

A set of foreign keys linking the fact table to dimension tables.

d)

A set of aggregated values representing key metrics.

59.

What is the main purpose of using dimension tables in a dimensional data model? (CO1)

a)

To store transactional data for analysis.

b)

To provide context for analyzing the quantitative data in the fact table.

c)

To store aggregated summary data.

d)

To store multi-dimensional data for OLAP analysis.

60.

Which of the following best describes the main difference between OLTP and OLAP systems? (CO1)

a)

OLTP is designed for large-scale analytical queries, while OLAP is designed for transaction-based operations.

b)

OLTP is designed for real-time transactional data, while OLAP is designed for complex data analysis and reporting.

c)

OLTP systems do not support data analysis, whereas OLAP systems focus on small-scale transaction processing.

d)

OLAP systems process real-time data, while OLTP handles batch processing.

61.

Which of the following operations would typically be performed in an OLAP system but not in an OLTP system? (CO1)

a)

Inserting new records

b)

Deleting records

c)

Aggregating and summarizing data

d)

Updating transactional data

62.

Which of the following is most commonly stored in an OLTP system? (CO1)

a)

Data for analysis and reporting purposes

b)

Historical data aggregated for business insights

c)

Real-time transactional data such as sales orders or inventory updates

d)

Summarized data used for decision-making

63.

OLAP systems are optimized for which of the following? (CO1)

a)

Insert, update, and delete operations

b)

Transactional operations with a focus on speed

c)

Complex queries for business intelligence and trend analysis

d)

Real-time processing of operational data

64.

Which of the following is a key characteristic of OLTP systems? (CO1)

a)

Large volumes of data processed at once

b)

Complex queries that require aggregation

c)

Simple queries that deal with small records and fast transaction times

d)

Data is often historical and used for reporting purposes

65.

When comparing OLTP and OLAP, which statement is true about OLAP systems? (CO1)

a)

OLAP systems support detailed and high-frequency transactions.

b)

OLAP systems handle millions of small transactions per second.

c)

OLAP systems are designed for performing complex analyses and aggregations on large volumes of data.

d)

OLAP systems are optimized for data entry and transactional consistency.

66.

Which of the following is a characteristic of OLTP systems in terms of data volume and processing? (CO1)

a)

High data volume with large historical datasets

b)

Low data volume with frequent updates, inserts, and deletes

c)

Data is generally aggregated for reporting and analysis

d)

Complex multi-dimensional analysis

67.

Which of the following operations would likely be done in an OLTP system rather than an OLAP system? (CO1)

a)

Running a report showing sales for the last five years

b)

Inserting a new customer order into the database

c)

Aggregating data for performance analysis

d)

Performing trend analysis based on historical data

68.

Which of the following systems would most likely use a star or snowflake schema? (CO1)

a)

OLTP systems for transactional processing

b)

OLAP systems for data analysis and reporting

c)

OLTP systems for handling inventory data

d)

OLAP systems for real-time processing of orders

69.

Which type of system is most likely to use a large number of transactions per second with a focus on real-time processing? (CO1)

a)

OLTP system

b)

OLAP system

c)

Both OLTP and OLAP systems

d)

Neither OLTP nor OLAP systems

70.

Which of the following best describes an Operational System? (CO1)

a)

A system designed for long-term strategic decision-making and complex queries.

b)

A system designed to handle routine transactions and day-to-day operations.

c)

A system used for analyzing historical data for decision support.

d)

A system designed for reporting purposes and aggregating data.

71.

Which of the following is a key feature of Decision Support Systems (DSS)? (CO1)

a)

They are designed to handle routine, day-to-day business operations.

b)

They provide real-time data processing for operational needs.

c)

They assist in complex decision-making by analyzing large datasets.

d)

They focus on transactional processing and operational efficiency.

72.

Which of the following is the primary goal of an Operational System? (CO1)

a)

To assist in decision-making and strategic planning.

b)

To process large volumes of data and generate complex reports.

c)

To process and record day-to-day business transactions.

d)

To analyze historical trends for forecasting and budgeting.

73.

Which system is typically used for activities like order processing, inventory management, and payroll? (CO1)

a)

Decision Support System (DSS)

b)

Operational Support System (OSS)

c)

Executive Information System (EIS)

d)

Transaction Processing System (TPS)

74.

Which of the following would NOT typically be a function of a Decision Support System (DSS)? (CO1)

a)

Analyzing trends and making predictions based on historical data.

b)

Generating routine operational reports for day-to-day management.

c)

Evaluating the impact of different strategies on business performance.

d)

Supporting decisions related to resource allocation and budgeting.

75.

Which of the following systems is designed to support the operational level of an organization? (CO1)

a)

Decision Support System (DSS)

b)

Executive Information System (EIS)

c)

Transaction Processing System (TPS)

d)

Knowledge Management System (KMS)

76.

Which of the following is a primary characteristic of Operational Systems? (CO1)

a)

Focused on data aggregation and analysis for decision-making.

b)

Handles real-time data for routine business processes.

c)

Supports high-level strategic decision-making for executives.

d)

Designed for managing large datasets for long-term forecasting.

77.

What is the main focus of Decision Support Systems (DSS)? (CO1)

a)

Recording daily transactions and operational activities.

b)

Analyzing data to help managers make informed decisions.

c)

Optimizing operational workflows and enhancing efficiency.

d)

Ensuring the consistency of transactional data.

78.

Which of the following best describes the primary function of an Operational Support System (OSS)? (CO1)

a)

To assist in data analysis and decision-making for upper management.

b)

To manage and execute the day-to-day activities and operations of an organization.

c)

To track and analyze financial data for long-term planning.

d)

To assist in reporting and analysis for strategic decision-making.

79.

In which type of system would you typically find reports such as sales data, inventory levels, and customer orders? (CO1)

a)

Decision Support System (DSS)

b)

Executive Information System (EIS)

c)

Operational Support System (OSS)

d)

Transaction Processing System (TPS)

80.

Which system is primarily concerned with helping managers analyze information for decision-making and problem-solving? (CO1)

a)

Transaction Processing System (TPS)

b)

Executive Information System (EIS)

c)

Decision Support System (DSS)

d)

Knowledge Management System (KMS)

81.

Which of the following is NOT typically a function of an Operational System? (CO1)

a)

Processing daily transactions such as sales, inventory, and customer orders.

b)

Generating operational reports for immediate management decisions.

c)

Supporting real-time decision-making by top-level executives.

d)

Maintaining the integrity of transactional data for reporting and compliance.

82.

Which of the following is an example of how a Decision Support System (DSS) is used? (CO1)

a)

Analyzing sales trends over a period of time to forecast future demand.

b)

Recording customer orders as they are placed in real time.

c)

Processing payroll and employee data for day-to-day operations.

d)

Managing the daily inventory levels for a retail store.

83.

Which system would be most appropriate for tracking inventory in real-time during store operations? (CO1)

a)

Transaction Processing System (TPS)

b)

Decision Support System (DSS)

c)

Knowledge Management System (KMS)

d)

Executive Information System (EIS)

84.

Which of the following is a key difference between Operational Systems and Decision Support Systems? (CO1)

a)

Operational Systems process real-time data, while Decision Support Systems analyze historical data for insights.

b)

Operational Systems focus on strategic decision-making, while DSS supports transactional operations.

c)

Operational Systems aggregate data for long-term planning, while DSS performs real-time processing.

d)

Operational Systems are used only for reporting, while DSS manages transactions.

85.

Which of the following is the primary goal of a data warehouse? (CO1)

a)

To store real-time transactional data.

b)

To support decision-making processes by storing historical data.

c)

To manage operational data for daily business operations.

d)

To store unstructured data for analysis.

86.

Which of the following is NOT a characteristic of a Data Warehouse? (CO1)

a)

It supports decision-making and data analysis.

b)

It integrates data from multiple sources.

c)

It stores real-time transactional data.

d)

It stores historical and aggregated data.

87.

Which architecture is typically used for implementing a data warehouse? (CO1)

a)

Client-server architecture

b)

Two-tier architecture

c)

Three-tier architecture

d)

Peer-to-peer architecture

88.

Which of the following is a component of the Data Warehouse architecture? (CO1)

a)

Data mart

b)

Operational database

c)

Data staging area

d)

Data lakes

89.

Which of the following processes is NOT part of ETL (Extract, Transform, Load) in a Data Warehouse? (CO1)

a)

Extracting data from source systems

b)

Transforming data into a usable format

c)

Storing real-time transactional data

d)

Loading transformed data into the data warehouse

90.

In a Data Warehouse, what is the purpose of the staging area? (CO1)

a)

To store final processed data used for reporting

b)

To perform complex queries on operational data

c)

To temporarily store data before it is cleaned and transformed

d)

To store aggregated data for decision-making

91.

Which of the following is a feature of a Data Warehouse that differentiates it from an OLTP system? (CO1)

a)

It stores real-time transactional data.

b)

It supports decision-making by providing historical data and trends.

c)

It processes millions of small transactions per second.

d)

It focuses on updating data in real time.

92.

What is the primary function of a Data Mart in a Data Warehouse architecture? (CO1)

a)

To perform ETL operations for the entire organization

b)

To store detailed data for operational reporting

c)

To store a subset of the data warehouse tailored to a specific business unit

d)

To store unstructured data used for analysis

93.

Which of the following is the first step in the ETL process? (CO1)

a)

Data Transformation

b)

Data Loading

c)

Data Extraction

d)

Data Cleaning

94.

Which of the following is NOT typically a source for data loading into a Data Warehouse? (CO1)

a)

Operational databases

b)

External data sources

c)

Data marts

d)

Transactional applications

95.

Which of the following is a key feature of the architecture of a Data Warehouse? (CO1)

a)

It supports only real-time transactional processing.

b)

It separates data storage and processing into different layers.

c)

It integrates only data from a single source.

d)

It does not include an operational database for transaction management.

96.

In the context of Data Warehousing, what does the term "Data Granularity" refer to? (CO1)

a)

The level of detail or summarization of the data stored in the warehouse

b)

The speed at which data is processed in the warehouse

c)

The size of the data stored in the warehouse

d)

The structure and format of the data stored in the warehouse

97.

Which of the following types of schema is commonly used in a Data Warehouse? (CO1)

a)

Relational schema

b)

Star schema

c)

Object-oriented schema

d)

Hierarchical schema

98.

Which of the following is an advantage of using a Data Warehouse for business analysis? (CO1)

a)

Provides real-time processing of operational transactions

b)

Consolidates data from multiple sources for easy reporting and analysis

c)

Supports immediate updates of operational systems

d)

Provides transactional data with minimal transformation

99.

Which of the following is a disadvantage of using a Data Warehouse? (CO1)

a)

It allows real-time access to transactional data.

b)

It can require significant storage and processing power.

c)

It is less complex compared to OLTP systems.

d)

It only supports operational reporting, not decision support.

100.

__ system is market oriented and is used for data analysis by knowledge workers including Managers, Executives, and Analysts. (CO1)

a)

OLTP

b)

OLAP

c)

Data System

d)

Market System

101.

Which of the following is NOT a major functionality of data mining? (CO2)

a)

Association Rule Mining

b)

Classification

c)

Data Encryption

d)

Clustering

102.

Which of the following is the correct sequence of steps in the KDD (Knowledge Discovery in Databases) process? 1. Data Selection 2. Data Preprocessing 3. Data Transformation 4. Data Mining 5. Pattern Evaluation (CO2)

a)

1 → 2 → 3 → 4 → 5

b)

2 → 3 → 1 → 4 → 5

c)

1 → 3 → 2 → 4 → 5

d)

1 → 2 → 4 → 3 → 5

103.

A dataset contains 10,000 records, and a classification algorithm is applied to predict whether a customer will purchase a product. The classification accuracy obtained is 85%. How many instances are incorrectly classified? (CO2)

a)

850

b)

1,500

c)

2,000

d)

3,000

104.

A dataset contains 5% missing values in a column. Which of the following methods is NOT an appropriate technique for handling missing values? (CO2)

a)

Deleting rows with missing values

b)

Replacing missing values using mean or median

c)

Replacing missing values with randomly generated values

d)

Using regression-based imputation

105.

Min-Max normalization is applied to a dataset with values ranging from 50 to 250, converting them into a range [0,1]. What will be the normalized value of 150? (CO2)

a)

0.25

b)

0.50

c)

0.75

d)

1.00

106.

Which of the following sampling techniques is most effective for reducing biased representation in large datasets? (CO2)

a)

Random Sampling

b)

Stratified Sampling

c)

Cluster Sampling

d)

Systematic Sampling