Меню
Разработки
Разработки  /  Информатика  /  Презентации  /  8 класс  /  Презентация к уроку "Переменные" в Python 8 класс

Презентация к уроку "Переменные" в Python 8 класс

Презентация к уроку "Переменные" в среде программирования Python для 8 класса с применением технологии Clil.Презентация содержит игровые, обучающие и практические моменты. Знакомит учащихся с возможностями среды Python, правилами записи арифметических выражения.

31.01.2019

Содержимое разработки

Набор инструментов, который используется для написания программ? Programming environment

Набор инструментов, который используется для написания программ?

Programming environment

Интегрированная система, которая позволяет писать, редактировать, отлаживать и запускать программы на выполнение, не выходя из самой среды. IDE

Интегрированная система, которая позволяет писать, редактировать, отлаживать и запускать программы на выполнение, не выходя из самой среды.

IDE

Переводит весь текст программы в машинный код (исполняемый файл с расширением exe) Compiler

Переводит весь текст программы в машинный код

(исполняемый файл с расширением exe)

Compiler

Python can:  создавать графический пользовательский интерфейс рабочего стола создавать web-сайт  создавать программное обеспечение и игры  предоставлять доступ к базе данных

Python can:

создавать графический пользовательский интерфейс рабочего стола

создавать web-сайт

создавать программное обеспечение и игры

предоставлять доступ к базе данных

Code: print (‘2+3’) Output: 2 + 3 Code: print (2+3) Output: 2 + 3 Code: print (Hello world) Output: SyntaxError

Code: print (‘2+3’)

Output: 2 + 3

Code: print (2+3)

Output: 2 + 3

Code: print (Hello world)

Output: SyntaxError

Code: print (‘Your new score is’, 1030+10) Output:  Your new score is 1040 Code: print (‘Your new score is’, ‘1030+10’) Output:  Your new score is 1030 + 10

Code:

print (‘Your new score is’, 1030+10)

Output:

Your new score is 1040

Code:

print (‘Your new score is’, ‘1030+10’)

Output:

Your new score is 1030 + 10

Code: print (‘Your new score is ‘ 1030+10) Output:  Error Code: print (‘Your new score is,’, 1030+10) Output:  Your new score is, 1040

Code:

print (‘Your new score is ‘ 1030+10)

Output:

Error

Code:

print (‘Your new score is,’, 1030+10)

Output:

Your new score is, 1040

Variables.  Переменные.

Variables. Переменные.

learn purposes of variables; узнать назначение переменных; learn how to input data; узнайте, как вводить данные.
  • learn purposes of variables;
  • узнать назначение переменных;
  • learn how to input data;
  • узнайте, как вводить данные.
How to store and process data in programming language?

How to store and process data in programming language?

Operators used in programming.

Operators used in programming.

ПУСК- ВСЕ ПРОГРАММЫ-PYTHON 3.4-IDLE

ПУСК- ВСЕ ПРОГРАММЫ-PYTHON 3.4-IDLE

Practice 1. Let us make simple calculations using Python: 45 * 263 = 85 / 23 = 123 + 4568 = 7894 - 456 = 123.35 * 23.45 =

Practice

1. Let us make simple calculations using Python:

45 * 263 =

85 / 23 =

123 + 4568 =

7894 - 456 =

123.35 * 23.45 =

Practice 2. Practice using following expressions in Python: a + b    a // b a – b    a % b a * b    a ** 2 a / b    a ** b

Practice

2. Practice using following expressions in Python:

a + b a // b

a – b a % b

a * b a ** 2

a / b a ** b

Practice 3. Calculate the following problems using Python:  Dias has 500 KZT and Adilkhan has 1000 KZT. Print their total amount of money.

Practice

3. Calculate the following problems using Python:

Dias has 500 KZT and Adilkhan has 1000 KZT. Print their

total amount of money.

Practice 4. Calculate the following problems using Python:  Dias and Adilkhan want to buy an ice cream bucket which costs 1200 KZT. How much money will be left if they buy that bucket?

Practice

4. Calculate the following problems using Python:

Dias and Adilkhan want to buy an ice cream bucket

which costs 1200 KZT. How much money will be left if

they buy that bucket?

Practice 5. Calculate the following problems using Python:  Dias and Adilkhan fi nished eating the ice cream bucket, but still want to eat more. They found ice cream which costs 50 KZT. How many ice creams can they buy now?

Practice

5. Calculate the following problems using Python:

Dias and Adilkhan fi nished eating the ice cream bucket,

but still want to eat more. They found ice cream which

costs 50 KZT. How many ice creams can they buy now?

Homwork: abstract

Homwork:

abstract

exspert Reflection confident capable beginner

exspert

Reflection

confident

capable

beginner

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

Применение облачных технологий в образовании

Продолжительность 72 часа
Документ: Удостоверение о повышении квалификации
4000 руб.
1000 руб.
Подробнее
Скачать разработку
Сохранить у себя:
Презентация к уроку "Переменные" в Python 8 класс (1.5 MB)

Комментарии 0

Чтобы добавить комментарий зарегистрируйтесь или на сайт