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
language people use in daily conversations with each other
natural language
way to work out the logic without worrying about specifics of programming language
pseudocode
loop that changes the value of a count by a certain amount every time an event occurs
incremental counter
series of conditionals that a program moves through until it finds the one that is true
chained conditional statement
values a program provides to a function; a parameter
argument
smallest unit of data storage that a program can use
variable
whole number that does not have a decimal or any digits after the decimal
integer
type of number that provides precise information by including all the numbers after the decimal
float
text or characters displayed by a program
strings
direct a program to execute or reference a certain procedure
calling a procedure