【单选题】【消耗次数:1】
13. Do you know ______ who would be interested in this topic?.
someone
no one
anyone
everyone
参考答案:
复制
纠错
相关题目
【单选题】 —Whats one fourth and a half, do you know?—Yes, its ______.
①  two sixths
②  three fourths
③  one three
④  three sixths
【单选题】 When you meet someone who ____ deeply about something, you probably will want to ask them why they do so.?
①  absorbs ?
②  cares ?
③  considers ?
④  minds?
【单选题】 Do you know the man _______?
①  whom I spoke
②  to who spoke
③  I spoke to
④  that I spoke
【单选题】 Hiroshima, as you know, is a city familiar ______ everyone.
①  with
②  to
③  for
④  by
【单选题】 Do you know ______at the bus stop?
①  whom they are waiting for
②  who they are waiting
③  whom are they waiting for
④  who are they waiting
【单选题】 13.Don’t ______ to let me know if there’s anything I can do for you.
①  thrill
②  hesitate
③  reject
④  puzzle
【多选题】 Do you know that there are many ______ animals in the zoo?
①  A.kinds of
②  B.types of
③  C.sizes of
④  D.A.sorts of
【单选题】 [填空] one do you prefer?
①  What
②  Which
③  How
④  Whose
【单选题】 A: Do you know that Tony quarreled with his brother? B: I dont know,[填空].
①  nor dont I care
②  nor do I care
③  I dont care neither
④  I dont care also
【单选题】 Do you know the year ______the Chinese Communist Party was founded?
①  which
②  that
③  when
④  on which
随机题目
【多选题】 下列关于会计目标的表述中,正确的有?
①  会计目标也称会计目的
②  会计目标是要求会计工作完成的任务或达到的标准
③  会计目标之一是反映企业管理层受托责任履行情况
④  会计目标之一是向财务会计报告使用者提供决策有关信息
【单选题】 下列各项中,要求企业对于已经发生的交易或者事项,应当及时进行确认、计量和报告的会计信息质量要求的是?
①  谨慎性
②  及时性
③  重要性
④  可理解性
【多选题】 下列各项中,属于会计信息质量要求的有?
①  可靠性
②  相关性
③  谨慎性
④  可比性
【多选题】 下列各项中,可能是登记明细分类账根据的有?
①  汇总记账凭证
②  记账凭证
③  原始凭证
④  汇总原始凭证
【单选题】 下列各项中,属于记账凭证账务处理程序的特点是?
①  直接根据原始凭证对总分类账进行登记
②  直接根据记账凭证对总分类账进行逐笔登记
③  先根据记账凭证编制汇总记账凭证,再根据汇总记账凭证登记总分类账
④  先将所有记账凭证汇总编制成科目汇总表,然后以科目汇总表为依据登记总账
【多选题】 下列各项中,属于记账凭证应当具备的基本内容的有?
①  金额
②  凭证编号
③  会计科目
④  经济业务摘要
【多选题】 下列关于会计等式的表述中,正确的有?
①  资产=所有者权益
②  资产=负债+所有者权益
③  资产=负债+所有者权益+(收入-费用)
④  资产=权益
【单选题】 以下正确的函数声明形式是( )。
①  double fun(int x,int y)
②  double fun(int x;int y)
③  double fun(int x,int y);
④  double fun(int x, y);
【单选题】 以下正确的函数声明形式是( )。
①  double fun(int x,int y)
②  double fun(int x;int y)
③  double fun(int x,int y);
④  double fun(int x, y);
【单选题】 要求定义一个返回值为double类型的名为sum的函数,其功能为求两个 double类型数的和。正确的定义形式为( )。
①  sum(double x,y) { rerurn x+y; }
②  sum(double x,double y) { return x+y; }
③  double sum(double x,double y){ return x+y; }
④  double sum(double x,double y);{ return x+y;}