Вопрос задан 28.10.2018 в 03:41. Предмет Информатика. Спрашивает Житарюк Павел.

Даны два текста, содержащих одинаковое количество символов. Первый текст состоит из алфавита

мощностью 16 символов, а второй текст -256 символов. Во сколько раз информации во втором больше чем в первом? Если можно с Дано, Найти, Рещение? Даю 20 баллов!!! Срочно!!
0 0
Перейти к ответам

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

Внимание! Ответы на вопросы дают живые люди. Они могут содержать ошибочную информацию, заблуждения, а также ответы могут быть сгенерированы нейросетями. Будьте внимательны. Если вы уверены, что ответ неверный, нажмите кнопку "Пожаловаться" под ответом.
Отвечает Усатова Полина.
Для кодирования одного из 16 символов требуется log(2)16=4 бита (2^4=16); для кодирования одного из 256 символов требуется log(2)256=8 бит (2^8=256). Так как количество символов в текстах одинаково, то объем информации во втором тексте в 8/4 = 2 раза больше, чем в первом.
Ответ: в 2 раза 
0 0
Отвечает нейросеть ChatGpt. Будьте внимательны, ответы нейросети могут содержать ошибочные или выдуманные данные.

Given Information:

We are given two texts with the same number of characters. The first text consists of an alphabet with 16 characters, while the second text consists of 256 characters.

Solution:

To find out how much more information is in the second text compared to the first, we need to compare the number of possible combinations of characters in each text.

The first text has an alphabet with 16 characters, so the number of possible combinations is 16^N, where N is the number of characters in the text.

The second text has an alphabet with 256 characters, so the number of possible combinations is 256^N.

To find the ratio of the information in the second text to the first text, we can divide the number of possible combinations of the second text by the number of possible combinations of the first text:

Ratio = (256^N) / (16^N)

Since both texts have the same number of characters, N, we can simplify the ratio to:

Ratio = (256 / 16)^N = 16^2^N

Therefore, the information in the second text is 16^2^N times greater than the information in the first text.

Answer:

The information in the second text is 16^2^N times greater than the information in the first text.

Note: The value of N, the number of characters in each text, is not provided in the given information.

0 0

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

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

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