Skip to content

Commit 0b9fe88

Browse files
committed
section 5 and last quizz
1 parent a2696ed commit 0b9fe88

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
# path: '/part-3/5-kasvava-tiedon-maara'
3+
path: '/part-3/5-increasing-amounts-of-data'
4+
# title: 'Kasvava tiedon määrä'
5+
title: 'Summary'
6+
hidden: true
7+
---
8+
9+
Very often programs handle data. This data must be stored somewhere for the duration of program execution -- creating a new variable for each piece of data would be very laborous and make the code hard to understand.
10+
In this part we have taken the first steps towards effective data management: by using lists and arrays we can store almost unlimited amounts of data for the duration of program execution.
11+
We have also practiced string handling and splitting strings into smaller substrings.
12+
13+
14+
Please take a moment to answer the survey below.
15+
16+
17+
<quiz id="d1fdec6b-ee56-5f60-87e0-835f9f92b2ce"></quiz>

0 commit comments

Comments
 (0)