更新答案类别订阅
2022 信息素养(华南师范大学) 最新满分章节测试答案
2022 光纤传感技术(武汉理工大学)1468199452 最新满分章节测试答案
2021 财务共享服务实务(扬州工业职业技术学院) 最新满分章节测试答案
2022 供应链管理(西南交通大学)1467142766 最新满分章节测试答案
2022 探秘移动通信(重庆电子工程职业学院)1467090464 最新满分章节测试答案
2021 数据结构与算法(三亚学院) 最新满分章节测试答案
本答案对应课程为:点我自动跳转查看
本课程起止时间为:2021-08-31到2022-06-30
本篇答案更新状态:已完结
第二章 线性表 第二章 线性表测验
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 operations.
答案: 【线性表采用顺序存储,必须占用一片连续的存储单元。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. 点我阅读全文