niusouti.com

The main idea of this passage is______.A. one's color preference shows one's characterB. you can brighten your life with wonderful colorsC. psychologists have been studying the meaning of color preferenceD. one's color preference has something to do with

题目

The main idea of this passage is______.

A. one's color preference shows one's character

B. you can brighten your life with wonderful colors

C. psychologists have been studying the meaning of color preference

D. one's color preference has something to do with his character and colors have effects on human beings


相似考题
更多“The main idea of this passage is______. A. one's color preference shows one's charact ”相关问题
  • 第1题:

    How many books do you have? I have ______ book .That's ______ English book.

    A、a,an

    B、a,one

    C、on,an

    D、one,one


    参考答案: A

  • 第2题:

    有以下程序

    #include<stdio.h>

    #include<string.h>

    main( )

    {char str[][20]={“Qne*World”,“one*Dream!”},*P=str[1 ].

    prinff(“%d,”,strlen(p));printf(“%s\n”,P); ’

    }

    程序运行后的输出结果是

    A.9,One*World S)

    B.9,One*Dream!

    C.10,One*Dream!

    D.10,One*World


    正确答案:C
    解析:可以将二维数组str看成一个是一个特殊的一维数组,其元素也是一个数组。那么,str[O]为“One*World”,str[1]为“One*Dream!”。

  • 第3题:

    有以下程序

    main()

    {char *s[]={"one","two","three"},*p;

    p=s[1];

    printf("%c,%s\n",*(p+1),s[0]);

    }

    执行后输出结果是

    A.n,two

    B.t,one

    C.w,one

    D.O,two


    正确答案:C
    解析:本题首先定义了一个有3个元素的指针数组s,并通过赋值使s[0]指向字符串“one”,s[1]指向字符串“two”,s[2]指向字符串“three”,然后通过赋值语句“p=s[1]”,使p指向了字符串“two”,故“*(p+1)”就是字符“w”。

  • 第4题:

    有以下程序

    #include<stdio.h>

    #include<string.h>

    main( )

    {char str[][20]={“Qne*World”,“one*Dream!”},*P=str[1 ].

    prinff(“%d,”,strlen(p));printf(“%s\n”,P); ’

    }

    程序运行后的输出结果是

    A.9,One*World S)9,One*Dream!

    B.10,One*Dream!

    C.10,One*World


    正确答案:C
    解析:可以将二维数组str看成一个是一个特殊的一维数组,其元素也是一个数组。那么,str[O]为“One*World”,str[1]为“One*Dream!”。

  • 第5题:

    有以下程序: main() { char *S[]={"one","two","three"},*p; p=s[1]; printf("%c,%s\n", *(p+1), s[0]); } 执行后输出结果是( )。

    A.n,two

    B.t,one

    C.w,one

    D.o,two


    正确答案:C
    解析:本题首先定义了一个有3个元素的指针数组s,并通过初始化列表使s[0]指向字符串“one”,s[1]指向字符串“two”,s[2]指向字符串“three”,然后通过赋值语句p=s[1],使p指向了字符串“two”,故*(p+1)就是字符‘w’。所以,C选项为所选。

  • 第6题:

    Each man and woman must sign ______ full names before entering the examination room.

    A.his

    B.her
    C.their

    D.one’s

    答案:C
    解析:
    本题考查代词。题目意为“所有人,不论男女,在进入考场前必须签上完整的名字。”A、B选项不能指代另一性别,排除;D选项one指代带不定冠词的单数可数名词,这里是each…and…形式,应该作为复数。

    考点
    代词