A bit (short for binary digit), the smallest data unit in a computer, has a single binary value of either 0 or 1. ( )
举一反三
- The binary system consists of only two digits—0 and 1.
- ( )是二进制(Binary Digit)的缩写,即计算机中常用的术语“位”。
- For a computer to understand an instruction(指令), it must be represented in binary(二进制).
- 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.
- 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.