Week 2 (Computational Thinking & Problem Solving) Flashcards

1
Q

_______ is the process of identifying and utilizing the structure of concepts/main ideas. It can also mean to simplify and identify important things without worrying too much about the detail.

A

Abstraction

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

In computational thinking, we use ____ to manage the complexity of the context or the content.

A

abstraction

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

______ is an interdisciplinary field that includes computer sciences, molecular biology, biotechnology, statistics and engineering to collect, store, analyse, and disseminate biological data and information, such as DNA and amino acid sequences or annotations about those sequences.

A

Bioinformatics

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

______ is an informal description of the steps involved in executing a computer program, often written in something similar to plain.

A

Pseudocode

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

One way to perform ______ is to provide labelling, inkling numbers, letters, figures, and colouring, to simplify and standardise communication.

A

abstraction

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

_______ is about following, identifying, using, and creating an ordered set of instructions. It is also about ordering things, either in ascending or descending order.

A

Algorithm

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

______ allows us to order the complexity of the context or the content.

A

Algorithm

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

______ is about breaking down data, processes or problems into smaller and more manageable components to solve a problem.

Each subproblem can then be examined or solved individually, as they are simpler to work with

A

Decomposition

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

_______ ______ is observing patterns, trends and regularities in data. It also involves in spotting similarities and common differences between problems.

A

Pattern recognition

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