Programming Quiz 1
color is composed of
RGB mix
what is a function
a series of steps to be performed that are given one name (in java, these are called methods)
each square is called a
pixel
27 (decimal to binary)
11011
convert 4F7A from hexadecimal into decimal
20346
101011 (binary to decimal)
43
list the hexadecimal system numbers with their corresponding numbers
A=10, B=11, C=12, D=13, E=14, F=15
decimal system
base 10 system, each place represents a power of 10
hexadecimal
base 16 number system, included numbers 0-9 and capital letters A-F
binary system
base 2 system, made of 0s and 1s
ellipses default at the
center
what is an argument
the value(s) provided to the function call, like function input (in Java these are called parameters)