2_Computer Science Grade 10 String_manipulation presentation 2 2variant

  • ppt
  • 02.05.2020
Публикация на сайте для учителей

Публикация педагогических разработок

Бесплатное участие. Свидетельство автора сразу.
Мгновенные 10 документов в портфолио.

Иконка файла материала 2_Computer Science Grade 10 String_manipulation presentation 2 2variant.ppt

String manipulation

Learning objective

10.4.1.2 use procedures and functions for string manipulation

Vocabulary

English

Қазақ

Русский

Function

Функция

Procedure

Процедура

Value parameter

Сандық параметр

Числовой параметр

String

Жол

Строка

Answer the questions: How to describe a string? How to input a string? How to output a string? What functions for string manipulation do you know?

4

Task 1

Write a program to ask for your name and age, display the sentence:

Your name is …, you are … old years.

5

Descriptors:
Student
- correctly writes the string functions;
- correctly writes a procedure and the main program.

Task 2

Write a program for creating the word "format" from the word "Informatics"

6

Descriptors:
Student
- correctly writes the string functions;
- correctly writes a procedure and the main program.

Task 3

Write a program to replace the substring in the string

7

Descriptors:
Student
- correctly writes the string functions;
- correctly writes a procedure and the main program.

Reflection

8