第1题:
Which of the following words can best describe the ending of the story?
A. Disappointing.
B. Unexpected.
C. Uncertain.
D. Inspiring.
第2题:
A bargains
B deals
C goods
第3题:
● 以下 HTML 代码中,创建指向邮箱地址的链接正确的是 (42)
(42)
A. <a href="email:test@test.com">test@test.com</a>
B. <a href="emailto:test@test.com">test@test.com</a>
C. <a href="mail:test@test.com">test@test.com</a>
D. <a href="mailto:test@test.com">test@test.com</a>
第4题:
______in this way, the situation doesn' t seem so disappointing.
A、To look
B、Looking at
C、Looked at
D、To be looked at
第5题:
A. discovering
B. to discover
C. discover
D. discovery
第6题:
Animal research is irrelevant to our health and it can often produce______(mislead)results.
第7题:
A、expecting
B、expect
C、expected
第8题:
________________________(和平谈判的进展情况)has been rather disappointing.
第9题:
下列程序的运行结果是【 】。
include <iostream. h>
class test
{
private:
int num;
public:
test()
int TEST() {return num+100;}
~test()
};
test::test(){num=0;}
test::~test(){cout<<"Destructor is active"<<endl;}
void main()
{
test x[3]
cout<<x[1]. TEST()<<endl;
}
第10题:
● 以下 HTML代码中,创建指向邮箱地址的链接正确的是(69)。
(69)
A . <a href="email:test@test.com">test@test.com</a>
B. <a href="emailto:test@test.com">test@test.com</a>
C. <a href="mail:test@test.com">test@test.com</a>
D. <a href="test@test.commailto:test@test.com">test@test.com</a>