未知题型
The expression 'follow the headlines' shows ______.
A.people seldom have time to read newspaper articles
B.people think the headlines contain the most important information
C.people often get their opinions from newspapers or television
D.most people look on newspapers or TV as misleading
- A.A.people
B.people
C.people
D.most
【参考答案】
C
解析:这是一道词义分析题。答案选项意为:'人的观点经常受报纸和电视的影响'。第三段指出,媒体—特别是电视对人......
(↓↓↓ 点击下方‘点击查看答案’看完整答案 ↓↓↓)
点击查看答案
相关考题
-
单项选择题
使用VRay渲染,【更换渲染器为Vray渲染器】,开启【环境天光】后,便可直接渲染出图。 A、正确 B、错误 -
未知题型
有如下程序: #include<iostream> using namespace std; int main(){ int sum; for(int i=0;i<6;i+=3){ sum=i; for(int j=i;j<6;j++)sum+=j; } cout<<sum<<end1; return 0; } 运行时的输出结果是( )。D.15
A.3
B.10
C.12 -
未知题型
有如下程序: #include<iostream> using namespace std; class Sample{ public: Sample()<) ~Sample(){cout<<'*';} }; int main(){ Sample temp[2],*pTemp[2]; return 0; } 执行这个程序输出星号(*)的个数为( )。D.4
A.1
B.2
C.3
