A线性表采用顺序存储,必须占用一片连续的存储单元
B线性表采用顺序存储,便于进行插入和删除操作
C线性表采用链接存储,不必占用一片连续的存储单元
D线性表采用链接存储,便于插入和删除操作。
第1题:
下面关于线性表的叙述中,正确的是哪些? Which of the followings about linear list are correct?(There are more than one answers.) Select the answer that matches
A.线性表采用顺序存储,必须占用一片连续的存储单元。Linear lists use sequential storage which must occupy a continuous memory units.
B.线性表采用顺序存储,便于进行插入和删除操作。Linear lists using sequential storage, it is easy to do insert and delete operations.
C.线性表采用链接存储,不必占用一片连续的存储单元。Linear lists using the linked storage, do not occupy a continuous memory units.
D.线性表采用链接存储,便于插入和删除操作。Linear lists using the linked storage, it is easy for insert and deleting operati
第2题:
下面关于串的叙述中,正确的是()。
A.串的长度必须大于零
B.空串就是空白串
C.串中元素只能是字母
D.串是一种特殊的线性表
第3题:
1、下面关于线性表的叙述中,正确的是哪些? Which of the followings about linear list are correct?(There are more than one answers.) Select the answer that matches
A.线性表采用顺序存储,必须占用一片连续的存储单元。Linear lists use sequential storage which must occupy a continuous memory units.
B.线性表采用顺序存储,便于进行插入和删除操作。Linear lists using sequential storage, it is easy to do insert and delete operations.
C.线性表采用链接存储,不必占用一片连续的存储单元。Linear lists using the linked storage, do not occupy a continuous memory units.
D.线性表采用链接存储,便于插入和删除操作。Linear lists using the linked storage, it is easy for insert and deleting operati
第4题:
下面关于线性表的叙述正确的是()。
A.线性表采用顺序存储必须占用一片连续的存储空间
B.线性表采用链式存储不必占用一片连续的存储空间
C.线性表采用链式存储便于插入和删除操作的实现
D.线性表采用顺序存储便于插入和删除操作的实现
第5题:
下面关于串的叙述中,不正确的是()。
A.串是一种特殊的线性表
B.串中元素只能是字母
C.空串就是空白串
D.串的长度必须大于零