- 1、本文档共6页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
Test08(选择题).
Test Bank—Chapter Eight (Data Abstractions)
Multiple Choice Questions
1. Which of the following is a LIFO structure?
A. Array B. Stack C. Queue D. Tree
ANSWER: B
2. Which of the following is a FIFO structure?
A. Array B. Stack C. Queue D. Tree
ANSWER: C
3. Which of the following is static in the sense that it does not change size or shape as information is stored and retrieved?
A. Array B. Stack C. Queue D. Tree
ANSWER: A
4. Suppose you were going to retrieve items of data that you would later need to process in the opposite order from that in which they were retrieved. Which of the following would be the best structure in which to store the items?
A. Traditional linked list B. Stack C. Queue D. Tree
ANSWER: B
5. Suppose a binary tree contained the nodes W, X, Y, and Z. If W and X were children of Y, and Z had no children, which node would be the root?
A. W B. X C. Y D. Z
ANSWER: C
6. Suppose a binary tree contained the nodes W, X, Y, and Z, and each node had at most one child. How many terminal nodes would be in the tree?
A. One B. Two C. Three D. Undetermined
ANSWER: A
7. If the two-dimensional array X were stored in row-major order, then in the block of main memory containing X, which of the following would be true?
A. The entry X[1,2] would appear before X[2,1].
B. The entry X[1,2] would appear after X[2,1].
C. The entry X[1,2] would be in the same location as X[2,1].
D. None of the above
ANSWER: A
8. Which of the following is not used when determining the location of an entry in a two-dimensional homogeneous array stored in row-major order?
A. Indices B. Number of rows in the array
C. Address polynomial D. Number of columns in the array
ANSWER: B
9. Which of the following is not a means of locating an entry in a linked storage structure?
A. Head pointer B. Child pointer C. Root pointer D. NIL pointer
ANSWER: D
10. If a stack contained the entries w, x, y, z (from top to b
您可能关注的文档
- TD-SCDMA概述..doc
- TDC-GP2与MSP430F413通讯C程序..doc
- TDI高压共轨直喷柴油发动机详解..doc
- TDT变压器绕组变形测试仪..doc
- td交易规则与术语..doc
- TDC3000体系结构..doc
- TD-SCDMA标准..doc
- TD中Bug导入QC操作..doc
- td单元格合并时td宽度问题..doc
- TD系列带式输送机..doc
- GB/T 45632-2025数字航空摄影测量 控制测量规范.pdf
- GB/T 45616.4-2025自动化系统与集成 面向制造的数字孪生框架 第4部分:信息交换.pdf
- 中国国家标准 GB/T 45616.4-2025自动化系统与集成 面向制造的数字孪生框架 第4部分:信息交换.pdf
- 《GB/T 45616.4-2025自动化系统与集成 面向制造的数字孪生框架 第4部分:信息交换》.pdf
- GB/T 33588.1-2025雷电防护系统部件(LPSC) 第1部分:连接件的要求.pdf
- 中国国家标准 GB/T 33588.1-2025雷电防护系统部件(LPSC) 第1部分:连接件的要求.pdf
- 《GB/T 33588.1-2025雷电防护系统部件(LPSC) 第1部分:连接件的要求》.pdf
- 《GB/T 33588.3-2025雷电防护系统部件(LPSC) 第3部分:隔离放电间隙(ISGs)的要求》.pdf
- 中国国家标准 GB/T 33588.3-2025雷电防护系统部件(LPSC) 第3部分:隔离放电间隙(ISGs)的要求.pdf
- GB/T 18757-2025企业建模与体系结构 企业参考体系结构与方法论的要求.pdf
文档评论(0)