В категории материалов: 40
Показано материалов: 31-40
Python. Условный оператор.
- Ветвление
- Операторы сравнения
- Конструкция if-else
- Тернарный условный оператор
- Конструкция if-elif-else
- Вопросы
- Упражнения
- Задачи
11.1.1.7 применять логические операции для логических переменных;
11.1.1.9 реализовывать алгоритмы ветвления в соответствии с блок-схемой.
|
Программирование на Python
- Тематическое планирование
- Ссылки на материалы и упражнения к урокам
|
Python. Slicing a string (Срезы строк)
- Strings. Slices
- Questions
- Exercises
11.2.2.2 use slicers to process the string
|
Python. Strings (Строки)
- Strings. Indexing
- Negative indexes
- Iterating over the elements of a string.
- Questions
- Exercises
11.2.2.3 apply functions and string processing methods
11.2.2.1 perform access to the elements of strings, lists, tuples
11.2.3.6 determine the difference between different data structures
|
Python. FOR loop
- Syntax
- Range
- When to use FOR loop
- Questions
- Exercises
11.1.2.4 write program code using a for loop
11.1.2.5 define a range of values for a loop
|
Expert system. Imperative languages
12.5.1.2 create a simple expert system
|
Python.
- Selection
- Comparison operations
- if-else statement
- Ternary conditional operator
- if-elif-else statement
- Questions
- Exercises
11.1.1.7 apply logic operations to Boolean variables;
11.1.1.9 implement the branching algorithm according to the flowchart;
|
Ссылки на материалы для подготовки к экзаменам
|
Понятие алгоритма.
- Определение
- Способы представления алгоритма
- Словесный
- Графический
- Алгоритмический
- Программный
- Свойства алгоритма
- Вопросы для самопроверки
- Упражнения
|