Quiz Space

Computational Thinking · Qualifier · 16 Mar 2025 · January 2025 term

Question 10: Statement The given information represents a "Words" dat…

Question 10

+4 marksOne or more correct options

Statement

The given information represents a "Words" dataset and it may have some mistakes with respect to the sanity of data. Identify all rows with such mistakes. [MSQ].

Row no.FieldValue
Row 1Card number"xyz"
Row 2Word1
Row 3Part of Speech"Noun"
Row 4Letter Count- 5

Select all that apply.

  1. A

    Row 1: Incorrect data type of card number

  2. B

    Row 2: Incorrect data type of Word

  3. C

    Row 3: Incorrect data type of Part of Speech

  4. D

    Row 3: Invalid value of Part of Speech

  5. E

    Row 4: Incorrect data type of Letter Count

  6. F

    Row 4: Invalid value of Letter Count

Show answer

Correct answers

  • A

    Row 1: Incorrect data type of card number

  • B

    Row 2: Incorrect data type of Word

  • F

    Row 4: Invalid value of Letter Count

Question 10 of 12 in the IIT Madras BS Computational Thinking (Computational Thinking (CT)) Qualifier paper sat on 16 Mar 2025, in the January 2025 term (IIT M QUALIFIER AN EXAM QDQ1 16 Mar 2025). It carries 4 marks.

More questions from this paper

  1. Q1Statement The following pseudocode is executed using the "Scores" dataset. At the end of the execution of below pseudoc…
  2. Q2The following pseudocode is executed using the "Words" table. At the end of the execution, count stores the number of p…
  3. Q3Statement The following pseudocode is executed using the “Scores” dataset. At the end of the execution, variable Count …
  4. Q4Statement The following pseudocode is executed using the “Words” dataset. What will A represent at the end of the execu…
  5. Q5Statement Procedure miniSum accepts three numbers as parameters and returns the sum of two smallest numbers. Choose the…
  6. Q6Statement The following pseudocode is executed using the “Scores” dataset. What will A represent at the end of the exec…
  7. Q7The given pseudocode is executed using the “Olympics” table. What will count represent at the end of the execution? Ass…
  8. Q8Let X and Y be two rows in the “Scores” table. We call X and Y partially matching if student X and Y are either from th…
  9. Q9Statement The given pseudocode is executed using the “Shopping Bills” dataset. frac stores the ratio of the number of c…
  10. Q11Statement The following pseudocode is executed using the “Scores” dataset. At the end of the execution, count captures …
  11. Q12The following pseudocode is executed using a dataset similar to the "Words" dataset, based on the following paragraph. …