Some students learn vocabulary by memorizing lists of new words.()此题为判断题(对,错)。

题目
Some students learn vocabulary by memorizing lists of new words.()

此题为判断题(对,错)。


相似考题
更多“Some students learn vocabulary by memorizing lists of new words.() ”相关问题
  • 第1题:

    According to The National English Curriculum Standards, the language knowledge students are required to learn consists of phonetics, vocabulary, grammar,__________.

    A.function and theme
    B.culture and society
    C.literature and linguistics
    D.discourse and genre

    答案:A
    解析:
    考查英语课程标准内容。英语新课标要求的语言知识目标包括:语音、词汇、语法、功能和话题。故选A。

  • 第2题:

    It is very difficult for a child to adhere to rules.

    A: remember
    B: follow
    C: understand
    D: learn

    答案:B
    解析:
    句意:让孩子遵守规则是很难的。句中adhare to意为“遵守,坚持”。四个选项中:remember意为“记忆”;follow意为“追随,遵循”,它与画线部分含义最近。understand意为“理解”;learn意为“学习”。

  • 第3题:

    9、完善下面程序下划线的地方,实现排序: def insert_sort(lists): for i in range(len(lists)): position=i while position>0: lists[position],lists[position-1]=lists[position-1],lists[position] position-=1 print(lists) return lists


    text-decoration

  • 第4题:

    According to The National English Curriculum Standards, the language knowledge students are required to learn consists of phonetics, vocabulary, grammar_______

    A.function and theme
    B.culture and society
    C.literature and linguistics
    D.discourse and genre

    答案:A
    解析:
    考查新课标中的语言知识目标。英语新课标要求的语言知识目标包括:语音、词汇、语法、功能和话题。故选A。

  • 第5题:

    声明并创建一个学生类Student的对象s,下列语法格式正确的是()。

    A.Student s = Student();

    B.Student s;

    C.Student s = new Student();

    D.Student s = new ();


    C

  • 第6题:

    完善下面程序下划线的地方,实现排序: def insert_sort(lists): for i in range(len(lists)): position=i while position>0: lists[position],lists[position-1]=lists[position-1],lists[position] position-=1 print(lists) return lists


    mid=(low+high)/2r[mid].key>k