【单选题】【消耗次数:1】
Words that are oppositein meaning are called _______.
homonyms
polysemy
antonyms
synonyms
参考答案:
复制
纠错
相关题目
【单选题】 In a/an _______, words are grouped according to meaning. For example, all words that are related to the emotions.
①  thesaurus
②  dictionary
③  grammar book
④  article on morphology
【单选题】 What meaning is referred to if we say the meaning of “dog” is friendship and loyalty?
①  denotative meaning
②  connotative meaning
③  literal meaning
④  labeled meaning.
【判断题】 “Purchase”and “buy”are not synonyms because “purchase”is more formal than “buy”.
①  正确
②  错误
【单选题】 What meaning is referred to if we say the meaning of “dog” is an animal with four legs and a tail, often kept as a pet or trained for work?
①  denotative meaning
②  connotative meaning
③  extended meaning
④  inspired meaning.
【单选题】 ____, the more you are aware of content and meaning.
①  The more words you are familiar to
②  The more words you are familiar with
③  You are familiar to more words
④  You are familiar with more words
【单选题】 Yours Sincerely is called [].
①  greeting
②  date
③  complimentary close
【单选题】 Japanese currency is called ( )
①  Japanese Yen
②  Japanese Won
③  Japanese Yuan
④  Japanese dollar
【判断题】 0.05$ is called a dime
①  正确
②  错误
【判断题】 0.10$ is called a nickel
①  正确
②  错误
【判断题】 0.25$ is called a quarter
①  正确
②  错误
随机题目
【单选题】 在#include命令中不可以包含( )。
①  头文件
②  程序文件
③  用户头文件
④  目标文件
【单选题】 假定一个结构类型的定义为“struct A{int a,b;A* c;};”,则该类型的长度为( )。
①  8
②  10
③  12
④  16
【单选题】 从一个数据文件中读入以换行符结束的一行字符串的函数为( )。
①  gets()
②  fgets()
③  getc()
④  fgetc()
【单选题】 在下面的( )函数声明语句存在语法错误。
①  AA(int a,int b);
②  AA(int,int)
③  AA(int a;int b)
④  AA(int a,int)
【单选题】 表示文件结束的符号常量为( )。
①  eof
②  Eof
③  EOF
④  Feof
【单选题】 C语言原程序文件的缺省扩展名为( )。
①  cpp
②  exe
③  obj
④  C
【单选题】 一个程序文件中必须有并且只有一个命名为( )的函数。
①  Main
②  main
③  void
④  intmain
【单选题】 表示文件结束的符号常量为( )。
①  eof
②  Eof
③  EOF
④  Feof
【单选题】 假定一个结构类型的定义为“struct C{double* a[4];int n;};”,则该类型的长度为( )。
①  20
②  21
③  22
④  24
【单选题】 假定有“struct BOOK{char title[40];float price;} book;”,则正确的语句为( )。
①  struct BOOK x=
②  struct BOOK *x=
③  struct BOOK x=calloc(BOOK);
④  struct BOOK *x=BOOK;