The nodes in a linked list are called _____ structures, because each instance of the structure contains one or more pointers to other instances of the same structural type.
A. dynamic
B. static
C. abstract
D. self-referential
Answer: D
You might also like to view...
Which of the following statements regarding the throw point of an exception is false?
a. It specifies the point at which the exception must be handled. b. It is the initial point at which the exception occurs. c. It is specified as the top row of the method-call stack at the time the exception occurred. d. All of the above statements are true.
Case-Based Critical Thinking Questions ? Case 1: BrainPower Tutoring ? The owner of BrainPower Tutoring needs an application that clients can use to request an appointment. The application should allow users to enter their name, subject, preferred appointment time, and phone number, and submit their request. It should also allow them to print their appointment request, clear the screen, and exit the application. The tutoring center has some clients with visual impairments, so the application should be easy for them to use. Your first step in developing the application is to ____.
A. draw a sketch of the user interface B. identify that application's purpose C. assemble the documentation D. plan the application