Unit 1: Digital Information Flashcards
Bit
(short for binary digit) is the smallest unit of data in a computer. It has a single binary value, either 0 or 1
Byte
a unit of data that is eight binary digits long. They are often used to represent a character such as a letter, number, space
Binary
a numbering scheme in which there are only two possible values for each digit: 0 and 1.
Algorithm
a complete, well-defined sequence of steps for completing a task or solving a problem
Program
a sequence of instructions or steps, written in a language that can be
understood by a computer, that will be used by the computer to complete a task or solve
a problem
Blocks
Puzzle-piece shapes that are used to create code in Snap!.
Scripts
Different types of blocks linked together.
Sprites
An object in Snap! which performs functions controlled by scripts.
Stage
The background of a project, performs functions through scripting.
Logic error
a mistake in the algorithm or program that causes it to behave incorrectly or unexpectedly
Tracing
hand simulating the execution of program code in order to manually verify that it works correctly
Debugging
the process of identifying and removing errors from computer hardware or software
ASCII
American Standard Code for Information Interchange, a character encoding standard for electronic communication
Overflow error
an error that occurs when calculated data cannot fit within the designated field.
Roundoff error
error that is produced when a computer is used to perform real number calculations because many real numbers can not be represented exactly on a computer.