Answer the following statements true (T) or false (F)
1. The first element in an array called names is names[1].
2. The last element in the array defined by
float pay[12];
is pay[12].
3. Parallel arrays are arrays with the same number of elements used to store related information.
4. In the following array:
15 8 10 11 72
10 is a subscript.
5. In the following array:
4 6 35 78 94 3 53 76
6 is an element.
1. False
2. False
3. True
4. False
5. True
You might also like to view...
The range for a graph is also referred to as a ____ or data series.
A. data set B. formula C. cell reference D. data list
When searching for a topic of your choice, Safari opens a Google Web page containing your search results, a list of links called ____________________.
Fill in the blank(s) with the appropriate word(s).
public class scopeRule //Line 1{ //Line 2 static double intRate = 0.055; //Line 3 static String name; //Line 4 static int t; //Line 5 public static int main(String[] args) //Line 6 { //Line 7 int first; //Line 8
double u, t; //Line 9 String str; //Line 10 //... //Line 11 } //Line 12 public static int first(int x, int y) //Line 13 { //Line 14 int t; //Line 15 //... //Line 16 } public static double salary; //Line 17 public static void funcOne(int first, double x) //Line 18 { //Line 19 char ch; //Line 20 int y; //Line 21 //block one //Line 22 { //Line 23 int u = 18; //Line 24 //... //Line 25 } //end block one //Line 26 } //Line 27} //Line 28Which of the following identifiers seen in the accompanying figure is visible in method first? A. intRate (Line 3) B. local variables of method funcOne C. u (Line 24) D. first (Line 8)
The file extension for a PowerPoint template is _____.?
A. ?.ppsx B. ?.odp C. ?.pptx D. .potx?