皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【简答题】
What are the anaphoric expressions in the following utterance? Dr. Dang gave Jane some medicine after she asked him for it.
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【单选题】A circular queue is stored in A[0,1, ⋯ ,n−1] ,its head and tail pointer are f,r.How many elements does the queue have?
A.
r−f−1
B.
r−f
C.
(r−f)%n+1
D.
(r−f+n)%n
【单选题】计算机的存储器采用分级方式是为了 。
A.
减少主机箱的体积
B.
解决容量、价格、速度三者之间的矛盾
C.
保存大量数据方便
D.
操作方便
【单选题】A circular queue is stored in A[0,1, ⋯ ,m],what should we do in enqueue operatition?
A.
rear=rear+1
B.
rear=(rear+1)%m
C.
rear=(rear-1)%(m-1)
D.
rear=(rear+1)%(m+1)
【单选题】One of the advantage of circular queue is( )
A.
effective use of memory
B.
easier computations
C.
deleting elements based on priority
D.
None of the above
【判断题】戏剧的基本要素是矛盾冲突,通过不同人物之间的矛盾冲突,展开情节,构成戏剧性,反映社会生活。( )
A.
正确
B.
错误
【判断题】"Circular Queue" is defined to be a queue implemented by a circularly linked list or a circular array.
A.
正确
B.
错误
【判断题】无源应答器用于发送固定不变的数据
A.
正确
B.
错误
【多选题】无源应答器用于发送固定不变的数据,用于提供线路固定参数,如线路坡度、( )、列控等级切换等。
A.
线路允许速度
B.
临时限速命令
C.
轨道电路参数
D.
链接信息
【简答题】无源应答器用于发送固定不变的数据,如设置在区间,发送线路坡度、()、轨道电路参数、()等信息。
【多选题】剧本是一种侧重以人物台词为手段、集中反映矛盾冲突的文学体裁,它的基本特征有( )。
A.
浓缩地反映现实生活
B.
集中地表现矛盾冲突
C.
以人物台词推进戏剧动作
D.
具体充分的环境描写
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题