Hypertext markup language text files must end in ____.
A. .html or .jpg
B. .xml or .xtm
C. .htm or .html
D. .xhtm or .xhtml
Answer: C
You might also like to view...
The _____ is a measure of the spread of the values in a data set.
a. correlation coefficient b. linear regression coefficient c. mean d. standard deviation
Which of the following declares an array of 10 elements and assigns the value 5.6 to the first element?
a) float numbers[9]; numbers[0] = 5.6; b) float numbers[9]; numbers[1] = 5.6; c) float numbers[10]; numbers[0] = 5.6; d) float numbers[10]; numbers[1] = 5.6;
Python provides two iteration statements— _________ and _________ :
Fill in the blank(s) with the appropriate word(s).
Entrance-controlled loops are also referred to as ____________________ loops.
Fill in the blank(s) with the appropriate word(s).