Предмет: История, автор: Аноним

Дати відповіді на питання. 1.Коли завершилось формування блоку Антанти? 2.Які країни входили до блоків Антанти та Троїстого союзу? 3.Що момогло припинити Першу світову війну.? 4.Яка велика країна вступила у війну і коли ? 5.Чому Четверний союз отримав поразку? 6.Чи вплинуло на війну прихід до влади більшовиків в Росії? 7.Коли був підписаний Брестський мирний договiр ? 8.Чому Росія програла у Першій світовій війні ? 9.Чому розпалась Австро-Угорщина ? 10.Коли було підписано Конвенське перемир я? 11Коли відбулась Празька мирна конференція? 12. Коли відбулась Вашингтонська конференція?​

Ответы

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

Ответ:

1. Завершилось формування блоку Антанти в кінці серпня 1914 року.

2. До Антанти входили, зокрема, Франція, Велика Британія, Російська імперія, а до Троїстого союзу - Німеччина, Австро-Угорщина, Османська імперія.

3. Першу світову війну припинило підписання перемир'я та мирних угод, включаючи Версальський мирний договір 1919 року.

4. Велика країна, яка вступила у війну, це Російська імперія, вона вступила в липні 1914 року.

5. Четверний союз отримав поразку через різноманітні обставини, включаючи обмежені ресурси, а також посилення блоку Антанти під час війни.

6. Прихід до влади більшовиків в Росії вплинув на війну, оскільки вони підписали Брестський мир, що призвело до відкриття східного фронту.

7. Брестський мирний договір був підписаний 3 березня 1918 року.

8. Росія програла у Першій світовій війні через внутрішні конфлікти, відступ зі сходу і багато інших факторів.

9. Розпад Австро-Угорщини став результатом розпаду аустраугорської імперії після закінчення війни.

10. Конвенське перемир'я було підписане 11 листопада 1918 року.

11. Празька мирна конференція відбулась в 1918 році, проте точна дата не визначена.

12. Вашингтонська конференція відбулась з 1921 по 1922 рік і була присвячена питанням регулювання військових зобов'язань та зовнішньополітичних відносин після Першої світової війни.

Похожие вопросы
Предмет: Математика, автор: viktoriaprosenko021
Предмет: Математика, автор: eleanorarobert
Предмет: Английский язык, автор: sat062
: Прочитайте текст и переведите. Programming is the process of preparing a set of coded instructions which enables the computer to solve specific problems or to perform specific functions. Theiessence of computer programmingjis the encoding of the program for the computer by means of algorythms. The thing is that any problem is expressed in mathematical terms, it contains formulae, equations and calculations^ But the computer cannot manipulate formulae, equations and calculations. Any problem must be specially processed for the computer to understand it, that is — coded or programmed. The phase in which the system's computer programs are written is called the development phase. The programs are lists of instructions that will be followed by the control unit of the central processing unit (CPU). The instructions of the program must be complete and in the appropriate sequence, or else the wrong answers will result. To guard against these errors in logic and to document the program's logical approach, logic plans should be developed. There are two common techniques for planning the logic of a program. The first technique is flowcharting. A flowchart is a plan in the form of a graphic or pictorial representation that uses predefined symbols to illustrate the program logic. It is, therefore, a "picture" of the logical steps to be performed by the computer. Each of the predefined symbol shapes stands for a general operation. The symbol shape communicates the nature of the general operation, and the specifics are written within the symbol. A plastic or metal guide called a template is used to make drawing the symbols easier. The second technique for planning program logic is called pseudocode. Pseudocode is an imitation of actual program instructions. It allows a program-like structure without the burden of programming rules to follow. Pseudocode is less time-consuming for the professional programmer than is flowcharting. It also emphasizes a top-down approach to program structure Pseudocode has three basic structures: sequence, decision, and looping logic. With these three structures, any required logic can be expressed. Задание 2: Письменно ответьте на вопросы по тексту. 1. What is programming? 2. What is the essence of programming? 3. What should be done with the problem before processing by the computer? 4. What is a program? 5. What are instructions? 6. What are the main techniques for planning the program logic? 7. What is a flowchart? 8. What is a template and what is it used for? 9. What do you understand by "pseudocode"? 10. What are the basic structures of pseudocode?