one repetition of the loop body
Give this one a try later!
iteration
in a method, these parameters represent the argument, or the value that is plugged
into the method
,Give this one a try later!
actual parameters
must be translated into a language that the computer hardware can understand;
typically easy to understand and write; (ex: Java)
Give this one a try later!
high-level languages
specifies a set of possible values and the operations defined for those values
Give this one a try later!
data type
an access modifier that makes something inaccessible outside of the method it is
declared in; instance variables should always be this
Give this one a try later!
private
consist of hardware and software
, Give this one a try later!
computer systems
methods that perform actions unrelated to an object; invoked using the class name;
cannot reference an instance variable
Give this one a try later!
static methods
a type of loop that repeats its body while the controlling expression is true (can
preform 0 iterations)
Give this one a try later!
while loop
a variable that only has meaning inside the body it is declared in
Give this one a try later!
local variable
a type of loop that repeats its body the controlling expression is true (body is always
executed at least once)
Give this one a try later!
iteration
in a method, these parameters represent the argument, or the value that is plugged
into the method
,Give this one a try later!
actual parameters
must be translated into a language that the computer hardware can understand;
typically easy to understand and write; (ex: Java)
Give this one a try later!
high-level languages
specifies a set of possible values and the operations defined for those values
Give this one a try later!
data type
an access modifier that makes something inaccessible outside of the method it is
declared in; instance variables should always be this
Give this one a try later!
private
consist of hardware and software
, Give this one a try later!
computer systems
methods that perform actions unrelated to an object; invoked using the class name;
cannot reference an instance variable
Give this one a try later!
static methods
a type of loop that repeats its body while the controlling expression is true (can
preform 0 iterations)
Give this one a try later!
while loop
a variable that only has meaning inside the body it is declared in
Give this one a try later!
local variable
a type of loop that repeats its body the controlling expression is true (body is always
executed at least once)