AP CSP Vocab Flashcards
costumes
something that can be “worn” by a sprite.
sprite
an actor on the stage who knows how to do many different things, such as walk around the stage and speak the lines of the play. in comp sci context a object you control with code.
transparency
how much you can see what’s behind an image.
list
an ordered sequence of items.
string
a sequence of characters (letters, digits, punctuation, etc.).
substring
a piece of some existing string.
concatenate
to make a bigger string by connecting two or more smaller strings.
debugging
The process of testing, finding problems, and fixing code issues
procedure
a named sequence of instructions that may take inputs and may report a value. also can be known as methods or functions.
Reporters
type of procedure that reports a value.
Commands
type of procedure that tells the computer to do something without reporting a value.
expression
either a constant value (such as “4” or “winter”) or a call to a reporter block including its inputs
value
can be a number, a string, a sprite, a costume, a script, a list—anything).
algorithm
a sequence of steps that are usually performed by a computer.
pseudocode
an algorithm written in human language