What is 321 octal in binary?
Answer : To convert **321** from octal to binary, follow these steps: ### Step 1: Convert each octal digit to its 3-bit binary equivalent. Octal is a base-8 system, and each octal digit corresponds to exactly three binary ... : **321 (octal) = 011 010 001 (binary)** So, **321 octal = 110100001 binary**....
View solution