早教吧 育儿知识 作业答案 考试题库 百科 知识分享

计算机科学概论的一道题Thetablebelowrepresentsaportionofacomputer’smainmemorycontainingalinkedlist.Eachlistentryconsistsoftwocells,thefirstbeingdataandthesecondbeingapointertothenextlistentry.Iftheni

题目详情
计算机科学概论的一道题
The table below represents a portion of a computer’s main memory containing a linked list. Each
list entry consists of two cells, the first being data and the second being a pointer to the next list entry.
If the nil pointer is represented by 00 and the list’s head pointer contains 56, what are the data entries in
the list? (List the entries in the order they occur in the list.)
Address C ontents
50 AA
51 00
52 BB
53 58
54 CC
55 50
56 DD
57 54
58 EE
59 00
_____________________
▼优质解答
答案和解析
这题目是够专业的,怎么看了就是汇编呀,老兄,慢慢等吧,我都忘完了,呵呵