Search Header Logo
Express Course

Express Course

Assessment

Presentation

Computers

6th Grade

Practice Problem

Medium

Created by

Fran Vertedor

Used 43+ times

FREE Resource

9 Slides • 6 Questions

1

Introduction to Programming

Lesson Objectives

Students will be able to:

  • Identify and locate bugs in a program.

  • Translate movements into a series of commands.

2

Vocabulary

  • Algorithm 算法 - A list of steps to finish a task. 完成一项任务的步骤列表。

  • Bug 错误 - An error in a program that prevents the program from running as expected. 程序中的一个问题,阻止程序按预期运行。

  • Debugging 调试 - Finding and fixing errors in programs. 查找并修复程序中的错误。

  • Sequencing 指令排序 - Putting commands in the correct order so computers can read the commands. 将命令按正确的顺序排列,以便计算机能够读取这些命令。

  • Looping/Iteration 循环 - The process of repeating a set of instructions or a block of code until a certain condition is met. 重复执行一组指令或代码块,直到满足某个条件的过程。

3

Algorithm 算法

  • A list of steps to finish a task. 完成一项任务的步骤列表。

media

4

Debugging 调试

  • Finding and fixing errors (Bugs 错误 ) in programs. 查找并修复程序中的错误。

media

5

Sequencing 指令排序

  • Putting commands in the correct order so computers can read the commands. 将命令按正确的顺序排列,以便计算机能够读取这些命令。

media

6

Looping/Iteration 循环

  • The process of repeating a set of instructions or a block of code until a certain condition is met. 重复执行一组指令或代码块,直到满足某个条件的过程。

media

7

Decompose it! - 将其分解!

  • Break problems down into steps - 将问题分解成步骤

  • What should it do first? - 它首先应该做什么?

  • What should it do second? - 它其次应该做什么?

  • Does it repeat any actions? - 它有重复的动作吗?

  • You could use a loop! - 你可以使用循环!

    • Use a pencil to sketch out each step if it’s helpful. - 如果有帮助的话,可以用铅笔勾勒出每一步。

media

8

media

Quiz time!

9

Multiple Choice

Finding and fixing errors in programs.

1

Bug

2

Debugging

3

Ladybird

4

Algorithm

10

Multiple Choice

A list of steps to finish a task.

1

Bug

2

Debugging

3

Ladybird

4

Algorithm

11

Multiple Choice

An error in a program that prevents the program from running as expected.

1

Bug

2

Debugging

3

Ladybird

4

Algorithm

12

Multiple Select

The process of repeating a set of instructions or a block of code until a certain condition is met.

1

Looping

2

Iteration

3

Sequencing

4

Algorithm

13

Multiple Choice

Breaking down problems into steps.

1

Looping

2

Decomposition

3

Sequencing

4

Algorithm

14

Multiple Choice

Putting commands in the correct order so computers can read the commands.

1

Looping

2

Decomposition

3

Sequencing

4

Algorithm

15

media

Introduction to Programming

Lesson Objectives

Students will be able to:

  • Identify and locate bugs in a program.

  • Translate movements into a series of commands.

Show answer

Auto Play

Slide 1 / 15

SLIDE