参考答案和解析
参考答案:A
更多“What the old lady asked for was a(an) ( ). ”相关问题
  • 第1题:

    He bought a( an ) ( ) table from an old lady the other day.

    A、round/ old/ rosewood

    B、rosewood/ old/ round

    C、old/ round/ rosewood

    D、old/ rosewood/ round


    参考答案:A

  • 第2题:

    Our English teacher() our buying an English-Chinese dictionary.

    A、suggested

    B、wished

    C、hoped

    D、asked


    参考答案:A

  • 第3题:

    下面的代码的执行结果是____ s = 'F' if s == 'f': print('lady') else: print('man')


    3

  • 第4题:

    When ( ) where he was born, John said that he was a New Yorker.

    A. asking

    B. being asked

    C. was asked

    D. asked


    正确答案:D    

  • 第5题:

    What command would an operator use to move a file from the /old_dir directory to the /new_dir directory without changing the file name?()

    A. mv /old_dir/file /new_dir

    B. mv -p /old_dir/file /new_dir

    C. mv -k /old_dir/file /new_dir

    D. mv /old_dir/file /new_dir/new_file


    参考答案:A

  • 第6题:

    用vi打开一个文件,如何用字母”new”来代替文件中所有的字母”old”

    A.:r/old/new

    B.:s/old/new

    C.:1,$s/old/new/g

    D.:%s/old/new/g


    B