JHS1 Computing · Term 3, Week 9
Introduction to Programming
Lesson notes
Learning Objectives
Indicator: B7.4.1.1.2 - Demonstrate understanding in the use of data types (e.g. float, integer, string, char, etc.)
By the end of the lesson, learners can:
- Define the term “data type” in their own words and explain why computers need to know the type of data they are working with.
- Identify and name the four main data types: integer, float, string, and char, giving at least two examples of each from everyday life.
- Classify given pieces of data (such as ages, prices, names, and letters) into the correct data type with at least 80% accuracy.
- Convert real-life information about themselves, their school, or their community into the correct programming data type.
- Explain what happens when the wrong data type is used for a value, using a simple example.
Sign in with your phone number to read the full note and download the GES plan - free.
Sign in with phone numberCurriculum details
- Strand
- Computational Thinking (Strand 4)
- Sub-strand
- Introduction to Programming (4.1)
- Content standard
- B7.4.1.1 - Show an understanding of the concept of programming
- Indicator
- B7.4.1.1.2 - Demonstrate understanding in the use of data types (e.g. float, integer, string, char, etc.)
- Suggested placement
-
Term 3, Week 9
(Week 33 of the year)
Our suggestion, laid out in curriculum order across three terms of twelve weeks. NaCCA does not fix the week, so follow your school's scheme of learning.
- Curriculum reference
-
Computing, Common Core Programme (JHS1-JHS3), 2023, p. 20
Transcribed from the official NaCCA publication. Check this page against the source.
Exemplars (from the NaCCA curriculum)
1. Develop key questions around daily activities to identify the data type. Example: The first name of your best friend is written as a string data type.