QUESTION BANK, Sample Paper, and Many More
QUESTION BANK, Sample Paper, and Many More
2.A ______is a project where students must research a topic independently to get a deep understanding of
the subject matter.
a. AI model
b. culminating report
c. senior report
d. capstone
3.Mean Square Error (MSE) is the most commonly used regression loss function. MSE is the sum of
squared distances between our target variable and predicted values. Identify one feature of MSE.
a. It is sensitive to outliers
b. is used on data, conditioned on the output variables.
c. It is good to use if the target data is normally distributed around a median value.
d. It should be compared with Mean Absolute Error, where the optimal prediction is the mean.
4. In problem decomposition:
i. Understand the problem and then restate the problem in your own words
ii. Gather all simple facts to create a complicated piece
iii. Break larger units into simpler ones
iv. Code one small unit at a time
Which of the following is true?
a. i and ii
b. i, iii and iv
c. ii and iv
d. i, ii, iii and iv
5. For Al techniques to be applied to a dataset, the data must have a________
a. association
b. relationship
c. pattern
d. Either a or b
7. Determining whether a credit card transaction is fraudulent or not it uses ______ technique.
a Decision Trees
b. Classification
c. Regression
d. Clustering
8. The train test split is a technique for evaluating the performance of a machine learning algorithm. Which
machine learning algorithms can it be used for?
(i) Regression
(ii) Clustering
(iii) Classification
(iv) Deep learning
a. Only i
b. Only ii
c. Both i and iii
d. Both ii and iv
10. After the initial data collection, techniques such as descriptive statistics and _______ can be applied to
datasets to evaluate the content and quality of the data.
a. visualisations
b. analysis
c. validation
d. machine learning
11. A researcher wants to study the association between gender and usage of mobile phone. Data collected
for this study will be_________
a. Qualitative data
b. Quantitative data
c. Continuous data
d. Classified data
13. The data scientist will use _______ for predictive modelling.
a. Artificial Intelligence
b. Machine Learning
c. Training Set
d. Deep Learning
17. Adding a non-important feature to a linear regression model may result in.
1. Increase in R-square
2. Decrease in R-square
a. Only 1 is correct
b. Only 2 is correct
c. Either 1 or 2
d. Neither 1 nor 2
18. Which of the following options is/are true for K-fold cross-validation?
i. Increase in K will result in higher time required to cross validate the result.
ii. Higher values of K will result in higher confidence on the cross-validation result as compared to lower
value of K.
iii. If K=N, then it is called Leave one out cross-validation, where N is the number of observations.
a. 1 and 2
b. 2 and 3
c. 1 and 3
d. 1, 2 and 3
21. If the problem is based on probabilities of an action, then which analytic approach can be used?
a. Predictive Model
b. Prescriptive
c. Diagnostic
d. Descriptive
2. Can MSE be a negative value? Why/Why not? Give the equation to calculate MSE.
Ans:- MSE cannot be a negative value. The difference between the predicted and actual values can be
negative. However these differences are squared. Hence, all results are either positive or zero
4.The lower the value of MSE, the better is the model’. Do you agree? Why/Why not?
Ans:- MSE is calculated for a regression line as the average of the sum of squares for all data points. MSE is
used to see how close an estimate or forecast is to an actual value. The lower the MSE, the closer the
forecast is to the actual value. So smaller values indicate a better model.
5.What is meant by feedback of model effectiveness?
Ans:- The organisation receives feedback on the model's effectiveness and impact on the environment in
which it was deployed by collecting findings from the implemented model. Data scientists utilise the
feedback to improve the model's accuracy and utility by analysing it. They can automate any or all of the
feedback-gathering, model assessment, refining, and redeployment phases to speed up the model refresh
process and improve results.
8. What is K-NN algorithm and how does it determine the category for a new instance?
Ans:- K-Nearest Neighbour algorithm is one of the simplest Supervised Learning- based Machine learning
algorithm.The K-NN algorithm assumes similarity between the new case and the existing cases and assigns
the new instance to the category that matches the existing cases the most closely. This algorithm can be
applied to both classification and regression.
4. What are hyperparameters? What is their purpose? Give examples of few hyperparameters.
Ans:- Hyperparameters are parameters whose values govern the learning process. They are top-level
parameters that regulate the learning process and model parameters that come from it, as the prefix ‘hyper’
suggests. Since the model cannot modify its values during learning/training, hyperparameters are said to be
external to the model. Some examples of hyperparameters are:
• The ratio of train-test split
• Optimisation algorithms' learning rate (e.g. gradient descent)
• The loss function that the model will employ
• A neural network's number of hidden layers
• A clustering task's number of clusters
Competency-based/Application-based questions:
Consider the following statements containing an assertion and a reason
Select the appropriate option for the statements given above:
a Both A and R are true and R is the correct explanation of A
b Both A and R are true and R is not the correct explanation of A
c. A is true but R is false
d. A is False but R is true
ii. Assertion (A): Consider that the goal of an Al model is to predict an answer such as "yes" or "no"
Reason (R): In such a case, predictive modeling can be used.
Ans: c
iii. Assertion (A): Nowadays, predictive models are not able to better predict rare events such as disease
or system failure.
Reason (R): Today's high-performance database analytics enable data scientists to utilise large
datasets that contain large or even all of the available data.
Ans: d
iv. Assertion (A): We follow problem decomposition methodology that can be applied to real-life
problems as well
Reason (R): Real-life problem solving is complicated.
Ans. a
v. Assertion (A): The data scientist reviews the model during development and before deployment to
determine its quality and ensures that it correctly and completely answers the business problem.
Reason (R): Data scientist uses statistical significance tests to verify the model's accuracy.
Ans. b
vi. Assertion (A): After the initial data collection, techniques such as descriptive statistics and
visualisations are applied to datasets.
Reason (R): This step is carried out to evaluate the content, quality, and initial insights of the data.
Ans. a
vii. Assertion (A): Loss function learns to increase prediction error over time with the help of some
"optimisation/ objective function."
Reason (R): A loss function is used by machines to learn.
Ans. d
ix. Assertion (A): The Root Mean Square Error (RMSE) is a metric for determining how well a
regression line fits the data points.
Reason (R): RMSE places a higher weight on the errors due to the squaring element of the function.
Ans. c
x. Assertion (A): A split technique divides the provided dataset into two subsets-training and test
subset.
Reason (R): As a result, the process is frequently referred to as k-fold cross-validation.
Ans. c
UNIT 2: MODEL LIFECYCLE
1. The design phase is an ___________ process and includes many steps like data collection, cleaning,
running a set of models, etc.
a. algorithmic
b. recursion
c. iterative
d. algebraic
2. Which of the following is NOT an Al development platform?
a. Google Cloud
b. EVA
c. IBM Watson
d. BigML
3. During the _______ stage , the various Al development platforms like Scikit-learn, Watson Studio etc are
evaluated.
a. Scoping
b. Acquire
c. Design
d. Deployment
5. Assertion (A): Test data should contain all relevant subsets of training data.
Reason (R): By using similar data for training and testing, the effects of data inconsistencies are reduced and
a better understanding of the model's properties can be gained.
a. Both Assertion (A) and Reason (R) are true and Reason (R) is the correct explanation of Assertion (A).
b. Both Assertion (A) and Reason (R) are true, but Reason (R) is not the correct explanation of Assertion
(A).
c. Assertion (A) is true, but Reason (R) is false.
d. Assertion (A) is false but Reason (R) is true.
6. Choose the correct statements regarding the Evaluation stage:
(i) The volume of test data can be huge, that provides data complexities.
(ii) Involves planning of the AI project.
(iii) If the AI solution requires data from other systems, systems integration testing is critical.
(iv) Human biases in picking test data might have a negative impact on the testing phase; thus, data
validation is critical.
a. (i) and (ii)
b. (i), (ii) and (iii)
c. (ii), (iii) and (iv)
d. (i), (iii) and (iv)
7. Which of the following stage of AI model lifecycle is referred by the statement "Collecting data from
various reliable and authentic sources"?
a. Data Acquisition
b. Modelling
c. Data Exploration
d. Problem Scoping
2.During which stage of the AI model cycle should we take care of AI Ethics? What are the challenges to
this process?
Ans. During the development of the Al model (modelling phase), care should be taken that the programmer
is including data, instructions, etc. that provides protection of all liberties for all citizens as per the
fundamental rights of the country. There are two main challenges-One is getting access to high-quality and
standardised datasets and second is being able to find skilled programmers who can develop reliable and
high-quality machines.
2. Explain the terms overfitting, underfitting and perfect fit in terms of model testing.
Ans.
• Overfitting: A model is overfitted when it is trained with a lot of data. The model does not categorise
the data correctly as there are too many details. To avoid overfitting, model complexity must be
reduced.
• Underfitting: It usually happens when we have less data to build an accurate model. The Al model or
the algorithm does not fit the data well enough. To avoid underfitting, the training period must be
increased to get better results.
• Perfect fit: This happens when our model is able to predict with good accuracy on both testing and
validation data. This happens with correct set of all the hyperparameters.
3. Create a 4W Project Canvas for the following: It makes no difference whether you are in the driver's or
passenger's seat. We've all been stuck in traffic for hours.Long, never-ending lines and blasting horns are a
regular occurrence in any metropolis. Despite the fact that our modes of mobility have advanced
significantly in recent years, our traffic management systems have struggled to keep up with the increase in
the number of cars. AI, on the other hand, has the potential to provide a solution to this problem. Siemens
Mobility has developed a prototype of a monitoring system that employs artificial intelligence (AI) via
surveillance cameras placed along the rails. Cameras detect the number of vehicles in real-time and send the
data to a control centre, where algorithms compute traffic density. The system adjusts the sequence of traffic
lights on the roads based on this information.
Competency-based/Application-based questions:
1. Consider the following statements containing an assertion and a reason:
Select the appropriate option for the statements given above:
a Both A and R are true and R is the correct explanation of A
b. Both A and R are true and R is not the correct explanation of A
c. A is true but R is false
d. A is False but R is true
i. Assertion (A): Before beginning to build a solution, it is critical to first understand the problem description
and business limitations.
Reason (R): Business limitations assist you in realising the required solution's quality and terms.
Ans. a
ii. Assertion (A): The Al project cycle provides the right framework to guide us to our goals.
Reason (R): Al project cycle is an iterative process.
Ans. b
iii. Assertion (A): Once a model has been created and trained, it can be deployed without evaluation.
Reason (R): The model can be evaluated using Testing Data and the model's efficiency can be assessed.
Ans. d
iv. Assertion (A): During "Exploratory Data Analysis", the initial insights gained help to get an
understanding of the data and later on, help in algorithm selection, metrics choice, etc.
Reason (R): The quality of the data being used by the Al model does not affect the model.
Ans. c
v. Assertion (A): A separate validation dataset is used for evaluation during training.
Reason (R): The team involved in testing must develop test suites to aid in the validation of the ML models.
Ans. b
4. Which of the following is a means of delivering facts with a compelling narrative to a specific audience?
a. Bringing characters to life
b. Storytelling
c. Data storytelling
d. Enthralling visuals
Ans. 1. Visuals
2. Data
9. What are the two possible graphs that can be used to represent this data?
Ans. Bar Graph, Line Graph
10. What elements of data storytelling, when merged together can engage the audience?
Ans Narrative and Visual
2. Explain how the three elements of a data story can influence change.
Ans. Data storytelling uses a structured approach to delivering data insights that always includes a
combination of three main elements data, graphics, and narrative. When a narrative is backed by data, it
helps to explain to the audience what is happening in the data and why a specific insight was developed.
When visuals are applied to data, they can enlighten the audience to insights that they would not have
noticed otherwise, such as charts or graphs. Finally, when narrative and images are combined, the audience
can be engaged or even entertained When proper graphics and narrative are combined with correct data, you
have a data story that has the potential to impact and drive change.
3.Is data analysis enough to gain insights? Why is there a need for data storytelling?
Ans. Even after data analysis, there is no assurance that the analysis alone can bring change in the people
unless it is narrated properly. The analysis that is having both data and analytics with a good narrative is
much more effective than anecdotes or personal experiences.
4. A group of students were taught machine learning. A survey was conducted to map their interest before
and at the end of the course. The graph showing their interest is as follows: Create a data story from this
information.
5. The housing prices in City A for the past 3 years are shown below and create an effective data story from
the given tabular data.
Ans.
Ans.
EMPLOYABILITY SKILLS
UNIT 1: COMMUNICATION SKILLS – IV
3. MINTS is a simple set of rules that assist you in correctly ________ the words.
a. capitalising
b. punctuating
c. joining
d. interjecting
4. Hearing is_________
a. active
b. passive
c. Neither (a) nor (b)
d. Both (a) and (b)
6. Assertion (A): Active listening is an art that combines a desire to understand with the ability to support
and empathise with the speaker
Reason (R): Active listening can have an impact on your job effectiveness.
a Both A and Rare true and R is the correct explanation of A
b. Both A and R are true but R is not the correct explanation of A
c. A is true but R is false
d. A is false but R is true
9. Which among the following involves listening, speaking, writing, or transferring information in any other
form to understand others?
a. Communication
b. Concentration
c. Talking
d. Emailing
10. Communication requires a_______ who encodes and transmits a message across a channel,
and a receiver who decodes the message and provides ____________
a. sender, information
b. sender, feedback
c. feedback, sender
d. source, feedback
11. You work at the front desk of a telecom company. A customer approaches you while you are working.
The customer has a query regarding a bill. What would you do?
a. Not pay attention to the customer
b. Keep the work aside and help the customer
c. Continue doing your work while talking inattentively to the customer
d. Ask the customer to talk to someone else
5. What do you understand by object in a sentence? Differentiate between direct and indirect object using
suitable examples.
Ans. Object is the receiver of the action performed by the subject in a sentence.
The object in a sentence can be either direct or indirect. Let us understand both.
• Direct object
➢ a noun or pronoun receiving the action
➢ generally preceded by the verb
➢ does not depend on the indirect object
• Indirect object
➢ a noun/pronoun that receives the direct object.
➢ generally preceded by prepositions
➢ depends on the direct object
SENTENCE DIRECT OBJECT INDIRECT OBJECT
He gave his son a present. present Son
The little boy drew his teacher a picture. Picture teacher
My sister bought me some chocolates. chocolates me
Competency-based/Application-based questions:
Misha is working as an assistant to a fashion designer. Her duty is to provide dress materials that her boss
requests. Misha puts her heart and soul into her work seeing to it that her boss gets all quality materials on
time. However, her boss does not give her any feedback and criticizes Misha all the time. As a result, now
Misha has become demotivated. What advice will you give to Misha's boss.
Ans. Misha's boss should do the following things:
• Build rapport with Misha
• Give timely feedback to Misha
• Give specific instructions in case Misha has not understood her request.
• Maintain eye contact while talking to Misha
EMPLOYABILITY SKILLS
UNIT 2: SELF-MANAGEMENT SKILLS – IV
1. People are ___________ motivated to accomplish something because it gives them pleasure.
a. externally
b. internally
c. Both (a) and (b)
d. None of these
3. A person suffering from ________ disorder appears to be emotionally frigid and displays little interest in
building personal ties.
a. schizoid personality disorder
b. dependent personality disorder
c. antisocial personality disorder
d. narcissistic personality disorder
4. _________is crucial in our understanding of ourselves, our relationships with others, and our
understanding of the world around us.
a. self-understanding
b. Pre-planning
c. self-awareness
d. Positive attitude
5. Which of the following is NOT a basic personality trait?
a. Emotional stability
b. Open-mindedness
c. agreeableness
d. Obsessive-compulsive personality
6.__________ and positive thinking can assist us in overcoming our challenges and taking on new
objectives.
a. Personality trait
b. Adaptability
c. Motivation
d. Stress
7. A_________ is a style of thinking, feeling, and acting that deviates from social standards and produces
long- term pain.
a. personality disorder
b. motivation
c. stress
d. depression
3. What is the Five Factor Model? Explain any 3 factors of this model
Ans An individual's personality may be described using five characteristics. These five dimensions are also
known as the Big Five Factors, and the concept is known as the Five Factor Model, or FFM
• Openness: Individuals who are open to new experiences are often creative, curious, energetic,
adaptable, and adventurous. An open-minded individual is someone interested in learning new
things, meeting new people, and making new friends, as well as travelling to new areas.
• Consciousness: People who listen to their conscience are self-disciplined, do their work on time, put
others first, and are concerned about the sentiments of others.
• Extraversion: Extroverts are people who enjoy connecting with others and are often sociable. A
confident and extrovert person is someone who can readily make friends and make any gathering
interesting.
4. When a person becomes self-aware, he or she becomes aware of everything and begins to look at things
or circumstances objectively. List the steps of becoming self-aware.
Ans. The steps to become self-aware are:
• The first stage in developing self-awareness is to become more conscious of one's emotions.
• The second stage in developing self-awareness is to develop a practise of journaling one's feelings.
• The third stage in practising self-awareness is to broaden one's practise of aspects of life besides
one's feelings.
5. Agrim does not like following rules. He never stops at a red light, frequently gets into arguments with his
friends and becomes quite aggressive. What kind of personality disorder is Agrim suffering from? Define
this personality disorder.
Ans. Agrim is suffering from anti-social personality disorder. It is characterised by a disdain for social rules
and duties. They are irritable and aggressive, and they behave rashly. They have a lack of shame and fail to
learn from their mistakes.They may lie, steal, abuse, and may develop an addiction to alcohol or narcotics.
C. Competency-based/Application-based questions:
Niti wants to succeed in life. She wants to have it all-money, fame and prosperity What would be your
advice to Niti?
Ans. Niti should cultivate the following skills
• Positive thinking: believing that one is capable of accomplishing one's goals
• Result orientation : the ability to think big and work towards attaining the desired or pre-determined
results.
• Self-awareness: being aware of one's personality traits, knowing one's weaknesses and maximising
one's strengths.
EMPLOYABILITY SKILLS
UNIT 3: ICT SKILLS – IV
1. In Calc spreadsheet software, _________ are numbered from 1 and __________ are numbered from A
onwards.
a. columns, rows
b. columns, spreadsheet
c. rows, columns
d. rows, slides
8. What happens when you select a cell in Calc and type '=C12' in the cell?
a. The selected cell will show the value in cell C12.
b. The selected cell will be blank.
c. The selected cell will show C12 written in it.
d. Error
9. In Impress, the slide that announces the topic and sets the tone for the presentation is the _________ .
a. content slide
b. master slide
c. title slide
d. handout
10. Which feature in Calc helps to display data in column(s) as per specified criteria?
a. Sorting
b. Filtering
c. Functions
d. All of the above
11. Mr Gupta has a spreadsheet with a list of 500 items in his shop. A customer comes and asks for a
particular item. How should he arrange the data so that he can find that item fast? What would Mr Gupta do?
He will _________ .
a. apply filter
b. sort the data
c. use password
d. format data
4. If cell A1 contains 10 and cell B1 contains 50, the formula is given in C1 as A1+B1.
i. The cell C1 does not show 60 as answer instead displays A1+B1. What could be the reason?
ii. Can we give the formula in any other way?
Ans. i. The cell C1 should contain a formula starting with = sign. In cell C1, enter=A1+B1.
ii. We can enter in C1 cell =sum(A1:B1).
3. What do you understand by function? Name and define the various functions Calc provides.
Ans. A function is a pre-defined formula that performs calculations with specific values in a specific order.
One of the primary advantages of functions is that they can save your time because you do not have to write
the formula yourself. Calc has various functions to help you with your calculations
i. SUM: To calculate the sum of a given range of numbers
ii. MAX: To find the maximum number from a given range of numbers
iii. MIN: To find the minimum number from a given range of numbers
iv. AVERAGE. To find the average value of a given range of numbers
4. What are the advantages of spreadsheets?
Ans. Spreadsheet programmes have grown in popularity due to the following benefits:
i. Built-in functions make calculations easier, faster, and more accurate.
ii. Large amounts of data can be handled and manipulated with ease.
iii. Data can be exported to or imported from other applications.
iv. Data can be easily represented in pictorial form, such as graphs or charts.
v. Formulae are automatically recalculated when the underlying data values change.
Competency-based/Application-based questions:
Muskan has done market analysis for the launch of a new product. Now she has to showcase her analysis to
the board members where she works. How should Muskan showcase her results?
Ans. Muskan should showcase her results using a presentation software. She should include graphs for her
analysis and transitions and animations to make her presentation appeasing to all.
EMPLOYABILITY SKILLS
UNIT 4: ENTREPREURIAL SKILLS – IV
1._________means not to give up and keep going even when a challenging situation arises while running a
business.
a. Motivation
b. Self-awareness
c. Perseverance
d. Determination
2. An ________ acts as a means of assisting budding entrepreneurs in recognising and designing one-of-a-
kind distinctive business possibilities.
a. entrepreneurship development programme
b. stress management programme
c. business development programme
d. mentor development programme
4. Who is an entrepreneur?
Ans. An entrepreneur is someone who seeks to address the demands of a consumer through new ideas or
ways of doing business while still making a profit. New ideas for adding value to a firm can take many
forms, including new products such as adding variation and new services such as home delivery or credit
services.
2. What are some methods for prospective entrepreneurs to identify new business opportunities and assess
their potentials and hazards?
Ans. Following are some methods for prospective entrepreneurs to identify new business opportunities and
assess their potentials and hazards.
i. Community Concerns: Look for problems that are important to your community. Starting small might
have a big payoff in some cases. Identify inefficiencies, analyse how an innovation can assist, and weigh the
dangers.
ii. Personal experiences: Many significant world-changing ideas emerge from an entrepreneur's life
experiences and obstacles. If you want to be an entrepreneur, you should listen to and be inspired by the
personal experiences of great entrepreneurs. Their experiences may teach you valuable lessons in
entrepreneurship and provide insights into certain company tactics that you can use to achieve success.
iii. Discuss with others: Talk to like-minded people, get active in social groups, and join local startup groups
to conduct research with others. Many times, conversing with others opens up new avenues of opportunities.
It is also beneficial to master the subtleties of business.
3. Differentiate between Entrepreneurs of the first generation and entrepreneurs from a family business.
Ans. i. Entrepreneurs of the first generation: First generation entrepreneurs are people who have no prior
business experience. They can come from a variety of ages and backgrounds. A person who starts at the age
of 50 without any entrepreneurship history is also a first-generation entrepreneur, as is someone who starts
at the age of 17.
ii. Entrepreneurs from a family business: When a family or a person successfully operates a business and
passes it down to the next generation, such entrepreneur is referred to as a family business entrepreneur. The
individual to whom the business or the operation of an enterprise is passed over is not the first-generation
entrepreneur. The individual continues to carry out all inherited entrepreneurnal operations in the same
manner or brings specific technology upgrades to the existing technique and approach of the family
business.
C. Competency-based/Application-based questions:
Shruti runs an online business of selling ladies purses and bags. Initially, she faced a lot of challenges. She
had few resources - only one machine to stitch the bags. Her packaging would also get damaged during
transportation due to which she suffered losses. However, Shruti did not give up. She paid extra attention to
packaging so that it would not get damaged during delivery. She also started selling various types of bags -
handbags, potli bags, sling bags etc. Slowly she turned her company to a big successful venture. List how
Shruti built her perseverance.
Ans. Perseverance can be built in the following ways:
• Never giving up when faced with a difficult situation
• Working hard to achieve your goal
• Learning from failures
EMPLOYABILITY SKILLS
UNIT 5: GREEN SKILLS – IV
2.In a jute factory, lot of jute bags are being made. The manager finds a number of defective pieces that have
to be discarded. Which among the following can be done to minimise waste?
a. Throw the defective pieces in a dustbin
b. Leave it in a landfill site
c. Send it back to the production team for reuse
d. Sell the pieces in the market at low prices
5. Which among the following is the job associated with wind and solar energy?
a. Technician
b. Entrepreneur
c. Energy auditor
d. Scientist
6. Which of the following activities are NOT a part of Green Waste Management?
a. E waste management
b. installing solar lamps
c. waste reduction
d. waste auditing
2. What is Ecotourism?
Ans. Ecotourism emphasises socially responsible travel, personal development, and environmental
sustainability. This includes visiting natural areas that are delicate, pristine, and unspoiled. Ecotourism is
primarily concerned with nature-based tourism, with the goal of "conserving the environment and improving
the well-being of local people."
5.Write any five steps that green jobs can take to reduce greenhouse gas emissions.
Ans. a. Reuse, reduce, and recycle
b. Drive less, but smarter
c. Purchase energy-efficient items
d. Plant a tree
e. Replace your light bulbs
7. Name any two plants which we use inside our home and other places for Air Purification.
Ans. Plants such as Areca Palm and Rubber Plant absorb harmful pollutants from the air.
8. Mention any one way through which we can reduce the amount of waste generated.
Ans. Ways are:
• Use reusable grocery bags and not just for groceries.
• Purchase wisely and recycle.
• Avoid single-use food and drink containers and utensils.
• Compost it
4. How does climate change impact us? Also explain the role of National Action Plan on Climate Change
(NAPCC) in combating climate change.
Ans. The climate will alter as a result of the damage that has already been done Excessive tree felling, for
example, can devastate the ecosystem creating climate change and natural disasters that makes it difficult for
the living beings to thrive. Even if individuals try to reduce greenhouse gas emissions, global warming will
occur owing to the harm already done in terms of tree felling and land use for agriculture, among other
things. As a result, we must adjust to these changes. This means, we'll have to figure out how to exist in the
new climatic conditions. Farmers, for example,will need to cultivate crops that can withstand drought
conditions if the weather prediction predicts less rain.
In June 2008, the Government of India released the National Action Plan on Climate Change (NAPCC) to
address climate change and related challenges. The NAPCC consists of eight missions in the areas of solar
energy, improved energy efficiency, habitat, water, sustaining Himalayan ecosystems, forestry, agriculture,
and strategic knowledge for climate change, that address issues relating to greenhouse gas mitigation and
adaptation to the adverse effects of climate change on the environment, habitat, water resources, and
agriculture.
5. What are Green Skills? List few areas in which green skills can impact sustainable development.
Ans. Green skills are those that are utilised to promote a green economy. These abilities are required in
fields such as renewable energy, wastewater treatment, climate-resilient cities, green construction, solid
waste management, and so on.
The following are some of the ways in which green skills influence long-term development:
• utilising renewable energy (for example, solar and wind energy)
• water and waste management
• rainwater gathering
• energy conservation
• pollution reduction
Competency-based/Application-based questions:
The world is seeing extreme hot and cold weather due to climate change. It is important that we humans
embrace environment friendly methods. List 4 such methods.
Ans. We can protect our environment in a variety of ways:
• Plant trees near our homes and use eco-friendly means of transportation, such as electric
automobiles.
• Use cloth or jute bags instead of plastic bags, purchase eco-friendly products, and decrease our use
of paper.
• Clean products made from sustainably-derived components and natural oils that are biodegradable
and come in eco- friendly packaging are better for the environment.
• Use plants that absorb dangerous pollutants from the air like Areca palm and rubber.