Предмет: Английский язык, автор: pkutilo240

32 Английский язык. Типовые задания для подготовки к олимпиадах (ceremony/festival), which was attended by thousands of (province/country) where 2 people, in the East New Britain 3 they were killed. The missionaries were part of a 4 (group/gang) of (tribes/ Methodist ministers and teachers who arrived in 1875 to spread Christianity. The murders three years later, by Tolai 5 nations) people, on the Gazelle Peninsula, triggered angry reprisals. (head/commander) of the The English pastor who was 6 mission, George Brown, avenged the killings by 7 took) in an expedition that resulted in the deaths of a 8 /quantity) of tribes people and the burning of several villages. Candles 9 10 (were lit/lit) in memory of the four. Fiji's High Commissioner in Papua New Guinea, Ratu Isoa Tikoca, (accepted/accepting) the apologies on behalf of the (touching/ descendants. "We at this juncture are deeply 11 touched) and wish you the greatest joy of forgiveness as we finally end (agreement/ disagreement)," he said. this record 12 The Governor-General Sir Paulias Matane praised the early missionaries for making the country Christian and called for more people to follow the guiding principles of the religion. Complete the article with the correct form of the words in In (taking/ (numberпж дам балы​

Ответы

Автор ответа: davidenko16
1

A ceremony, which was attended by thousands of people from the country, was held in East New Britain where 2 missionaries were killed. The missionaries were part of a group of Methodist ministers and teachers who arrived in 1875 to spread Christianity. The murders three years later, by Tolai people, on the Gazelle Peninsula, triggered angry reprisals. The head of the mission, English pastor George Brown, avenged the killings by taking part in an expedition that resulted in the deaths of a number of tribespeople and the burning of several villages. Candles were lit in memory of the four. Fiji's High Commissioner in Papua New Guinea, Ratu Isoa Tikoca, accepted the apologies on behalf of the descendants. "We at this juncture are deeply touched and wish you the greatest joy of forgiveness as we finally end this disagreement," he said. The Governor-General Sir Paulias Matane praised the early missionaries for making the country Christian and called for more people to follow the guiding principles of the religion.


pkutilo240: можешь ответить на мой поседний вопрос пожалуйста
Интересные вопросы
Предмет: Математика, автор: 4475757586858
Предмет: Информатика, автор: fedulaevdanil735
Оголошення масиву * 1 бал a=[1,2,3,4,5,6] a=(1,2,3,4,5,6) a=(1..6) of real; a=['1','2','3','4','5','6'} Як правильно оголошувати порожній масив * 1 бал a=[ ] a=(1..100) orf real a=() a=None Яку функцію виконує команда len(s)* 1 бал змінює значення елементів підраховує кількість елементів у масиві визначає довжину масиву (кількість елементів) Після виконання інструкцій:         >>>a1=[21,40,63,51,2]    >>>len(a1)     буде отримано: * 1 бал 4 2 5 [21,40,63,51,2] Метод append у списках:* 1 бал додає об’єкт у кінець списку додає об’єкт у початок списку додає об’єкт у довільне місце списку Метод pop у списках:* 1 бал видаляє перший елемент із списку видаляє із списку елемент за вказаними індексами видаляє із списку довільний елемент видаляє останній елемент із списку Після виконання інструкцій:                                                                                                     >>>for i in  range (4)  :             print (i.end=" ")  буде отримано: * 1 бал 0 1 2 3 4 4 1 2 3 4 0 1 2 3 Дано     a = ["Python розробив", "1991"]                      Що буде результатом, якщо виконати команди:   a.insert (0, "Мову")                                              a.append ("році")                                                print (a) * 1 бал ['Мову', 'Python розробив', 'у', '1991',] [ 'Python розробив', 'у', '1991', 'році'] ['Мову', 'Python розробив', 'у', '1991', 'році'] [ 'Python розробив', , 'Мову','у''1991', 'році'] Який елемент масиву буде виведено на екран a=[1,2,3,4,5] for i in range (5): print(a[2]) * 1 бал 1 2 3 4 Потрібно заповнити масив саме так:         X = [1 3 5 7 9 11]                                                 Який оператор треба помістити в тіло циклу замість трьох крапок?   X = [0]*6          for k in range(6):                ... 1 бал X[k] = k X[k] = 2*k X[k] = 2*k - 1 X[k] = 2*k + 1 X[k] = 2*(k + 1) Номер найбільшого елемента списку maxim визначається командою * 1 бал spysok.index(max(spysok)) maxim.index(max(maxim)) maxim.index('max') maxim.append(k) Що буде результатом виконання програмного коду: b=[1,5,4,3,2] b.sort() b.reverse() print(b) * 1 бал [5, 4, 3, 2, 1] [1, 2, 3, 4, 5] [1,5,4,3,2] [2,5,4,3,1]​
Предмет: Информатика, автор: kaspayognu