Computational Thinking and Logic Flashcards

1
Q

What is computational thinking?

A

How computer scientists think when they are solving a problem

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

Name four techniques that can be applied during computational thinking

A

Logical thinking, Algorithmic thinking, Abstraction, Decomposition

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

What diagram is used to solve Boolean expressions?

A

A Venn diagram

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

What is deduction?

A

The process of assessing if something is true or false

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

Name three of the common Boolean operators

A

AND, OR, NOT

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

What is an algorithm?

A

A sequence of steps that solve a problem

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

What is a loop inside another loop?

A

A nested loop

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

What is compression?

A

Reducing amount of data needed to store or transmit something

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

Name two types of compression

A

Lossy and Lossless

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

What is the process of removing or hiding excess data?

A

Abstraction

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

Lossy compression causes all of the original data to be lost: True or False?

A

False

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

Lossless compression causes none
of the original data to be lost: True or False

A

True

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

What is Decomposition?

A

Breaking down a problem into smaller, more manageable steps

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

What is the use of ASCII?

A

To convert letters into a binary sequence

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