В категории материалов: 42
Показано материалов: 31-40
Python. Lists
- Definition
- Create Lists
- Generating lists
- Indexing lists
- Adding items to the list
- Modifying a list item
- Displaying list items
- Slices of lists
- Removing items
- Lists vs. Arrays
- Questions
- Exercises
11.2.3.1 create a list;
11.2.3.2 organize the output of a string using the split() and join() 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. 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 |
Ссылки на материалы для подготовки к экзаменам |
Visual Studio C#. Ввод и вывод массива. Обработка элементов массива
Фрагменты программ для использования:
- Процедура заполнения массива случайными числами
- Процедура вывода массива целых чисел
- Вывод целых чисел, которые делятся на 5
- Подсчет суммы элементов массива
- Подсчет суммы элементов, которые лежат в диапазоне
- Поиск максимального элемента массива
Задачи на обработку элементов массива |
Практическая работа «Visual Studio C#. Ввод и вывод массива» |
Data structures: Queue and Stack
- Queue
- Stack
- Questions
- Exercises
- Exam questions
12.5.2.1 describe the operation of stack and queue data structures |
Search in an array
- Linear search
- Binary search
- Questions
- Exercises
- Exam questions
11.5.2.5 write a pseudo-code of binary search for the solution of a specific problem
|
Sorting algorithms
- Definition
- Bubble sort
- Insertion sort
- Questions
- Exercises
- Exam questions
11.5.2.4 write an algorithm /pseudo-code for sorting by insertion and bubble sort |