Lesson 3 Algorithmic Thinking 1

Lesson 3 Algorithmic Thinking 1

6th Grade

7 Qs

quiz-placeholder

Similar activities

Python Quiz 🐍

Python Quiz 🐍

2nd - 8th Grade

10 Qs

AV2a - Pensamento Computacional - Explorando o p5.js

AV2a - Pensamento Computacional - Explorando o p5.js

2nd Grade - University

10 Qs

background

background

3rd Grade - Professional Development

7 Qs

More Basic Karel

More Basic Karel

6th Grade

10 Qs

Lesson1_Level4

Lesson1_Level4

6th - 12th Grade

11 Qs

Cyber Safety

Cyber Safety

3rd - 6th Grade

11 Qs

Crystal Crater

Crystal Crater

6th - 7th Grade

7 Qs

CSIM Activity 1.3 Vocabulary (PLTW)

CSIM Activity 1.3 Vocabulary (PLTW)

6th - 8th Grade

12 Qs

Lesson 3 Algorithmic Thinking 1

Lesson 3 Algorithmic Thinking 1

Assessment

Quiz

Computers

6th Grade

Hard

Created by

Zaheer Abbas

Used 3+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is computational thinking?
  1. A method for breaking down complex problems into smaller, manageable parts.

  1. A process of writing code to build software applications.

It is being able to bake a cake.

It is creating a coding solution to a problem.

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is an algorithm?

Patterns and trends used to solve a problem

A set of step-by-step instructions to resolve a problem

A programming language

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What are algorithms used for?

To plan out the solution to a problem

As a platform to program a solution

To test a solution to a problem

4.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

What does an algorithm need to be (choose more than 1)

Clear instructions

Exact

Easy to understand

Complex

5.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

Media Image

You are at the yellow arrow, pointing in the direction indicated. How would you move to fill in the 2 black squares?

Straight, Turn right, Straight x 1, Fill Square, Straight x 2, Turn left, Straight x 1, Fill Square

Straight x 2, Turn right, Straight x 1, Fill Square, Straight x 2, Turn left, Straight x 1, Fill Square

Straight x 2, Turn right, Straight x 1, Fill Square, Straight x 2, Turn right, Straight x 1, Fill Square

Straight x 2, Turn right, Straight x 1, Fill Square, Straight x 2, Turn left, Straight x 2, Fill Square

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

When a program repeats, looping over the same sequence, it is called...

iteration

a variable

an instruction

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Why is iteration important?

It determines the order in which instructions are carried out

It allows code to be simplified by removing duplicated steps

It allows multiple paths through a program