В разделе материалов: 110
Показано материалов: 11-20
Страницы: « 1 2 3 4 ... 10 11 »

Good programming style

  1. Rules
  2. Questions
  3. Exercises
  4. Exam questions

11.5.3.12 follow the rules of good programming style when writing a program code

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

Introduction to Chatbots

  1. Definition
  2. Classification of chatbots
  3. How to create a chatbot
  4. API
  5. Questions
  6. Exercises
  7. Tasks

12.6.4.1 define the types of chatbots;  
12.6.4.2 argue for the use of chatbots; 
12.6.4.3 explain the meaning of the API.

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

2D arrays

  1. Definition
  2. Create 2D Array
  3. 2D iteration
  4. Examples
  5. Questions
  6. Exercises
  7. Tasks

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 

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

Python. Строки. Функции и методы

  1. Функции/Методы
  2. Описание
  3. Примеры
  4. Вопросы
  5. Упражнения
  6. Задачи

11.2.2.3 применять функции и методы обработки строк

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

Module PyGame. Object collisions

  1. Definition
  2. Checking if a point of one object is in the rectangle of another object
  3. collide() methods in pygame.Rect
    • colliderect(Rect)
    • collidepoint(x, y)
    • collidelist(list)
  4. Questions
  5. Exercises
  6. Tasks

12.5.3.6 check the relative position of objects on the screen.

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

PHP & MySQL. User registration

11.5.3.8 use script language to provide interactivity

Relational databases | Просмотров: 610 | Добавил: bzfar77 | Дата: 23.01.2023 | Комментарии (0)

PHP & MySQL database. Connect to database 

11.5.3.4 use script language to connect a database 

Relational databases | Просмотров: 2841 | Добавил: bzfar77 | Дата: 23.01.2023 | Комментарии (0)

Module PyGame. Graphic text. Counter of game

  1. How to output text in pygame
  2. How to input text in pygame
  3. Examples
    1. Task 1 Output text
    2. Task 2 Animated text
    3. Task 3 Text movement
    4. Task 4 Click counter
    5. Task 5 Input name
  4. Questions
  5. Exercises
  6. Tasks

12.5.2.4 display graphic text on the screen
12.5.3.7 implement an algorithm for calculating game results

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

Web development. CSS (Cascading Style Sheets)

  1. External style sheet
  2. Internal style sheet
  3. Inline style
  4. Classes
  5. ID
  6. Questions
  7. Exercises
  8. Tasks

11.5.3.3 use the CSS stylesheet when creating a site

Fundamentals of programming | Просмотров: 2615 | Добавил: bzfar77 | Дата: 11.01.2023 | Комментарии (0)

Python. PyGame. Keyboard events

  1. Keyboard events
  2. Keyboard events attribute
  3. Check key down
  4. Task 1
  5. Task 2 
  6. Using keyboard shortcuts
  7. Questions
  8. Exercises
  9. Tasks

12.5.3.4 control characters with the keyboard.

Algorithms | Просмотров: 8131 | Добавил: bzfar77 | Дата: 08.01.2023 | Комментарии (4)