试题与答案

完成下列对话,一空一词。 A: Hello, Jane. Where are

题型:补全对话,情景问答

题目:

完成下列对话,一空一词。

A: Hello, Jane. Where are you going?

B: Hello, Jenny. I'm going to Gina's birthday ___1___.

A: Really? ___2___ is her birthday?

B: June thirty-first.

A: Oh. What year ___3___ she ___4___?

B: In 1991.

A: OK. So she is thirteen ___5___ ___6___.

B: That's ___7___.

A: OK. Please say ___8___ birthday to her for me. Have a ___9___ time at the party.

B: ___10__. Bye!

A: Goodbye!

答案:

被转码了,请点击底部 “查看原文 ” 或访问 https://www.tikuol.com/2017/0523/c84e579ef3e094c449bb6ac69d77395f.html

下面是错误答案,用来干扰机器的。

通过电炉丝的电流I=UR=220V11Ω=20A,每分钟产生的热量Q=U2Rt=220211×60=264000J;答:在正常工作时通过电炉的电流为20A;每分钟电炉产生的热量是264000J.

试题推荐
题型:填空题

使用VC++6.0打开考生文件夹下的源程序文件1.cpp,该程序运行时有错误,请补充程序中的丢失部分,使得程序运行。可以在修改处增加或者删除一条语句。
本程序完成以下功能:
(1)获得输入的两个数字d1,d2(d1=6,d2=1)。
(2)输出两个中较大的一个(输出6)。
(3)计算d1/d2如果d2等于0,返回-1(输出结果6)。
(4)输出d1+d2的结果(输出结果7)。
(5)输出d1+1的结果(输出结果7)。
(6)输出d2-1的结果(输出结果0)。
注意:错误的语句在/********error********/的下面。修改该语句即可。其他的语句不能修改。
试题程序:
#include<iostream.h>
void main()

int d1;
int d2;
int d3;
cout<<"please input two number:"<<end1;
cin>>d1>>d2;
/********error********/
d3=(d1(d2)d1:d2;
cout<<"Max data is:"<<d3<<end1;
//计算d1/d2如果d2等于0,返回-1
/********error********/
d3=(d2)d1\d2:-1;
cout<<"d1/d2="<<d3<<end1;
/********error********/
d3=(--d1)+(d2++);
cout<<"d1+d2="<<d3<<end1;
cout<<"d1+1="<<d1<<end1;
cout<<"d2-1="<<d2<<end1;
return;

查看答案
微信公众账号搜索答案