- The CPU can
only perform
operations on
2 values
of the
same data type
with each other
In other words:
- The CPU can add
2 byte values
or
- The CPU can add
2 short (2 bytes) values,
or
- The CPU can add
2 int (2 bytes) values,
or
- The CPU can add
2 float (4 bytes) values,
or
- The CPU can add
2 double (8 bytes) values
- And so on !!!!
- The CPU can subtract
2 byte values
or
- The CPU can subtract
2 short (2 bytes) values,
or
- The CPU can subtract
2 int (2 bytes) values,
or
- The CPU can subtract
2 float (4 bytes) values,
or
- The CPU can subtract
2 double (8 bytes) values
- And so on !!!!
- Etc. etc....
|
|