1.1.4 Guessing Game Vocab Flashcards
decrement
reduce in number by one
incremental counter
loop that changes the value of a count by a certain amount every time an event occurs.
scope
description of the parts of a program where a particular variable can be accessed and modified.
local variable
stored data that is only used within a small scope of a project and cannot be used by other parts of the program.
pseudocode
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
initialize
set a starting value
natural language
one that people use in daily conversations with each other
horizontal arrangement
allow you to center items across the screen, put multiple components next to each other, and control how much of the screen is used
global variable
stored data that may be used by any part of the program.
complex conditionals
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
sprint tasks
list of the individual parts that need development to address a backlog item.
backlog
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
abstracted variable
stored data that is already defined by the programming platform (MIT App Inventor)