更多“Go straight,() and you will find a sign for the toilet. ”相关问题
  • 第1题:

    打开一个数据表文件的同时打开以“姓名”为关键字的单一索引文件,要求查找姓名为“张伟”的教师,应使用命令( )

    A.GO张伟

    B.LOCATE张伟

    C.FIND张伟

    D.SEEK张伟


    正确答案:C

  • 第2题:

    Which type of cable is used to connect the COM port of a host to the COM port of a router or switch?()

    A. crossover

    B. straight-through

    C. rolled

    D. shielded twisted-pair


    参考答案:C

  • 第3题:

    以下对于字符串的相关操作,正确的输出结果是哪些选项?

    A.>>> 'Life is short, you need Python.'.find('you') 15

    B.>>> seq = [1, 2, 3, 4]; >>> sep = '+'; >>> sep.join(seq) '1+2+3+4'

    C.>>> print('{:5.3f}'.format(math.pi)) 3.1416

    D.>>> print('you' in 'Life is short, you need Python.') True


    >>> 'Life is short, you need Python.'.find('you')15;>>> print('you' in 'Life is short, you need Python.')True

  • 第4题:

    Which type of cable is required to access the router’s console port from a PC?()

    A.modem

    B.Ethernet

    C.nullmodem

    D.straight-through


    参考答案:C

  • 第5题:

    在linggle中,如果想知道go和home中间是否有to,应输入

    A.go?to home

    B.go#to home

    C.go_to home

    D.go%to home


    go?to home

  • 第6题:

    9、以下对于字符串的相关操作,正确的输出结果是哪些选项?

    A.>>> 'Life is short, you need Python.'.find('you') 15

    B.>>> seq = [1, 2, 3, 4]; >>> sep = '+'; >>> sep.join(seq) '1+2+3+4'

    C.>>> print('{:5.3f}'.format(math.pi)) 3.1416

    D.>>> print('you' in 'Life is short, you need Python.') True


    >>> 'Life is short, you need Python.'.find('you') 15;>>> print('you' in 'Life is short, you need Python.') True