-
1 byte
A field size or data type that can hold positive integer numbers ranging from 0 to 255. -
2 Integer data type
"A fundamental data type that holds integers. An Integer variable is stored as a 16-bit (2-byte) number ranging in value from -32,768 to 32,767." -
3 Single data type
A data type that stores single-precision floating-point variables as 32-bit (4-byte) floating-point numbers ranging in value from -3.402823E38 to -1.401298E-45 for negative values and 1.401298E-45 to 3.402823E38 for positive values. -
4 uniqueidentifier data type
A data type containing a unique identification number stored as a 16-byte binary string used for storing a globally unique identifier (GUID).English-Arabic terms dictionary > uniqueidentifier data type
-
5 Boolean data type
"A data type with only two passable values, True (-1) or False (0). Boolean variables are stored as 16-bit (2-byte) numbers." -
6 Currency
"An 8-byte, fixed-point data type that is useful for calculations involving money or for fixed-point calculations in which accuracy is extremely important. The Currency data type is used to store numbers with up to 15 digits to the left of the decimal point and 4 digits to the right. The type-declaration character in Microsoft© Visual Basic© is an at sign (\@). Currency can range from -922,337,203,685,477.5808 to 922,337,203,685,477.5807." -
7 money
"An 8-byte, fixed-point data type that is useful for calculations involving money or for fixed-point calculations in which accuracy is extremely important. The Currency data type is used to store numbers with up to 15 digits to the left of the decimal point and 4 digits to the right. The type-declaration character in Microsoft© Visual Basic© is an at sign (\@). Currency can range from -922,337,203,685,477.5808 to 922,337,203,685,477.5807." -
8 PIC S9(9) COMP Integer
"A 32-bit COBOL data type that represents a 4 byte signed arithmetic operation, and can take on values from -999999999 to +999999999 or -2147483648 to +2147483647, depending on compiler options. A PIC S9(9) COMP Integer is similar to a Long Integer in C." -
9 tinyint
A data type of 1 byte (8 bits) that stores whole numbers in the range of 0 through 255.
См. также в других словарях:
Byte by Byte... — Byte by Byte... Byte by Byte... † Catholic Encyclopedia ► Byte by Byte, Catholic Encyclopedia Launched into Cyberspace By MARK DITTMAN and TIM DRAKE Surely we must be grateful for the new technology which enables us to store… … Catholic encyclopedia
Type system — Type systems Type safety Inferred vs. Manifest Dynamic vs. Static Strong vs. Weak Nominal vs. Structural Dependent typing Duck typing Latent typing Linear typing Uniqueness typing … Wikipedia
Byte — A byte (pronounced bite , IPAEng|baɪt) is the basic unit of measurement of information storage in computer science. In many computer architectures it is a unit of memory addressing, most often consisting of eight bits. A byte is one of the basic… … Wikipedia
Byte (magazine) — Infobox Magazine title = Byte | image size = 200px | image caption = Byte Vol 1. No. 4, cover dated December 1975 editor = Virginia Williamson frequency = Monthly circulation = category = Computer magazines company = CMP Media firstdate =… … Wikipedia
Byte (dériveur) — Pour les articles homonymes, voir Byte (homonymie). Byte CII Byte CII, évolution du Byte … Wikipédia en Français
Byte stream — In computer science, a byte stream is a bit stream, in which data bits are grouped into units, called bytes. In computer networking the term octet stream is sometimes used to refer to the same thing; it emphasizes the use of bytes having the… … Wikipedia
Type of Service — The TOS byte in the IPv4 header has had various purposes over the years, and has been defined in different ways by five different RFCs. (RFC 791, RFC 1122, RFC 1349, RFC 2474, and RFC 3168.) The modern definition of the TOS byte is a six bit… … Wikipedia
Type conversion — This article is about the computer science concept. For the aviation licensing process, see Type conversion (aviation). In computer science, type conversion, typecasting, and coercion refers to different ways of, implicitly or explicitly,… … Wikipedia
Type-in program — NOTOC A type in program, or just type in, is a computer program listing printed in a computer magazine or book, meant to be typed in by the reader in order to run the program on a computer. Very common in the early home computer era of the late… … Wikipedia
byte — ● ►en /bayt/ n. m. ►TYPE En pratique syn. d octet, un byte anglais est un ensemble de bits codant un caractère. En pratique, on en met 8, mais c est parfois plus ou moins. On le retrouve dans ses multiples: MB = MegaByte, KB = KiloByte. Voir… … Dictionnaire d'informatique francophone
Type code — A type code is the only mechanism used in pre Mac OS X versions of the Macintosh operating system to denote a file s format, in a manner similar to file extensions in other operating systems. Codes are four byte OSTypes. For example, the type… … Wikipedia