Step by Step Transformation Easy - Intermediate Level: tricky scenarios handling Step by Step Transformation Easy INTERMEDIATE

This expert challenge 📈 worksheet focuses on Step by Step Transformation Easy - a key topic in Input Output. You'll solve 20 intermediate-level problems (Worksheet 5 of 10). The primary focus is on tricky scenarios handling. Master how to solve step by step transformation easy, step by step transformation easy tricks, and step by step transformation easy shortcut methods through systematic practice.

📝 Worksheet 5 of 10 • 20 questions • ⏱️ Estimated time: 20 minutes • 🎯 Intermediate level

What you'll learn in this worksheet:
Your progress through Step by Step Transformation Easy
Worksheet 5 of 10 (44% complete)

Question 1

Rule: double letters - Double each letter in every word Example: cat dog fox → ccaatt ddoogg ffoxx Input: bat rat mat Output: ?
Following the 'double letters' rule: bat rat mat → bbaatt rraatt mmaatt

Question 2

Rule: shift letters +2 - Shift each letter forward by 2 positions (wrap around) Example: abc xyz → cde zab Input: abc xyz Output: ?
Following the 'shift letters +2' rule: abc xyz → cde zab

Question 3

Rule: shift letters +2 - Shift each letter forward by 2 positions (wrap around) Example: abc xyz → cde zab Input: python code Output: ?
Following the 'shift letters +2' rule: python code → ravjqp eqfg

Question 4

Rule: alternate case - Convert to alternate case starting with uppercase Example: hello world → HeLlO WoRlD Input: hello world Output: ?
Following the 'alternate case' rule: hello world → HeLlO WoRlD

Question 5

Rule: reverse words - Reverse each word individually Example: sun moon star → nus noom rats Input: pen book desk Output: ?
Following the 'reverse words' rule: pen book desk → nep koob ksed

Question 6

Rule: remove vowels - Remove all vowels (a, e, i, o, u) from each word Example: simple text here → smpl txt hr Input: smart brain focus Output: ?
Following the 'remove vowels' rule: smart brain focus → smrt brn fcs

Question 7

Rule: swap first and last - Swap first and last letter of each word Example: code logic brain → eod cigol nairb Input: test exam quiz Output: ?
Following the 'swap first and last' rule: test exam quiz → test mxae zuiq

Question 8

Rule: capitalize first - Capitalize first letter of each word Example: hello world test → Hello World Test Input: hope you well Output: ?
Following the 'capitalize first' rule: hope you well → Hope You Well

Question 9

Rule: swap first and last - Swap first and last letter of each word Example: code logic brain → eod cigol nairb Input: test exam quiz Output: ?
Following the 'swap first and last' rule: test exam quiz → test mxae zuiq

Question 10

Rule: add number prefix - Add sequential numbers as prefix (1, 2, 3...) Example: red blue green → 1red 2blue 3green Input: red blue green black Output: ?
Following the 'add number prefix' rule: red blue green black → 1red 2blue 3green 4black

Question 11

Rule: capitalize first - Capitalize first letter of each word Example: hello world test → Hello World Test Input: hope you well Output: ?
Following the 'capitalize first' rule: hope you well → Hope You Well

Question 12

Rule: first letter to end - Move first letter of each word to the end Example: cat dog bird → atc ogd irdb Input: hand foot head Output: ?
Following the 'first letter to end' rule: hand foot head → andh ootf eadh

Question 13

Rule: first letter to end - Move first letter of each word to the end Example: cat dog bird → atc ogd irdb Input: hand foot head Output: ?
Following the 'first letter to end' rule: hand foot head → andh ootf eadh

Question 14

Rule: swap first and last - Swap first and last letter of each word Example: code logic brain → eod cigol nairb Input: python java cpp Output: ?
Following the 'swap first and last' rule: python java cpp → nythop aavj ppc

Question 15

Rule: remove vowels - Remove all vowels (a, e, i, o, u) from each word Example: simple text here → smpl txt hr Input: nice job today Output: ?
Following the 'remove vowels' rule: nice job today → nc jb tdy

Question 16

Rule: capitalize first - Capitalize first letter of each word Example: hello world test → Hello World Test Input: hello world python Output: ?
Following the 'capitalize first' rule: hello world python → Hello World Python

Question 17

Rule: double letters - Double each letter in every word Example: cat dog fox → ccaatt ddoogg ffoxx Input: cat dog fox Output: ?
Following the 'double letters' rule: cat dog fox → ccaatt ddoogg ffooxx

Question 18

Rule: add number prefix - Add sequential numbers as prefix (1, 2, 3...) Example: red blue green → 1red 2blue 3green Input: fast slow quick Output: ?
Following the 'add number prefix' rule: fast slow quick → 1fast 2slow 3quick

Question 19

Rule: capitalize first - Capitalize first letter of each word Example: hello world test → Hello World Test Input: good morning all Output: ?
Following the 'capitalize first' rule: good morning all → Good Morning All

Question 20

Rule: swap first and last - Swap first and last letter of each word Example: code logic brain → eod cigol nairb Input: python java cpp Output: ?
Following the 'swap first and last' rule: python java cpp → nythop aavj ppc
Previous Worksheet Next Worksheet