Материалдар / Ашық сабақ "Conditional statements IF/ELSE" 8 сынып презентация
МИНИСТРЛІКПЕН КЕЛІСІЛГЕН КУРСҚА ҚАТЫСЫП, АТТЕСТАЦИЯҒА ЖАРАМДЫ СЕРТИФИКАТ АЛЫҢЫЗ!
Сертификат Аттестацияға 100% жарамды
ТОЛЫҚ АҚПАРАТ АЛУ

Ашық сабақ "Conditional statements IF/ELSE" 8 сынып презентация

Материал туралы қысқаша түсінік
мұғалімдерге әдістемелік көмек
Авторы:
Автор материалды ақылы түрде жариялады. Сатылымнан түскен қаражат авторға автоматты түрде аударылады. Толығырақ
11 Ақпан 2019
536
1 рет жүктелген
770 ₸
Бүгін алсаңыз
+39 бонус
беріледі
Бұл не?
Бүгін алсаңыз +39 бонус беріледі Бұл не?
Тегін турнир Мұғалімдер мен Тәрбиешілерге
Дипломдар мен сертификаттарды алып үлгеріңіз!
Бұл бетте материалдың қысқаша нұсқасы ұсынылған. Материалдың толық нұсқасын жүктеп алып, көруге болады
img_page_1
Ресми байқаулар тізімі
Республикалық байқауларға қатысып жарамды дипломдар алып санатыңызды көтеріңіз!
Материалдың қысқаша түсінігі
Review “ Quizlet” https://quizlet.com/_61vayi

1 слайд
Review “ Quizlet” https://quizlet.com/_61vayi

1 слайд

Review “ Quizlet” https://quizlet.com/_61vayi

Make a flowchart according to the given sentence If I teach my subject in English then I’ll get 35000 tenge for a salary, el

2 слайд
Make a flowchart according to the given sentence If I teach my subject in English then I’ll get 35000 tenge for a salary, else I won’t get.

2 слайд

Make a flowchart according to the given sentence If I teach my subject in English then I’ll get 35000 tenge for a salary, else I won’t get.

Types of algorithms Linear Branching Cyclic

3 слайд
Types of algorithms Linear Branching Cyclic

3 слайд

Types of algorithms Linear Branching Cyclic

08.02.2019 ж. Шартты оператор IF/ELSE Conditional statements IF/ELSE • to apply if statement; • identify comparison operator

4 слайд
08.02.2019 ж. Шартты оператор IF/ELSE Conditional statements IF/ELSE • to apply if statement; • identify comparison operators; • apply if/else statements.Aim

4 слайд

08.02.2019 ж. Шартты оператор IF/ELSE Conditional statements IF/ELSE • to apply if statement; • identify comparison operators; • apply if/else statements.Aim

Giving marks / Бағалау • - “Excellent” • – “ Good” •

5 слайд
Giving marks / Бағалау • - “Excellent” • – “ Good” • – “ Not bad”

5 слайд

Giving marks / Бағалау • - “Excellent” • – “ Good” • – “ Not bad”

Terminology to boil - қайнау - кипятить

6 слайд
Terminology to boil - қайнау - кипятить

6 слайд

Terminology to boil - қайнау - кипятить

Terminology conditional - шартты - условный

7 слайд
Terminology conditional - шартты - условный

7 слайд

Terminology conditional - шартты - условный

Terminology condition - шарт - условие

8 слайд
Terminology condition - шарт - условие

8 слайд

Terminology condition - шарт - условие

Terminology indentation - шегініс - отступ

9 слайд
Terminology indentation - шегініс - отступ

9 слайд

Terminology indentation - шегініс - отступ

Terminology comparison - салыстыру - сравнение a < b 8>5 <= >=

10 слайд
Terminology comparison - салыстыру - сравнение a < b 8>5 <= >=

10 слайд

Terminology comparison - салыстыру - сравнение a < b 8>5 <= >=

Terminology value - мән - значение 5 + 5 = 10 10 - 2 = 8

11 слайд
Terminology value - мән - значение 5 + 5 = 10 10 - 2 = 8

11 слайд

Terminology value - мән - значение 5 + 5 = 10 10 - 2 = 8

Terminology variable - айнымалы - переменная

12 слайд
Terminology variable - айнымалы - переменная

12 слайд

Terminology variable - айнымалы - переменная

Conditional statement IF/ELSE

13 слайд
Conditional statement IF/ELSE

13 слайд

Conditional statement IF/ELSE

Examples

14 слайд
Examples

14 слайд

Examples

Practical task

15 слайд
Practical task

15 слайд

Practical task

Group work ElSEIF Group 1 • Explain the operation of the air conditioner with operator if and else

16 слайд
Group work ElSEIF Group 1 • Explain the operation of the air conditioner with operator if and else

16 слайд

Group work ElSEIF Group 1 • Explain the operation of the air conditioner with operator if and else

Group work IF ElSE

17 слайд
Group work IF ElSE

17 слайд

Group work IF ElSE

Group work

18 слайд
Group work

18 слайд

Group work

Group work Group 1 • In air conditioner has a sensor temperature which excecutes command and devides “hot” and “cold” air. For

19 слайд
Group work Group 1 • In air conditioner has a sensor temperature which excecutes command and devides “hot” and “cold” air. For,example, it looks like switch on in 28 or stop in 12 . Group 2 • If you want to be healthy, then you can do sports, else you can rest on the bed Group 3 • If it’s snowing, then I’ll wear boots, else will wear sneakers

19 слайд

Group work Group 1 • In air conditioner has a sensor temperature which excecutes command and devides “hot” and “cold” air. For,example, it looks like switch on in 28 or stop in 12 . Group 2 • If you want to be healthy, then you can do sports, else you can rest on the bed Group 3 • If it’s snowing, then I’ll wear boots, else will wear sneakers

Reflection • What have I learned? • What will I expect and learn? • What do I learn?

20 слайд
Reflection • What have I learned? • What will I expect and learn? • What do I learn?

20 слайд

Reflection • What have I learned? • What will I expect and learn? • What do I learn?

Homework Tasks: Make a program in Python • Write a program that defines if an input password of your card is correct or unc

21 слайд
Homework Tasks: Make a program in Python • Write a program that defines if an input password of your card is correct or uncorrect • Write a program that defines if an input size of your clothes is small or large • To learn by heart new terms

21 слайд

Homework Tasks: Make a program in Python • Write a program that defines if an input password of your card is correct or uncorrect • Write a program that defines if an input size of your clothes is small or large • To learn by heart new terms