pltw

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

1/13

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.

14 Terms

1
New cards

Backpack

A place in the block-programming area where a programmer can choose code to save and take out later to use in another program

2
New cards

bugs

A flaw in a computer program that causes the program to produce an incorrect result or behavior

3
New cards

collapse or expand blocks

When you right-click on an event handler and it gets reduced to 1 line of code or right click and return the code to its block form

4
New cards

comments

A place where the programmer shares a message about what he did in the code with others

5
New cards
6
New cards

Compiler

A program that understands if a computer can “read” and understand the code blocks. It displays a warning count in the bottom left corner of the Blocks Viewer when it can’t read the code.

7
New cards

Conditional statement

Part of a code that performs different actions depending on whether a condition is true or false or a yes/no answer

8
New cards

debug

The attempt to find and fix errors in computer hardware or programs

9
New cards

disable

the block is gray and “turned off” so that code is skipped

10
New cards

Do It

The Do It command helps you test your code one block at a time.

11
New cards

Enable

the block is “turned on” so that block of code is included

12
New cards

Error

An incorrect result produced by a computer program

13
New cards

incrementally

Build code a few chunks at a time and test before moving on

14
New cards

live programming 

Changes made in a program update on the tablet using the MIT Inventor App