Some people find it hard to _________ help.A.ask forB.believe inC.find outD.run into

题目
Some people find it hard to _________ help.

A.ask for

B.believe in

C.find out

D.run into


相似考题
更多“Some people find it hard to _________ help. ”相关问题
  • 第1题:

    A: I’d like ________ information about the school. B: You could have ________ word with the schoolmaster.

    A.some / a

    B.an / some

    C.some / some


    参考答案:A

  • 第2题:

    下面哪些命令可以查找出Linux系统中的设备文件?()

    A.find / -type b

    B.find / -type -

    C.find / -type c

    D.find / -type p


    find / -type b;find / -type c

  • 第3题:

    12、利用命令find查找当前目录下的以“.c”结尾的文件,并逐页显示的命令是()。

    A.find . -name “?.c” | more

    B.find . -name “#.c” | more

    C.find . -name “!*.c” | more

    D.find . -name “*.c” | more


    正确

  • 第4题:

    ( )Are you sure you don‘t have_______advice to give me I really need_______.

    A.any;any
    B.some;any
    C.any;some
    D.some;some

    答案:C
    解析:

  • 第5题:

    下面哪一条命令可以查找出Linux系统中的普通文件?()

    A.find / -type -

    B.find / -type d

    C.find / -type f

    D.find / -type s


    find / -type f

  • 第6题:

    利用命令find查找当前目录下的以“.c”结尾的文件,并逐页显示的命令是()。

    A.find . -name “?.c” | more

    B.find . -name “#.c” | more

    C.find . -name “!*.c” | more

    D.find . -name “*.c” | more


    D