8.2 Its all planning: pseudocode and algorithms Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What is an ASCII?

A

American Standard Code for Information and Interchange which is a 7 bit binary code that represents all key on a keyboard

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

What is a physical computing device?

A

A device that can be programmed using block or text based programming language

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

What is an algorithm?

A

Step by step instructions to solve a particular problem

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

What is flowchart ?

A

A visual representation of an algorithm

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

What is indented

A

describes a line of code moved from left hand margin to represent the code that will run if the conditions are met

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

What is linear search?

A

searching for an item in a listW by comparing each item in turn with the searched for item

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

in micro bit what is the program for light level

A

display.scroll(display.read_light_level())

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

in micro bit what is the code for displaying image heart

A

display. Show(image.heart)

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