• 2021-04-14
    Which one of the following is correct about data file and C language?? Files consist of binary data sequence and C language can only read and write binary files.|Files consist of ASCII character sequence and C language can only read and write text files.|Files consist of records sequence and can be categorized into binary files and text files by the storage form of the data.|Files consist of data streams and can be categorized into binary files and text files by the storage form of the data.
  • Files consist of data streams and can be categorized into binary files and text files by the storage form of the data.

    内容

    • 0

      What is the difference between translating single files and using projects? A: Only a project can have several files and target languages. Adding files to the project ispossible. B: There is no difference. Opening single documents is just quicker. C: A project can use multiple TMs, a single file only one. D: A single file is saved as SDL XLIFF, files in a project are saved as SDLPPX.

    • 1

      Android中把数据存储到SD卡对应的目录是() A: /data/data/包名/files/ B: /mnt/sdcard/files/ C: /mnt/sdcard D: 任意路径

    • 2

      创建数据库时,数据库文件默认存放目录是( ) A: C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA B: D:\SQL Server 2008\DATA C: C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\OLAP D: C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL

    • 3

      ________ stored in a database should be accurate. A: Instructions B: Files C: Programs D: Data

    • 4

      In the file open modes, the string "rb" indicates . A: opening an existing binary file only for data reading. B: opening a text file only for data writing. C: opening an existing text file only for data reading. D: opening a binary file only for data writing.