Subject | English | Chinese Taiwan |
comp., MS | null character | Null 字元 (" A character code with a null value; literally, a character meaning "nothing." Although it is real in the sense of being recognizable, occupying space internally in the computer, and being sent or received as a character, a NUL character displays nothing, takes no space on the screen or on paper, and causes no specific action when sent to a printer. In ASCII, NUL is represented by the character code 0. ") |
comp., MS | null field | NULL 欄位 (" A field containing a Null value. A null field isn't the same as a field that contains a zero-length string (" ") or a field with a value of 0.") |
comp., MS | null key | Null 索引鍵 (A null value that is encountered in a key column) |
comp., MS | null modem | NULL 數據機 (Special cabling that eliminates the modem's need for asynchronous communications between two computers over short distances. A null modem cable emulates modem communication) |
comp., MS | null object | Null 物件 (An object with no members) |
comp., MS | null reference | Null 參考 (In C++, a reference that has not been assigned an object) |