В разделе материалов: 110
Показано материалов: 61-70
Страницы: « 1 2 ... 5 6 7 8 9 10 11 »

Python. Slicing a string (Срезы строк)

  1. Strings. Slices
  2. Questions
  3. Exercises

11.2.2.2 use slicers to process the string

Algorithms | Просмотров: 3623 | Добавил: bzfar77 | Дата: 15.11.2021 | Комментарии (0)

Python. Strings (Строки)

  1. Strings. Indexing
  2. Negative indexes
  3. Iterating over the elements of a string.
  4. Questions
  5. 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

Algorithms | Просмотров: 4377 | Добавил: bzfar77 | Дата: 15.11.2021 | Комментарии (0)

Python. Sets (Множество)

 

Algorithms | Просмотров: 7647 | Добавил: bzfar77 | Дата: 28.10.2021 | Комментарии (0)

Python. Nested loops

  1. Definition
  2. Example
  3. Task 1
  4. Task 2
  5. Task 3
  6. Questions
  7. Exercises

11.1.2.7 use nested loops when solving problems
11.1.2.6 debug a program

 

Programming languages | Просмотров: 3607 | Добавил: bzfar77 | Дата: 14.10.2021 | Комментарии (0)

Python. FOR loop

  1. Syntax
  2. Range
  3. When to use FOR loop
  4. Questions
  5. Exercises

11.1.2.4 write program code using a for loop
11.1.2.5 define a range of values for a loop

Algorithms | Просмотров: 2562 | Добавил: bzfar77 | Дата: 07.10.2021 | Комментарии (0)

Python. WHILE Loop

11.1.2.1 write program code using a While loop

Flowcharts | Просмотров: 3797 | Добавил: bzfar77 | Дата: 27.09.2021 | Комментарии (0)

Социальная инженерия

  1. Определение
  2. Методы социальной инженерии
    • Благгинг
    • Фишинг
    • Фарминг
    • Подглядывание
  3. Вопросы
  4. Упражнения

7.2.2.1 объяснять методы социальной инженерии
7.2.2.2 объяснять способы защиты от атак с применением методов социальной инженерии

Programming languages | Просмотров: 1081 | Добавил: bzfar77 | Дата: 26.09.2021 | Комментарии (0)

Python. Logic operations

  1. AND, OR, NOT
  2. Priority of logic operations
  3. Examples
  4. Questions
  5. Exercises

11.1.1.8 use logical operations AND, OR, NOT in selection structure

Programming languages | Просмотров: 3319 | Добавил: bzfar77 | Дата: 19.09.2021 | Комментарии (0)

Expert system. Imperative languages

12.5.1.2 create a simple expert system

Algorithms | Просмотров: 3263 | Добавил: bzfar77 | Дата: 15.09.2021 | Комментарии (0)

Python.

  1. Selection
  2. Comparison operations
  3. if-else statement
  4. Ternary conditional operator
  5. if-elif-else statement
  6. Questions
  7. Exercises

11.1.1.7 apply logic operations to Boolean variables;
11.1.1.9 implement the branching algorithm according to the flowchart;

Algorithms | Просмотров: 3773 | Добавил: bzfar77 | Дата: 12.09.2021 | Комментарии (0)