更多“In second language acquisition, age is an important factor.() ”相关问题
  • 第1题:

    According to Krashen,__________refers to the gradual and subconscious development of ability in the first language by using it naturally in daily communicative situations.

    A. learning
    B. competence
    C. performance
    D. acquisition

    答案:D
    解析:
    考查语言习得。美国语言学家克拉申在20世纪70年代提出了“语言习得”理论.认为人们掌握语言有两种主要方式:一种是习得,另一种是学习。习得是指通过接触语言来学习语言.无意识地逐渐掌握语言规律。

  • 第2题:

    下列关于CSS重要性的说法中正确的是()

    A.!important要写在分号“;”的前面

    B.!important要写在相关属性值的前面

    C.!important权值为1000

    D.!important只能应用与字体样式设置


    CSS用于设置HTML页面中的文本内容、图片的外形以及版面的布局等外观显示样式

  • 第3题:

    提升选择器样式重要性的代码正确的是()

    A..green{ color:green!important; }

    B..green{ !important color:green; }

    C..green!important{ color:green!important; }

    D..green{ color:green; }!important;


    正确

  • 第4题:

    Although the great white shark has a fearsome ______,in a straight fight,it is outclassed by the killer whale.

    A.reputation
    B.imagination
    C.aggression
    D.acquisition

    答案:A
    解析:
    选项A意为“声誉”;选项B意为“想象力”;选项C意为“侵略”;选项D意为“收购”。根据题干,题目意为“虽然大白鲨有一个可怕的声誉,但在直接的战斗中,它被虎鲸击败了。” 选项A符合题意。
      

  • 第5题:

    下面关于CSS样式优先级,正确的是

    A.!important > id > class > tag

    B.id> !important > class > tag

    C.!important > tag > class > id

    D.tag> id > class > !important


    important > id > class > tag

  • 第6题:

    CSS优先级说法正确的是?

    A.!important > id > class > tag

    B.!important < id < class < tag

    C.!important>class>id>tag

    D.!important>tag>id>class


    important > id > class > tag