If an array named num is dimensioned to hold 10 values, how would you store 50 in the 5th physical location?
A. num[5] = 50;
B. num[4] = 50;
C. num = 50 [5] ;
D. num5 = 50;
Answer: B
Computer Science & Information Technology
You might also like to view...
________ an outline level hides all subordinate heading and body text paragraphs
Fill in the blank(s) with correct word
Computer Science & Information Technology
Which of the following is NOT a financial function?
A) PPMT B) NPV C) PMT D) APR
Computer Science & Information Technology
A multiuser operating system always processes tasks on a first-come, first-served basis.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
?The process of compiling data from a variety of sources to form a composite dataset for data processing purposes is called _____.
A. ?data acquisition B. ?data cleansing C. ?data visualization D. ?data aggregation
Computer Science & Information Technology