Computational Thinking (CT) End Term 8 Aug 2021 — Question 13
Show answer
Correct answer
Question 13 of 25 in the IIT Madras BS Computational Thinking (Computational Thinking (CT)) End Term paper sat on 8 Aug 2021, in the May 2021 term (IIT M TERM FINAL EXAM POD21TEFNQP1 8 Aug 2021). It carries 2.5 marks.
More questions from this paper
- The following pseudocode is executed using the "Scores" dataset. What will B represent at the end of execution of pseud…
- The following pseudocode is executed using the "Words" dataset. What does count represent at the end of execution?
- The following pseudocode is executed using the "Library" dataset. What does (count−A+B) represent at the end of executi…
- The following pseudocode is executed using the "Scores" dataset. What will (B + D) − (A + C) represent at the end of ex…
- The following pseudocode is executed using the "Library" dataset. What does the count represent at the end of execution?
- The following pseudocode is executed using the "Scores" dataset. What does List store at the end of execution?
- Consider the following pseudocode. How many times will the procedure fib( ) be called if n = 5, excluding the main call?
- Consider a matrix M generated from the "Words" dataset. If i and j represent two different words, when will M[i][j] be …
- The following pseudocode is executed using the "Olympics" dataset. When will count2 be greater than count1?
- The following pseudocode is executed using the "Library" dataset. What will L represent at the end of execution?
- The following pseudocode is executed using the "Scores" dataset. What will B represent at the end of the execution?
- The following table contains information regarding the books in "Library" dataset. Each entry in the table corresponds …
- Consider the definition of the object datatype ClassList. Let cL be a ClassList object. Choose the correct statement(s)…
- The following pseudocode is executed using the "Words" dataset? Based on the above data, answer the given subquestions.…
- The following pseudocode is executed using the "Words" dataset? Based on the above data, answer the given subquestions.…
- The following pseudocode is executed using the "Words" dataset? Based on the above data, answer the given subquestions.…
- The following pseudocode constructs a graph from the “Words” dataset. A dictionary wordI is created. Each word in the d…
- The following pseudocode constructs a graph from the “Words” dataset. A dictionary wordI is created. Each word in the d…
- The following pseudocode constructs a graph from the “Words” dataset. A dictionary wordI is created. Each word in the d…
- doSomething is a procedure that accepts a non-empty list of integers L as input. The following pseudocode finds the big…
- The following pseudocode is executed using the "Words" dataset. count represents the number of letters whose frequency …
- Consider the following public procedures function1 and function2 that are defined inside a class Function (not shown he…
- The following pseudocode is executed using the "Words" dataset. Study the pseudocode given above and answer the subques…
- The following pseudocode is executed using the "Words" dataset. Study the pseudocode given above and answer the subques…