试题与答案

根据汉语提示完成下列句子。 1. Peter想保持健康,但是他认为味道好的食品对

题型:翻译题

题目:

根据汉语提示完成下列句子。

1. Peter想保持健康,但是他认为味道好的食品对你没有好处。

    Peter wants to _____ _____, but he thinks food that tastes good _____ _____ _____ you.

2. 医生劝说他不要吃含脂肪的食品。

    The doctor advised him _____ _____ _____ _____ fattening food.

3. 我喜欢能伴唱的音乐。

    I love music that I can _____ _____ _____.

4. 无论你做什么,别错过本次展览。 

   _____ _____ _____, don't miss the exhibition.

5. 我奶奶更愿意散步,而不是坐在电视机前。

   My grandma prefers _____ _____ a walk _____ _____ _____ in front of TV.

答案:

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

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

参考答案:D解析: 细节题型。 根据第二段的第6句In contemporary society, such formal agents and agencies include psychiatry and other mental health professions; mental hospitals;police and courts of law;prisons; and social welfare agencies.文中没有提到D项。

试题推荐
题型:填空题

阅读下列说明、图和C++代码,填补C++代码中的空缺(1)~(5),将解答写在对应栏内。

[说明]

已知对某几何图形绘制工具进行类建模的结果如图5-1所示,其中Shape为抽象类(应至少包含一个纯虚拟(virreal)函数),表示通用图形,Box表示矩形,Ellipse表示椭圆,Circle表示圆(即特殊的椭圆),Line表示线条。

下面的C++代码用于实现图5-1所给出的设计思路,将其空缺处填充完整并编译运行,输出结果为:

Ellipse

Circle

Ellipse

C

E

[C++代码]

#include<string>

#include<iostream>

using namespace Std;

class Shape

public:

Shape(const String& name)

m_name=name;

~Shape()

(1) void paint()=0;

string getName()const

return m_name;

private:

string m_name;

;

//Box和Line类的定义与Ellipse类似,其代码略

class Ellipse (2)

public:

Ellipse(const String& name): Shape(name)cout<<"E1lipse"<<end1;

void paint() cout<<getName()<<end1;

;

class Circle (3)

public:

Circle(const string& name): Ellipse(name)(cout<<"Circle"<<end1;

;

class Diagram

public:

void drawAShap(Shape* shape) shape->paint();

void drawShapeS()

shapes[0]=new Circle("C");

shapes[1]=new Ellipse("E");

for (int i=0; i<2; ++1)

drawAShap(Shapes[i]);

void close()( /*N除形状,代码略$/)

private:

Shape* shapes[2];

;

int main()

Diagram* diagram= (4) ;

diagram->drawShapes();

diagram->close();

(5) diagram;

(5)处应填()。

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