Term
|
Definition
An object that can store a group of values, all of the same data type. |
|
|
Term
|
Definition
|
|
Term
|
Definition
is used as an index to pinpoint a specific Element within an Array. |
|
|
Term
What is the Fiscal Numbers of an element? |
|
Definition
|
|
Term
Difference between an Explicit and an Implicit Array |
|
Definition
|
|
Term
Can arrays be passed between Functions? |
|
Definition
|
|
Term
When passing an Array what must be considered? |
|
Definition
|
|
Term
2D Arrays consist of... ? |
|
Definition
|
|
Term
When we declare an Array we declare the # of ___________. |
|
Definition
|
|
Term
How do you declare an Array? |
|
Definition
|
|
Term
You can find values in an Array in two ways: |
|
Definition
|
|
Term
2 ways you can search Arrays: |
|
Definition
Binary (for large arrays) & Sequential (for smaller arrays) |
|
|
Term
|
Definition
|
|
Term
|
Definition
= assignment
+= combined addition/assignment
-= combined subtraction/assignment
*= combined multiplication/assignment
/= combined division/assignment
%= combined modulus (remainder)/assignment
|
|
|
Term
|
Definition
++ increment
-- decrement |
|
|
Term
|
Definition
|
|
Term
|
Definition
a real world thing defined by its characteristics. |
|
|
Term
classes are blueprints for ______ |
|
Definition
|
|
Term
every object must be _______ ________ |
|
Definition
|
|
Term
classes encapsulate both _______ and _______ |
|
Definition
|
|
Term
|
Definition
public, private & protected |
|
|
Term
the first thing you code when writing a program? |
|
Definition
|
|
Term
|
Definition
one statement after another |
|
|