B7 Comp WK4
B7 Comp WK4
0547824419
TERM THREE
WEEKLY LESSON NOTES – B7
WEEK 4
Week Ending: 7th OCT, 2022 DAY: Subject: Computing
Duration: 50mins Strand: Communication Networks
Class: B7 Class Size: Sub Strand: Introduction to Programming
Content Standard: Indicator: Lesson:
B7.4.1.1.1 understanding of the concept of B7.4.1.1.1 Demonstrate the correct use of
programming programming terminologies 1 of 2
Performance Indicator: Core Competencies:
Learners can use of programming terminologies correctly CI 6.3: DL5.1:
Reference: Computing Curriculum P.g. 19
Keywords: Algorithm, source code, compiler, data type, variable, constant, conditional, array, loop, function, class
Share performance indicators and introduce the lesson. Explain each of the
terminologies.
Assessment
Explain the following as used in programming.
i. constant,
ii. algorithm,
iii. compiler
Keywords: Algorithm, source code, compiler, data type, variable, constant, conditional, array, loop, function, class
Guide learners to identify and list the various data types such as float,
integer, string, char, etc.
In groups, learners explain and give uses of each of the data types listed
above.
Integer (int): Numeric data type for numbers without fractions.
Example: All whole numbers e.g. 50, 400, 30 etc.
Floating Point (float): Numeric data type for numbers with fractions.
Example: All numbers with points in them e.g. 101.1, 0.7, 405.8 etc.
String (str or text): Sequence of characters, digits. Example: hello,
0244443344 etc.
Character (char): Single letter, digit, punctuation mark, symbol, or
blank space. Example: a, 1, !