niusouti.com

下面关于线性表的叙述中,正确的()A线性表采用顺序存储,必须占用一片连续的存储单元B线性表采用顺序存储,便于进行插入和删除操作C线性表采用链接存储,不必占用一片连续的存储单元D线性表采用链接存储,便于插入和删除操作。

题目
下面关于线性表的叙述中,正确的()

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


    线性表采用顺序存储,必须占用一片连续的存储单元。Linear lists use sequential storage which must occupy a continuous memory units.;线性表采用链接存储,不必占用一片连续的存储单元。Linear lists using the linked storage, do not occupy a continuous memory units.;线性表采用链接存储,便于插入和删除操作。Linear lists using the linked storage, it is easy for insert and deleting operations.

  • 第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.线性表采用顺序存储便于插入和删除操作的实现


    C 线性表是一种线性结构,由n(n≥0)个元素组成,所以线性表可以是空表。但是性表中,第一个结点没有前件,最后一个结点没有后件,其他结点有且只有一个前件和后件,所以选项C)是错误的。

  • 第5题:

    下面关于串的叙述中,不正确的是()。

    A.串是一种特殊的线性表

    B.串中元素只能是字母

    C.空串就是空白串

    D.串的长度必须大于零


    A