【单选题】【消耗次数:1】
Thispencilis ________ anthatone.
longest
long
longer
aslong
参考答案:
复制
纠错
相关题目
【单选题】 Thispencilis______ thanthatone.
①  longest
②  long
③  longer
④  aslong
【单选题】 Xinan River is [填空] longest river in [填空] Huangshan.
①  the,/
②  a,/
③  an,/
④  /,/
【判断题】 阅读课文II.How to Improve Memory,判读正误2.Information in long-term memory is often kept a longer period of time than that in short-term memory.
①  正确
②  错误
【判断题】 阅读课文II.How to Improve Memory, 判断下列句子表述内容的正误:Information in long-term memory is often kept a longer period of time than that in short-term memory.
①  正确
②  错误
【判断题】 China is no longer which it used to be.
①  正确
②  错误
【单选题】 There is no longer any ( ) attached to being divorced.
①  difficult
②  stigma
③  news
④  stimuli
【单选题】 The ____ of the trees grew longer as the afternoon went on. ?
①  images ?
②  pictures ?
③  photos ?
④  shadows ?
【单选题】 in a longer notice, the information should be well organized under titles and [].
①  groups
②  headings
③  columns
【单选题】 —How long will you be staying?—_________________.
①  On Oct 20th.
②  At Friday.
③  Four days.
④  In a week.
【单选题】 A: How long can I keep the book? B: [填空].
①  Any period longer than four weeks, you will be fined
②  Four weeks, but you can renew it if you need it longer
③  You can check it on the computer over there
④  At most four weeks if you dont mind
随机题目
【单选题】 设一个栈的输入序列为A,B,C,D,则借助一个栈所得到的输出序列不可能是()。
①  A,B,C,D
②  A,C,D,B
③  D,C,B,A
④  D,A,B,C
【单选题】 把长度为m的单链表接在长度为n的单链表之后的算法的时间复杂度为
①  O(m)
②  O(n)
③  O(m+n)
④  O(1)
【单选题】 6,则通过栈的作用后可以得到的输出序列为()。
①  5,3,4,6,1,2
②  3,2,5,6,4,1
③  3,1,2,5,4,6
④  1,5,4,6,2,3
【单选题】 输出和
①  计算方法
②  排序方法
③  解决问题的有限运算步骤
④  程序设计方法
【单选题】 设二维数组A[0..m-1][0..m-1]按行优先顺序存储,则元素A[i][j]的地址为
①  LOG(A[0][0])+(i*m+j)
②  LOG(A[0][0])+(i*n+j)
③  LOG(A[0][0])+[(i-1)*n+j-1]
④  LOG(A[0][0])+[(i-1)*m+j-1]
【单选题】 在二叉排序树中插入一个结点的时间复杂度为()。
①  O(1)
②  O(n)
③  O(log2n)
④  O(n2)
【单选题】 一个队列的入队序列是1,2,3,4,则队列的输出序列是
①  1,2,3,4
②  4,3,2,1
③  1,4,3,2
④  3,2,4,1
【单选题】 设一棵三叉树中有2个度数为1的结点,2个度数为2的结点,2个度数为3的结点,则该三叉树中有()个度数为0的结点。
①  5
②  6
③  7
④  8
【单选题】 设有一组初始记录关键字序列为(34,76,45,18,26,54,92),则由这组记录关键字生成的二叉排序树的深度为()。
①  4
②  5
③  6
④  7
【单选题】 单链表的存储密度
①  大于1
②  等于1
③  小于1
④  不能确定