2.1 Algorithms and Computational Thinking

2.1 Algorithms and Computational Thinking

8th - 11th Grade

10 Qs

quiz-placeholder

Similar activities

W2_CT

W2_CT

11th Grade

10 Qs

Computer Science

Computer Science

7th - 12th Grade

12 Qs

Topic 2.1.1 Computational thinking

Topic 2.1.1 Computational thinking

10th Grade

7 Qs

Introduction to Computational Thinking

Introduction to Computational Thinking

7th - 8th Grade

12 Qs

Computational Thinking II

Computational Thinking II

9th Grade

10 Qs

Computational Thinking - AQA A Level Computer Science

Computational Thinking - AQA A Level Computer Science

10th Grade - University

10 Qs

WJEC 2.1 Computational Thinking

WJEC 2.1 Computational Thinking

9th - 10th Grade

13 Qs

Searches

Searches

9th Grade

15 Qs

2.1 Algorithms and Computational Thinking

2.1 Algorithms and Computational Thinking

Assessment

Quiz

Computers

8th - 11th Grade

Hard

Created by

Archie Holmes

Used 319+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Which of these are pillars of computational thinking?

Decomposition: Breaking down data, processes, or problems into smaller, manageable parts

Pattern Recognition: Observing patterns, trends, and regularities in data

Abstraction: Identifying the most important details and discarding the unimportant aspects to make the solution manageable

Algorithm Design: Developing the step by step instructions for solving this and similar problems

functional programming - treats computation as the evaluation of mathematical functions and avoids changing-state and mutable data

2.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Which of these is an example of decomposition?

Break a program into procedures and functions

Break a complex problem into modules using top down design

Use a pre-written library of procedures and functions to perform operations such as sorting and searching.

Subdividing a problem into smaller tasks that different teams can work on independently.

Ignore the colour of a player token in a snakes ladder game model.

3.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Which of these is an example of abstraction?

The layers in a network protocol stack

Break a complex problem into modules using top down design

Use a pre-written library of procedures and functions to perform operations such as sorting and searching.

Subdividing a problem into smaller tasks that different teams can work on independently.

Ignore the colour of a player token in a snakes ladder game model.

4.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Which of these is true about abstraction?

The relevant details depend on what is being modeled.

The unimportant details are ignored

The relevant details depend on your opinion.

An 8 bit integer is an abstraction of a whole number.

Logic gates are an abstraction of transistor logic circuits.

5.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Which of these are true about algorithms?

The steps/instructions can be ambiguous

The lowest level of the algorithm can be expressed any way as long as the instruction/step is clear and can be treated as a simple computational process.

Algorithms rely heavily on syntax

Algorithms are about expressing thinking steps not syntax

Python like code cannot be used to write an algorithm

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Define the term computational thinking

Using a computer

Developing an algorithm to solve a problem

Making a computer use artificial intelligence

Google is computational thinking

Solving a problem using a computer

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a component of computational thinking?

Abstraction

Typing

Decomposition

Algorithmic thinking

Pattern recognition/Generalising

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?