Algorithm Crossword Puzzle

Download and print this Algorithm crossword puzzle.

PDF will include puzzle sheet and the answer key.

 

Browse all Computers / IT Puzzles

QUESTIONS LIST:

  • algorithm : step-by-step procedure for problem-solving.
  • binary : number system with base 2.
  • data : facts and statistics collected together.
  • loop : repeating sequence in programming.
  • sort : to arrange or organize.
  • function : block of code that performs a task.
  • variable : storage location for data in programming.
  • recursion : a function that calls itself.
  • array : ordered series of elements.
  • iteration : repetition of a process.
  • complexity : measure of resources needed for an algorithm.
  • graph : data structure with nodes and edges.
  • queue : linear structure, first-in, first-out order.
  • stack : linear structure, last-in, first-out order.
  • hash : converts input to fixed-size output.
  • search : to look for information.
  • tree : hierarchical structure with nodes and edges.