× Didn't find what you were looking for? Ask a question
Top Posters
Since Sunday
1
e
1
a
1
1
New Topic  
DJ DJ
wrote...
Posts: 772
10 years ago
The table below represents a portion of a computer’s main memory containing a linked list. Each entry consists of two cells, the first being data, the second being a pointer to the next entry. If the null pointer is represented by 00 and the list’s head pointer contains 52, modify the memory cells so the data at address 56 is inserted at the end of the list.

   Address      Contents
        50           AA
        51           00
        52           BB
        53           58
        54           CC
        55           00
        56           DD
        57           00
        58           EE
        59           54

This is for my computing programming course
Read 454 times
2 Replies

Related Topics

Replies
wrote...
10 years ago
Change the cell at address 55 to 56.
DJ Author
wrote...
9 years ago
Thanks for the homework help.
New Topic      
Explore
Post your homework questions and get free online help from our incredible volunteers
  803 People Browsing
 102 Signed Up Today
Related Images
  
 189
  
 210
  
 113