Master Function Composition Advanced Hard - Intermediate-Advanced Level Problems Function Composition Advanced Hard INTERMEDIATE ADVANCED

Excel in competitive exams with this self assessment worksheet on Function Composition Advanced Hard. Worksheet 7 of 10 contains 20 intermediate-advanced-level problems. Target your accuracy improvement skills while practicing function composition advanced hard shortcut methods, function composition advanced hard bank exam questions, and function composition advanced hard ssc cgl.

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

What you'll learn in this worksheet:
Your progress through Function Composition Advanced Hard
Worksheet 7 of 10 (66% complete)

Question 1

Input: FOCUS Step 1 (remove_vowels): FCS What is the final output after all 2 transformations?
Applied remove_vowels, swapcase sequentially: FOCUS → fcs

Question 2

Input: SMART Step 1 (swapcase): smart Step 2 (uppercase): SMART What is the final output after all 3 transformations?
Applied swapcase, uppercase, reverse sequentially: SMART → TRAMS

Question 3

Input: PYTHON Step 1 (shift-1): OXSGNM Step 2 (uppercase): OXSGNM What is the final output after all 3 transformations?
Applied shift-1, uppercase, shift+1 sequentially: PYTHON → PYTHON

Question 4

Input: CODE Step 1 (reverse): EDOC What is the final output after all 2 transformations?
Applied reverse, swapcase sequentially: CODE → edoc

Question 5

Input: BRAIN Step 1 (double_letters): BBRRAAIINN What is the final output after all 2 transformations?
Applied double_letters, lowercase sequentially: BRAIN → bbrraaiinn

Question 6

Input: CODE Step 1 (reverse): EDOC What is the final output after all 2 transformations?
Applied reverse, lowercase sequentially: CODE → edoc

Question 7

Input: CODE Step 1 (remove_vowels): CD Step 2 (swapcase): cd What is the final output after all 3 transformations?
Applied remove_vowels, swapcase, uppercase sequentially: CODE → CD

Question 8

Input: LOGIC Step 1 (shift-1): KNFHB What is the final output after all 2 transformations?
Applied shift-1, remove_vowels sequentially: LOGIC → KNFHB

Question 9

Input: BRAIN Step 1 (swapcase): brain What is the final output after all 2 transformations?
Applied swapcase, shift-1 sequentially: BRAIN → aqzhm

Question 10

Input: CODE Step 1 (shift-1): BNCD What is the final output after all 2 transformations?
Applied shift-1, remove_vowels sequentially: CODE → BNCD

Question 11

Input: CODE Step 1 (lowercase): code Step 2 (shift-1): bncd What is the final output after all 3 transformations?
Applied lowercase, shift-1, remove_vowels sequentially: CODE → bncd

Question 12

Input: SMART Step 1 (shift-1): RLZQS What is the final output after all 2 transformations?
Applied shift-1, reverse sequentially: SMART → SQZLR

Question 13

Input: PYTHON Step 1 (lowercase): python What is the final output after all 2 transformations?
Applied lowercase, remove_vowels sequentially: PYTHON → pythn

Question 14

Input: WORLD Step 1 (shift-1): VNQKC Step 2 (reverse): CKQNV What is the final output after all 3 transformations?
Applied shift-1, reverse, swapcase sequentially: WORLD → ckqnv

Question 15

Input: HELLO Step 1 (lowercase): hello Step 2 (remove_vowels): hll What is the final output after all 3 transformations?
Applied lowercase, remove_vowels, shift+1 sequentially: HELLO → imm

Question 16

Input: SMART Step 1 (reverse): TRAMS What is the final output after all 2 transformations?
Applied reverse, swapcase sequentially: SMART → trams

Question 17

Input: SMART Step 1 (shift-1): RLZQS Step 2 (shift+1): SMART What is the final output after all 3 transformations?
Applied shift-1, shift+1, swapcase sequentially: SMART → smart

Question 18

Input: FOCUS Step 1 (shift-1): ENBTR Step 2 (lowercase): enbtr What is the final output after all 3 transformations?
Applied shift-1, lowercase, uppercase sequentially: FOCUS → ENBTR

Question 19

Input: HELLO Step 1 (uppercase): HELLO Step 2 (shift-1): GDKKN What is the final output after all 3 transformations?
Applied uppercase, shift-1, lowercase sequentially: HELLO → gdkkn

Question 20

Input: FOCUS Step 1 (lowercase): focus What is the final output after all 2 transformations?
Applied lowercase, reverse sequentially: FOCUS → sucof
Previous Worksheet Next Worksheet