All Exams Test series for 1 year @ ₹349 only
Question

All words that are not yet sorted alphabetically are then placed immediately after the newly sorted word, maintaining their relative order. All numbers that are not yet sorted in descending order are then placed immediately before the newly sorted number, maintaining their relative order. This process continues until all words are arranged in alphabetical order at the left end, and all numbers in descending order at the right end. Based on the pattern, answer the questions that follow the given input.
Input: Craft 71 60 40 Art Skill Brain 83
Question: What is the Step I arrangement?

This question was previously asked in
SSC Stenographer 2025 Question Paper (06-Aug-2025) Shift 2
The correct answer is
Art Craft Skill Brain 71 60 40 83

Understanding the Sorting Process

This question involves a specific sorting method for a list containing both words and numbers. The objective is to arrange all words alphabetically from the left end and all numbers in descending order from the right end. We need to find the arrangement after the very first step (Step I) of this process.

Input Data Analysis

The initial sequence given is: \(Craft 71 60 40 Art Skill Brain 83\)

Let's break down this input into its components:

  • Words: Craft, Art, Skill, Brain
  • Numbers: 71, 60, 40, 83

Applying the Rules for Step I

The sorting procedure follows two key rules. In Step I, we apply these rules to determine the initial arrangement:

  1. Word Sorting Rule: Any word not yet sorted alphabetically is placed immediately after the 'newly sorted word', while keeping its original relative order among other unsorted words.
  2. Number Sorting Rule: Any number not yet sorted in descending order is placed immediately before the 'newly sorted number', while keeping its original relative order among other unsorted numbers.

Step I focuses on identifying the alphabetically first word and the numerically largest number to start the sorting process.

Step I: Word Arrangement

For the words, the process aims to place them alphabetically from left to right. In Step I:

  1. First, we identify all the words from the input: Craft, Art, Skill, Brain.
  2. Next, we find the word that comes earliest in alphabetical order. This word is Art.
  3. The rule states that this 'newly sorted word' (Art) is placed at the beginning of the word section.
  4. The remaining words are Craft, Skill, and Brain.
  5. Crucially, these remaining words maintain their original relative order (Craft, then Skill, then Brain) and are placed immediately after Art.
  6. Thus, the word arrangement after Step I is: Art Craft Skill Brain.

Step I: Number Arrangement

For the numbers, the process aims to place them in descending order from right to left. In Step I:

  1. First, we identify all the numbers from the input: 71, 60, 40, 83.
  2. Next, we find the number that is numerically the largest. This number is 83.
  3. The rule states that this 'newly sorted number' (83) is placed at the end of the number section.
  4. The remaining numbers are 71, 60, and 40.
  5. These remaining numbers maintain their original relative order (71, then 60, then 40) and are placed immediately before 83.
  6. Therefore, the number arrangement after Step I is: 71 60 40 83.

Step I: Combined Arrangement

To get the final arrangement for Step I, we combine the word arrangement and the number arrangement as determined above.

The word arrangement is: Art Craft Skill Brain.

The number arrangement is: 71 60 40 83.

By combining these, the complete arrangement after Step I is: Art Craft Skill Brain 71 60 40 83.

Was this answer helpful?

Similar Questions

  1. Input: dance, apple, zebra, kite, fan, bottle
    Step 1: zebra, apple, dance, kite, fan, bottle
    Step II: zebra, apple, bottle, dance, kite, fan
    Step III: zebra, apple, bottle, dance, fan, kite
    Question: What is the logic followed in the above arrangement?
  2. A word-and-number arrangement machine rearranges a given input following a specific rule in each step. The rule involves moving the alphabetically smallest word to the leftmost side and the numerically largest number to the rightmost side in each step. The process continues until all words are arranged in alphabetical order at the left end, and all numbers in descending order at the right end.
    Based on the pattern, answer the questions that follow the given input.
    Input: Panther 88 33 11 Roar Stripes 44 Animal
    Question: Which is the 1st word placed in Step 1?

  3. Input: cat 28 dog 43 bat 59
    Step 1: 59 cat 28 dog 43 bat
    Step 2: 59 bat cat 28 dog 43
    Step 3: 59 bat 43 cat 28 dog
    Step 4: 59 bat 43 dog cat 28
    What will be the final step for the input?
  4. A word-and-number arrangement machine rearranges a given input following a specific rule in each step. The rule involves moving the alphabetically smallest word to the leftmost side and the numerically largest number to the rightmost side in each step. The process continues until all words are arranged in alphabetical order at the left end, and all numbers in descending order at the right end.
    Based on the pattern, answer the questions that follow the given input.
    Input: Volcano 37 19 Ash 50 Smoke 90 Dust 28
    Question: What is the sequence of numbers in Step II?

  5. A definite Input-Output process is given below. Study the arrangement rules carefully for the given input and follow them to answer the questions based on the new input. Input: 40 10 60 20 30
    Step I: 10 40 60 20 30
    Step II: 10 20 40 60 30
    Step III: 10 20 30 40 60
    Last Step: 10 20 30 40 60
    Based on the process shown above, answer the following question for the given input:
    New Input: 75 25 85 35 15
    Question: What is the element at the \(3^{rd}\) position from the left in Step II of the new input?
  6. Input: blue 42 rose 71 violet 13 orange
    Which of the following would be Step 3 if the logic is:
    Step 1: Alphabetical arrangement of words from left
    Step 2: Numbers arranged in descending order from the end?
  7. Input: 85 kite 23 lamp 62 brush
    Step 1: brush 85 kite 23 lamp 62
    Step 2: brush 85 kite 62 23 lamp
    Step 3: brush 85 kite 62 lamp 23
    Which of the following describes the logic best?
  8. Input: 93 box 27 pink 46 green 18
    Step 1: box 93 27 pink 46 green 18
    Step 2: box 93 green 27 pink 46 18
    Step 3: box 93 green 46 27 pink 18
    Step 4: box 93 green 46 pink 27 18
    What will be Step 5?
  9. Input: 8 cake 12 bag 5 apple
    Step 1: 5 apple 8 cake 12 bag
    Step 2: 5 apple 8 bag 12 cake
    What is the logic applied?
  10. A word-and-number arrangement machine rearranges a given input following a specific rule in each step. The rule involves moving the alphabetically smallest word to the leftmost side and the numerically largest number to the rightmost side in each step. The process continues until all words are arranged in alphabetical order at the left end, and all numbers in descending order at the right end.
    Based on the pattern, answer the questions that follow the given input.
    Input: Apple 41 Orange 62 85 Mango Banana 19
    Question: What is the final (last) arrangement?

Important Questions from Input Output

  1. Which option correctly explains the fundamental difference between input and output devices in a computer system?
  2. Which of the following accurately explains why a touchscreen can be considered both an input and an output device?
  3. When 12 is subtracted from a number, it reduces to its 40%. Two-fifth of that number is:

  4. After an increase of 9% in salary, a person received ₹6,300. What was his salary before the increase (consider integral part only)?

  5. If x : y = 5 : 6, then 2x + 3y : 3x + 5y is:

Need Expert Advice?
Upcoming Exams
SSC CGL
September 30, 2026
UPSSSC PET
October 23, 2026
Test Series
SSC Stenographer img
SSC
SSC Stenographer 2026 Mock Test Series (Latest Version)
1172 Tests 2 Tests Free
3048 Attempts
4.6(263)
English, Hindi

Start Your Preparation with Prepp Mobile App

Download the app from Google Play & App Store
Download the app from Google Play & App Store
Prepp Mobile App