ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
K-12 Computer Science, Evidence That Benchmarks Are Not Taught in Isolation Correlation
2
Course, Title of Materials, Grade Level
3
LessonBenchmark of FocusConnecting Benchmark(s)
4
Using Resources ResponsiblySC.912.TI.2.4: Explore the legal ramifications of technology use.
SC.912.TI.2.6: Evaluate the impacts of the irresponsible use of information on collaborative projects.
SC.912.TI.2.7: Describe differences between open source, freeware and proprietary software licenses and how they apply to different types of software.
SC.912.TI.2.9:Analyze how different categories of software licenses can be used to share and protect intellectual property.
SC.912.TI.2.8: Evaluate the consequences of misrepresenting digital work as your own.
5
6
LessonBenchmark of FocusConnecting Benchmark(s)
7
Change in TechSC.912.ET.1.1: Describe the emerging features of mobile devices, smart devices and vehicles.SC.912.ET.1.2: Describe the physical and cognitive challenges faced by users when learning to use computer interfaces.
SC.912.ET.1.7: Describe how technology has changed the way people build and manage organizations and how technology impacts personal life. SC.912.ET.1.4:Examine device-to-device interactions that exclude human input.
SC.912.ET.1.1: Describe the emerging features of mobile devices, smart devices and vehicles.
8
9
LessonBenchmark of FocusConnecting Benchmark(s)
10
Python FunctionsSC.912.PE.1.1: Write code segments.
SC.912.PE.1.4: Write a void function that does not return a value.
SC.912.PE.1.5:Write a non-void function that will return a value.
SC.912.PE.1.14: Design and implement variables in a program using global and local scope
11
12
13
14
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