computational thinking

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/12

flashcard set

Earn XP

Description and Tags

Cambrdige AS level computer science 2025. Textbook references: Cambridge International AS and A level computer science coursebook Sylvia Langfield, David Duddell 2019 press ||| Cambrdige International AS and A Levels Computer science by David Wastson, Helen Williams press 2019

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

13 Terms

1
New cards

what is computational thinking used for

to study a problem and formulate an effective solution

2
New cards

what is abstraction

extracting information and only including what is necessary to solve that problem

3
New cards

what is in computational thinking

abstraction, decomposition, pattern recognition

4
New cards

what do you need to keep in mind in abstraction

purpose and information

5
New cards

what is decomposition

process of breaking a complex problem into smaller parts until a smallest unit is found

6
New cards

what is used for decomposition

flowcharts, structure diagrams

7
New cards

what is pattern recognition

identification of parts of a problem and could use the same solution

8
New cards

what are algorithms

ordered set of steps to be followed

9
New cards

what is structured english

using an agreed subset of straightforward english words

10
New cards

what is a flowchart

diagrammatic representation of an algorithm

11
New cards

what is pseudocode

using keywords, identifiers, meaningful names, mathematical operators

12
New cards

what is stepwise refinment

subdividing each part of a larger problem into a series of smaller parts

13
New cards