6 Flashcards
Variables that do not change in value; typed in all-caps.
Constants
The converted version of the source in a new form.
Destination
S is Capitalized. Type of Object.
Differences in String
This loop will always execute at least once, even if the conditions are not met.
Do While Execution
Tests the condition at the end of each repetition of a section of a program.
Do While Loop
Quotation type used for string values.
Double
An item in an Array.
Element
Breaking down computer programs in the same way a pie chart is broken down.
Engaging in OOP
Repeats a section of a program a fixed amount of times.
For Loop
Enables one object to inherit behavior and attributes from another object.
Inheritance
A single trip through a loop.
Iteration
The counter variable used to control a loop.
Iterator
This causes a computer program to return to the same place more than once.
Loop
Block statement statement in which all of the program’s work gets done.
main()
A group of Attributes and Behaviors.
Method