- Data manipulation instructions perform operations on data and provide the computational capabilities for the computer. The data manipulation instructions in a typical computer are usually divided into three basic types:
1. Arithmetic instructions
2. Logical and bit manipulation instructions
3. Shift instructions
The four basic arithmetic operations are addition, subtraction, multiplication, and division. Most computers provide instructions for all four operations.