Материалдар / PROJECT WORK 1: GUESS THE NUMBER, 8 grade, ICT
МИНИСТРЛІКПЕН КЕЛІСІЛГЕН КУРСҚА ҚАТЫСЫП, АТТЕСТАЦИЯҒА ЖАРАМДЫ СЕРТИФИКАТ АЛЫҢЫЗ!
Сертификат Аттестацияға 100% жарамды
ТОЛЫҚ АҚПАРАТ АЛУ

PROJECT WORK 1: GUESS THE NUMBER, 8 grade, ICT

Материал туралы қысқаша түсінік
Материал 8 сынып информатика пәні бойынша PROJECT WORK 1: GUESS THE NUMBER тақырыбына ағылшын тілінде жасалып қолдануғаарналған
Авторы:
Автор материалды ақылы түрде жариялады. Сатылымнан түскен қаражат авторға автоматты түрде аударылады. Толығырақ
27 Мамыр 2021
386
0 рет жүктелген
770 ₸
Бүгін алсаңыз
+39 бонус
беріледі
Бұл не?
Бүгін алсаңыз +39 бонус беріледі Бұл не?
Тегін турнир Мұғалімдер мен Тәрбиешілерге
Дипломдар мен сертификаттарды алып үлгеріңіз!
Бұл бетте материалдың қысқаша нұсқасы ұсынылған. Материалдың толық нұсқасын жүктеп алып, көруге болады
logo

Материалдың толық нұсқасын
жүктеп алып көруге болады

Page 1

PROJECT WORK 1:
GUESS THE NUMBER


Page 2

Need to know
–Variables
–Integers
–Input / Output
–Print
–While loop
–If/Else statements
–Random numbers (provided in this chapter)
2


Page 3

TERMINOLOGY
random -
кездейсоқ -
случайный
to locate -
орналастыру -
разместить
package -жинақ
-набор, пакет
search -іздеу -
поиск
to generate -
түрлендіру -
генерировать
3


Page 4

Random
Numbers
(and Modules)
4


Page 5

Random number
is a number that is
picked without
any order or rule.
5


Page 6

In programming, it is very
difficult to think out and write
an algorithmthat can randomly
pick numbers.
In Python, such difficult
calculations like ‘random’are
stored in form of packages and
are called ‘modules’.
6


Page 7

In this exercise we need
to use a module that
generates random
numbers.
This module is called
‘random’.
7


Page 8

To use a module, type the
following at the top of your file:
import random
This means that you allow to use
a module called ‘random’
in your code.
8


Page 9

To generate a random integer type:
a = random.randint(2, 6)
Once you run this code,
the variable abecomes equal to a
random integer between 2 and 6
inclusively.
9


Page 10

Let us play a game.
A program thinks out
a number that remains
unknown to us.
Our task is to find that number.
10


Page 11

11
If our input is incorrect,
the program must indicate
what is exactly wrong with
the guess (e.g. ‘your number is
too high or too low’).
If the guess is correct, the
program must give a message
‘You are right, man!’.


Page 12

12


Page 13

GROUP PROGRAMMING
Divide into groups & Make this project.
After completion check & share your codes.
13


Page 14

THANKS!
Any questions?
14


Ресми байқаулар тізімі
Республикалық байқауларға қатысып жарамды дипломдар алып санатыңызды көтеріңіз!