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

    In formal languages, which are used in mathematical logic and theoretical computer science, a string is a finite sequence of symbols that are chosen from a set called an alphabet. A primary …

  2. 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 …

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

    Jan 4, 2025 · In computer science, a string is a sequence of characters, such as letters, digits, and special characters, used to represent text or alphanumeric data. Strings are a …

  4. What is String – Definition & Meaning - GeeksforGeeks

    Jan 19, 2024 · 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 …

  5. String in CS: What Is It? (Explained!)

    Apr 9, 2025 · In computer science, a fundamental data type is a sequence of characters. This sequence can represent words, sentences, or any other textual data. ... Consider the structure …

  6. Further programming language operations - AQA String handling

    It is usually possible to manipulate a string to provide information or to alter the contents of a string. Strings are shown in quotes (single or double), for example: 'Hello', or...

  7. What is a String - IGCSE Computer Science Revision Notes - Save …

    Nov 28, 2024 · Learn about string handling for your IGCSE computer science exam. This revision note includes case conversion, length, and substring.

  8. Computer Science - Strings Flashcards - Quizlet

    Study with Quizlet and memorize flashcards containing terms like what is a String?, what kind of type is String?, how can you initialize a String? and more.

  9. Programming - Strings - University of Utah

    message = [greeting, ' to you ', user]; . To concatenate two strings we do in fact "add" them together. Even more nicely, ActionScript allows us to add numbers to a string to create a new …

    Missing:

    • Computer Science

    Must include:

  10. What is a String in Computer Science? (Unlocking Data Mysteries)

    5 days ago · 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 …

Refresh