1.1.4 Guessing Game Vocab Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

decrement

A

reduce in number by one

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

incremental counter

A

loop that changes the value of a count by a certain amount every time an event occurs.

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

scope

A

description of the parts of a program where a particular variable can be accessed and modified.

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

local variable

A

stored data that is only used within a small scope of a project and cannot be used by other parts of the program.

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

pseudocode

A

a way to work out the logic of a programming problem without worrying too much about the specifics of the language you are programming in

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

initialize

A

set a starting value

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

natural language

A

one that people use in daily conversations with each other

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

horizontal arrangement

A

allow you to center items across the screen, put multiple components next to each other, and control how much of the screen is used

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

global variable

A

stored data that may be used by any part of the program.

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

complex conditionals

A

a series of checks that the computer moves through in sequence before setting the Boolean value to true or false to determine which process to do next

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

sprint tasks

A

list of the individual parts that need development to address a backlog item.

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

backlog

A

breaks down what the user wants into a sequential and prioritized list of what needs to be done to make the app do what the user wants

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

abstracted variable

A

stored data that is already defined by the programming platform (MIT App Inventor)

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