Вопрос:

The question asks to write the code that encodes the file address on the Internet. The file is pineapple.docx on fruit.net via http protocol. The fragments of the address are encoded by numbers from 1 to 7. Write down the sequence of these numbers that encodes the address of the specified file on the Internet.

Смотреть решения всех заданий с листа

Ответ:

Решение:

  1. Протокол: http (3)
  2. Сервер: fruit.net (2)
  3. Имя файла: pineapple.docx (4, 5)
  4. Разделитель: / (7)

Собираем адрес: http://fruit.net/pineapple.docx

В соответствии с предоставленными кодами, последовательность будет:

  • http — 3
  • :// — 1
  • fruit — 6
  • .net — 2
  • / — 7
  • pineapple — 4
  • .docx — 5

Ответ: 3162745

ГДЗ по фото 📸

Похожие