1 8
2
3
4
9
5
6
7

Crossword: Arithmetic Binary Shifts

Across

1. The level of accuracy a computer can represent real numbers.

2. Performing mathematical operations using binary numbers.

3. The number of positions by which the binary digits of a number are shifted during a bitwise operation.

4. The condition where a mathematical operation results in a number that is too small to be represented in binary form.

5. An operation that moves the bits of a binary number to the left or right.

6. A way to represent real numbers in a computer.

7. A bitwise operation used to shift all the binary digits of a number to righ.

Down

8. A type of bitwise operation that shifts the bits of a binary number, taking account of the sign of the number.

9. A bitwise operation used to shift all the binary digits of a number to left or right by a certain number of positions.


🖶

Shortcuts

Left: ⇤ Right: ⇥ Up: ↑ Down: ↓