Recall

Recall

12th Grade

8 Qs

quiz-placeholder

Similar activities

OCR H446 - 2.1 Computational Thinking - Algorithms - 02

OCR H446 - 2.1 Computational Thinking - Algorithms - 02

12th Grade

13 Qs

2.1.3. Thinking Procedurally

2.1.3. Thinking Procedurally

12th Grade

11 Qs

2. Computational Thinking & Structure Diagrams

2. Computational Thinking & Structure Diagrams

9th - 12th Grade

11 Qs

Computational Thinking - Recap

Computational Thinking - Recap

11th - 12th Grade

10 Qs

Understanding Decomposition in Computing

Understanding Decomposition in Computing

10th Grade - University

10 Qs

IB CS Topic 4.1

IB CS Topic 4.1

11th - 12th Grade

11 Qs

IB Computer Science Topic 4

IB Computer Science Topic 4

11th - 12th Grade

11 Qs

Problem Solving Process

Problem Solving Process

9th - 12th Grade

13 Qs

Recall

Recall

Assessment

Quiz

Computers

12th Grade

Medium

Created by

J Sajadah

Used 1+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Abstraction is...

The removal of unnecessary data

Adding data to a problem

The removal of important data

I don't know

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

There is a new bar opening, what can be abstracted from the advertisement poster?

Bar name

Date of opening

Location of the bar

Who owns the bar

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The breaking down of a problem is...

Decomposition

Abstraction

Pattern Recognition

Generalisation

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Thinking in a sequence is...

Thinking Abstractly

Thinking Logically

Thinking Procedurally

Thinking Concurrently

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is NOT a reusable component?

Function

Procedure

Library

Precondition

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the first stage of thinking procedurally?

Taking the problem defined by the user and breaking it down into its constituent parts

Developing a solution

Testing a solution

Analysing a problem

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of problem decomposition?

To make complex problems easier to solve and more manageable by allowing tasks to be divided between a group of people according to individual skill sets.

The process of separating ideas from specific instances of those ideas at work

Any situation in the design or programming of a system when you would want more than one thing happening at the same time

Letting the problem rot away

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

State another name given to top-down design.

Stepwise refinement

Problem Recognition

Divide and Conquer

Problem Decomposition

Backtracking