String Handling: Programming fundamentals: Computer Science: GCSE (9:1)

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/12

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

13 Terms

1
New cards

Length

When the length of a string is determined.

2
New cards

Position

When the position of a specified value is found and returned.

3
New cards

Substring

A smaller part or section of a string.

4
New cards

Concatenation

When two strings are joined together.

5
New cards

Character Code

The character set value of a specific character in a string.

6
New cards

Cast

When one data type is converted in to another data type.

7
New cards

String

A data type which can store a collection of more than one character, which has no numeric value.

8
New cards

Integer

A data type which can store whole numbers.

9
New cards

Real / Float

A data type which can store any decimal value.

10
New cards

Index Position

The specific position in a string where something can be

11
New cards

Uppercase

When a string can be converted in to, or checked for, capital letters.

12
New cards

Lowercase

When a string can be converted in to, or checked for, small letters.

13
New cards

String Functions

When operations are performed on a string data type.