Units 1-3 Vocab Flashcards

1
Q

List

A

A list is an ordered sequence of items

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

String

A

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

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

Substring

A

A substring is just a piece of some existing string. For example, “Hanna,” “anna”, and “nnah” are each substrings of the string “Hannah.”

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

Concanate

A

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

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

Debugging

A

The process of testing, finding problems, and fixing them is called debugging

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

Procedure

A

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

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

Reporters

A

Reporters have an oval shape. They report a value

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

Commands

A

Commands have a jigsaw puzzle shape. They tell the computer to do something without reporting a value

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

Expression

A

An expression is a either a constant value (such as “4” or “winter”) or a call to a reporter block including its inputs

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

Value

A

a value can be a number, a string, a sprite, a costume, a script, a list—anything

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

Algorithm

A

An algorithm is a sequence of steps that are usually performed by a computer

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

Pseudocode

A

Some people call an algorithm written in human language pseudocode

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

Parameter

A

A parameter (or formal parameter) is the input name, such as number of branches. The input name is set in the block definition. It never changes.

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

Argument

A

An argument (or actual argument) is the input value, such as 6 for a hexagonal pinwheel. The input value is given each time the block is run; it can be a different value each time.

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

Sprite

A

sprite, which is 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

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

Costumes

A

costumes, picture that can be “worn” by a sprite

17
Q

Transparency

A

The transparency of an image is how much you can see what’s behind it