8.2 Its all planning: pseudocode and algorithms Flashcards
What is an ASCII?
American Standard Code for Information and Interchange which is a 7 bit binary code that represents all key on a keyboard
What is a physical computing device?
A device that can be programmed using block or text based programming language
What is an algorithm?
Step by step instructions to solve a particular problem
What is flowchart ?
A visual representation of an algorithm
What is indented
describes a line of code moved from left hand margin to represent the code that will run if the conditions are met
What is linear search?
searching for an item in a listW by comparing each item in turn with the searched for item
in micro bit what is the program for light level
display.scroll(display.read_light_level())
in micro bit what is the code for displaying image heart
display. Show(image.heart)