Инфоурок Информатика Другие методич. материалы"Сызықтық алгоритмдерді программалау, енгізу және шығару операторлары" ағылшын тілінде сабақ жоспары

"Сызықтық алгоритмдерді программалау, енгізу және шығару операторлары" ағылшын тілінде сабақ жоспары

Скачать материал

Выберите документ из архива для просмотра:

Thumbs.db 9 th class.docx прог т.flipchart 9а.pptx

Выбранный для просмотра документ 9 th class.docx

9 th class                                                                                                        The date 03.12.2013                                                                                                      

 

Theme of the lesson: Programming of linear algorithm, operators of appropriating, introduction and release.

Aim of lesson  :   

To form:  to acquaint students with a structure linear programming and to form new knowledge with the reiteration of past themes. 

To develop: develop the skills to work independently and learn to use the theory in practice, to know how to summarize and discuss-pending material.

To mentor: educate interest in the subject and discipline, supervise the work safety regulation and educate the ability to work with a group.

Type of lesson : combined lesson

Using the tool and demonstration of lesson: computer, interactive table, presentation,many small papers, picture

 

 

І. Organizational stage 3in

-          Greet are childrens

-          Сheck pupils

-          Check the readiness of students to the lesson

 

ІІ.  Repeat the last lesson 7in

Go to ActivInspire.

1 page

·         What is algorithm?

·         In the algorithm has many qualities?

·         What is Programm ?

·         How many species are in the algorithm?

 2 page

·         What is linear algorithm?

·         What is branch algorithm?

·         What is cycle algorithm?

 

ІІІ. Еxplain a new theme 20in

 

Program structure is divided three types:

1.      linear

2.      to branch

3.      cycle

Тhe program –  is a sequence of the instructions intended for execution by control of calculable machine unit. Program - one of software artifacts.

Written in Pascal program consists of 3 parts:

      theme part

      variable part

      part of operators

Let us to the following concepts in programming language Pascal:

-          On the Pascal programming language operators are divided into simple and composite.
- Operators are written inside the program statements begin and end.
- Operators begin and end call operator brackets.
- Simple operators called operators that consists of a single operator;

Compound operator consists of several operators, and they include statements inside pischushie operators begin and end.
- We call empty statement ";" operator. This operator indicates the end of the previous statement.

Line algorithm -  algorithm wherein the command executes one after another interleave.

Тo write a linear program must know the following operators :

- assignment operator :=

-introduction operator Read( ); or Readln( );

- release operator Write( ); or Writeln( );

Assignment operator - used to give the result of the calculation is written to the variables

       Rule writing <name variable>:=<pattern>;
Here
< name variable >-variable identifier;

  := sign appropriating, importance of inconstant accepts importance  of number, at that was pattern counted;

  < pattern > — arithmetic pattern or number.

In Pascal using two introduction operator: Read(); and Readln();

It Is as following general kind operator of  Read: Read(a1, a2,.,an) - local a1, a2,.,unsteady in it promises the names an, to embed and talk parameters of operators names them. Importance of inconstant beginning first entered on пернетақта through. Cursor transmigrates not, following harden.

A Readln (a1, a2, ..., an) after the issuance of variable keyboard cursor moves to the next line

For example:
Var I:real; j:integer; k:char;
Begin
Read(I,j,k);

In Pascal to release results on the screen using operators Write (); or Writeln ();.

 Write operator is written as: Write (a1, a2, ..., an)
          For example In 2.15to when will you run this command:

                            Write(‘B =’, В);

          the screen shows the combination of the words B = 2.15.
      Options that are issued by a comma to separate the first-the first since the operator Write written in place brackets.
         Just what road operator registration parameter in the language Pascal Writeln (
) transition used. Jaeger operator Writeln (a1, a2,., An) used a1, a2,., Issued an importance on the screen moves to the next line end cursor.

Write operator is used to give a comment.                                           

Write a program that displays the word "I am a student at the institute"

PROGRAM  I;

BEGIN

WRITE (‘I am a student at the institute’);

END.

After the program wrote:

- If you press knobku CTRL + F9, the program will run out;
- Tapping in knobku ALT + F5 to see the result.
Please go to the screen the word " I am a student at the institute"

 

 

ІҮ. Conclusion 5in

 

-          What operator, and divided by what commands?

-           What is an empty operator?

-          Organized as a composite operator?

-          Know which way to display the result on the screen?

-          Use the main responsibilities of operators introduction and release?

 

Ү. Hometask

Repeat. Write the program in Pascal:         

How many apples they gather in t an hour if the first student one hour to collect a bucket of M, by the second student K bucket, third student L bucket apple.

 

ҮІ. Assess 5-min

 

Put the assessment in an e-zine.

 

 

Просмотрено: 0%
Просмотрено: 0%
Скачать материал
Скачать материал ""Сызықтық алгоритмдерді программалау, енгізу және шығару операторлары" ағылшын тілінде сабақ жоспары"

Методические разработки к Вашему уроку:

Получите новую специальность за 3 месяца

Научный сотрудник музея

Получите профессию

HR-менеджер

за 6 месяцев

Пройти курс

Рабочие листы
к вашим урокам

Скачать

Выбранный для просмотра документ 9а.pptx

Скачать материал ""Сызықтық алгоритмдерді программалау, енгізу және шығару операторлары" ағылшын тілінде сабақ жоспары"

Получите профессию

Интернет-маркетолог

за 6 месяцев

Пройти курс

Рабочие листы
к вашим урокам

Скачать

Описание презентации по отдельным слайдам:

  • Theme: Programming of linear algorithm, operators of ap...

    1 слайд










    Theme: Programming of linear algorithm, operators of appropriating, introduction and release
     
     

     





  •  Program structure is divided three types:
 
linear
to branch 
cycle

    2 слайд

    Program structure is divided three types:

    linear
    to branch
    cycle

  • Тhe program –  is a sequence of the instructions intended for execution by co...

    3 слайд

    Тhe program –
    is a sequence of the instructions intended for execution by control of calculable machine unit. Program - one of software artifacts.

  • Written in Pascal program consists of 3 parts:theme partvariable partpart of...

    4 слайд

    Written in Pascal program consists of 3 parts:
    theme part
    variable part
    part of operators

  • On the Pascal programming language operators are divided into simple and comp...

    5 слайд

    On the Pascal programming language operators are divided into simple and composite.
    - Operators are written inside the program statements begin and end.
    - Operators begin and end call operator brackets.
    - Simple operators called operators that consists of a single operator;
    Compound operator consists of several operators, and they include statements inside pischushie operators begin and end.
    - We call empty statement ";" operator. This operator indicates the end of the previous statement

    Let us to the following concepts in programming language Pascal:

  • - algorithm wherein the command executes one after another interleave.Line a...

    6 слайд

    - algorithm wherein the command executes one after another interleave.
    Line algorithm

  • Тo write a linear program must know the following operators :- assignment op...

    7 слайд

    Тo write a linear program must know the following operators :

    - assignment operator :=
    -introduction operator Read( ); or Readln( );
    - release operator Write( ); or Writeln( );

  • Assignment operator used to give the result of the calculation is written to...

    8 слайд

    Assignment operator
    used to give the result of the calculation is written to the variables
    Rule writing <name variable>:=<pattern>;
    Here < name variable >-variable identifier;
    := sign appropriating, importance of inconstant accepts importance of number, at that was pattern counted;
    < pattern > — arithmetic pattern or number.

  • In Pascal using two introduction operator: Read(); and Readln();It Is as foll...

    9 слайд

    In Pascal using two introduction operator: Read(); and Readln();
    It Is as following general kind operator of Read: Read(a1, a2,.,an) - local a1, a2,.,unsteady in it promises the names an, to embed and talk parameters of operators names them. Importance of inconstant beginning first entered on пернетақта through. Cursor transmigrates not, following harden.
    A Readln (a1, a2, ..., an) after the issuance of variable keyboard cursor moves to the next line
    For example:
    Var I:real; j:integer; k:char;
    Begin
    Read(I,j,k);

  •        Write operator is written as: Write (a1, a2, ..., an)           For e...

    10 слайд

           Write operator is written as: Write (a1, a2, ..., an)
              For example In 2.15to when will you run this command:
    Write(‘B =’, В);
    the screen shows the combination of the words B = 2.15.
          Options that are issued by a comma to separate the first-the first since the operator Write written in place brackets.
             Just what road operator registration parameter in the language Pascal Writeln ( ) transition used. Jaeger operator Writeln (a1, a2,., An) used a1, a2,., Issued an importance on the screen moves to the next line end cursor.
       In Pascal to release results on the screen using operators Write (); or Writeln ();.

  • Write operator is used to give a comment....

    11 слайд

    Write operator is used to give a comment.
    Write a program that displays the word "I am a student at the institute"
    PROGRAM I;
    BEGIN
    WRITE (‘I am a student at the institute’);
    END.
    After the program wrote:
    - If you press knobku CTRL + F9, the program will run out;
    - Tapping in knobku ALT + F5 to see the result.
    Please go to the screen the word " I am a student at the institute"

  • ConclusionWhat operator, and divided by what commands?
 What is an empty ope...

    12 слайд

    Conclusion

    What operator, and divided by what commands?
    What is an empty operator?
    Organized as a composite operator?
    Know which way to display the result on the screen?
    Use the main responsibilities of operators introduction and release?

  • Thank you for attention!

    13 слайд

    Thank you for attention!

Получите профессию

Секретарь-администратор

за 6 месяцев

Пройти курс

Рабочие листы
к вашим урокам

Скачать

Получите профессию

HR-менеджер

за 6 месяцев

Пройти курс

Рабочие листы
к вашим урокам

Скачать

Скачать материал

Найдите материал к любому уроку, указав свой предмет (категорию), класс, учебник и тему:

6 663 611 материалов в базе

Скачать материал

Вам будут интересны эти курсы:

Оставьте свой комментарий

Авторизуйтесь, чтобы задавать вопросы.

  • Скачать материал
    • 11.01.2016 1082
    • RAR 863.4 кбайт
    • Оцените материал:
  • Настоящий материал опубликован пользователем Нурчаева Насиба Мухтаровна. Инфоурок является информационным посредником и предоставляет пользователям возможность размещать на сайте методические материалы. Всю ответственность за опубликованные материалы, содержащиеся в них сведения, а также за соблюдение авторских прав несут пользователи, загрузившие материал на сайт

    Если Вы считаете, что материал нарушает авторские права либо по каким-то другим причинам должен быть удален с сайта, Вы можете оставить жалобу на материал.

    Удалить материал
  • Автор материала

    Нурчаева Насиба Мухтаровна
    Нурчаева Насиба Мухтаровна
    • На сайте: 8 лет и 3 месяца
    • Подписчики: 0
    • Всего просмотров: 88354
    • Всего материалов: 6

Ваша скидка на курсы

40%
Скидка для нового слушателя. Войдите на сайт, чтобы применить скидку к любому курсу
Курсы со скидкой

Курс профессиональной переподготовки

Менеджер по туризму

Менеджер по туризму

500/1000 ч.

Подать заявку О курсе

Курс профессиональной переподготовки

Педагогическая деятельность по проектированию и реализации образовательного процесса в общеобразовательных организациях (предмет "Математика и информатика")

Учитель математики и информатики

300 ч. — 1200 ч.

от 7900 руб. от 3650 руб.
Подать заявку О курсе
  • Сейчас обучается 38 человек из 18 регионов
  • Этот курс уже прошли 33 человека

Курс профессиональной переподготовки

Информационные системы и технологии: теория и методика преподавания в профессиональном образовании

Преподаватель информационных систем и технологий

300/600 ч.

от 7900 руб. от 3650 руб.
Подать заявку О курсе
  • Этот курс уже прошли 13 человек

Курс повышения квалификации

Особенности подготовки к сдаче ЕГЭ по информатике и ИКТ в условиях реализации ФГОС СОО

36 ч. — 180 ч.

от 1700 руб. от 850 руб.
Подать заявку О курсе
  • Сейчас обучается 109 человек из 44 регионов
  • Этот курс уже прошли 577 человек

Мини-курс

Теория и практика инвестиций в контексте устойчивого развития

8 ч.

1180 руб. 590 руб.
Подать заявку О курсе

Мини-курс

ИТ-инструменты в управлении документооборотом

6 ч.

780 руб. 390 руб.
Подать заявку О курсе

Мини-курс

Принципы эффективного использования аграрных ландшафтов

8 ч.

1180 руб. 590 руб.
Подать заявку О курсе
Сейчас в эфире

Информационная интоксикация: методы исцеления

Перейти к трансляции