Working with Data: Types
Jesse Feiler
Abstract
Jesse Feiler
Abstract
One of the basics of computer science is the concept of data types. In the simplest case, a type is a way of interpreting the digital bits in a computer's memory or in a data stream for or from a storage device. Bits have one of two values (on/off), and they are typically grouped together logically into bytes. Bytes began as collections of bits that could represent a single character; the first implementations were of six bits, but today bytes are typically either bits so that more characters can be represented by a single byte. These keywords were added by machine and not by the authors. This process is experimental and the keywords may be updated as the learning algorithm improves.
A significance statement is not available in the OpenAlex record.
A contribution statement is not available in the OpenAlex record.
Method details are not available in the OpenAlex metadata.
Findings are not separately available in the OpenAlex metadata.
Limitations are not available in the OpenAlex metadata.
Application details are not available in the OpenAlex metadata.
One of the basics of computer science is the concept of data types. In the simplest case, a type is a way of interpreting the digital bits in a computer's memory or in a data stream for or from a storage device. Bits have one of two values (on/off), and they are typically grouped together logically into bytes. Bytes began as collections of bits that could represent a single character; the first implementations were of six bits, but today bytes are typically either bits so that more characters can be represented by a single byte. These keywords were added by machine and not by the authors. This process is experimental and the keywords may be updated as the learning algorithm improves.
Key concepts: Byte, Computer science, Character (mathematics), Arithmetic, Data type, Implementation, Computer hardware, Programming language