Palindrome Sorting Medium: Worksheet 2 - Beginner Practice Palindrome Sorting Medium BEGINNER

Ready to master Palindrome Sorting Medium? This entry level practice worksheet (2/10) presents 20 beginner-level challenges. Focus area: pattern recognition. Learn to solve palindrome sorting medium reasoning questions, handle palindrome sorting medium practice, and perfect palindrome sorting medium for competitive exams with our step-by-step solutions.

📝 Worksheet 2 of 10 • 20 questions • ⏱️ Estimated time: 20 minutes • 🎯 Beginner level

What you'll learn in this worksheet:
Your progress through Palindrome Sorting Medium
Worksheet 2 of 10 (11% complete)

Question 1

Input: coding python deed madam hello Step 1: Palindromic words (read same forwards/backwards): deed madam Step 2: Non-palindromic words: coding hello python Step 3: Combine (palindromes first, then others, each sorted alphabetically): deed madam coding hello python What is the final output?
Palindromic words first (alphabetically sorted), then non-palindromic words (alphabetically sorted): deed madam coding hello python

Question 2

Input: level madam python world coding Step 1: Palindromic words (read same forwards/backwards): level madam Step 2: Non-palindromic words: coding python world Step 3: Combine (palindromes first, then others, each sorted alphabetically): level madam coding python world What is the final output?
Palindromic words first (alphabetically sorted), then non-palindromic words (alphabetically sorted): level madam coding python world

Question 3

Input: civic coding world python level Step 1: Palindromic words (read same forwards/backwards): civic level Step 2: Non-palindromic words: coding python world Step 3: Combine (palindromes first, then others, each sorted alphabetically): civic level coding python world What is the final output?
Palindromic words first (alphabetically sorted), then non-palindromic words (alphabetically sorted): civic level coding python world

Question 4

Input: level refer python world coding Step 1: Palindromic words (read same forwards/backwards): level refer Step 2: Non-palindromic words: coding python world Step 3: Combine (palindromes first, then others, each sorted alphabetically): level refer coding python world What is the final output?
Palindromic words first (alphabetically sorted), then non-palindromic words (alphabetically sorted): level refer coding python world

Question 5

Input: python racecar world civic coding Step 1: Palindromic words (read same forwards/backwards): civic racecar Step 2: Non-palindromic words: coding python world Step 3: Combine (palindromes first, then others, each sorted alphabetically): civic racecar coding python world What is the final output?
Palindromic words first (alphabetically sorted), then non-palindromic words (alphabetically sorted): civic racecar coding python world

Question 6

Input: hello world noon racecar python Step 1: Palindromic words (read same forwards/backwards): noon racecar Step 2: Non-palindromic words: hello python world Step 3: Combine (palindromes first, then others, each sorted alphabetically): noon racecar hello python world What is the final output?
Palindromic words first (alphabetically sorted), then non-palindromic words (alphabetically sorted): noon racecar hello python world

Question 7

Input: python coding world deed level Step 1: Palindromic words (read same forwards/backwards): deed level Step 2: Non-palindromic words: coding python world Step 3: Combine (palindromes first, then others, each sorted alphabetically): deed level coding python world What is the final output?
Palindromic words first (alphabetically sorted), then non-palindromic words (alphabetically sorted): deed level coding python world

Question 8

Input: madam radar hello world coding Step 1: Palindromic words (read same forwards/backwards): madam radar Step 2: Non-palindromic words: coding hello world Step 3: Combine (palindromes first, then others, each sorted alphabetically): madam radar coding hello world What is the final output?
Palindromic words first (alphabetically sorted), then non-palindromic words (alphabetically sorted): madam radar coding hello world

Question 9

Input: level madam hello python world Step 1: Palindromic words (read same forwards/backwards): level madam Step 2: Non-palindromic words: hello python world Step 3: Combine (palindromes first, then others, each sorted alphabetically): level madam hello python world What is the final output?
Palindromic words first (alphabetically sorted), then non-palindromic words (alphabetically sorted): level madam hello python world

Question 10

Input: world python noon coding civic Step 1: Palindromic words (read same forwards/backwards): civic noon Step 2: Non-palindromic words: coding python world Step 3: Combine (palindromes first, then others, each sorted alphabetically): civic noon coding python world What is the final output?
Palindromic words first (alphabetically sorted), then non-palindromic words (alphabetically sorted): civic noon coding python world

Question 11

Input: racecar python world coding refer Step 1: Palindromic words (read same forwards/backwards): racecar refer Step 2: Non-palindromic words: coding python world Step 3: Combine (palindromes first, then others, each sorted alphabetically): racecar refer coding python world What is the final output?
Palindromic words first (alphabetically sorted), then non-palindromic words (alphabetically sorted): racecar refer coding python world

Question 12

Input: noon racecar python coding world Step 1: Palindromic words (read same forwards/backwards): noon racecar Step 2: Non-palindromic words: coding python world Step 3: Combine (palindromes first, then others, each sorted alphabetically): noon racecar coding python world What is the final output?
Palindromic words first (alphabetically sorted), then non-palindromic words (alphabetically sorted): noon racecar coding python world

Question 13

Input: world hello python level civic Step 1: Palindromic words (read same forwards/backwards): civic level Step 2: Non-palindromic words: hello python world Step 3: Combine (palindromes first, then others, each sorted alphabetically): civic level hello python world What is the final output?
Palindromic words first (alphabetically sorted), then non-palindromic words (alphabetically sorted): civic level hello python world

Question 14

Input: racecar python world hello madam Step 1: Palindromic words (read same forwards/backwards): madam racecar Step 2: Non-palindromic words: hello python world Step 3: Combine (palindromes first, then others, each sorted alphabetically): madam racecar hello python world What is the final output?
Palindromic words first (alphabetically sorted), then non-palindromic words (alphabetically sorted): madam racecar hello python world

Question 15

Input: deed hello python civic coding Step 1: Palindromic words (read same forwards/backwards): civic deed Step 2: Non-palindromic words: coding hello python Step 3: Combine (palindromes first, then others, each sorted alphabetically): civic deed coding hello python What is the final output?
Palindromic words first (alphabetically sorted), then non-palindromic words (alphabetically sorted): civic deed coding hello python

Question 16

Input: madam civic python coding hello Step 1: Palindromic words (read same forwards/backwards): civic madam Step 2: Non-palindromic words: coding hello python Step 3: Combine (palindromes first, then others, each sorted alphabetically): civic madam coding hello python What is the final output?
Palindromic words first (alphabetically sorted), then non-palindromic words (alphabetically sorted): civic madam coding hello python

Question 17

Input: python coding refer radar hello Step 1: Palindromic words (read same forwards/backwards): radar refer Step 2: Non-palindromic words: coding hello python Step 3: Combine (palindromes first, then others, each sorted alphabetically): radar refer coding hello python What is the final output?
Palindromic words first (alphabetically sorted), then non-palindromic words (alphabetically sorted): radar refer coding hello python

Question 18

Input: hello coding radar level python Step 1: Palindromic words (read same forwards/backwards): level radar Step 2: Non-palindromic words: coding hello python Step 3: Combine (palindromes first, then others, each sorted alphabetically): level radar coding hello python What is the final output?
Palindromic words first (alphabetically sorted), then non-palindromic words (alphabetically sorted): level radar coding hello python

Question 19

Input: coding python hello civic madam Step 1: Palindromic words (read same forwards/backwards): civic madam Step 2: Non-palindromic words: coding hello python Step 3: Combine (palindromes first, then others, each sorted alphabetically): civic madam coding hello python What is the final output?
Palindromic words first (alphabetically sorted), then non-palindromic words (alphabetically sorted): civic madam coding hello python

Question 20

Input: radar python madam hello coding Step 1: Palindromic words (read same forwards/backwards): madam radar Step 2: Non-palindromic words: coding hello python Step 3: Combine (palindromes first, then others, each sorted alphabetically): madam radar coding hello python What is the final output?
Palindromic words first (alphabetically sorted), then non-palindromic words (alphabetically sorted): madam radar coding hello python
Previous Worksheet Next Worksheet