更多“A: Which of these newspapers have you read?B: I’ve read _____them.A. bothB. both ofC. an ”相关问题
  • 第1题:

    下列程序使用系统标准输入System.in从键盘获得输入字符串,请选择正确的一项填入下列程序的横线处。 import java.io.*; public class ex26 { public static void main(String args[]) { byte buffer[] = new byte[128]; int n; try { n = for(int i = 0; i < n; i++) System.out .print ( (char)buffer [i] ); catch (IOException e) { System.out.print (e); } } }

    A.System.in.read(buffer)

    B.system.in.read(buffer)

    C.System.in.read0

    D.System.in(buffer)


    正确答案:A

  • 第2题:

    --Remember the first time we met, John
    --Exactly. You ______ in the library.

    A.were reading
    B.had read
    C.have read
    D.read

    答案:A
    解析:
    考查时态。句意为“——约翰,还记得我们第一次见面吗 ——当然,当时你正在图书馆读书。”表示见面时的动作状态,使用过去进行时。

  • 第3题:

    常用的外部数据读取函数有()

    A.read.table()

    B.read.csv()

    C.read.spss()

    D.read.txt()


    read.table( );read.csv();read.spss( )

  • 第4题:

    --Remember the first time we met, John?
    --Exactly. You ____________ in the library.

    A.were reading
    B.had read
    C.have read
    D.read

    答案:A
    解析:
    考查时态。句意为“——约翰,还记得我们第一次见面吗?——当然,当时你正在图书馆读书。”表示见面时的动作状态,使用过去进行时。

  • 第5题:

    以下read函数的调用形式中,参数类型正确的是

    A.read(int fd,char *buf,int count)

    B.read(int *buf,int fd,int count)

    C.read(int fd,int count,char *buf)

    D.read(int count,char *buf,int fd)


    read(int fd,char *buf,int count)

  • 第6题:

    R中读取外部文件的函数有()

    A.read.table

    B.read.csv

    C.read.xlsx

    D.read.xlsx2

    E.read,delim


    read.table;read.csv;read.xlsx;read.xlsx2;read,delim