农民是我国改革以来分化最明显的社会群体,我国农民大体上可以分为()。
A.8个阶层
B.9个阶层
C.10个阶层
D.12个阶层
参考答案:D
.
第二节:书面表达(满分25分)
学校举办看图征文,请以How to Protect Your Eyesight为题写一篇120词左右的英语短文,指出图中所反映的现象;简单分析成因;从阅读时间长短、光线是否充足、眼保健操、睡眠等方面提出四条保护视力的建议和方法。
注意: 1语句通顺,意思连贯,符合英语表达习惯,字迹工整。2 每段开头已给出,不计入总词数。
参考词汇:near-sighted近视 faint light昏暗的光线
How to Protect Your Eyesight
As we can see from the picture, most of the students…
Some students spend too much time…
Here are some suggestions on how to protect your eyesight. …
_____________________________________________________________________________________________________________________________________________________________________________________________________________________________________________
以下程序段共有错误( )处 #include <iostream> using namespaces std; class Sample private:int n; public: Sample(int i) n=i; void setvalue(int i) n=i; void display() cout<<"n="<<n<<end1; ; int main() const Sample a(l0); a.setvalue(5); a.display(); return 0;
A.1
B.2
C.3
D.4