Материалдар / Ашық сабақ Екілік коддтау жүесі

Ашық сабақ Екілік коддтау жүесі

Материал туралы қысқаша түсінік
мұғалімдер
Авторы:
Автор материалды ақылы түрде жариялады. Сатылымнан түскен қаражат авторға автоматты түрде аударылады. Толығырақ
02 Қараша 2020
400
0 рет жүктелген
770 ₸
Бүгін алсаңыз
+39 бонус
беріледі
Бұл не?
Бүгін алсаңыз +39 бонус беріледі Бұл не?
Тегін турнир Мұғалімдер мен Тәрбиешілерге
Дипломдар мен сертификаттарды алып үлгеріңіз!
Бұл бетте материалдың қысқаша нұсқасы ұсынылған. Материалдың толық нұсқасын жүктеп алып, көруге болады
img_page_1
Ресми байқаулар тізімі
Республикалық байқауларға қатысып жарамды дипломдар алып санатыңызды көтеріңіз!
Материалдың қысқаша түсінігі
Measuring Data: BITS & BYTES

1 слайд
Measuring Data: BITS & BYTES

1 слайд

Measuring Data: BITS & BYTES

HOW DO COMPUTERS MEASURE INFORMATION?

2 слайд
HOW DO COMPUTERS MEASURE INFORMATION?

2 слайд

HOW DO COMPUTERS MEASURE INFORMATION?

3Discuss in groups. What is happening in the picture?

3 слайд
3Discuss in groups. What is happening in the picture?

3 слайд

3Discuss in groups. What is happening in the picture?

Lesson Objectives ✓ Learn how a computer stores information компьютердің ақпаратты қалай сақтайды ✓ Learn how

4 слайд
Lesson Objectives ✓ Learn how a computer stores information компьютердің ақпаратты қалай сақтайды ✓ Learn how to convert binary to decimal and decimal to binary number system ✓ Екілік санды ондыққа және сондық санды екілік сан жүйесіне түрлендіруді үйрену

4 слайд

Lesson Objectives ✓ Learn how a computer stores information компьютердің ақпаратты қалай сақтайды ✓ Learn how to convert binary to decimal and decimal to binary number system ✓ Екілік санды ондыққа және сондық санды екілік сан жүйесіне түрлендіруді үйрену

TO CONVERT АУЫСТЫРУ ПЕРЕВОДИТ Ь, МЕНЯТЬ

5 слайд
TO CONVERT АУЫСТЫРУ ПЕРЕВОДИТ Ь, МЕНЯТЬ

5 слайд

TO CONVERT АУЫСТЫРУ ПЕРЕВОДИТ Ь, МЕНЯТЬ

BINARY ЕКІЛІК ДВОИЧНЫЙ

6 слайд
BINARY ЕКІЛІК ДВОИЧНЫЙ

6 слайд

BINARY ЕКІЛІК ДВОИЧНЫЙ

DECIMAL ОНДЫҚ ДЕСЯТИЧН ЫЕ

7 слайд
DECIMAL ОНДЫҚ ДЕСЯТИЧН ЫЕ

7 слайд

DECIMAL ОНДЫҚ ДЕСЯТИЧН ЫЕ

DATA ДЕРЕКТЕР ДАННЫЕ

8 слайд
DATA ДЕРЕКТЕР ДАННЫЕ

8 слайд

DATA ДЕРЕКТЕР ДАННЫЕ

TO TRANSFORM ТҮРЛЕНДІРУ ПРЕОБРАЗОВЫВ АТЬ

9 слайд
TO TRANSFORM ТҮРЛЕНДІРУ ПРЕОБРАЗОВЫВ АТЬ

9 слайд

TO TRANSFORM ТҮРЛЕНДІРУ ПРЕОБРАЗОВЫВ АТЬ

TO STORE САҚТАУ ХРАНИТЬ

10 слайд
TO STORE САҚТАУ ХРАНИТЬ

10 слайд

TO STORE САҚТАУ ХРАНИТЬ

Bits and Bytes ✘ A computer stores all DATA as numbers of 0 and 1 ✘ The smallest unit of information is called a BIT ✘ The w

11 слайд
Bits and Bytes ✘ A computer stores all DATA as numbers of 0 and 1 ✘ The smallest unit of information is called a BIT ✘ The word “bit” comes from “ B inary dig IT ”

11 слайд

Bits and Bytes ✘ A computer stores all DATA as numbers of 0 and 1 ✘ The smallest unit of information is called a BIT ✘ The word “bit” comes from “ B inary dig IT ”

Group of 8 bits is called a byte. The word byte comes from “ BinarY TErm” Byte (8-bits)0 0 1 1 0 1 0 1 bit

12 слайд
Group of 8 bits is called a byte. The word byte comes from “ BinarY TErm” Byte (8-bits)0 0 1 1 0 1 0 1 bit

12 слайд

Group of 8 bits is called a byte. The word byte comes from “ BinarY TErm” Byte (8-bits)0 0 1 1 0 1 0 1 bit

Binary and decimal ✘ Computing machines understand digits of 0 and 1 while people use digits from 0 to 9. ✘ The digits from 0 t

13 слайд
Binary and decimal ✘ Computing machines understand digits of 0 and 1 while people use digits from 0 to 9. ✘ The digits from 0 to 9 are called decimal numbers. So to use the decimal numbers computers convert decimal numbers to binary. 13

13 слайд

Binary and decimal ✘ Computing machines understand digits of 0 and 1 while people use digits from 0 to 9. ✘ The digits from 0 to 9 are called decimal numbers. So to use the decimal numbers computers convert decimal numbers to binary. 13

decimal binaryConverting from

14 слайд
decimal binaryConverting from

14 слайд

decimal binaryConverting from

The steps below show how to convert a decimal number 13 to a binary number using repeated division DIVISION REMINDER ANSWER 1

15 слайд
The steps below show how to convert a decimal number 13 to a binary number using repeated division DIVISION REMINDER ANSWER 13 / 2 = 6 1 ? ? ? 1 6 / 2 = 3 0 ? ? 0 1 3 / 2 = 1 1 ? 1 0 1 1 / 2 = 0 1 1 1 0 1

15 слайд

The steps below show how to convert a decimal number 13 to a binary number using repeated division DIVISION REMINDER ANSWER 13 / 2 = 6 1 ? ? ? 1 6 / 2 = 3 0 ? ? 0 1 3 / 2 = 1 1 ? 1 0 1 1 / 2 = 0 1 1 1 0 1

DIGIT * BASE position POSITION VALUES 2 4 2 3 2 2 2 1 2 0 16 8 4 2 1 BINAR Y DIGITS 1 1 1 0 1 1*16 + 1*8 + 1*4 + 0*2 + 1

16 слайд
DIGIT * BASE position POSITION VALUES 2 4 2 3 2 2 2 1 2 0 16 8 4 2 1 BINAR Y DIGITS 1 1 1 0 1 1*16 + 1*8 + 1*4 + 0*2 + 1*1 = 29 11101 (binary) = 29 (decimal)

16 слайд

DIGIT * BASE position POSITION VALUES 2 4 2 3 2 2 2 1 2 0 16 8 4 2 1 BINAR Y DIGITS 1 1 1 0 1 1*16 + 1*8 + 1*4 + 0*2 + 1*1 = 29 11101 (binary) = 29 (decimal)

CONVERT NUMBERS FROM DECIMAL TO BINARY AND VICE VERSA TO CHECK YOUR ANSWERS 9 = ________ 11 = ________ 16 = ________ 64

17 слайд
CONVERT NUMBERS FROM DECIMAL TO BINARY AND VICE VERSA TO CHECK YOUR ANSWERS 9 = ________ 11 = ________ 16 = ________ 64 = ________ 193 = ________ 255 = ________

17 слайд

CONVERT NUMBERS FROM DECIMAL TO BINARY AND VICE VERSA TO CHECK YOUR ANSWERS 9 = ________ 11 = ________ 16 = ________ 64 = ________ 193 = ________ 255 = ________

ACTIVITY Count the Dots 18

18 слайд
ACTIVITY Count the Dots 18

18 слайд

ACTIVITY Count the Dots 18

Task Today Assiya celebrates her 14th birthday. Her mother put 5 candles on a cake. Assiya knows binary numbers

19 слайд
Task Today Assiya celebrates her 14th birthday. Her mother put 5 candles on a cake. Assiya knows binary numbers for informatics classes and wants to make the number 14 using 5 candles. She puts 5 candles in a row and tries to solve it. Which candles should Assiya light up to show number 14? 19

19 слайд

Task Today Assiya celebrates her 14th birthday. Her mother put 5 candles on a cake. Assiya knows binary numbers for informatics classes and wants to make the number 14 using 5 candles. She puts 5 candles in a row and tries to solve it. Which candles should Assiya light up to show number 14? 19

20Literacy 1. What is the smallest unit of information? 2. How do computers store information? 3. Discuss which of the following

20 слайд
20Literacy 1. What is the smallest unit of information? 2. How do computers store information? 3. Discuss which of the followings might have bigger size: text, video,audio or image. 4. Calculate the greatest decimal number that 1 byte can store.

20 слайд

20Literacy 1. What is the smallest unit of information? 2. How do computers store information? 3. Discuss which of the followings might have bigger size: text, video,audio or image. 4. Calculate the greatest decimal number that 1 byte can store.

thanks! Any questions?

21 слайд
thanks! Any questions?

21 слайд

thanks! Any questions?

Осы аптаның ең үздік материалдары
Педагогтардың біліктілігін арттыру курстары
Аттестацияда (ПББ) 100% келетін
тақырыптармен дайындаймыз
Аттестацияда (ПББ) келетін тақырыптар бойынша жасалған тесттермен дайындалып, бізбен бірге тестілеуден оңай өтесіз
Өткен жылы бізбен дайындалған ұстаздар 50/50 жинап рекорд жасады
Толығырақ