String Manipulation Crossword Puzzle
Download and print this String Manipulation crossword puzzle.
Related puzzles:
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 `'`.