Which type of data is typically organised in rows and columns, making it easy to input, store, query and analyse?
- Unstructured Data
- Semi-structured Data
- Structured Data
- Qualitative Data
Answer
Structured Data
Reason — Structured data is neatly organised and easily searchable, often found in databases or spreadsheets. It is arranged in rows and columns, making it straightforward to input, store, query and analyse.
Which type of data includes written documents, pictures, audio recordings and videos?
- Structured Data
- Unstructured Data
- Semi-structured Data
- Quantitative Data
Answer
Unstructured Data
Reason — Unstructured data is information that does not have a predefined organisational format. It includes written documents, pictures, audio recordings and videos.
An email with a structured header (sender, recipient, subject) but an unstructured body is an example of
- Structured Data
- Unstructured Data
- Semi-structured Data
- Qualitative Data
Answer
Semi-structured Data
Reason — Semi-structured data blends features of both structured and unstructured data. For example, an email has structured components such as the sender, recipient, subject line and date, along with unstructured content in the message body.
What type of data involves numerical values and measurements?
- Qualitative Data
- Quantitative Data
- Unstructured Data
- Semi-structured Data
Answer
Quantitative Data
Reason — Quantitative data involves numerical values and measurements. It quantifies characteristics, behaviours or other specified variables, making it possible to generalise findings from a broader sample.
What is the primary goal of feature engineering in AI projects?
- To collect data from various sources
- To visualise data patterns
- To create new variables from raw data to enhance model performance
- To deploy the AI model in a real-world environment
Answer
To create new variables from raw data to enhance model performance
Reason — Feature engineering enhances AI models by creating new variables from raw data, which can help the models to better understand and predict outcomes.
Which data acquisition technique involves using a program to automatically collect data from websites?
- Surveys and Questionnaires
- APIs
- Web Scraping
- Sensors and IoT Devices
Answer
Web Scraping
Reason — Web scraping involves using a program to automatically collect data from websites.
Fill in the blanks:
- ................ data is neatly organised and easily searchable, often found in databases or spreadsheets.
- Information that does not have a predefined organisational format is known as ................ data.
- ................ data blends feature of both structured and unstructured data.
- Descriptive information collected through interviews, surveys or observations is called ................ data.
- ................ data involves numerical values and measurements that quantify characteristics, behaviours or variables.
- To identify data requirements for an AI project, one must first identify different ................ of the project.
- ................ involves creating new variables from raw data to enhance the functionality of AI models.
- A visual representation showing the components, processes and interactions within a system is called ................ .
Answer
- Structured data is neatly organised and easily searchable, often found in databases or spreadsheets.
- Information that does not have a predefined organisational format is known as Unstructured data.
- Semi-structured data blends features of both structured and unstructured data.
- Descriptive information collected through interviews, surveys or observations is called Qualitative data.
- Quantitative data involves numerical values and measurements that quantify characteristics, behaviours or variables.
- To identify data requirements for an AI project, one must first identify different users of the project.
- Feature engineering involves creating new variables from raw data to enhance the functionality of AI models.
- A visual representation showing the components, processes and interactions within a system is called System map.
Name two examples of structured data.
Answer
Two examples of structured data:
- School attendance register
- Spreadsheet containing students' records
Name two sources of data acquisition.
Answer
Two sources of data acquisition:
- Databases
- APIs (Application Programming Interfaces)
Name two types of data in AI projects.
Answer
Two types of data in AI projects:
- Structured Data
- Unstructured Data
Name two steps in identifying data requirements.
Answer
Two steps in identifying data requirements:
- Identify different users of the project.
- Identify the exact task they will be performing through the application.
Name two components of a system map.
Answer
Two components of a system map:
- Entities
- Interactions
Assertion (A): Unstructured data is more difficult to process and analyse compared to structured data.
Reason (R): Unstructured data lacks a predefined organisational format, requiring advanced analytical tools and techniques to interpret and extract meaningful information.
Based on the above assertion and reasoning, pick an appropriate statement from the options given below:
- Both A and R are true and R is the correct explanation of A.
- Both A and R are true and R is not the correct explanation of A.
- A is true but R is false.
- A is false but R is true.
- Both A and R are false.
Answer
Both A and R are true and R is the correct explanation of A.
Reason — Unstructured data does not have a predefined organisational format, making it more difficult to process and analyse. Since this data lacks a uniform structure, advanced analytical tools and techniques are required to interpret and extract meaningful information from it.
You are developing an AI library assistant to help students find books quickly and easily. The project involves acquiring and managing various types of data, including structured, unstructured and semi-structured data.
Based on the above case, answer the following questions:
(a) What type of data would the library's attendance register be classified as?
(b) Which type of data includes written documents, pictures, audio recordings and videos?
(i) Structured data
(ii) Unstructured data
(iii) Semi-structured data
(iv) Qualitative data
(c) What type of data is an email with a structured header (sender, recipient, subject) but an unstructured body?
(i) Structured data
(ii) Unstructured data
(iii) Semi-structured data
(iv) Quantitative data
Answer
(a) Structured data
(b) Unstructured data
Reason — Unstructured data is information that does not have a predefined organisational format. It includes written documents, pictures, audio recordings and videos.
(c) Semi-structured data
Reason — Semi-structured data blends feature of both structured and unstructured data. For example, an email has structured components such as the sender, recipient, subject line and date, along with unstructured content in the message body.
Write short notes on Structured Data.
Answer
Structured Data is neatly organised and easily searchable, often found in databases or spreadsheets. This type of data is arranged in rows and columns, making it straightforward to input, store, query and analyse. For example, a school’s attendance register is structured data, with rows for individual entries and columns for attributes like names, roll numbers and attendance. The organisation of structured data allows for efficient data retrieval and management.
Write short notes on Unstructured Data.
Answer
Unstructured Data is an information that does not have a predefined organisational format, making it more difficult to process and analyse. This category includes various formats like written documents, pictures, audio recordings and videos. Since this data lacks a uniform structure, advanced analytical tools and techniques are necessary to interpret and extract meaningful information from it.
Write short notes on Semi-structured Data.
Answer
Semi-structured Data blends feature of both structured and unstructured data. It does not conform perfectly to traditional databases but contains some organisational elements that make it easier to handle than purely unstructured data. For example, an email has structured components such as the sender, recipient, subject line and date, along with unstructured content in the message body.
Write short notes on Qualitative Data.
Answer
Qualitative Data represents descriptive information and is usually collected through interviews, surveys or observations. This type of data is non-numerical and offers insights into behaviours, preferences or opinions. It captures subjective elements and helps in understanding underlying motives and perspectives.
Write short notes on Quantitative Data.
Answer
Quantitative Data involves numerical values and measurements. It quantifies characteristics, behaviours or other specified variables, making it possible to generalise findings from a broader sample. This data type is vital for statistical analysis, enabling well-informed decisions based on numerical insights.
Write short notes on System Map.
Answer
System Map is a visual representation that shows the components, processes and interactions within a system. It helps in understanding how different parts of a system connect and interact with each other. In the context of AI, system maps are useful for visualising data flow, data processing steps and the roles of various entities in the system.
Explain with examples as how qualitative and quantitative data are used in an AI project.
Answer
In an AI project, both qualitative and quantitative data are used to understand the problem better and improve system performance.
Qualitative data represents descriptive information and is usually collected through interviews, surveys or observations. It is non-numerical and helps in understanding behaviours, preferences and opinions. For example, in an AI library assistant project, students’ feedback about their favourite books or their opinions on reading preferences can be used to understand user interests and improve book recommendations.
Quantitative data involves numerical values and measurements. It quantifies characteristics, behaviours or variables and is useful for statistical analysis. For example, data such as the number of books issued, frequency of book borrowing, students age or total number of users can be analysed by the AI system to identify patterns and make well-informed decisions.
Thus, qualitative data provides insights into user preferences, while quantitative data supports analysis and decision-making in AI projects.
Explain the significance of identifying stakeholders in an AI project.
Answer
Identifying stakeholders in an AI project is significant because it ensures that the project meets the needs and expectations of those who are involved in or affected by the project. By understanding the requirements and roles of stakeholders, the AI system can be designed more effectively and aligned with its intended purpose, leading to better outcomes and successful implementation.
Discuss the process of creating a system map for an AI project.
Answer
The process of creating a system map for an AI project involves the following steps:
- Define the Scope: Decide which part of the system to map, such as a specific process, data flow or the entire system.
- Identify Entities: List all components involved, such as databases, sensors, software applications and users.
- Map Interactions: Draw lines to show how entities are connected and interact with each other.
- Detail Processes: Outline the key processes occurring within the system.
- Show Data Flows: Indicate how data moves through the system from collection to utilisation.
How does semi-structured data differ from structured and unstructured data?
Answer
Structured data is neatly organised in rows and columns, making it easy to input, store, query and analyse. Unstructured data does not have a predefined organisational format, making it more difficult to process and analyse. Semi-structured data blends features of both; it does not fit perfectly into traditional databases but contains some organisational elements, making it easier to handle than purely unstructured data.
What are the advantages of semi-structured data?
Answer
Semi-structured data combines elements of both structured and unstructured data. Although it does not conform perfectly to traditional databases, it contains some organisational elements that make it easier to handle and manage than purely unstructured data. This allows for more efficient data management and analysis.
Explain the role of surveys and questionnaires in data acquisition. How can they be used effectively in an AI project?
Answer
Surveys and questionnaires are tools used to collect data directly from people by asking them questions. They help AI projects gather information about user preferences, opinions and habits.
In an AI project, they can be used effectively to understand user needs and personalise system outputs. For example, in an AI library assistant project, surveys can collect data on students' favourite genres, reading habits and book preferences. This helps the AI system make personalised and relevant book recommendations.
Discuss the ethical issues related to privacy and consent in data collection.
Answer
Ethical issues related to privacy and consent in data collection arise because data often includes personal and sensitive information. Therefore, users should be informed about what data is being collected, how it will be used and for what purpose. Their consent should be obtained before collecting or using their data. The collected data should also be stored securely and protected from unauthorised access. These steps help prevent misuse of data and ensure responsible use of data in AI projects.
What is the importance of data quality assurance in AI projects? Describe methods to ensure the data collected is accurate, comprehensive and relevant.
Answer
Data quality assurance is important in AI projects because the accuracy, reliability and performance of AI models depend directly on the quality of data used. Accurate, comprehensive and relevant data ensures that AI systems produce meaningful results and make correct decisions. Poor-quality data can lead to errors, biased outcomes and unreliable models. To ensure data quality, data should be collected from reliable sources, checked for errors and inconsistencies, and cleaned before use. Irrelevant or duplicate data should be removed, and data should be regularly reviewed and updated to maintain its accuracy and completeness. These methods help in building trustworthy and effective AI projects.
Explain how sensors and IoT devices can be used in data acquisition for AI projects.
Answer
Sensors and Internet of Things (IoT) devices are tools that collect data from the physical environment. They help AI projects by continuously gathering real-time data that can be analysed and used for decision-making. For example, in a smart library, sensors can be used to monitor book movement, such as which books are taken off the shelves most frequently, and environmental conditions like temperature, lighting and noise levels. This data helps the AI system understand usage patterns and maintain a comfortable environment, thereby improving the effectiveness of the AI project.
Describe the process of web scraping for data acquisition.
Answer
Web scraping is a process used to automatically collect data from websites using a computer program. In data acquisition for AI projects, web scraping helps gather large amounts of useful information from online sources efficiently. For example, web scraping can be used to collect book descriptions, summaries, author information and reader reviews from online bookstores or publishers websites. This allows an AI system to access a wider range of data, making it more informative and useful for analysis and decision-making.
How can a well-defined goal help in the success of an AI project? Discuss the steps involved in setting goals for an AI project.
Answer
A well-defined goal helps an AI project by providing clear direction and focus. It helps the project team understand what needs to be achieved, avoids confusion and ensures that efforts are aligned with the expected outcomes. Clear goals also make it easier to evaluate the performance of the AI system.
The steps involved in setting goals for an AI project include identifying the problem to be solved, defining clear and specific objectives, understanding the needs of users and stakeholders, deciding the scope of the project and determining success criteria.