Computing Flashcards

(18 cards)

1
Q

Grooming

A

Is when someone builds a relationship, trust and emotional connection with a child or young person so they can manipulate, exploit and abuse them.​

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What happens when groomed?

A

Children and young people who are groomed can be sexually abused, exploited or trafficked.​

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Computational thinking (definition)

A

Takes a complex problem, understands what the problem is and develops possible solutions.​

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Decomposition

A

Breaking something into smaller parts.​

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Pattern Recognition

A

Looking for similarities and trends.​

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Algorithm Design

A

Creation of step by step instructions to solve a problem.​

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Sequence

A

A set of instructions in order.​

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Selection

A

Used when we want to make a decision in a program.​

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Abstraction

A

Focusing on what’s important, ignoring what is unnecessary.​

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Iteration

A

Using loops to repeat sequences of code.​

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Data types

A

This tells a computer how we want to use the data.​

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

String

A

A sequence of characters, including punctuation, numbers and letters e.g. hello world!​

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Integer

A

A number with no decimal place e.g. 100.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Float

A

A number with a decimal place e.g. 12.5.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Variable

A

This is a way of storing things temporarily

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

The data types:

A

String, Integer, Float

17
Q

The coding concepts:

A

Sequence, selection, iteration

18
Q

Computational thinking techniques:

A

Decomposition, Pattern recognition, Abstraction, Algorithm Design