What Defines the Existence and Space of Strings in Computer Memory?

  • Thread starter Thread starter S = k log w
  • Start date Start date
  • Tags Tags
    Strings
Click For Summary
Strings in computer programming exist within a designated area of memory known as "string space," where they are stored as sequences of characters. There is no physical space between strings; any perceived gaps are merely visual representations, while the actual memory is empty. This empty space is utilized for data organization rather than filled with physical matter. Strings are fundamental data types essential for handling text-based data but do not exist in a physical dimension. Ultimately, strings are defined by the programmer who creates and assigns values to them.
S = k log w
Messages
65
Reaction score
0
Pardon me. I claim ignorance. Where do strings 'exist'? Either? 'String Space'? If so, is there space between on string and the next? What, if anything 'fills' the 'void'(s)? How can strings be fundamental if they have to lay in (some) dimension(s)? Do strings define themselves? If not, what defines strings?
 
Physics news on Phys.org


Strings, in the context of computer programming, exist within the memory of a computer. They are a sequence of characters stored in a specific location within the computer's memory. This location is often referred to as the "string space", and it is where the computer stores and manipulates strings.

There is technically no physical space between strings, as they are simply a series of characters stored in memory. However, in a visual representation of strings, there may appear to be space between them.

As for what fills the void between strings, it is simply empty memory space. This space is not filled with any physical matter, but rather it is utilized for storing and organizing data.

Strings can be considered fundamental in the sense that they are a basic data type in computer programming. They are essential for storing and manipulating text-based data. However, they do not exist in a physical dimension. They are simply a concept and tool used in computer programming.

Strings do not define themselves. They are defined by the programmer who creates them and assigns values to them. In this sense, the programmer is the one who defines strings and their purpose within a program.
 
"Supernovae evidence for foundational change to cosmological models" https://arxiv.org/pdf/2412.15143 The paper claims: We compare the standard homogeneous cosmological model, i.e., spatially flat ΛCDM, and the timescape cosmology which invokes backreaction of inhomogeneities. Timescape, while statistically homogeneous and isotropic, departs from average Friedmann-Lemaître-Robertson-Walker evolution, and replaces dark energy by kinetic gravitational energy and its gradients, in explaining...

Similar threads

  • · Replies 33 ·
2
Replies
33
Views
8K
  • · Replies 0 ·
Replies
0
Views
2K
  • · Replies 47 ·
2
Replies
47
Views
8K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 0 ·
Replies
0
Views
4K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 32 ·
2
Replies
32
Views
5K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K