Вопрос задан 09.05.2019 в 21:57. Предмет Информатика. Спрашивает Янкович Эмануил.

1 Текст, закодированный в 8-битной кодировке, занимает в памяти 2 Кбайта. Сколько символов в этом

тексте? 2 Текст, закодированный в 16-битной кодировке, занимает в памяти 6 Кбайта. Сколько символов в этом тексте? 6144 символов 3 Текст из 46 символов занимает в памяти компьютера 69 байтов. Определите, сколько битов выделяется на каждый символ. Сколько различных символов можно использовать при такой кодировке?
0 0
Перейти к ответам

Ответы на вопрос

Внимание! Ответы на вопросы дают живые люди. Они могут содержать ошибочную информацию, заблуждения, а также ответы могут быть сгенерированы нейросетями. Будьте внимательны. Если вы уверены, что ответ неверный, нажмите кнопку "Пожаловаться" под ответом.
Отвечает Кузнецов Евгений.
1) 2*8*1024/8=2048 символов
2)6*8*1024/16=3072 символа
3)69*8/46=12 бит
2^12=4096 символов можно использовать при12 битной кодировке
0 0
Отвечает нейросеть ChatGpt. Будьте внимательны, ответы нейросети могут содержать ошибочные или выдуманные данные.

1. Текст, закодированный в 8-битной кодировке, занимает в памяти 2 Кбайта. Сколько символов в этом тексте?

To determine the number of characters in a text encoded in an 8-bit encoding, we need to know the number of bytes and the encoding scheme used. However, the provided information does not specify the encoding scheme. Different 8-bit encodings can have different character mappings, so the number of characters cannot be determined without knowing the specific encoding used.

2. Текст, закодированный в 16-битной кодировке, занимает в памяти 6 Кбайта. Сколько символов в этом тексте?

Similar to the previous question, the number of characters in a text encoded in a 16-bit encoding cannot be determined without knowing the specific encoding scheme used. Different 16-bit encodings can have different character mappings, so the number of characters depends on the specific encoding.

3. Текст из 46 символов занимает в памяти компьютера 69 байтов. Определите, сколько битов выделяется на каждый символ. Сколько различных символов можно использовать при такой кодировке?

To determine the number of bits allocated per character, we can divide the total number of bits (69 bits) by the number of characters (46 characters). This will give us the number of bits per character.

69 bits / 46 characters = 1.5 bits per character

Therefore, approximately 1.5 bits are allocated per character in this encoding scheme.

To determine the number of different characters that can be used in this encoding, we need to know the number of bits used to represent each character. Since we have approximately 1.5 bits per character, we can calculate the number of different characters using the formula:

Number of different characters = 2^(number of bits per character)

Number of different characters = 2^(1.5) ≈ 2.83

Therefore, approximately 2.83 different characters can be used in this encoding scheme. However, since characters cannot be divided into fractions, it is likely that the encoding scheme allows for either 2 or 3 different characters to be used. The specific characters that can be used will depend on the encoding scheme, which is not provided in the given information.

Please note that the information provided in the search results was not directly applicable to the given question, so the answer is based on general knowledge about encoding principles.

0 0

Топ вопросов за вчера в категории Информатика

Последние заданные вопросы в категории Информатика

Задать вопрос