Activity 1 definitions Flashcards
to increase comprehension of computer science vocabulary to increase student achievement and success
a control block that looks for inputs or events to know when to perform a specific action
event handler
sequence of actions to solve a problem; group of statements that may be used at one or more points in a computer program
procedure
identify errors or bugs in computer hardware or programs and fix them
debugging
hides details allowing programmer to focus on high-level functions rather than rules of programming language
abstraction
set of steps to accomplish a task
algorithm
symbol in code tells computer to perform a specific math operation (+,-,*,/)
arithmetic operator
sequential and prioritized list of what needs to be done to create the app the user wants
backlog
one of two values, such as true or false; allows computer to know what step in the conditional statement process to execute next
boolean value
style of writing file names that avoids spaces and other characters and differentiates word based on capitalization
camelCase
joining together of separate items
concatenation
repetition of a process or newer version of development
iteration
sequence of instructions that continually repeat until a condition is met
loop
reduced in number by one
decrement
stored data that may be used by any part of program
global variable
stored data that may only be used in one part of program
local variable