Lesson 3 Algorithmic Thinking 1

Lesson 3 Algorithmic Thinking 1

6th Grade

7 Qs

quiz-placeholder

Similar activities

BYOB Lesson 1

BYOB Lesson 1

6th Grade

10 Qs

Spike Prime Coding Blocks

Spike Prime Coding Blocks

6th - 8th Grade

12 Qs

EV3 Year 5/6

EV3 Year 5/6

5th - 6th Grade

10 Qs

MINECRAFT: EDUCATION EDITION

MINECRAFT: EDUCATION EDITION

KG - 12th Grade

10 Qs

Python L1 Quiz 5: Random Numbers and More Turtle Features

Python L1 Quiz 5: Random Numbers and More Turtle Features

1st - 12th Grade

10 Qs

All quiz

All quiz

3rd Grade - University

10 Qs

P5.js Shapes

P5.js Shapes

6th Grade

10 Qs

Adobe Animate Tools

Adobe Animate Tools

6th - 12th Grade

10 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