Computational Thinking

Computational Thinking

8th Grade - University

8 Qs

quiz-placeholder

Similar activities

Computational Thinking Quiz

Computational Thinking Quiz

6th - 8th Grade

6 Qs

Mathematical and Computational Thinking

Mathematical and Computational Thinking

9th Grade - University

5 Qs

IED: Unit 3

IED: Unit 3

9th - 12th Grade

11 Qs

Cat cycle test

Cat cycle test

8th Grade

7 Qs

INFORMATIKA

INFORMATIKA

8th Grade

7 Qs

Object Oriented Programming Language 2 Quiz 1

Object Oriented Programming Language 2 Quiz 1

University

10 Qs

01 Abstraction and Decomposition

01 Abstraction and Decomposition

8th Grade

10 Qs

Y7 CS - Lesson 1 - Comp Thinking

Y7 CS - Lesson 1 - Comp Thinking

7th - 8th Grade

6 Qs

Computational Thinking

Computational Thinking

Assessment

Quiz

Other

8th Grade - University

Medium

Created by

Sophie Barr

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