【多选题】【消耗次数:1】
计划的内容包括()
What
Who
How much
Where
参考答案:
复制
纠错
相关题目
【判断题】 新闻六要素包括:what who when where why how。
①  正确
②  错误
【判断题】 新闻5要素包括who、what、when、why 、where
①  正确
②  错误
【单选题】 5.It is not how much you read but what you read that really _________.
①  counts
②  loses
③  argues
④  widens
【单选题】 I like the freedom of deciding where ( ) ,what to do and how long to stay.
①  goes
②  be going
③  to go
④  go
【单选题】 How much [填空] that pants?
①  are
②  is
③  cost
④  costs
【单选题】 How much [填空] is there in the tin?
①  water
②  orange
③  cakes
④  cake
【单选题】 A: How much is that rice, please? B: [填空].
①  Four Kilo
②  Very much
③  Four are enough
④  Four yuan a kilo
【判断题】 A: How is the child? B: He is much better.
①  正确
②  错误
【单选题】 How much [填空] the yellow T-shirt?
①  are
②  is
③  cost
④  costs
【判断题】 A: How is the child? B: He is much better.
①  正确
②  错误
随机题目
【单选题】 快速排序在________情况下最易发挥其长处。
①  被排序的数据中含有多个相同排序码
②  被排序的数据已基本有序
③  被排序的数据完全无序
④  被排序的数据中的最大值和最小值相差悬殊
【单选题】 n,经过栈的作用后输出序列的第一个元素是n,则输出序列中第i个输出元素是()。
①  n-i
②  n-1-i
③  n+1-i
④  不能确定
【单选题】 下面程序的时间复杂度为()for(i=1,s=0;i=n;i++){t=1;for(j=1;j=i;j++)t=t*j;s=s+t;}
①  O(n)
②  O(n2)
③  O(n3)
④  O(n4)
【单选题】 下列算法的时间复杂度是for(i=0;ii++)c[i]=i;
①  O(1)
②  O(n)
③  O(log2n)
④  O(nlog2n)
【单选题】 一个链栈的栈顶指针是top,则执行出栈操作时(栈非空),用x保存被删除结点,则执行
①  x=top;top=top
②  -x=top
③  -top=top-x=top
④  -x=top-top=top-
【单选题】 对n个记录的文件进行快速排序,所需要的辅助存储空间大致为()
①  O(1)
②  O(n)
③  O(1og2n)
④  O(n2)
【单选题】 设某哈夫曼树中有199个结点,则该哈夫曼树中有()个叶子结点。
①  99
②  100
③  101
④  102
【单选题】 设有序表中的元素为(13,18,24,35,47,50,62),则在其中利用二分法查找值为24的元素需要经过()次比较。
①  1
②  2
③  3
④  4
【单选题】 数据的最小单位是()。
①  数据项
②  数据类型
③  数据元素
④  数据变量
【单选题】 利用直接插入排序法的思想建立一个有序线性表的时间复杂度为()。
①  O(n)
②  O(nlog2n)
③  O(n2)
④  O(1og2n)