Computational Thinking

Computational Thinking

8th Grade - University

8 Qs

quiz-placeholder

Similar activities

Creativity and problem solving skills

Creativity and problem solving skills

6th - 12th Grade

6 Qs

The 6 Critical Thinking skills

The 6 Critical Thinking skills

12th Grade

13 Qs

Creative Thinking

Creative Thinking

12th Grade - University

10 Qs

G12. Ch.11-L1 HW

G12. Ch.11-L1 HW

12th Grade

10 Qs

REVIEW-CSR COMPETENCIES

REVIEW-CSR COMPETENCIES

10th Grade

10 Qs

Computational Thinking Quiz

Computational Thinking Quiz

6th Grade - University

10 Qs

Exploring Informatics and Computational Thinking

Exploring Informatics and Computational Thinking

8th Grade - University

10 Qs

แบบทดสอบก่อนเรียนรายวิชาวิทยาการคำนวณ

แบบทดสอบก่อนเรียนรายวิชาวิทยาการคำนวณ

12th Grade

13 Qs

Computational Thinking

Computational Thinking

Assessment

Quiz

Other

8th Grade - University

Medium

Created by

Sophie Barr

Used 777+ 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