This printable crossword puzzle on the topic of Computer Science & Technology has 18 clues. Answers range from 2 to 10 letters long. This crossword is also available to download as a Microsoft Word document or a PDF.
Statement used to terminate a loop statement and bring the control out of the loop.
Function used to display output on the screen
Function used to read user entered value into a variable
A data type that is simply a sequence of characters
A logical operator that returns true only when both operands are true
An arithmetic operator that divided left hand operand by right hand operand and returns the remainder
Converts lowercase letters in a string to uppercase letters
The specific position of a character in an ordered list
Method used to add an element to the end of a list
Statement used to return the control to the beginning of a loop. Thereby skipping over a part of a loop when a condition is met.
A method that allows you to add multiple elements to the end of a list.
A function that returns the smallest item in an iterable
A method that removes the last item on a list
A membership operator used to test whether a value is found in a sequence (list, tuple, set, string, dictionary)
An unordered collection of key-value pairs
Function that returns the absolute value of a number
A method used to remove all elements from a list
A method that takes all items in an iterable and joins them into one string with a specified separator.