Computational Thinking

Computational Thinking

8th Grade - University

8 Qs

quiz-placeholder

Similar activities

Abstractions and Algorithms

Abstractions and Algorithms

9th Grade

10 Qs

Exploring Computational Thinking

Exploring Computational Thinking

11th Grade

10 Qs

แนวคิดเชิงนามธรรม

แนวคิดเชิงนามธรรม

12th Grade - University

10 Qs

UH 1 INFORMATIKA KELAS 8_GENAP

UH 1 INFORMATIKA KELAS 8_GENAP

8th Grade

10 Qs

Self Management Quiz

Self Management Quiz

9th - 12th Grade

11 Qs

Problem Solving and Algorithms - Grade 9

Problem Solving and Algorithms - Grade 9

9th - 10th Grade

11 Qs

STEM Quiz

STEM Quiz

6th - 8th Grade

10 Qs

Employability Skills

Employability Skills

8th Grade

13 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