В категории материалов: 41
Показано материалов: 31-40
Страницы: « 1 2 3 4 5 »


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

  1. Strings. Slices
  2. Questions
  3. Exercises

11.2.2.2 use slicers to process the string

Algorithms | Просмотров: 2558 | Добавил: 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 | Просмотров: 3028 | Добавил: bzfar77 | Дата: 15.11.2021 | Комментарии (0)

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

 

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

Ссылки на материалы для подготовки к экзаменам

Input/Ouput devices | Просмотров: 9850 | Добавил: bzfar77 | Дата: 25.08.2021 | Комментарии (0)

Visual Studio C#. Ввод и вывод массива. Обработка элементов массива

Фрагменты программ для использования:

  • Процедура заполнения массива случайными числами
  • Процедура вывода массива целых чисел
  • Вывод целых чисел, которые делятся на 5
  • Подсчет суммы элементов массива
  • Подсчет суммы элементов, которые лежат в диапазоне
  • Поиск максимального элемента массива

Задачи на обработку элементов массива

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

Практическая работа «Visual Studio C#. Ввод и вывод массива»

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

Data structures: Queue and Stack

  1. Queue
  2. Stack
  3. Questions
  4. Exercises
  5. Exam questions

12.5.2.1 describe the operation of stack and queue data structures

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

Search in an array

  1. Linear search
  2. Binary search
  3. Questions
  4. Exercises
  5. Exam questions

11.5.2.5 write a pseudo-code of binary search for the solution of a specific problem 

 

Programming languages | Просмотров: 5130 | Добавил: bzfar77 | Дата: 15.02.2021 | Комментарии (2)

Sorting algorithms

  1. Definition
  2. Bubble sort
  3. Insertion sort
  4. Questions
  5. Exercises
  6. Exam questions

11.5.2.4 write an algorithm /pseudo-code for sorting by insertion and bubble sort  

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

Arrays

  1. Definition
  2. Array processing
  3. PHP Indexed Array
  4. Output all elements of an Indexed Array
  5. PHP Associative Arrays
  6. Output all elements of an Associative Array
  7. Questions
  8. Exercises
  9. Exam questions

11.5.2.1 use the technical terms associated with arrays including upper and lower bounds 

11.5.2.3 write program code using 1D and 2D arrays 

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