niusouti.com

Bob was very () to get the results of the exam for he was not fully prepared.A、anxiousB、concernedC、pleasantD、pleased

题目
Bob was very () to get the results of the exam for he was not fully prepared.

A、anxious

B、concerned

C、pleasant

D、pleased


相似考题
更多“Bob was very () to get the results of the exam for he was not fully prepared. ”相关问题
  • 第1题:

    Windows操作

    (l)在D:盘根下建立Exam1文件夹,在Exam1文件夹下建立Exam11子文件夹和Exam12子文件夹。

    (2)在Exam11下建立一个名为ceyan.doc的空Word文档。

    (3)将Exam11中的文件ceyan.doc复制到Exam12中。

    (4)将Exam12中ceyan.doc的改名为exec.doc.

    (5)将Exam11中的文件ceyan.doc放进回收站,并从回收站中彻底删除。

    (6)将Exam12中exec.doc的属性设置为只读。


    正确答案:

  • 第2题:

    当你输入95时,下列程序运行的结果是 results = int(input('成绩为:')) if 100>=results>=90: print('A') elif 90>results>=75: print('B') elif 0<=results<75: print('C') else: print('输入错误!')

    A.A

    B.B

    C.C

    D.输入错误!


    B

  • 第3题:

    5、当你输入95时,下列程序运行的结果是 results = int(input('成绩为:')) if 100>=results>=90: print('A') elif 90>results>=75: print('B') elif 0<=results<75: print('C') else: print('输入错误!')

    A.A

    B.B

    C.C

    D.输入错误!


    A

  • 第4题:

    2. There is a ______________(会议室)prepared.


    C

  • 第5题:

    5、若 Bob 给 Alice 发送一封邮件,并想让 Alice 确信邮件是由 Bob 发出的,则 Bob 应该选用 ()对邮件加密。

    A.Alice 的公钥

    B.Alice 的私钥

    C.Bob 的公钥

    D.Bob 的私钥


    D

  • 第6题:

    在宏的表达式中要引用报表exam上控件Name的值,其表示形式是()。

    A.Reports![Name]

    B.Reports![exam]![Name]

    C.[exam]![Name]

    D.Reports [exam] [Name]


    B [解析] 在宏中,条件表达式的格式如下:Forms![窗体名称]![控件名]Reports![报表名称]![控件名]