【判断题】【消耗次数:1】
在队列中允许删除的一端称为队尾。
正确
错误
参考答案:
复制
纠错
相关题目
【判断题】 以下说法不正确的是队列的插入操作在队尾进行,删除操作在队头进行。
①  正确
②  错误
【单选题】 用不带头结点的单链表存储队列时,其队头指针指向队头结点,其队尾指针指向队尾结点,则在进行删除操作时( )。
①  仅修改队头指针
②  仅修改队尾指针
③  队头、队尾指针都要修改
④  队头、队尾指针都可能要修改
【判断题】 队列的插入操作在队尾进行。
①  正确
②  错误
【单选题】 插入和删除只能在一端进行的线性表,称为( )。
①  队列
②  循环队列
③ 
④  循环栈
【单选题】 在一个链队列中,假定front和rear分别为队首和队尾指针,则删除一个结点的操作为( )。
①  front=front->next
②  rear=rear->next
③  rear=front->next
④  front=rear->next
【判断题】 用循环单链表表示的链队列中,可以不设队头指针,仅在队尾设置队尾指针。
①  正确
②  错误
【单选题】 循环队列的队头和队尾指针分别为front和rear,则判断循环队列为空的条件是( )。
①  front==rear
②  front==0
③  rear==0
④  front=rear+1
【单选题】 循环队列A[m] 存放其元素,用front和rear分别表示队头及队尾,则循环队列满的条件是( )。
①  A.(rear+1)%m=front
②  B.rear=front+1
③  C.rear=front
④  D.(rear+1)%m-1=front
【单选题】 通信信道的每一端可以是发送端,也可以是接受端,信息可由这一端传输到另一端,也可以从那一端传输到这一端,在同一时刻,信息可以每一端进行收发的通信方式为()
①  单工通信
②  半双工
③  全双工
④  模拟
【单选题】 最大容量为n的循环队列,队尾指针是rear,队头是front,则队空的条件是( )。
①  (rear+1) % n==front
②  rear==front
③  rear+1==front
④  (rear-1) % n==front
随机题目
【单选题】 He can come any day ____ Friday.
①  besides
②  but
③  on
④  in
【单选题】 I seem to have met you ____.
①  some time
②  ago
③  yet
④  before
【单选题】 Mary regretted not ____ to John’s birthday party last Sunday.
①  going
②  to go
③  having been going
④  to be going
【单选题】 26. We regret to inform you that the materials you ordered are out of____ .
①  work
②  reach
③  practice
④  stock
【单选题】 It’s no use just telling me to do it. Suggest some ____ ways to do it.
①  positive
②  belief
③  attitudes
④  shapes
【单选题】 As a result of the unfavorable working conditions, the project has to be put off ____ .
①  temporarily
②  tremendously
③  traditionally
④  typically
【单选题】 11. I prefer ____ dinner when we arrive there.
①  having
②  to have
③  taking
④  to take
【单选题】 As a teacher of elementary school, you should be patient ____ those pupils.
①  of
②  with
③  for
④  at
【单选题】 ____ the whole, it was a successful evening.
①  On
②  At
③  From
④  In
【单选题】 ____, the more you are aware of content and meaning.
①  The more words you are familiar to
②  The more words you are familiar with
③  You are familiar to more words
④  You are familiar with more words