2.2.3 Additional programming techniques Flashcards
1
Q
What is string manipulation?
A
Normally written within quotation marks, a string is a collection of characters. Strings are often used in program inputs and outputs.
Strings can be manipulated and handled in many ways
2
Q
What are substrings?
A
created by selecting one or more characters from a string
3
Q
What is Concatenation?
A
The joining of two or more strings
4
Q
what does file handling need to do?
A
Open the file, then read the file, then write additional data if required and finally close the file