大学MOOC Visual Basic程序设计(南通大学)1449983215 最新慕课完整章节测试答案
第1讲 Visual Basic程序设计概述
第1讲 单元测试
1、单选题:
下列程序设计语言中,属于低级语言的是( )。
选项:
A: C语言
B: 汇编语言
C: Visual Basic
D: Java
答案: 【 汇编语言】点我阅读全文
1、单选题:
下列程序设计语言中,属于低级语言的是( )。
选项:
A: C语言
B: 汇编语言
C: Visual Basic
D: Java
答案: 【 汇编语言】点我阅读全文
1、单选题:
湿绝热递减率( )干绝热递减率
选项:
A: 小于
B: 大于
C: 等于
D: 取决于温度和湿度
答案: 【 小于】点我阅读全文
1、单选题:
Which of the following cargoes are NOT carried by bulk carriers?
选项:
A: Iron ore.
B: Grain.
C: Oil.
D: Coal.
答案: 【 Oil.】点我阅读全文
1、单选题:
1. Chaucer has employed ________ in his poems, which was the predominant English measure for all the poetic kinds from the age of John Dryden through that of Samuel Johnson , some poets, including Alexander Pope, used it almost to the exclusion of other meters.
选项:
A: A. heroic couplet
B: B. blank verse
C: C. sonnet
D: D. octet and sestet
答案: 【 A. heroic couplet 】点我阅读全文
1、单选题:
下列哪种结构是革兰阴性细菌所特有的?
选项:
A: 脂多糖
B: 细胞壁
C: 高尔基体
D: 线粒体
答案: 【 脂多糖】点我阅读全文
1、单选题:
1997年北京出现空调抢购风的原因是什么?
选项:
A: 空调降价
B: 经济水平下降
C: 气候变暖
D: 人口增多
答案: 【 气候变暖】点我阅读全文
1、单选题:
从市场营销的角度看,市场就是
选项:
A: 买卖的场所
B: 商品交换关系的总和
C: 交换过程本身
D: 具有购买欲望和支付能力的消费者
答案: 【 具有购买欲望和支付能力的消费者】点我阅读全文
1、填空题:
写出以下代码执行后,t1和t2的值,以空格隔开:int a=14;int t1 = a++;int t2 = ++a;
答案: 【 14 16】点我阅读全文