Set: COMP SCI A AP review

Familiarize

Learn

Test

Play Scatter

Play Space Race

Combine with other sets Login to add to Favorites
Print: Term List | Flashcards Editing not allowed
Export Deleting not allowed

Share these flash cards

With group: None
HTML link to set: Tiny link:
Share on Facebook Share on MySpace

All 26 terms

TermDefinition
methodsactions in a Java class
floor ceil roundMath classes that converts real numbers to integars
PI EMath class featrues that do not use any paramerters or arguments
conditional statementa program expression that evaluates to true or false
!=relational operator meaning "not equal to"
=not a relational operator
ifjava keyword used for one-way selection
if...elsejava keywords used for two-way selection
fixedfor loop structure repetition
preconditionwhile loop structure repetition
postconditiondo...while loop structure repetition
conditional statementcontrol structures and repetition control structures both require_____
classdata structure template or blue print
objectsingle instance of a given data structure template
class methodsMath methods and Util methods
object methodBand methods, Random methods, DecimalFormat methods
class methodcalled by the class identifier, followed by a period and method identifier
object methodcalled by an object identifier, followed by a period and the method identifier
objectskeyword new is used with_____
class methodmethods in the Math class
object methodmethods in the Bank class
object methodmethods in the Random class are
object methodmethods in th DecimalFormat class are
constanta class is a_____
variablean object is a_____
newkeyword needed with the construction of each object

Set Information

Terms 26
Creator silver_spoon
Created January 17, 2008
Groups None
Subjects None
Access Anyone
Edit Creator Only
Get Quizlet ad-free

Description

this is only COMP SCI java "vocabulary"

Pop out

Discuss

No Messages
Last Message: never

You must be logged in to discuss this set.

Top Users

  1. silver_spoon - 64 scores
  2. light_am - 55 scores
  3. tikuiaku - 1 score

Most Missed Words

  1. floor ceil round Math classes that converts real numbers to integars - 5 misses
  2. class method methods in the Math class - 4 misses
  3. PI E Math class featrues that do not use any paramerters or arguments - 3 misses
  4. conditional statement control structures and repetition control structures both require_____ - 3 misses
  5. object method methods in the Random class are - 3 misses
  6. constant a class is a_____ - 3 misses
  7. postcondition do...while loop structure repetition - 2 misses