Computer Science, asked by zhuldyzserik100110, 8 months ago

In order to decode in binary system one of the standard 256 characters, it is enough to use ____ .
a)2 bits
b)2 bytes
c)8 bit
d)16 bytes
e)14 bytes
f)14 bit
256 bit
256 bytes

Answers

Answered by souravchourasia2000
1

Answer:

b 2 bytes will be the answer

Answered by HanitaHImesh
0

In order to decode in binary system one of the standard 256 characters, it is enough to use 2 bytes.

  • In a nutshell, the hexadecimal number has the base of 16. This means a single character of the hexadecimal number system is enough to represent values between 0–15.
  • Similarly, in the decimal number system (base 10), a single character can represent a value between 0–9 while in the binary number system (base 2), a single character can represent a value between 0–1.
Similar questions