Week 9 Graded Assignments – Students Community https://iitmadrasstudentscommunity.me IITM Student Community is created to help students to get better grades in their final examinations by providing Course lectures, Graded Assignment Solutions Sat, 12 Aug 2023 07:11:42 +0000 en-US hourly 1 https://iitmadrasstudentscommunity.me/wp-content/uploads/2023/08/cropped-logo-IITM-190-×-100-px-5-150x150.png Week 9 Graded Assignments – Students Community https://iitmadrasstudentscommunity.me 32 32 English Week 9 Graded Assignments IIT Madras https://iitmadrasstudentscommunity.me/english-week-9-graded-assignments-iit-madras/ https://iitmadrasstudentscommunity.me/english-week-9-graded-assignments-iit-madras/#respond Sat, 12 Aug 2023 04:00:00 +0000 https://iitmadrasstudentscommunity.me/?p=710 Read More »English Week 9 Graded Assignments IIT Madras]]>
 

English week 9 graded assignment Complete  Solutions Are Discussed In This Blog We Hope This Might Help You All In Matching Answers . Or For Some Others Reasons Not Able To Complete Graded Assignments 

1. What among the following is not true about presentations?
2.
 
Which is the right order in the development of a presentation?
       
               i) Brainstorm    ii) research   iii) outline   iv) edit   v) message
3.
Which among the following is a must in your slide deck?
 
4. “Slides in a presentation are allowed to be customized depending upon the audience.”

        The statement is
 
2 Marks
5. Which among the following is not true of a GD?
]]>
https://iitmadrasstudentscommunity.me/english-week-9-graded-assignments-iit-madras/feed/ 0
Statistics Week 9 Graded Assignments IIT Madras https://iitmadrasstudentscommunity.me/statistics-week-9-graded-assignments-iit-madras/ https://iitmadrasstudentscommunity.me/statistics-week-9-graded-assignments-iit-madras/#comments Sat, 12 Aug 2023 03:52:00 +0000 https://iitmadrasstudentscommunity.me/?p=699 Read More »Statistics Week 9 Graded Assignments IIT Madras]]>

Statistics week 9 graded assignment Complete  Solutions Are Discussed In This Blog We Hope This Might Help You All In Matching Answers . Or For Some Others Reasons Not Able To Complete Graded Assignments Check Below For Master Key

1.A discrete random variable  can take the values 1,2,···,7. For these values the cumulative distribution function is defined by:�(�)=�(�≤�)=�2+�95= 1,2,···,7. Find the value of .

 
 
 
 
 
 

2.An organization in Texas organizes lucky draw this month. 3 thousand tickets are sold for 2$ each. Each has an equal chance of winning. 1 tickets will win 698$, 3 tickets will win 353$ and 4 tickets will win 63$. Let, the random variable  denote the net gain from purchase of one ticket. What is the probability that  takes the value less than 353? (Enter the answer correct to 4 decimal place)

 
0.9998
 
 
 
 

3. In a group of 204 people, 29 are photographers and 175 are journalists. 12 people are randomly picked from a group of these 204 people. Let,  be a random variable which represents the number of photographers. How many possible values can the random variable  take?

9
 
 
 
4.
 
Which of the following is/are discrete random variables?

 

 

 

 

 

 
 
 
 
 

5.A biased coin with probability of heads 0.75 is tossed three times. Let  be a random variable that represents the number of head runs, a head run being defined as a consecutive occurrence of at least two heads. Then the probability mass function of  is given by:

 

 

 

 

 

 

 

 

 
 
 
 
 

6. Nina has 6 music sessions in a week. She attends the sessions 6 days a week 59% of the time, 5 days 13% of the time, one day 7% of the time, and no days 21% of the time. Let,  be a discrete random variable representing the number of sessions she attends in a week. Suppose one week is randomly selected, what is the probability that the random variable  take the value at most 5?(Enter the answer correct to 2 decimal places)

 
Check Master Key Below
 
 
 
 

7.Find the value of k for which k(47)�( x = 0, 1, 2, …) is a pmf.(Enter the answer correct up to 2 decimal places)

 
0.625
 
 
 

8.Using the information in previous question, calculate �(�=2).(Enter the answer correct up to 2 decimal places)

 
0.09
 
 
 
 

9.From a box  containing 3 white and 6 black balls, 5 balls are transferred into an empty box . Let  be a random variable that represents the number of white balls which are transferred from  to . What value of random variable will have the least probability?

 
0
 
 
 
 

10. The probability mass function of a random variable X is given by:

 
 



       �(�=�){3�2−3�for �=02�2−1for�=10otherwise

 Determine the value of k given �>0.

 
1
]]>
https://iitmadrasstudentscommunity.me/statistics-week-9-graded-assignments-iit-madras/feed/ 2
CT Week 9 Graded Assignments IIT Madras https://iitmadrasstudentscommunity.me/ct-week-9-graded-assignments-iit-madras/ https://iitmadrasstudentscommunity.me/ct-week-9-graded-assignments-iit-madras/#respond Sat, 12 Aug 2023 03:42:00 +0000 https://iitmadrasstudentscommunity.me/?p=694 Read More »CT Week 9 Graded Assignments IIT Madras]]>

Computational Thinking week 9 graded assignment Complete  Questions Are Discussed In This Blog.  Access From Below Link

 

Consider a graph generated from the “Scores” table that is represented by a matrix B. Each node in the graph corresponds to a student from the table. SeqNo is used to label the nodes in the graph. Study the given pseudocode and answer the following questions.

 
 
 

 

 
 

1.There is an edge between students i and j, with i  j, if and only if:

 

they are from the same city/town

they have the same gender

they are from the same city/town and have the same gender

they are from the same city/town or have the same gender

 
 

2. Which of the following statements are true about this graph? It is a Multiple Select Question (MSQ).

There are two cliques in this graph, one for each gender

In every clique, there is at least a pair of students having different genders

All students in a given clique have the same gender

All students in a given clique are from the same city/town

There are no cliques in this graph

 
 
 
 

3. The following table contains information regarding books in a library. Each row in the table corresponds to a book and is authored by exactly two authors, with equal contributions from both. There is a pool of n authors, each author being assigned a unique index between 0 and �−1. There are M books in total.

The table is represented by a dictionary named books, with the keys as serial numbers and values as the corresponding list of authors. Assume that books has already been computed. For example, we have:

books[0] = [4, 0]

A graph G is generated from this table. Each node corresponds to an author. There is an edge between authors i and j if and only if they have collaborated on a book. Given a pair of authors (ij), with i  j, what does the value colab[i] [j] represent at the end of the execution of the following pseudocode? Assume that the number of authors, n, is given to you.

 
 
 

 

 
 

It represents the number of books published by authors i or j

It represents the number of books in which authors i and j have collaborated

It represents the number of books published by author i + number of books published by author j

It represents the number of books published by author i in which he has not collaborated with author j

Question-(4 to 11)
Using the matrix colab computed from the previous problem, answer the following questions. For each question, what do the variables aVar and bVar represent at the end of execution of the pseudocode? Pick the correct option from the table given below.


 
 

 
 
 



4. What is the correct option for variable aVar?

5
 
 

5.What is the correct option for variable bVar?

 
 
 

 
 
 


6.What is the correct option for variable aVar?

 
 
 

7.What is the correct option for variable bVar?

4
 
 

 
 
 


8.What is the correct option for variable aVar?

8
 
 
 

9. What is the correct option for variable bVar?

2
 
 

 
 
 



10.What is the correct option for variable aVar?

 7

 
 
100 point
 

11.What is the correct option for variable bVar?

6
 
 
 

Continuing with the previous question, authors is a list of authors. isClique is a procedure that determines if every pair of authors in this list have collaborated at least once. It returns False if at least one pair of authors haven’t collaborated, and True if every pair of authors have collaborated at least once. Select the correct code fragment to complete the pseudocode. It is a Multiple Select Question (MSQ).

 
 
 

 

 

 

 
 
 

 

 

 
 
 

 

 

 
 
 

 

 

 
 
 

 

 

 
 
 

 
 

 

 

A computer scientist is planning to conduct an event in the city. She has come up with a novel scheme to invite people:

The host (computer scientist) can send out any number of invitations and does not accept any invitation.

  • Each invitation is represented by a unique text message.
  • Each invitee can choose to either accept or reject the invitation.
  • If an invitee accepts the invitation, then he can invite exactly one other person by forwarding the invitation that he received to this person, i.e., the invitee can forward the message he received only once.
  • If an invitee doesn’t accept the invitation, he cannot invite anyone.
  • If a person receives multiple invitations, he can accept at most one of them. All other invitations must be rejected.

This situation is modeled as a graph. There is a node corresponding to every person who attends the event. n people attend the event and the attendees are indexed from 0 to �−1. Given a pair of attendees (ij), there is an edge from i to j if and only if the following conditions are satisfied:

  • j was invited by i
  • j accepted i‘s invitation

The graph is represented by a matrix A, such that A[i] [j] = 1 if and only if there is an edge from i to j.

For the case of n = 5, which of the following is a possible representation of the graph?

 
 
4 points
 
 

Continuing with the previous question, for a pair of attendees (ij) other than the host, we say that i is the ancestor of j, if their messages are identical and i has accepted the invitation before j. Note that each invitation sent out by the host is a unique text message. Assume that the matrix A that represents the graph has already been computed.

isAncestor is a procedure that accepts the matrix A and two attendees i and j other than the host as input, with i  j, and returns True if i is the ancestor of j, and False otherwise. Select the correct code fragment to complete the pseudocode.

 
 
 

 

 
 

 

 
 
 

 

 

 
 
 

 

 

 
 
 

 

 

 

]]>
https://iitmadrasstudentscommunity.me/ct-week-9-graded-assignments-iit-madras/feed/ 0
Maths Week 9 Graded Assignments IIT Madras https://iitmadrasstudentscommunity.me/maths-week-9-graded-assignments-iit-madras/ https://iitmadrasstudentscommunity.me/maths-week-9-graded-assignments-iit-madras/#respond Sat, 12 Aug 2023 03:39:00 +0000 https://iitmadrasstudentscommunity.me/?p=719

Maths Week 9 Graded Assignments Questions Are Different So Do From Master Key Access Below Any Doubt Feel Free To Comment And Ask Some Questions Are Same 

  1. BC
  2. CE
  3. BD
  4. 1
  5. AD
]]>
https://iitmadrasstudentscommunity.me/maths-week-9-graded-assignments-iit-madras/feed/ 0