2.2.3 Additional programming techniques Flashcards

You may prefer our related Brainscape-certified 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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are substrings?

A

created by selecting one or more characters from a string

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is Concatenation?

A

The joining of two or more strings

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly