Материалдар / Ашық сабақ
2023-2024 оқу жылына арналған

қысқа мерзімді сабақ жоспарларын

жүктеп алғыңыз келеді ма?
ҚР Білім және Ғылым министірлігінің стандартымен 2022-2023 оқу жылына арналған 472-бұйрыққа сай жасалған

Ашық сабақ

Материал туралы қысқаша түсінік
Үш тілді меңгеруге
Авторы:
Автор материалды ақылы түрде жариялады.
Сатылымнан түскен қаражат авторға автоматты түрде аударылады. Толығырақ
03 Маусым 2020
370
0 рет жүктелген
Бүгін алсаңыз 25% жеңілдік
беріледі
770 тг 578 тг
Тегін турнир Мұғалімдер мен Тәрбиешілерге
Дипломдар мен сертификаттарды алып үлгеріңіз!
Бұл бетте материалдың қысқаша нұсқасы ұсынылған. Материалдың толық нұсқасын жүктеп алып, көруге болады
img_page_1
Материал жариялап тегін сертификат алыңыз!
Бұл сертификат «Ustaz tilegi» Республикалық ғылыми – әдістемелік журналының желілік басылымына өз авторлық жұмысын жарияланғанын растайды. Журнал Қазақстан Республикасы Ақпарат және Қоғамдық даму министрлігінің №KZ09VPY00029937 куәлігін алған. Сондықтан аттестацияға жарамды
Ресми байқаулар тізімі
Республикалық байқауларға қатысып жарамды дипломдар алып санатыңызды көтеріңіз!
Examples System software Application software Software development tool Browsers Python Input/Output devices Graphic editor C

1 слайд
Examples System software Application software Software development tool Browsers Python Input/Output devices Graphic editor C++       Games      1 -task: Fill this semantic map. These examples you need matching with software types and put +. 1-тапсырма.Семантикалық картаны толтырыңыз. Берілген мысалдарды бағдарламалық жасақтама түрлерімен сәйкестендіріңіз және + таңбасын қойыңыз.

2 -task: A) Write translation of these words in kazakh or english languages. 2-тапсырма : A) Берілген сөздердің аудармасын ағ

2 слайд
2 -task: A) Write translation of these words in kazakh or english languages. 2-тапсырма : A) Берілген сөздердің аудармасын ағылшын немесе қазақ тілдерінде жазыңыз. 1. Енгізу _______________________________ 2. Process _______________________________ 3. Шығару _____________________________ B) Find right translation of these words. Сөздердің дұрыс аудармасын табыңыз. 1. __ __ _ бағдарламалық қамтамасыз ету A) System software 2 . _ __ __ бағдарламалау тілі B) Software 3. __ __ _ жүйелік бағдарламалау C) Programming Language C) Find true or false answer . Дұрыс немесе бұрыс жауапты табыңыз. 1. Programming – бағдарламалау o True o False 2. To stimulate- енгізу o True o False 3. To manage- басқару o True o False

Examples System software Application software Software development tool Browsers + Python + Input/Output devices +

3 слайд
Examples System software Application software Software development tool Browsers     +   Python     +  Input/Output devices +      Graphic editor   +    C++       + Games   +    1. Енгізу - input 2. Process - процесс 3. Шығару - output 1 . B бағдарламалық қамтамасыз ету A) System software 2 . C бағдарламалау тілі B) Software 3 . A жүйелік бағдарламалау C) Programming Language 1. Programming – бағдарламалау True 2. To stimulate- енгізу False 3. To manage- басқару True

4 слайд

21.01.2020 Your first program

5 слайд
21.01.2020 Your first program

YOU WILL: • Identify components of IDE; • Learn how to write a code; IDE компоненттерін анықта ймыз ; Код жазуды үйреміз;

6 слайд
YOU  WILL: • Identify components of IDE; • Learn how to write a code; IDE компоненттерін анықта ймыз ; Код жазуды үйреміз;

TERMINOLOGY https://quizlet.com/474651865/flashcards compiler- компилятор -компилятор syntax- синтаксис -синтаксис phrase- сөз

7 слайд
TERMINOLOGY https://quizlet.com/474651865/flashcards compiler- компилятор -компилятор syntax- синтаксис -синтаксис phrase- сөз тіркесі - фраза item - зат - предмет Double quotes- қос тырнақша– двойные кавычки separating- бөлетін - разделяющий Mathematical statement- математикалық мәлімдемеде to modify – өзгерту - изменить Source – бастапқы - исходный

Why Python? What we can do on Python?(video)

8 слайд
Why Python? What we can do on Python?(video)

IDE- бағдарламалық жасақтаманы жазу және тестілеуге арналған негізгі компьютерлік бағдарлама әзірлеу құралдарын қам

9 слайд
IDE- бағдарламалық жасақтаманы жазу және тестілеуге арналған негізгі компьютерлік бағдарлама әзірлеу құралдарын қамтитын бағдарламалық жасақтама болып табылады. Көбінесе олардың құрамында код редакторы, код түзетушісі және компилятор болады. Код редакторы бастапқы кодты жазу, өңдеу және өзгерту үшін пайдаланылады. Код түзетушісі кодты тексеруге және қателерді түзету үшін керек. Компилятор бастапқы кодты компьютерлік нұсқауларға түрлендіреді (0,1).

Getting started 1. Click on Start and type Python; 2. Select IDLE (Python GUI) to work with Python. 3. Open new file to write y

10 слайд
Getting started 1. Click on Start and type Python; 2. Select IDLE (Python GUI) to work with Python. 3. Open new file to write your program code. Enough code to display the text on the screen: 4. print(“Hello World”) You can write different words or phrases in Python IDLE instead of "Hello World". The computer prints any writing you type. 5. After typing the code, press 'F5' or select 'Run -> Run Module'.

1 Code: print(“2+3”) Output: 2+3 The output command in Python is very simple. Just enter “Print ()”. Python

11 слайд
1 Code: print(“2+3”)  Output:     2+3 The  output  command  in  Python  is  very  simple.  Just   enter  “Print  ()”.  Python  prints  any  text  in  brackets   and  the  text  must  be  enclosed  in  double  quotes.   Otherwise,  the  program  will  send  you  an  error. 2 Code: print(2+3) Output: 5 The following code segment contains no quotation marks. That is why Python interprets it as a mathematical expression. Then the number "5" will be displayed 3 Code:print(Hello world) Output: SyntaxError Here the quotation mark error is not written and the computer tries to interpret the word "Hello World" as a mathematical concept, but it does not work. 4 print(“Your new score is”, 100+ 4 0) Out р : Your new score is 140 The print statement can output multiple words or numbers at once. Each item can be separated by a comma. If we forget to enter a comma, we get an error. 5

Practice 1. Write at least 5 commands that will show information about yourself. Example: print(“Hi! My name’s Bolat

12 слайд
Practice 1. Write at least 5 commands that will show information about yourself. Example: print(“Hi! My name’s Bolat”) print(“I’m 14 years old”) 2. Try this code, change expressions print(“23+54=”, 23+54)

Activity Can you find what is missing from the following lines of code? Try to correct the errors: • 1. print (helloworld)

13 слайд
Activity Can you find what is missing from the following lines of code? Try to correct the errors: • 1. print (helloworld) • 2. (print”how tall are you?”) • 3. (‘Game Over’) • 4. print(‘Game Over”) • 5. print(‘Bob’s car has 4 wheels’)

Are you tired? Let's compile terms and play. Let's find the English words correctly. I’ll give you 5 min to do this task

14 слайд
Are you tired? Let's compile terms and play. Let's find the English words correctly. I’ll give you 5 min to do this task

Home task Learn by heart terminology

15 слайд
Home task Learn by heart terminology