?For array data that should be treated as a queue, the _____ method is used, which is similar to thepop()method except that it removes the first array item and not the last.
A. ?reverse()
B. ?shift()
C. ?assert()
D. ?sort()
Answer: B
Computer Science & Information Technology
You might also like to view...
What is 1 - 0.1 - 0.1 - 0.1 - 0.1 - 0.1 == 0.5?
a. true b. false c. There is no guarantee that 1 - 0.1 - 0.1 - 0.1 - 0.1 - 0.1 == 0.5 is true.
Computer Science & Information Technology
The character specified as the access key for a control is ________.
a) bolded b) highlighted c) underlined d) italicized e) None of the above.
Computer Science & Information Technology