Send a link to your students to track their progress
10 Terms
1
New cards
arguments
identifiers listed in parentheses on the subprogram call
2
New cards
bug
slang for a defect or error in a computer program
3
New cards
data_type
a description of the set of values and the basic set of operations that can be applied to values of the type
4
New cards
path
a sequence of vertices that connects two nodes in a graph
5
New cards
declaration
statement that associates an identifier with a variable, an action, or some other entity within the language that can be given a name so that the programmer can refer to that item by name
6
New cards
integer
a whole number; a number that is not a fraction
7
New cards
fields
named items in a class; can be data or subprogram
8
New cards
container
objects whose role is to hold and manipulate other objects
9
New cards
interpreter
software used to read and process code in standard text files
10
New cards
bytecode
standard machine language into which java source code is compiled