Which of the following CANNOT be used in a linear linked list?
a) a head node
b) a dummy head node
c) a precede reference
d) a tail reference
d.
Computer Science & Information Technology
You might also like to view...
Which statement creates a random value from the sequence 2, 5, 8, 11 and 14 . Suppose randomNumbers is a SecureRandom object.
a. 2 + 5 * randomNumbers.nextInt(3); b. 3 + 2 * randomNumbers.nextInt(5); c. 5 + 3 * randomNumbers.nextInt(2); d. 2 + 3 * randomNumbers.nextInt(5);
Computer Science & Information Technology
Briefly explain the three associated elements of a central processing unit (CPU).
What will be an ideal response?
Computer Science & Information Technology