Презентация, доклад на тему Презинтация ағылшын тілінде Loops (8 класс)

Discuss the following picture.

Слайд 1Loops.

Loops.

Слайд 2
Discuss the following picture.

Discuss the following picture.

Слайд 3What is
a
‘Loop’?

What is a ‘Loop’?

Слайд 4A loop is an order of instructions that
repeats for many

times.

Each repetition is called an iteration of the loop.

A loop is an order of instructions that repeats for many times. Each repetition is called an

Слайд 5Terminology
PART

TerminologyPART

Слайд 7iteration

iteration

Слайд 8divisible

divisible

Слайд 9ascending

ascending

Слайд 10counter

counter

Слайд 15Coding for loops: Activity

Coding for loops: Activity

Слайд 16Types of Loops
For loop
While
do...while
Repeats a statement or group of statements until

a given condition in use. It tests the condition BEFORE executing the body.

Execute the sequence of statements multiple times.

Like a while statement, except that it tests the condition at the END of the loop body.

Types of LoopsFor loopWhiledo...whileRepeats a statement or group of statements until a given condition in use. It

Слайд 17Parts of a loop
Initialization Expression initializes the loop variables in the

beginning of the loop.
Test Expression decides whether the loop will be executed (if test expression is true) or not (if test expression is false).
Update Expression updates the values of loop variables after every iteration of the loop.
The-Body-of-the-Loop contains statements to be executed repeatedly.
Parts of a loopInitialization Expression initializes the loop variables in the beginning of the loop.Test Expression decides

Слайд 18The syntax:


C++



Python
for value in sequence:

body of for
The syntax:C++Pythonfor value in sequence:       body of for

Слайд 26
Mark Zuckerberg teaches Loops

Mark Zuckerberg teaches Loops

Слайд 27
Thanks!
Any questions?

Thanks!Any questions?

Что такое shareslide.ru?

Это сайт презентаций, где можно хранить и обмениваться своими презентациями, докладами, проектами, шаблонами в формате PowerPoint с другими пользователями. Мы помогаем школьникам, студентам, учителям, преподавателям хранить и обмениваться учебными материалами.


Для правообладателей

Яндекс.Метрика

Обратная связь

Email: Нажмите что бы посмотреть