IIT Madras Week 2 Graded Assignments
IIT Madras Week 2 Graded Assignments
SOLUTIONS
WEEK -2
English
Maths
CT
Statistics
Week 2 English Graded Assignments
1. Identify the part of speech of the underlined word. She was honoured for her courage.
Adjective
Adverb
Noun
Verb
Accepted Answers:
Noun
1 point
2. Identify the part of speech of the underlined word. Catherine was worried about her
work.
Abstract noun
Verb
Noun
Adverb
Accepted Answers:
Verb
1 point
Himself
Itself
Accepted Answers:
Itself
1 point
4. Select the appropriate option. Golconda Fort is the _________ site I saw in
Hyderabad.
Amazing
More amazing
Most amazing
As amazing
]Accepted Answers:
Most amazing
1 point
5. Identify the part of speech of the underlined word. The red balloon floated away.
Adverb
Adjective
Verb
Noun
Accepted Answers:
Adjective
1 point
Baby
Singing
Softly
She
Accepted Answers:
Softly
0 points
An
The
No article
Accepted Answers:
A
1 point
At
To
For
Accepted Answers:
For
1 point
Nor
Or
And
Since
Accepted Answers:
And
1 point
9. ___ coffee taster had his tongue insured for 10 million pounds.
An
Accepted Answers:
1.A bird is ying along the straight line 2y−6x=45. In the same plane, an aeroplane starts to y in a straight line and
fl
fl
passes through the point (4, 12). Consider the point where aeroplane starts to y as origin. If the bird and plane
fl
collides then enter the answer as 1 and if not then 0 . Note Bird and aeroplane can be considered to be of
negligible size.
Answer :- 0
2. A rock is thrown in a pond, and creates circular ripples whose radius increases at a rate of 0.2 meter per
second. What will be the value of A, where A is the area (in square meter) of the circle after 20 seconds?
Hint, The area of a circle =πr , where r is the radius of the circle,
Answer :- 16
3. Ramesh works in the MNC ltd. company as a sales manager. He receives a monthly base salary and a ₹500
commission for each unit he sells. At the end of the month he gures out that he sold 100 units and received
fi
₹80,000 at the end of the month. How much is Ramesh’s monthly base salary?
Answer :- ₹ 30,000
Answer :- 300m
The total expenses of mess consists of fixed cost and the variable cost, Variable cost is proportional to the
number of inmates of the mess, The total expenses are 16000 rupees when 12 members in the mess,and 20000
rupees when 20 members in the mess, find the Fixed cost of the mess.
Answer :- 10000
Answer: 68.5 Sq Unit
Use the following flowchart to answer the below two questions 1) and
2).
2 points
1.If the Correct Card is found after 11 iterations of Another Card, the Correct Card is the 11th ,
then what is the value of Count-Cards?
(a) 9
(b) 10
(c) 11
(d) 12
2 points
2.Let's use the Scores dataset and the Correct Card is the user's requirement. How many possible
score-cards does the iteration go through if the user requirement is found in the First Card and all
other cards do not match?
(a) 30
(b) 20
(c) 10
(d) 1
3 points
3.The following procedure finds the minimum marks in Chemistry scored by a Male student from
the Scores dataset. However, the programmer may have made mistakes in one or more steps.
Identify any such steps (if any).
(a) 2
(b) 3
(c) 4
(d) 5
(e) 6
3 points
4.A programmer has written the following algorithm to find the number of students who are below
the Avg- Marks in Scores dataset. He/she committed a mistake. Can you identify it?
(a) Step 4
(b) Step 5
(c) Step 6
(d) Step 7
5.The shopping bill dataset contains Shop Names [Big Bazar, SV Stores, Sun General, More
Supermarket]. The programmer wants to find out the store-wise minimum bill amount. How many
variables are required?
Correct Answer :- 8
3 points
6.Assume that there are 5 cards in the Paragraph words dataset [’ It’, ’is’, ’a’, ’rainy’, ’Monday.’].
What is the value of A after the below algorithm is executed?
Correct Answer :- 1
(b) X.Diary/Food
(c) X.Qty
(d) X.Milk
3 points
8.Which of the following is the correct pseudocode to find the longest verb length in the Paragraph
Words dataset?
(a)
MaxVerbLength=0
While (Pile 1 has more cards)
{
Read top card X in Pile 1
if ( X.PartOfSpeech == "Verb" AND MaxVerbLength < X.LetterCount)
{
LongestVerb = X.Word
}
}
(b)
LongestVerb = NONE
MaxVerbLength = 0
While (Pile 1 has more cards)
{
Read top card X in Pile 1
if ( X.PartOfSpeech == "Verb" AND MaxVerbLength < X.LetterCount)
{
LongestVerb = X.Word
MaxVerbLength=X.LetterCount
}
}
(c)
LongestVerb = NONE
While (Pile 1 has more cards)
{
Read top card X in Pile 1
if ( X.PartOfSpeech == "Verb" AND LongestVerb < X.LetterCount)
{
LongestVerb = X.Word
}
}
(d) None of the above
9.To find out the Minimum Total Marks in Scores dataset. Recommended initial value of Min-Total-
Marks variable
(a) 100
(b) 0
(c) 1
(d) 282
2 points
10.Match the following using the pseudocode concept
Column 1 Column 2
a) == i) True
To represent the share of a particular category, bar chart is the most appropriate
graphical representation.
Figure 2.1.G shows the pie chart representation of the weightage distribution of 5 different subjects
in an exam. Based on this information, answer questions (2) and (3).
2.If the exam is for a total of 500 marks, then what is the aggregate distribution of marks in Physics,
Maths and Biology?
Answer:-315
1 point
1 point
3.Choose the correct statement(s):
The pie chart is misleading because it does not obey the area principle.
Table 2.1.G represents the distribution of 200 cricket players trained by different cricket academies
in Chennai.
If each academy has trained at least one player, then based on the given information, answer
questions (4), (5), (6) and (7).
4.What is the combined relative frequency of the academy A,C,B and D (Enter the answer correct to
3 decimal places)
0.370
1 point
1 point
5.Median of the given data is:
Academy C
Academy E
Academy D
Insufficient data
1 point
6.Mode of the given data is:
Academy C
Academy E
Academy D
1 point
7.Which of the following graphical representations is appropriate for the number of players in each
academy for the given data in Table 2.1.G?
Bar chart
Pie chart
Pareto chart
1 point
8.The data of number of students sharing the same rank is collected. Which of the following is/are
suitable to represent the collected data?
1 point
9.Choose the correct statement about categorical data:
Categorical data have measurement units.
Categorical data can take numerical values, but no meaningful mathematical operations
can be performed on it.
Answer:- 26
1 point
11.What is the ratio of the students who secured a C grade to the students who secured an A
grade?
Answer:- 0.9
1 point