The main idea of paragraph 2 is______.A. colors may have effect on our work and studyB. colors do have effect on our moods (情绪)C. light and bright colors make people happyD. factory workers can work better in a bright room
The main idea of paragraph 2 is______.
A. colors may have effect on our work and study
B. colors do have effect on our moods (情绪)
C. light and bright colors make people happy
D. factory workers can work better in a bright room
相关考题:
若对某个学生的各数据项进行赋值,下列程序段正确的是( )A.DimSAsStu:Stud.no=0201:Stud.name=李平:Stud.score=78,88,96B.DimSAsStud:S.no=0201:S.name=李平:S.score=78,88,96C.DimSAsStud:S.no=0201:S.name=李平:S.score(1)=78:S.score(2)=88:S.score(3)=96D.DimSAsStud:Stud.no=0201:Stud.name=李平:Stud.score(1)=78:Stud.score(2)=88:Stud.score(3)=96
【单选题】以下程序的运行结果是。 typedef union {long a[2];int b[4];char c[8];}TY; TY our; main() {printf("%dn",sizeof(our)); }A.32B.16C.8D.24
2、若有以下说明和语句,则引用方式不正确的是? struct worker{ int no; char *name; }work, *p=work;A.work.noB.(*p).noC.p->noD.work->no
字符型变量colors取值为129, 356,将其正确转换为数值型变量colorsNo的语句是 ()A.ColorsNo=input(colors, comma6.);B.ColorsNo=input(colors, comma7.);C.ColorsNo=put(colors, comma6.);D.ColorsNo=put(colors, comma7.);
已知某普通用户stud1,他的用户主目录是()A./root/stud1B./stud1C./home/stud1D./root/home/stud1