uiz Space

May 2025 term · Computational Thinking · BSCS1001

Computational Thinking Quiz 2: 3 August 2025, Set 4 (May 2025 term)

The IIT Madras BS Computational Thinking (Computational Thinking (CT)) Quiz 2 paper sat on 3 Aug 2025, in the May 2025 term, set 4: 16 questions for 54 marks in 120 minutes. Every question is below with its answer. Take it as a timed mock test to be marked, or read it through first.

Questions
16
Marks
54
Duration
120 min
MCQ
11
MSQ
3
Written
2

Updated

Official paper: IIT M IMPROVEMENT AN EXAM QIA4 03 Aug · No negative marking.

Question 1

+1 markOne correct option

THIS IS QUESTION PAPER FOR THE SUBJECT "FOUNDATION LEVEL : SEMESTER I: COMPUTATIONAL THINKING (COMPUTER BASED EXAM)" ARE YOU SURE YOU HAVE TO WRITE EXAM FOR THIS SUBJECT? CROSS CHECK YOUR HALL TICKET TO CONFIRM THE SUBJECTS TO BE WRITTEN. (IF IT IS NOT THE CORRECT SUBJECT, PLS CHECK THE SECTION AT THE TOP FOR THE SUBJECTS REGISTERED BY YOU)

  1. A

    YES

  2. B

    NO

Show answer

Correct answer

  • A

    YES

Question 2

+1 markOne correct option
Figure from the original question paper
Figure from the original question paper
  1. A

    Useful Data has been mentioned above.

  2. B

    This data attachment is just for a reference & not for an evaluation.

Show answer

Correct answer

  • A

    Useful Data has been mentioned above.

Question 3

+4 marksOne correct option
Figure from the original question paper
  1. A
    Figure from the original question paper
  2. B
    Figure from the original question paper
  3. C
    Figure from the original question paper
  4. D
    Figure from the original question paper
Show answer

Correct answer

  • D
    Figure from the original question paper

Question 4

+4 marksOne correct option
Figure from the original question paper
  1. A

    [6, 3, 2, 5, 1, 4]

  2. B

    [6, 2, 3, 1, 5, 4]

  3. C

    [4, 1, 5, 2, 3, 6]

  4. D

    [1, 4, 5, 2, 3, 6]

Show answer

Correct answer

  • A

    [6, 3, 2, 5, 1, 4]

Question 5

+4 marksOne correct option
Figure from the original question paper
  1. A

    {'a': 4, 'b': 3, 'c': 2, 'd': 2, 'e': 1}

  2. B

    {'a': 3, 'b': 4, 'c': 2, 'd': 2, 'e': 1}

  3. C

    {'a': 4, 'b': 2, 'c': 2, 'd': 2, 'e': 1}

  4. D

    {'a': 4, 'b': 3, 'c': 2, 'd': 1, 'e': 2}

Show answer

Correct answer

  • A

    {'a': 4, 'b': 3, 'c': 2, 'd': 2, 'e': 1}

Question 6

+4 marksOne correct option
Figure from the original question paper
  1. A

    The list of nouns that come immediately after an article

  2. B

    The list of articles that come immediately after a noun

  3. C

    The list of nouns that come immediately before an article

  4. D

    The list of articles that come immediately before a noun

Show answer

Correct answer

  • A

    The list of nouns that come immediately after an article

Question 7

+5 marksOne correct option
Figure from the original question paper
  1. A

    A = Number of cities where students score the lowest marks in PhysicsB = The lowest marks in Physics

  2. B

    A = Number of cities where students score the highest marks in PhysicsB = The lowest marks in Physics

  3. C

    A = Cities where students score the highest marks in PhysicsB = The highest marks in Physics

  4. D

    A = Number of cities where students score the lowest marks in PhysicsB = The highest marks in Physics

Show answer

Correct answer

  • A

    A = Number of cities where students score the lowest marks in PhysicsB = The lowest marks in Physics

Question 8

+5 marksOne correct option
Figure from the original question paper
  1. A
    Figure from the original question paper
  2. B
    Figure from the original question paper
  3. C
    Figure from the original question paper
  4. D
    Figure from the original question paper
Show answer

Correct answer

  • C
    Figure from the original question paper

Question 9

+5 marksOne or more correct options
Figure from the original question paper

Select all that apply.

  1. A

    Error in Line 2

  2. B

    Error in Line 3

  3. C

    Error in Line 5

  4. D

    Error in Line 8

Show answer

Correct answers

  • A

    Error in Line 2

  • C

    Error in Line 5

Question 10

+4 marksOne or more correct options
Figure from the original question paper

Select all that apply.

  1. A
    Figure from the original question paper
  2. B
    Figure from the original question paper
  3. C
    Figure from the original question paper
  4. D
    Figure from the original question paper
Show answer

Correct answers

  • A
    Figure from the original question paper
  • C
    Figure from the original question paper

Question 11

+4 marksOne or more correct options

Based on the above data, answer the given subquestions.

Based on the above data, answer the given subquestions.

At the end of execution of pseudocode, which of the following statements is/are correct?

Select all that apply.

  1. A

    B represents maximum number of nouns in a sentence across all sentences.

  2. B

    wList represents the list of part of speech of all words in the dataset.

  3. C

    A represents number of Noun in a particular sentence.

  4. D

    wList represents the list of part of speech of words in a last sentence.

Show answer

Correct answers

  • A

    B represents maximum number of nouns in a sentence across all sentences.

  • C

    A represents number of Noun in a particular sentence.

Question 12

+3 marksOne correct option

Based on the above data, answer the given subquestions.

Based on the above data, answer the given subquestions.

What will length(sList) represent at the end of the execution?

  1. A

    Total number of words in the "Words" dataset.

  2. B

    Total number of sentences in the "Words" dataset.

  3. C

    Total number of words with the same part of speech in the "Words" dataset.

  4. D

    Total number of words with different parts of speech in the "Words" dataset.

Show answer

Correct answer

  • B

    Total number of sentences in the "Words" dataset.

Question 13

+4 marksOne correct option
Figure from the original question paper

What will the value of L be at the end of execution?

  1. A

    6

  2. B

    1

  3. C

    11

  4. D

    4

Show answer

Correct answer

  • C

    11

Question 14

+4 marksOne correct option
Figure from the original question paper

What will the value of LC be at the end of execution?

  1. A

    [[1], [2, 2], [1, 2, 3]]

  2. B

    [[1], [2, 2], [3, 2, 1]]

  3. C

    [[3, 2, 1], [2, 2], [1]]

  4. D

    [[1, 2, 3], [2, 2], [1]]

Show answer

Correct answer

  • B

    [[1], [2, 2], [3, 2, 1]]

Question 15

+1 markWritten answer

Based on the above data, answer the given subquestions.

Based on the above data, answer the given subquestions.
Show answer

A written answer, not marked automatically.

Question 16

+1 markWritten answer
Figure from the original question paper
Show answer

A written answer, not marked automatically.