The set of fundamental operations that a computer is engineered to perform are known as it's instruction set
. The fundamental operations of a computer tend to be very primitive operations; that is, each operation does very little, and it takes a lot of operations to accomplish significant work. But these fundamental operations can be done very quickly.
This small sample computes the sum of the integers from 1 to 1000