Answerkey Set B
Answerkey Set B
1. What does the document suggest if it is believed that there is no pattern in the data?
o The answer is (b) Do not apply AI techniques to solve the problem. This
reinforces the point from the previous question that AI isn't useful without
patterns.
2. What is the first step in problem decomposition, as outlined in the document?
o The answer is (c) Break the problem into small pieces. Problem decomposition
is about dividing a problem into smaller parts.
3. What is the primary goal of Design Thinking?
o The answer is (b) To provide a solution-based approach to solving problems.
The focus of design thinking is finding practical solutions.
4. A researcher wants to study the association between gender and using a mobile phone.
Data collected for this study will be ______
o The answer is (a) Qualitative data. This type of data is categorical and
descriptive rather than numerical.
5. Which process does NOT come under Capstone Project?
o The answer is (d) Data Gathering. Data gathering is done before a capstone
project is started.
6. Which of the following programming languages is widely regarded as the most popular
for AI development?
o The answer is (c) Python. Python is the most popular language for AI due to its
rich set of libraries.
1. Techniques like descriptive statistics and visualizations can be applied to datasets after
the original data gathering to analyse the content. To close the gap, additional data
collecting may be required. Identify the stage of this analytic approach.
o The answer is (c) Data Understanding. This stage is all about analyzing and
understanding the data that has been collected.
2. Which of the following is NOT a property of Root Mean Squared Error (RMSE)?
o The answer is (d) It is robust to outliers, meaning extreme values have little
impact on the RMSE. RMSE is sensitive to outliers because of the squaring
process.
3. During Train-Test split evaluation, we usually split the data around between testing and
training stages.
o The answer is (b) 20%-80%. A common train test split is to use 80% of the data
for training and 20% for testing
4. Provides a useful abstract model for thinking about time series generally and for better
understanding problems during time series analysis and forecasting.
o The answer is (a) Decomposition. Time series decomposition helps to understand
the underlying patterns in the series
5. Which of the following does not come under open languages category used for AI
development platforms?
o The answer is (a) Design. Design is not a programming language, but an
important step in AI development.
Q VI. Answer any 3 out of given 5 questions in 20 – 30 words each on employability skills. (2 x
3 = 6 marks)
1. Differentiate between 'sentence' and 'phrase' with the help of a suitable example.
o A sentence is a complete grammatical unit that includes a subject and a predicate,
expressing a complete thought. Example: "The cat sat on the mat." A phrase is a
group of words that does not contain a subject and predicate, and acts as a single
part of speech. Example: "on the mat."
2. With reference to "Five Factor Model", mention any four parameters that describe an
individual's personality.
o The Five Factor Model includes: Openness, Conscientiousness, Extraversion,
Agreeableness, and Neuroticism. These parameters provide a framework for
understanding personality.
3. Explain any two advanced features of a spreadsheet.
o Two advanced features are: Pivot tables, which allow for data summarization and
analysis, and macros, which automate repetitive tasks by recording a sequence of
actions.
4. Briefly explain any two qualities that make an entrepreneur successful.
o Two key qualities include: Resilience, the ability to recover from setbacks, and
Adaptability, the willingness to change strategies and direction based on
circumstances.
5. Explain the importance of green jobs in reducing the emission of greenhouse gases.
o Green jobs are in fields that aim to protect the environment and reduce pollution.
They directly help reduce greenhouse gas emissions through tasks such as
renewable energy generation, energy efficiency implementation, and
environmental conservation.
Q VII. Answer any 3 out of the given 5 questions in 30 – 50 words each (3 x 3 = 9 marks)
Q VIII. Answer any 3 out of the given 5 questions in 50 – 80 words each (4 x 3 = 12 marks)
1. A team is developing a sentiment analyzer. They have collected a large set of text data
with corresponding sentiment labels (positive, negative, neutral). Explain how they
should validate their model, including the train-test split method and the concept of cross-
validation, and why these are important.
o To validate their model, the team should use the train-test split method to divide
the dataset into training and testing sets. The model is trained on the training set
and evaluated on the test set. Cross-validation involves dividing the data into
multiple folds and iterating the training and testing to ensure the model's
performance is stable and generalizable. These techniques are crucial for ensuring
that the model is not overfitting to training data and works on new, unseen data.
2. (a) Discuss the significance of each of the key elements in the process of Data story
telling. (b) Which of the following is a better data story? Give reasons.
o Key elements in data storytelling include: Data, Narrative, and Visuals. The
data must be accurate, relevant, and insightful. The narrative provides context
and meaning. Visuals help in easy understanding and engaging the audience.
Without context and a compelling narrative, even good data can be meaningless.
3. Explain how to decompose a complex problem using the Design Thinking framework.
How does this help in the development process?
o Design Thinking involves several phases, which guide the decomposition of a
problem. These phases include: Empathize, Define, Ideate, Prototype, and
Test. By going through this cycle, a team can identify root issues, brainstorm a
wide range of solutions, build a prototype and test the solution. This is an iterative
process that helps to refine the solution, and it simplifies the development process
by breaking it into steps focused on the user needs, making the process more
efficient and effective.
4. "Explain any four reasons why storytelling is so powerful and cross-cultural?"
o Storytelling is powerful because: it engages emotion, it makes information
memorable, it helps build connections, and transcends cultural boundaries
because it uses universal themes. Stories can be adapted to different cultures by
keeping the key messages while using local and more relevant cultural examples.
5. Beyond fundamental testing concepts, what specific additional considerations are
necessary when testing AI development projects?
o When testing AI projects, it's essential to consider: bias in data, fairness of the
model's predictions, robustness of the model under unusual inputs, and
explainability of the model’s outputs. These considerations ensure that AI
systems work reliably, fairly, and with accountability, and address problems
related to ethics and bias.