1.1 System architeture Flashcards

1
Q

Computational thinking

A

Computational thinking

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

Abstraction

A

Using symbols variables problem in a computer program removing unnecessary elements a program is to be created to let user plays chess against the computer.

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

Decomposition

A

Breaking down a large problem into smaller sub problem

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

Algorithmic Thinking

A

Identifying the steps involved in solving a problem.

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

Bubble sort

A

Moving them through a list repeatedly swapping elements that are in the wrong order

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

Merge sort

A

A list is split into individual lists then combined

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

list

A

a set of data

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

Insertion sort

A

Each item is take item compare to the items n a sorted list and placed in the correct position

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

Ordered list

A

Elements are arranged in sequences

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

Unordered list

A

arranged elements

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