【判断题】【消耗次数:1】
循环队列通常用指针来实现队列的头尾相接。
正确
错误
参考答案:
复制
纠错
相关题目
【判断题】 以下说法不正确的是顺序队列中,队列的头指针和尾指针均超越队列存储空间的上界,则队列已空。
①  正确
②  错误
【单选题】 循环队列的队头和队尾指针分别为front和rear,则判断循环队列为空的条件是( )。
①  front==rear
②  front==0
③  rear==0
④  front=rear+1
【单选题】 设指针变量front表示链式队列的队头指针,指针变量rear表示链式队列的队尾指针,指针变量s指向将要入队列的结点X,则入队列的操作序列为()。
①  front-next=s;front=s;
②  s-next=rear;rear=s;
③  rear-next=s;rear=s;
④  s-next=front;front=s;
【判断题】 在循环队列中,若尾指针rear大于头指针front,其元素个数为rear-front。
①  正确
②  错误
【单选题】 循环队列占用的空间( )。
①  必须连续
②  不必连续
③  不能连续
④  可以不连续
【判断题】 用循环单链表表示的链队列中,可以不设队头指针,仅在队尾设置队尾指针。
①  正确
②  错误
【判断题】 优先调度策略可以使用多队列来实现
①  正确
②  错误
【判断题】 循环队列也存在空间溢出问题。
①  正确
②  错误
【单选题】 循环队列SQ队满的条件是( )。
①  SQ-rear==SQ-front
②  (SQ-rear+1)% MAXLEN ==SQ-front
③  SQ-rear==0
④  SQ-front==0
【单选题】 设顺序循环队列Q[0:M-1]的头指针和尾指针分别为F和R,头指针F总是指向队头元素的前一位置,尾指针R总是指向队尾元素的当前位置,则该循环队列中的元素个数为()。
①  R-F
②  F-R
③  (R-F+M)%M
④  (F-R+M)%M
随机题目
【单选题】 3.John, look at the time.____you play the piano at such a late hour
①  Must
②  Can
③  May
④  Need
【单选题】 26.I was really anxious about you.You ___home without a word.
①  mustn`tleave
②  couldn`thaveleft
③  needn`tleave
④  shouldn`thaveleft
【单选题】 24.In those days all the work had to be done ___hand.
①  with
②  in
③  by
④  on
【单选题】 21.—I went to visit Xi`an City Wall yesterday afternoon. ---Oh, did you ? _______.
①  SodidI
②  SoIdid
③  NeitherdidI
④  NordidI
【单选题】 25.She ____the loud speaker so that everyone in the lecture room could hear her.
①  turnedon
②  turnedup
③  turnedoff
④  turneddown
【单选题】 22._____in a friendly way, their quarrel came to end.
①  Beingsettled
②  Settled
③  Havingsettled
④  Settling
【单选题】 30. —Shall I return the book to the library ? ----_______Let Li Ping do it.
①  Allright
②  Yes,please
③  Notrouble
④  No,thanks
【单选题】 28.---Jane won the first prize in the concert. ---______.
①  Soshedid
②  Sodidshe
③  Soshedid,too
④  Sodidshe,too
【单选题】 23.____time we had at the dinner party !
①  Howwonderful
②  Whatawonderfultime
③  Howawonderfultime
④  Whatwonderfultime
【单选题】 27.---I`ll be away for a visit to the History Museum.Would you mind going with me ? ---______.
①  I`lllikeit
②  No,I`venotime
③  Notatall,I`dbegladto
④  Yes,ofcourse