GCSE

Computer Science

  1. Introduction to GCSE Computer Science
  2. 1. Computer Systems

  3. 1.1 Systems Architecture
  4. 1.2 Memory and Storage
  5. 1.3 Computer Networks, Connections and Protocols
  6. 1.4 Network Security
  7. 1.5 Systems Software
  8. 1.6 Ethical, Legal, Cultural and Environmental Impacts of Digital Technology
  9. 2. Computational Thinking, Algorithms and Programming
  10. 2.1 Algorithms
  11. 2.2 Programming Fundamentals
  12. 2.3 Producing Robust Programs
  13. 2.4 Boolean Logic
  14. 2.5 Programming Languages and Integrated Development Environments
Module Progress
0 / 35 Lessons
0%
Learning
Summary
Revision

In this lesson, we will learn advanced programming techniques that will greatly strengthen your coding skills.

String Manipulation

String manipulation involves modifying, combining, or extracting parts of strings. Some essential string operations include:

  • Concatenation: Combining two or more strings to create a new string.
  • Slicing: Extracting a portion of a string using index positions or ranges.
  • Length: Finding the length of a string.
  • Case Conversion: Changing the case of a string.
  • ASCII Conversion (Character to Number and Vice Versa).

Continue learning with Knowness

Sign up to access the full lesson, predicted grades, revision tools, progress tracking, and more.

Create a free account