Quiz Space

Computational Thinking · Quiz 1 · 15 Mar 2026 · January 2026 term

Question 5: What does the given pseudocode achieve using the Words ta…

Question 5

+6 marksOne correct option

What does the given pseudocode achieve using the Words table?

What does the given pseudocode achieve using the Words table?
  1. A

    Bins the rows in the Words table into four tables based on word length

  2. B

    Bins the rows in the Words table into four tables based on whether the word has more vowels or more consonants

  3. C

    Bins the rows in the Words table into four tables based on the ratio of vowels to total letters

  4. D

    Bins the rows in the Words table into four tables based on whether the word contains only vowels

Show answer

Correct answer

  • C

    Bins the rows in the Words table into four tables based on the ratio of vowels to total letters

Question 5 of 11 in the IIT Madras BS Computational Thinking (Computational Thinking (CT)) Quiz 1 paper sat on 15 Mar 2026, in the January 2026 term (CT 15 Mar 26). It carries 6 marks.

More questions from this paper

  1. Q1Figure question
  2. Q2The following procedure is executed using the Scores dataset. What does the procedure Mystery("M") compute?
  3. Q3The following pseudocode is executed using the Scores table. At the end of the execution, the variable CountBA captures…
  4. Q4Based on the Scores dataset, the Procedure highTotal(S) returns True if student name 'S' has a TOTAL score greater than…
  5. Q6The following pseudocode is executed using the Shopping bills dataset to find the number of bills with one of the top t…
  6. Q7The following procedure is executed using the Shopping Bills dataset. Choose all the correct options given below.
  7. Q8The following procedure finds the highest amount of bill generated at Sun General from the Shopping Bills dataset. But …
  8. Q9Consider the following pseudocode operating on Scores dataset. Which of the following statements are true?
  9. Q10Consider the Olympics dataset. The following pseudocode is executed: Which of the following must be true after executio…
  10. Q11The following pseudocode is executed using a dataset similar to the "Words" dataset, based on the paragraph below. "Pat…