Documents look more professional when limited to _____ basic fonts.
A. one or two
B. three or four
C. only one
D. more than four
Answer: A
You might also like to view...
When a method is ____________, it means that multiple methods in the same class have the same name but use different types of parameters.
a. parameterized b. shadowed c. aliased d. overloaded
What is wrong with this code?
``` int ConvertFtToInches( int ft ) { int inches; inches = ft * 12; } ``` A. The function name is invalid. B. You can’t have the variable name in the input argument list. C. There is no returned value. D. It will return the wrong value.
It is impossible to create a data table from random, unorganized data.
Answer the following statement true (T) or false (F)
The object returned by the getCurrentPosition() method of the Geolocation API contains a single property named ____.
A. ?coordinates B. ?coords C. ?geolocation D. ?geo