第- 1 -页 / 共 5 页
中 山 大 学 软 件 学 院 软 件 工 程 专 业 2 0 0 9 级 (2010 学年秋季学期)
《 S E -2 11 数据结构与算法》 期 末 试 题 (B 卷)
( 考 试 形 式 : 闭 卷 考 试 时 间 : 2 小 时)
《中山大学授予学士学位工作细则》第六条
考 试 作 弊 不 授 予 学 士 学 位
方向: 姓名: ______ 学号:
说明:一律在答题纸解答,第一题按下表格式。交卷时试题和答题纸一起交。
I、 Selection(with only one choice)(15%)
1. In data structure, which of the following structure of data is not related to computers(与所使
用的计算机无关).
A) storage structure B) physical structure
C) logical structure D) physical and storage structure
2. The computer algorithm refers to( )
A) calculating approach
B) sorting approach
C) scheduling approach
D) Finite sequences of operations for problem solving
3. When we talk about the data in computer memory, ( ) is a kind of structure whose physical
address and logical address are the same and contiguous(物理地址与逻辑地址相同并且是
连续的).
A) storage structure
B) logical structure
C) contiguous storage structure
D) linked storage structure
4. Given a stack s with the input sequence: 1,2, ..., n, and the output sequence: p
1
,p
2
,…,p
n,
if p
1
=n,then p
i
= ( ).
A)i B)n-i C)n-i+1 D)uncertainty
5. Suppose there is a two-dimension array a[1 .. 60,1 .. 70] with 60 rows and 70
columns ,whose main order is the column order(以列序为主序). If the base address is 10000
and each element occupies two storage unit, then the storage address of a[32,58] is ( ). (无第
0 行第 0 列元素)
A)14454 B)16904 C)16902 D) None of above
1 2 3 4 5 6 7 8 9 1 0
1 1
1 2
1 3
1 4
1 5
警告
评论0