About 38,500,000 results
Open links in new tab
  1. String (computer science) - Wikipedia

    Strings are typically made up of characters, and are often used to store human-readable data, such as words or sentences. In computer programming, a string is traditionally a sequence of …

  2. What is String - Definition & Meaning - GeeksforGeeks

    Jul 23, 2025 · Strings are widely used in computer science and have many applications in various fields, some of which are: Text Processing: Strings are used to represent and manipulate text …

  3. String Definition - What is a string in computer programming?

    Dec 18, 2024 · In computer science, a string is a fundamental data type used to represent text, as opposed to numeric data types like integers or floating-point numbers. It contains a sequence …

  4. What is a string in computer science? - California Learning ...

    Jun 25, 2025 · In computer science, a string is an immutable sequence of characters, representing textual data. It’s a fundamental data type present in virtually every programming …

  5. What is a String in Programming: AP® CS Principles Review

    May 19, 2025 · This article explores what is a string in coding, how to work with strings, and how to use string and substring operations effectively. In the end, a solid grasp of these topics will …

  6. “3.4: Strings” Everything You Need to Know - Sly Academy

    Feb 24, 2025 · Strings are sequences of characters used to represent textual data in computer programming and digital communications. They can include letters, numbers, symbols, and …

  7. Strings Definition - AP Computer Science Principles Key Term ...

    In programming, strings are sequences of characters enclosed in quotation marks. They are used to represent text and allow manipulation of words, sentences, or any other textual information …

  8. 7A: Strings | Computer Science Circles

    In this lesson we show how to manipulate strings: how to take them apart, combine them, and how to view the individual characters that make up a string. What is a string? All data stored …

  9. what is a string in computer science? (unlocking data ...

    at its core, a string in computer science is simply a sequence of characters. think of it as a chain where each link is a letter, number, symbol, or even a space. these characters are strung …

  10. In Computer Science, What Are Strings? - datasciencemilan.org

    Oct 31, 2025 · In computer science, strings are essential data structures used to represent and manipulate sequences of characters, including letters, digits, and symbols. They serve crucial …