ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
Evidence of CTRs, MTRs, EEs and ELDs
2
FL 0200382.25: Computer Programming Fundamentals Honors
Skill Struck Course Name: Florida Programming Fundamentals and Conceptual Cybersecurity
Grades: 9-12
3
If category does not apply to materials, please mark "N/A"
4
LessonBenchmark of FocusConnecting Benchmark(s)Integrated CTRs within Student Materials and Teacher Guides
5
Lesson Plan CP2-26: Python Team Project

In this lesson, students work in teams to develop a Python program by following the Software Development Life Cycle (SDLC), including planning, designing, coding, testing, and evaluating. They practice teamwork, problem-solving, and technical planning while creating a structured, functional program. The project emphasizes collaboration and real-world programming processes.
SC.912.PE.4.7:ELA.K12.EE.6.1, ELA.K12.EE.4.1, MA.K12.MTR.1.1, SC.912.PE.4.8, SC.912.PE.4.7, SC.912.PE.3.16, SC.912.PE.1.18SC.K12.CTR.2.1, SC.K12.CTR.1.1
6
7
LessonBenchmark of FocusConnecting Benchmark(s)Integrated MTRs within Student Materials and Teacher Guides
8
Lesson Plan CP2-40: Python Math Library / Selection Sort

This lesson introduces students to the Selection Sort algorithm, guiding them through its logic using both a written explanation and pseudocode. It then transitions into an exploration of the Python math library, demonstrating how to import and use built-in functions such as ceil(), floor(), sqrt(), pi, and pow() to streamline mathematical operations in code. Students also learn about proper attribution and how to simplify imports for efficiency.
SC.912.PE.1.2SC.912.PE.1.16, SC.912.PE.1.17, SC.912.PE.3.4, SC.912.TI.2.11MA.K12.MTR.3.1, MA.K12.MTR.4.1, MA.K12.MTR.6.1, MA.K12.MTR.7.1
9
10
LessonBenchmark of FocusConnecting Benchmark(s)Integrated EEs within Student Materials and Teacher Guides
11
Unit Platform Lesson: Using Resources Responsibly

This lesson teaches students about legal and ethical responsibilities when using digital tools, focusing on copyright, plagiarism, AI misuse, and online safety. It explores different software licenses, the importance of proper citation, and real-world consequences of digital misconduct such as data falsification or infringement. Students also learn about key internet regulations and how to responsibly use modern communication tools to protect themselves and others online.
SC.912.TI.2.4SC.912.TI.2.5, SC.912.TI.2.6, SC.912.TI.2.7, SC.912.TI.2.8, SC.912.TI.2.9, SC.912.TI.2.10, SC.912.TI.2.11, SC.912.TI.2.12ELA.K12.EE.1.1, ELA.K12.EE.2.1
12
13
LessonBenchmark of FocusConnecting Benchmark(s)Integrated ELDs within Student Materials and Teacher Guides
14
Unit Platform lesson: Python Datetime

This lesson introduces students to Python’s datetime module and teaches them how to access and format the current date and time using built-in methods like now(), today(), and strftime(). Students practice writing code to display specific date and time components such as the day, month, year, and time. The lesson emphasizes using Python’s standard library to simplify coding tasks and format output effectively. This lesson is just one example of how students can use the text-to-speech function, glossary keyword tool, or Spanish translation tool, to help them access the lesson content.
SC.912.PE.1.1SC.912.PE.1.16ELD.K12.ELL.SI.1
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100