BJC Units 1 and 2 Vocab

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/12

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

13 Terms

1
New cards

sprite

Like 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

2
New cards

costume

Picture that can be "worn" by a sprite

3
New cards

transparency

How much you can see behind an image

4
New cards

list

A ordered collection of items

5
New cards

string

A sequence of characters (letters, digits, punctuation, etc.)

6
New cards

substring

A piece of some existing string

7
New cards

concatenate

To make a bigger string by connecting two or more smaller strings

8
New cards

debugging

The process of testing, finding problems, and fixing them

9
New cards

procedure

A named sequence of instructions that may take inputs and may report a value

10
New cards

reporter

A block that reports a value and has an oval shape

11
New cards

command

A block that tells the computer to do something without reporting a value and that has a jigsaw puzzle shape

12
New cards

expression

Either a constant value or a call to a reporter block including its inputs

13
New cards

value

Can be a number, a string, a sprite, a costume, a script, a list—anything; what expressions are evaluated to produce