Chessboard - Basics Terminologies & Practice Questions
Last Updated :
08 Mar, 2022
Chess is a famous game as well as a good topic to be asked in the exam.
Basic Terminologies of Chess:
- This is a two-player game that moves their pieces alternatively on a square board.
- It has an 8×8 grid of 64 equal squares (32 black and 32 white ).
- Horizontal lines are called ranks.
- Vertical lines are called Files.
CHESSBOARD- Chess pieces are of two colors black and white, each player has 16 pieces.
- 8 pawns- Pawns only move forward, and attack only diagonally it can move only one step
- 2 Rooks- Rooks moves in a continuous line in forwarding, backward, and side to side
- The Player has 2 knights- Knights are the only piece that jumps over another piece, it moves in a shape of L, Two spaces in the forward, backward or side to side and one space right or left.
- 2 Bishops: It can move in a continuous diagonal direction.
- 1 Queen: It moves in continuous diagonal, forward, backward, and side to side.
- 1 King: It can move in any direction one square at a time, it is the most important piece on the board.
- Putting an opponent king in checkmate is the only way to win the game.
Practice Questions:
Lets's try some question to understand the topic:
Question 1. If the queen is at c5, and the other pieces at position c2,g1,g3,g5, and a3, how many are under attack by the queen? There is no other piece on the board.
Solution: The given question can be visualized as
Q denotes the queen and P1, P2, P3, P4, P5 are piecesWe know, 1 Queen can move in continuous diagonal, forward, backward, and side to side.
So, the number of pieces under attack is 4.
Question 2. On the chessboard queen is the only piece on the board and its position is at d5. In how many positions can another piece be placed on the board such that it is safe from the attack from the queen?
Solution: A Queen can attack in continuous diagonal, forward, backward, and side to side.
So, all the pieces must be saved from diagonal, forward, backward, side to side.
Q is for queen and X denotes the attacking position of QueenTherefore the number of saving positions for other pieces is 36.
Question 3. If the other pieces are only at positions a1, a3, b4, d7, h7, h8 then from how many positions the queen cannot attack any of the pieces?
Solution: A Queen can attack in continuous diagonal, forward, backward, and side to side.
So, all the pieces must be saved from diagonal, forward, backward, side to side.
X denotes the position not safee2,f2,g2.g5 are the position left for the queen i.e.,
Only 4 positions left are safe for the pieces.
Question 4. If the other pieces are at positions a1, a3, b4, d7, h7, and h8. Then which of the position of the queen results in the maximum number of pieces being under attack?
Solution: A Queen can attack in continuous diagonal, forward, backward, and side to side.
So, the pieces can be attacked from diagonal, forward, backward, side to side.
P is for pieces and Q are the positions of QueensOut of a7,c1,d3,f8 it is observed f8 is the position where a maximum number of pieces are under attack.
Question 5. A standard 8×8 chessboard has two diagonally opposite corners removed, leaving 62 squares. Is it possible to place 31 rectangles of size 2×1 to cover the 62 squares?
Solution: After removing two diagonally opposite corners of the chessboard as shown
a8 and h1 has removedOne rectangle will cover 1 light and 1 dark square
X is occupied by rectangle 2×1So, 31 dominoes will cover 31 light and 31 dark squares i.e.; the number of the light square must be equal to the number of the dark square
but after removing two light color squares there will be 32 dark square and 30 light square, which is impossible to be covered by a rectangle of size 2×1.
Fun Fact: The second book ever printed in the English language was about chess.
Similar Reads
How to Attempt Objective Questions in Board Exams?
Board exams are a big deal in a student's school journey, and knowing how to handle different question types is important. Each of these needs a different strategy to answer them correctly and quickly. This blog is here to help you with useful tips and tricks for tackling these types of questions du
13 min read
Picture Analogies Questions - Non Verbal Reasoning
Picture Analogies is about looking at pictures and understanding them better. It's like finding connections between sets of images and using that to solve problems, think smartly, and grasp tricky ideas. Picture Analogies includes non-verbal reasoning practices to solve the problem. At its core, Pic
4 min read
Essential Part - Logical Reasoning Questions
Essential Part questions needs you to find a word strongly connected to the word asked in question.Essential part is like the crucial element of logical reasoning that strengthen and make arguments and deductions sensible. They act as the foundation, ensuring our conclusions are logical and coherent
3 min read
Logical Games - Logical Reasoning Questions and Answers
Logic Games Questions and Answers: In logical reasoning, "Logical Games" are like fun mental workouts filled with puzzles and brain-teasers. These games are meant to make you think, be creative, and get better at solving problems while having a good time. Logical Games include a variety of mind-chal
8 min read
Races and Games - Aptitude Questions and Answers
Race and Games is a very important concept for quantitative aptitude in various competitive exams. In this article, we will explore some of the fundamental concepts of races and games and provide examples of frequently asked questions in these exams.Prerequisite: Races and Games - FundamentalsAptitu
5 min read
Selecting Words: Verbal Ability Questions and Answers
Selecting Words is typically asked in the verbal section of almost all competitive examinations such as SSC, Banking, and Railways. So, practicing questions from this topic will be helpful for the candidates trying to achieve a good score in the Verbal Ability section. Therefore it is recommended to
5 min read
Logical Reasoning Questions and Answers
Logical Reasoning involves the ability to use and understand logical connections between facts or ideas. In verbal reasoning , questions are expressed in words or statements and require the reader to think critically about the language used in order to choose the correct answer from the given option
5 min read
Puzzle 25 | (Chessboard and dominos)
There is an 8 by 8 chessboard in which two diagonally opposite corners have been cut off. You are given 31 dominos, and a single domino can cover exactly two squares. Can you use the 31 dominos to cover the entire board? Answer: No Explanation: At first, it seems that there were 8*8 = 64 squares the
1 min read
Verbal Analogies - Verbal Ability Questions and Answers
Verbal ability questions form an integral part of competitive exams. They are used to gauge the logical reasoning skills of the candidates. There are various types of verbal ability questions. This article will discuss about one such type of verbal ability questions- Verbal analogy. To crack a verba
7 min read
Create a Chess Game in Python
Here, we have a task to create a chess game in Python. In this article, we will see how to create a chess game in Python. What is a Chess Game?Chess Game, Played by two players on an 8x8 grid board with alternate light and dark squares, chess is a time-honored board game of strategy and cunning. Eac
15+ min read