flâneur — a map of the web's best reading

CSC 151 - Characters and strings

eikmeier.sites.grinnell.edu · 3,922 words · saved by 1 readers

Computer scientists refer to text in many ways. A text file is a document stored on the file system in a computer that contains text. A string is a piece of text available within a computer program. And a character is the basic building block that we use to create strings. In this reading, we explore the representation of characters and strings in Scheme. In a subsequent reading, we will consider files. As you may recall, there are five issues we typically consider as we encounter a new type: The name of the type, the purpose of the type, the way you express elements of the type, the way Scamper displays elements of the type, and the operations of the type. A character is a small, repeatable unit within some system of writing – a letter or a punctuation mark, if the system is alphabetic, or an ideogram in a writing system like Han (Chinese). Characters are usually put together in sequences that computer scientists call strings. Although early computer programs focused primarily on nume

CSC 151 - Characters and strings Characters and strings Due Monday, 8 September 2025 --> Summary We consider characters and strings , two of the important primitive data types in many languages. Characters are the building blocks of strings. Strings, conversely, are combinations of characters. Both characters and strings are useful for input and output. Computer scientists refer to text in many ways. A text file is a document stored on the file system in a computer that contains text. A string is a piece of text available within a computer program. And a character is the basic building block t

Explore this link on the map →

related reading