Answer:
The binary notation of the integer 234 is 11101010.
Explanation:
To convert decimal to binary you must:
- Divide the number by 2.
- Get the integer quotient for the next iteration.
- Get the remainder for the binary digit.
- Repeat the steps until the quotient is equal to 0.
- Write the remainders from bottom to top.
So, to convert the decimal number 234 to binary

The binary notation of the integer 234 is 11101010.