Вопросы по дисциплине:
Алгоритмизация
Сбросить фильтр
№ | Вопрос | Действия |
---|---|---|
201 | Что такое рекурсивный алгоритм? | Открыть |
202 | Что такое алгоритм? | Открыть |
203 | Что делают следующие строки? urlpatterns = [ path('posts/best/', include('posts.urls')), ] | Открыть |
204 | Что выведет этот код? S = 0 for i in range(1, 10): if i % 2 == 0: S = S + i print(S) | Открыть |
205 | Even though Fortran provided a higher level of … compared to assembly language, it was still considered less user-readable. | Открыть |
206 | Choose an algorithm that best … with your specific needs and constraints | Открыть |
207 | Algorithms that follow a linear sequence of steps, executing one after another, are called…. | Открыть |
208 | Match definitions with terms | Открыть |
209 | Match terms with their definitions | Открыть |
210 | Match the English phrases with their Russian translations: | Открыть |