What description to Array and Linked List is mistake ?   a. Using Linked list, if there is a existed data will be removed, it needs only to move the links of data node and doesn't need to change the location of data saved.   b. Using Linked list, if there is a new data will be increased, it needs only to move the links of data node and doesn't need to change the location of data saved.   c. If the size of main memory is enough, there is no upper bound limitation to increase new data when Linked list is used.   d. For limited number of data, Array is allocated less memory size, because all sequential data are allocated into continuously space   e. Using Array, if there is a new data will be increased, it needs to move some existed data to new location to free the suitable location new data because the sequential order should be kept.   f. If the size of main memory is enough, there is no upper bound limitation to increase new data when Array is used.   g. The operations on Array is expensive.   h. For limited number of data, Linked List is allocated more memory size, because it needs extra space to save the address of next node.   a to h, which is the answer?

Systems Architecture
7th Edition
ISBN:9781305080195
Author:Stephen D. Burd
Publisher:Stephen D. Burd
Chapter3: Data Representation
Section: Chapter Questions
Problem 13RQ: How is an array stored in main memory? How is a linked list stored in main memory? What are their...
icon
Related questions
icon
Concept explainers
Question
100%

What description to Array and Linked List is mistake ?

 

a. Using Linked list, if there is a existed data will be removed, it needs only to move the links of data node and doesn't need to change the location of data saved.
 
b. Using Linked list, if there is a new data will be increased, it needs only to move the links of data node and doesn't need to change the location of data saved.
 
c. If the size of main memory is enough, there is no upper bound limitation to increase new data when Linked list is used.
 
d. For limited number of data, Array is allocated less memory size, because all sequential data are allocated into continuously space
 
e. Using Array, if there is a new data will be increased, it needs to move some existed data to new location to free the suitable location new data because the sequential order should be kept.
 
f. If the size of main memory is enough, there is no upper bound limitation to increase new data when Array is used.
 
g. The operations on Array is expensive.
 
h. For limited number of data, Linked List is allocated more memory size, because it needs extra space to save the address of next node.
 
a to h, which is the answer?
 
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Types of Linked List
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Systems Architecture
Systems Architecture
Computer Science
ISBN:
9781305080195
Author:
Stephen D. Burd
Publisher:
Cengage Learning