Subject | English | Hebrew |
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 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 pointer | מצביע Null (A pointer to nothing: usually a standardized memory address, such as 0. A null pointer usually marks the last of a linear sequence of pointers or indicates that a data search operation has come up empty) |
comp., MS | null reference | הפניה חסרת אובייקט (In C++, a reference that has not been assigned an object) |