Binary to Octal Conversion, Binary digits must be grouped into _____bits.
a. 0 b. 1 c. 2 d. 3
2. While grouping the Binary digits for Octal Conversion, if there are less than 3 digits,
then prefix the number with ________.
a. 0 b. 1 c. 2 d. 3
3. Choose the correct Octal value for the given Binary number 1101012.
a. 658 b. 568 c. 648 d. 468
4. While grouping the Binary digits for Hexadecimal Conversion, if there are less than 4
digits, then prefix the number with _______.
a. 0 b. 1 c. 2 d. 3 e. 4
5. Radix value for Octal number is ___________.
a. 16 b. 2 c. 8 d. 10
Answers
Explanation:
1) Binary to Octal Conversion, Binary digits must be grouped into _____bits.
a. 0 b. 1 c. 2 d. 3
Answer: Option d is correct.
Explanation: During conversation from binary to octal,pair of 3-3 digits are formed from right to left.
2. While grouping the Binary digits for Octal Conversion, if there are less than 3 digits, then prefix the number with ________.
a. 0 b. 1 c. 2 d. 3
Answer:Option a is correct.
Explanation: While pairing binary numbers from right to left,when any pair have less than three digits these are fill with zero.
3. Choose the correct Octal value for the given Binary number (110101)2.
a. (65)_8 b. (56)_8 c. (64)_8 d. (46)_8
Answer:Option a is correct.
Explanation:
Make pair 110 101
Write octal equivalent 6 5
4. While grouping the Binary digits for Hexadecimal Conversion, if there are less than 4 digits, then prefix the number with _______.
a. 0 b. 1 c. 2 d. 3 e. 4
Answer:Option a is correct.
Explanation:While pairing binary numbers from right to left,when any pair have less than four digits these are fill with zero.
5. Radix value for Octal number is ___________.
a. 16 b. 2 c. 8 d. 10
Answer: Option c is correct.
Explanation: Radix value for octal number is 8.
Hope it helps you.
To learn more on brainly:
Convert 58.75 / 23.5 to binary form and then perform operation.
https://brainly.in/question/30688565