本答案对应课程为:点我自动跳转查看
本课程起止时间为:2020-02-20到2020-04-30
本篇答案更新状态:已完结

第一章 认识电影 第一单元测试

1、 问题:爱迪生发明的电影视镜(Kinetoscope)是什么时候发明的?
选项:
A:1897
B:1895
C:1894
D:1824
答案: 【1894点我阅读全文

本答案对应课程为:点我自动跳转查看
本课程起止时间为:2020-02-27到2020-06-22
本篇答案更新状态:已完结

第8讲 函数 第8讲单元测验

1、 问题: 以下说法中正确的是__。
选项:
A:C/C++程序总是从源文件中第一个定义的函数开始执行
B: 在C/C++程序中,函数的定义必须写在调用该函数的语句之前
C:C/C++程序总是从main()函数开始执行
D:C/C++程序中的main()函数必须放在程序的开始部分
答案: 【C/C++程序总是从main()函数开始执行点我阅读全文

本答案对应课程为:点我自动跳转查看
本课程起止时间为:2020-03-25到2020-07-10
本篇答案更新状态:已完结

第一章 绪论 第一章单元测验

1、 问题:化妆品原料目前主要受到国外企业的垄断,绝大部分原料依赖于进口。
选项:
A:正确
B:错误
答案: 【正确点我阅读全文

本答案对应课程为:点我自动跳转查看
本课程起止时间为:2020-02-24到2020-06-30
本篇答案更新状态:已完结

第1章 简介及示例 第一章 单元测试

1、 问题:Python程序在执行一次之后会自动生成扩展名为(    )的字节码文件,以提高运行效率。
选项:
A:.py
B:.pyc
C:.pyb
D:.pyf
答案: 【.pyc点我阅读全文

本答案对应课程为:点我自动跳转查看
本课程起止时间为:2020-02-13到2020-07-08
本篇答案更新状态:已完结

【作业】第一单元 mini-lecture 1

1、 问题:Every student should film yourself making a mini-lecture about "Online Education" no less than 2 mins, and upload/send the videos here and to the Wechat group chat.
评分规则: 【 The marks will be granted by A/B/C/D
点我阅读全文

本答案对应课程为:点我自动跳转查看
本课程起止时间为:2020-02-19到2020-06-03
本篇答案更新状态:已完结

第一章 从 C 到C++ 第一章 测验

1、 问题:下面程序片段哪个没错?
选项:
A: int n = 4; int & r = n * 5;
B: int n = 6; const int & r = n; r = 7;
C: int n = 8; const int & r1 = n; int & r2 = r1;
D: int n = 8; int & r1 = n; const int r2 = r1;
答案: 【 int n = 8; int & r1 = n; const int r2 = r1;点我阅读全文

本答案对应课程为:点我自动跳转查看
本课程起止时间为:2021-04-07到2021-06-30
本篇答案更新状态:已完结

Module 1 Mona Lisa Smile Quiz 1

1、 问题:Which is NOT true about Betty Warren?
选项:
A:She is an influential and conservative girl before meeting Miss Watson.
B:Her happy marriage proves the success of women’s education in the 1950s.
C:She is critical of Miss Watson on several occasions.
D:Her self-awareness is gradually awakened.
答案: 【Her happy marriage proves the success of women’s education in the 1950s.点我阅读全文

本答案对应课程为:点我自动跳转查看
本课程起止时间为:2020-01-03到2020-04-30
本篇答案更新状态:已完结

【作业】I. Education Exercises

1、 问题:Make a dialogue with your partner according to the situation described below.Suppose Bill Gates has just come to China. Here is an imagined conversation between him and a student reporter from a vocational school. Fill in the blanks with your partner and then read the dialogue aloud in class. You may depend on the text if necessary. (B”stands for Bill Gates and “S” for the student.)
评分规则: 【 这题考察学生对课文内容的熟练程度。要求学生充分运用课文所学内容自己编造一段对话。
点我阅读全文

本答案对应课程为:点我自动跳转查看
本课程起止时间为:2020-03-09到2020-06-30
本篇答案更新状态:已完结

第一单元 第一单元 单元测试

1、 问题:2009年1月7日,工业和信息化部为中国移动发放了基于 ( )技术制式的3G牌照?
选项:
A:LTE
B:TD-SCDMA
C:WCDMA
D:CDMA2000
答案: 【TD-SCDMA点我阅读全文

本答案对应课程为:点我自动跳转查看
本课程起止时间为:2019-09-02到2020-01-12
本篇答案更新状态:已完结

第1讲 计算机、计算与计算思维 第1讲测验

1、 问题:计算机器的基本目标是什么?
选项:
A:能够执行一般的任意复杂的计算规则
B:能够辅助人进行计算
C:能够执行简单的四则运算规则
D:能够执行特定的计算规则,例如能够执行差分计算规则等
答案: 【能够执行一般的任意复杂的计算规则点我阅读全文