Computational Thinking

Computational Thinking

8th Grade - University

8 Qs

quiz-placeholder

Similar activities

Cognition Lesson 2 Vocab Review

Cognition Lesson 2 Vocab Review

9th - 12th Grade

13 Qs

Cognitive Views of Learning

Cognitive Views of Learning

9th Grade - University

12 Qs

Creative Thinking

Creative Thinking

12th Grade

11 Qs

Traditional Logic I Intro, Ch 1, Ch 2 Vocab

Traditional Logic I Intro, Ch 1, Ch 2 Vocab

9th Grade

10 Qs

INFORMATIKA

INFORMATIKA

8th Grade

7 Qs

Anger Management

Anger Management

9th - 12th Grade

10 Qs

MP4-3WKS-Review

MP4-3WKS-Review

8th Grade

10 Qs

One Health

One Health

University

10 Qs

Computational Thinking

Computational Thinking

Assessment

Quiz

Other

8th Grade - University

Medium

Created by

Sophie Barr

Used 775+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Breaking a complex problem down into smaller problems and solving each one individually.
Decomposition
Abstraction
Programming
Algorithmic Thinking

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Picking out the important bits of information from the problem, ignoring the specific details that don't matter.
Decomposition
Abstraction
Programming
Algorithmic Thinking

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A logical way of getting from the problem to the solution. If the steps you take to solve a problem follow an algorithm then they can be reused and adapted to solve similar problems in the future.
Decomposition
Abstraction
Programming
Algorithmic Thinking

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these would not be involved in decomposing a problem?
Thinking about how the problem could be divided into smaller parts
Working out who could help you solve a part of the problem
Adding more parts to the problem so it becomes more complaex

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is an example of decomposition?
Breaking the problem of organising a cake sale into smaller parts, such as who will bake the cakes and when to hold the cake sale.
Taking the problem of baking a cake and thinking about how we can make it the best cake possible.
Looking at what different kinds of cake can be made.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why do we need to think computationally?
To help us program
To help us solve complex problems more easily
To help us to think like a computer

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a computational thinking technique?
Decomposition
Abstraction
Coding

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When is a computer most likely to be used when using computational thinking?
During decomposition
At the end, when programming a computer
When writing algorithms