首页
外语
计算机
考研
公务员
职业资格
财经
工程
司法
医学
专升本
自考
实用职业技能
登录
计算机
Which traversal method for a binary tree does the following Pascal code illustrate? ( ) Procedure traverse(p:pointer) B
Which traversal method for a binary tree does the following Pascal code illustrate? ( ) Procedure traverse(p:pointer) B
admin
2009-02-24
80
问题
Which traversal method for a binary tree does the following Pascal code illustrate? ( ) Procedure traverse(p:pointer) Begin If p<>nil then begin traverse(p↑.left); process(p); traverse(p↑.right); end end;
选项
A、preorder
B、postorder
C、reorder
D、inorder
答案
D
解析
转载请注明原文地址:https://www.kaotiyun.com/show/xQNZ777K
0
笔试
原NCRE全国计算机四级
NCRE全国计算机四级
相关试题推荐
在Windows系统中,对话框是特殊类型的窗口,其大小(12);下图所示的对话框中,(13)是当前选项卡。(14)
在以太网的10Base-5标准中,粗同轴电缆的特性阻抗为(14),物理层采用(15)编码;100Base-TX采用的是(16)物理拓扑结构,传输介质通常采用(17)类双绞线;100Base-FX采用的传输介质是(18)。
四台Linux主机通过图4-1所示的方式互连,则实现PCI与PC4之间互访的步骤为:(1)运行(11)命令关闭计算机,在PC2与PC3上添加第二块网卡(eth1),重新启动。(2)在PC2与PC3上为第二块网卡分配IP地址,并激活该网络接口,对于PC3
以下关于防火墙的叙述中,错误的是______。
ThenumberofhomeusersandsmallbusinessesthatwanttousetheInternetiseverincreasing.Theshortageofaddressesisbecom
以下关于端口隔离的叙述中,错误的是(52)________________。
以下关于入侵检测系统的叙述中,错误的是()。
逻辑变量x、Y进行逻辑“异或”(用表示)运算的含义是:若X、Y取值相同(都为true或都为false),则XY的值为false,否则XY的值为true。用逻辑“与”(∧)、“或”(∨)、“非”(-)表示XY的式子为(3)。
The(67)controls the cursor or pointer on the screen and allows the user to access commands by pointing and clicking.
In(66)the strength of the carder signal is varied to represent binary 1 or 0.(67)is a system that can map a name to an address a
随机试题
下列属于东莨菪碱的禁忌证的有
(2010)关于题图所示20世纪中叶著名住宅的陈述,哪项是正确的?
加快进度、缩短工期对提高设备工程投资效果的作用有()。
对于原地基处理,下面哪个说法不正确( )。
下列政府对进出口贸易于预措施中,不属于非关税壁垒的有()。
某甲将年仅十岁的小女孩推入河水中想将其淹死。回家后又很后悔,急忙赶回河边想将小女孩救出。结果该女孩已被过路群众救出并脱险。某甲的行为属于()
(2010年黑龙江.89)小明忘记了今灭是星期几,于是他去问O、P、Q三人。O回答:“我也忘记今天是星期几了,但你呵以去问P、Q两人。”P叫答:“昨天足我说谎的日子。”Q的回答和P一样。已知:①()从来不说谎;②P在星
软件项目管理是保证软件项目成功的重要手段,其中(26)要确定哪些工作是项目应该做的,哪些工作不应该包含在项目中。(2011年5月试题26)
Whatdoesthewomanmean?
Thereisneveragoodtimetohaveaheartattack,butthewisepersonafflictedwithcloggingarteries(动脉堵塞)mightwanttobees
最新回复
(
0
)