【判断题】【消耗次数:1】
Formal English is much more difficult to attain since it is subject to more restraints and requirements.
正确
错误
参考答案:
复制
纠错
相关题目
【判断题】 “Purchase”and “buy”are not synonyms because “purchase”is more formal than “buy”.
①  正确
②  错误
【判断题】 答题说明:句子没有语法错误请选择“正确”,有语法错误请选择“错误”This question is more difficult than that one.
①  正确
②  错误
【单选题】 You_______to practise English more.
①  ought
②  should
③  must
【单选题】 I think [填空] maths is more important than any other subject.
①  the
②  a
③  an
④  /
【单选题】 It is often more difficult to find trained men than ____ for scientific research.
①  getting financial support
②  to getting financial support
③  to get financial support
④  in getting financial support
【判断题】 答题说明:句子没有语法错误请选择“正确”,有语法错误请选择“错误”Automobiles became more cheaper and more and more people were able to afford them.
①  正确
②  错误
【判断题】 答题说明:句子没有语法错误请选择“正确”,有语法错误请选择“错误”Computers are being used more and more extensively in the world today.
①  正确
②  错误
【判断题】 A: Why not watch more English programmes on TV? B: All right, thank you.
①  正确
②  错误
【判断题】 Our city becomes more and more beautiful.
①  正确
②  错误
【单选题】 The more peopleyou know, ___________knowledgeyouget.
①  the much
②  the more
③  more
④  much
随机题目
【单选题】 设一个栈的输入序列为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
④  不能确定