APCSP Unit 1 Lab 1 and 2 Vocab

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/25

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

26 Terms

1
New cards

Script

A bunch of blocks clicked together

2
New cards

Event

Clicking on the sprite, pressing a key, or clicking the green flag button

3
New cards

Hat Blocks

Blocks that start on a script

4
New cards

Event-Driven Programming

Using events to control a program 

5
New cards

Sprites

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.

6
New cards

Costumes

Pictures that can be “worn” by the sprite 

7
New cards

Transparency

How much you can see what's behind it

8
New cards

Opaque

Visible

9
New cards

Collaboration

Group working together to program something

10
New cards

Driver

Controls the computer

11
New cards

Navigator

Helps catch errors and keeps track of how the code being written fits into the plan

12
New cards

Abstraction

To give a name something in programming

13
New cards

Procedural Abstraction

To give a name to an idea 

14
New cards

List

ordered sequence of items 

15
New cards

String

sequence of characters and numbers

16
New cards

Substring

piece of a string like a smaller word part of a bigger word Tay in Taylor

17
New cards

Empty String

A string with nothing 

18
New cards

Concatenate

Connecting 2 smaller strings 

19
New cards

Edith Windaor

LGBTQ advocate who is a top notch debugger. Major reason for why same gender marriage as legal. Rights activist and technology manager.

20
New cards

Debugging

Testing a program to find an error or mistake in the code

21
New cards

Procedure

Name of sequenced instructions that take report of inputs and make decisions or report a value. 

22
New cards

Reporters

Have an oval shape they report commands.

23
New cards

Commands

Have a jigsaw shape they tell computer to do something without reporting value

24
New cards

Value of Procedure

The value the procedure returns when called

25
New cards

Expression

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

26
New cards

Value

A value can be anything: script, costume, sprite etc.