It's All About the Base Just ASCII Me Does it Fit? (w/out casting) Is there a Method to this madness? It's all Variable
100
What is base 2?
binary
100
What is ASCII for zero?
48
100
What is no, it does not fit(false)
set a "long" equal to a "float" - long a = float b
100
What is an "Action method"?
Methods with the return type of "void"
100
What is an "int"?
Holds a whole number and is 32 bits in length
200
What is base 10?
decimal
200
What is ASCII for upper case A?
65
200
What is yes, it fits(true)!
set an "int" equal to a "short" - int c = short d
200
What is a "return statement"?
Information methods must always contain
200
What is a "float"?
Is 32 bit in length and can hold a decimal number
300
What is base 16?
hexadecimal
300
What is ASCII for lower case a?
97
300
What is no, it does not fit(false)
set a "char" to an "int" - char e = int f
300
What is a "Method Heading"?
Written as "void dblCircle (int x, int y)"
300
What is a "long" and a"double"?
2 data types that are 64 bits in length
400
What is base 2?
1111 = 15
400
What is ASCII for upper case F?
70
400
What is yes, it fits(true)!
set an "int" equal a "char" - int g = char h
400
What are parentheses?
A method name is always followed by
400
What is a "float" and a "double"?
2 data types that can hold a decimal number/real number
500
What is base 16?
we use digits 0 thru 9 and A thru F
500
What is ASCII for lower case z?
122
500
What is yes, it fits(true)!
set a "long" equal to a "short" - long i = short j
500
What is return type, name, parameters and body?
The 4 parts of a method are
500
What is a "byte"?
A data type that holds 8 bits (8 bits in length)






PAP CS Final Review

Press F11 for full screen mode



Limited time offer: Membership 25% off


Clone | Edit | Download / Play Offline