举一反三
- 使用文件存储数据时,文件存储在软件的【】目录下。( )。 A: /src/data/包名/files/ B: /gen/data/包名/files/ C: /data/data/包名/files/ D: /res/data/包名/files/
- 通过openFileOutput方法写入的文件内容保存在以下哪个文件夹下 A: /data/data/packagename/files/ B: /sdcard/data/packagename/files/ C: /sdcard/packagename/files/ D: /mnt/sdcard/packagename/files/
- 使用文件存储数据时,文件存储在软件的()目录下。 A: /data/data/包名/files/ B: /data/data//files/ C: mnt/sdcard/包名/files/ D: 任意路径
- Chang, Tian and An are three users of the system. Chang and An are in the same group. Tian is a Super User. Which of the following rights is inconsistent with the given policies A: Tian has W(write) access to An's Mail files B: Tian has E(execute)access to Art's Mail files C: Chian has R(read) access to An's text files D: Tian has E(execute) access to Chang's Binary files
- Your data recovery strategy must meet the following requirements:·Back up all data files and folders in C:Data.·Restore individual files and folders in C:Data.·Ensure that data is backed up to and restored from external media.What should you do?() A.A B.B C.C D.D
内容
- 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.