Вопросы по дисциплине:
Основы алгоритмизации и программирования
Сбросить фильтр
№ | Вопрос | Действия |
---|---|---|
281 | Что выведет этот код? S = 0 for i in range(1, 10): if i % 2 == 0: S = S + i print(S) | Открыть |
282 | Even though Fortran provided a higher level of … compared to assembly language, it was still considered less user-readable. | Открыть |
283 | Choose an algorithm that best … with your specific needs and constraints | Открыть |
284 | Algorithms that follow a linear sequence of steps, executing one after another, are called…. | Открыть |
285 | Match definitions with terms | Открыть |
286 | Match terms with their definitions | Открыть |
287 | Match the English phrases with their Russian translations: | Открыть |
288 | Match the English sentences with their Russian translations: | Открыть |
289 | Put the words and word combinations below in order to form a meaningful sentence: | Открыть |
290 | Put the words and word combinations below in order to form a meaningful sentence: | Открыть |