Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions 0909.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# ***Практикумы №1 от 16.07.22 и №2 от 17.07.22*** #

### ***1. Нарисовать блок-схемы задачи:*** ###
- показать на экран случайное число от 1 до N ,
- показать квадрат этого числа,
- показать чётные числа от 1 до N.
Это будет отображено в файле:
![Блок-схемы](flowchart.drawio.png)

### ***2. Чему равняется X (в тесте Практикума 2 выполняла параллельно, но в записи, поэтому отправляю сейчас):*** ###

![Ответ на 12 вопрос](12question.png)
![Ответ на 13 вопрос](13question.png)
![Ответ на 14 вопрос](14question.png)
![Ответ на 15 вопрос](15question.png)
![Ответ на 16 вопрос](16question.png)
![Ответ на 17 вопрос](17question.png)



### ***3. Вопрос:*** ###

Что такое удаленный репозиторий и для чего он нужен?

### Ответ: ###

***Удаленный репозиторий*** - *хранилище файлов, расположенное на удалённом сервере*. Также данный вид репозиторий иногда именуют ***"внешним"***, так как он находится не на определённом компьютере, а в Интернете на сервере, к нему *можно получить доступ с других устройств*.

Это и является ***целью удаленного репозитория***: *позволить* другим пользователям (или вам с другого устройства) *читать ваши файлы/ваш код или редактировать его*.
Binary file added 12question.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 13question.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 14question.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 15question.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 16question.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 17question.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added flowchart.drawio.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.