В категории материалов: 99
Показано материалов: 61-70
Python. Nested loops
- Definition
- Example
- Task 1
- Task 2
- Task 3
- Questions
- Exercises
11.1.2.7 use nested loops when solving problems
11.1.2.6 debug a program
|
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 |
Python. WHILE Loop
11.1.2.1 write program code using a While loop |
Социальная инженерия
- Определение
- Методы социальной инженерии
- Благгинг
- Фишинг
- Фарминг
- Подглядывание
- Вопросы
- Упражнения
7.2.2.1 объяснять методы социальной инженерии
7.2.2.2 объяснять способы защиты от атак с применением методов социальной инженерии |
Python. Logic operations
- AND, OR, NOT
- Priority of logic operations
- Examples
- Questions
- Exercises
11.1.1.8 use logical operations AND, OR, NOT in selection structure |
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; |
Python. Input data
11.1.1.5 organize keyboard inputs; |
Math expressions
- Key Features of Writing Mathematical Expressions in Python
- Integer division (link to an online simulator)
- Using Math Library Functions
- Power and square root options
- Questions
- Exercises
11.1.1.6 use arithmetic operations when solving problems |