首页 > 外语类考试> 大学英语四级
题目内容 (请给出正确答案)
[主观题]

填空:Nowadays, is it possible to tell a person's class just by looking at him

填空:Nowadays, is it possible to tell a person's class just by looking at him? Physical details __1__ tell us about health, diet and type of work done. A hundred years ago the working class very often lookd unhealthy, small and were either too thin or too fat. The upper classes were often __2__, sporting types who were used to a good diet and looked healthy. Today living and working conditions have improved, and such __3__ would no longer be so true.The clothes people choose to wear, however, do provide information about their __4__. The most obvious way in which is for the amount of money spent on them. Expensive clothes look expensive and show their wearer had money. Clothes can provide other __5__ as well. The upper classes __6__ to be less interested in fashion and wear good quality clothes in non-bright colours, made of natural material like wool, leather or cotton. Lower working class people often choose clothes in bright colours, made of man-made material. A sociological explanation for this would be that color and interest are mssing from their lives, and therefore any opportunity to introduce this is __7__.Clothes are __8__ at a price within most people's reach. New clothes make the wearer feel good, and show some __9__ of wealth to the outside world. Today some new fashions are started by the lower working class people who want to look __10__ and feel important. They want people to look at them.

A) available

B) background

C) different

D) tall

E) totally

F) taken

G) descriptions

H) degree

I) clues

J) alone

K) appear

L) consider

M) full

N) hobby

O)fetched

查看答案
答案
收藏
如果结果不匹配,请 联系老师 获取答案
您可能会需要:
您的账号:,可能还需要:
您的账号:
发送账号密码至手机
发送
安装优题宝APP,拍照搜题省时又省心!
更多“填空:Nowadays, is it possible to…”相关的问题
第1题
若要使指针p指向一个double类型的动态存储单元,请填空。 p=______malloc(sizeof(double));

若要使指针p指向一个double类型的动态存储单元,请填空。

p=______malloc(sizeof(double));

点击查看答案
第2题
下面的语句要使指针p指向一个double类型的动态存储单元,请填空。 p =【 】malloc(sizeof(double))

下面的语句要使指针p指向一个double类型的动态存储单元,请填空。 p =【 】malloc(sizeof(double));

点击查看答案
第3题
执行下面程序段时输出suet,请填空。 main() { static char a[]="student"; char *p;

执行下面程序段时输出suet,请填空。 main() { static char a[]="student"; char *p; for(p=a;p<【 】;p+=2) putchar(*p); }

点击查看答案
第4题
用下面语句调用库函数malloc,使单精度型指针p指向具有40个字节的动态存储空间,请填空。 p=(float

用下面语句调用库函数malloc,使单精度型指针p指向具有40个字节的动态存储空间,请填空。 p=(float*)【 】;

点击查看答案
第5题
以下程序中给指针P分配三个double型动态内存单元,请填空: include<stdio.h> main()

以下程序中给指针P分配三个double型动态内存单元,请填空: include<stdio.h> main() {double*p; p=(double*)malloc 【 】; p[0]=1.5;p[1]=2.5;p[2]=3.5; printf("%f%f%f\n",p[0],p[1],p[2]); }

点击查看答案
第6题
以下程序中给指针p分配3个double型动态内存单元,请填空。 include <stdio.h> main ()

以下程序中给指针p分配3个double型动态内存单元,请填空。 include <stdio.h> main () { double *p; p=(double *)malloc((【 】); p[0]=1.5;p[1]=2.5;p[2]=3.5; printf("%f%f%f\n",p[0],p[1],p[2]); }

点击查看答案
第7题
以下程序中给指针p分配3个double型动态内存单元,请填空。 include<stdllb. h> main()

以下程序中给指针p分配3个double型动态内存单元,请填空。 include<stdllb. h> main() { double * p; p=(double*)malloc(【 】); p[0]=1.5; p[1]=2.5; p[2]=3.5 printf("% f % f % f\n",p[0],p[1], p[2]); }

点击查看答案
第8题
以下程序通过函数指针p调用函数fun,请在填空栏内,写出定义变量p的语句。 void fun (int*x,int

以下程序通过函数指针p调用函数fun,请在填空栏内,写出定义变量p的语句。 void fun (int*x,int*y) {……} main() { int a=10,b=20; ______;严定义变量p*/ p=fun;p(&a,&b); ……}

点击查看答案
第9题
下面程序的功能是输出数组s中最小元素,请填空。 include<iostream.h> void main(){int k, p, s[]=

下面程序的功能是输出数组s中最小元素,请填空。

include<iostream.h>

void main(){

int k, p, s[]={1,-9,7,2,-10,3};

k=s[0];

for(p=0;p<6;p++)

if(s[p]<k) 【 】;

cout<<k;

}

点击查看答案
退出 登录/注册
发送账号至手机
密码将被重置
获取验证码
发送
温馨提示
该问题答案仅针对搜题卡用户开放,请点击购买搜题卡。
马上购买搜题卡
我已购买搜题卡, 登录账号 继续查看答案
重置密码
确认修改