The ChessAIThon project (2025-1-ES01-KA220-VET-000354329) is co-funded by the European Union. The views and opinions expressed in this publication are those of the author(s) only and do not necessarily reflect those of the European Union or the Spanish Service for the Internationalisation of Education (SEPIE). Neither the European Union nor the National Agency SEPIE can be held responsible for them.

Using Chess logic and problem solving strategies to teach logic, functions and implementation of coding


Quiz


Question 1

What does it mean to “scan the chessboard”?

Question 2

Which construct allows you to repeat a block of statements a predetermined number of times?

Question 3

In the syntax for var in range(start, stop, step), the stop value represents:

Question 4

If range() is called with two arguments, the step is:

Question 5

If range() is called with only one argument, the starting value and the step are: