To remember
In this chapter we will learn more about program code, what types of data there are, and make our programs adapt to what the user wants.
Older computers didn't have icons, pictures or colors like today. Instead, commands were entered as text, and the computer responded in text. Many programs still work like that way and that's exactly what input and print can be used for.
Image programs like Paint or Photoshop draw and change the color of many thousands of pixels at a time, but they only do it with faster turtles.
Difficulty level
- Will it work?
- Match the datatype
- Which conversion is correct?
- What does it mean?
- What's wrong?
- What gets printed?
- What type of error? 1
- What type of error? 2
- What type of error? 3
- What is the difference?
- What does the instruction do?
- Is there a difference?
- Module och function
- Choose the right module
- What is not the result?