String Manipulation Crossword Puzzle

Download and print this String Manipulation crossword puzzle. Use a pencil or pen to complete the puzzle by filling in the blanks. The completed answers are included, so you can easily check your progress.

String Manipulation Crossword Puzzle

PDF will include puzzle sheet and the answer key.

 
Edit Print PDF - Letter PDF - A4

Browse all Computers / IT Puzzles

QUESTIONS LIST:

  • concatenation: joining two or more strings together.
  • index: the position of a character in a string, starting from zero
  • upper: a method to convert all characters in a string to uppercase.
  • length: the number of characters in a string.
  • slicing: to extract a portion of a string.
  • casting: the process of converting a value to another data type.
  • palindrome: a string that reads the same forwards and backwards.
  • lower: changing all characters in a string to lowercase.
  • string: a structure used to hold multiple characters in a sequence.
  • quotes: symbols used to represent strings, usually `"` or `'`.