7. Working with Data: Types
Jesse Feiler1
(1)Suite 1, Plattsburgh, New York, USA
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.
It is important to note that ...
Get Learn Computer Science with Swift: Computation Concepts, Programming Paradigms, Data Management, and Modern Component Architectures with Swift and Playgrounds now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.